Package pl.poznan.put.structure
Class CanonicalStructureExtractor
java.lang.Object
pl.poznan.put.structure.CanonicalStructureExtractor
A set of methods to analyze 3D data to extract the canonical 2D structure.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<ClassifiedBasePair>
basePairs
(ResidueCollection residueCollection) static BpSeq
bpSeq
(ResidueCollection residueCollection) Extracts the canonical secondary structure from the 3D data and outputs it in BPSEQ format.
-
Method Details
-
bpSeq
Extracts the canonical secondary structure from the 3D data and outputs it in BPSEQ format.- Parameters:
residueCollection
- A collection of residues to analyze.- Returns:
- A secondary structure in BPSEQ format.
-
basePairs
-