mmtfPyspark.mappers.structureToSecondaryStructureElements module
structureToSecondaryStructureElements.py:
Maps chain sequences to its sequence segments.
-
class
StructureToSecondaryStructureElements(label, length=4)[source]
Bases: object
Constructor sets the segment length.
Attributes
| label |
(str) label of the structure |
| length |
(int) segment length [4] |
Methods
__call__(t) |
Call self as a function. |