Package pl.poznan.put.structure.formats
Interface Converter
- All Known Implementing Classes:
DefaultConverter
,ImmutableDefaultConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A converter from BPSEQ to dot-bracket.
-
Method Summary
Modifier and TypeMethodDescriptionConverts the secondary structure from BPSEQ to dot-bracket format.
-
Method Details
-
convert
Converts the secondary structure from BPSEQ to dot-bracket format.- Parameters:
bpSeq
- The data in BPSEQ format.- Returns:
- The resulting dot-bracket.
-