structureToPolymerChain.py:
Maps a structure to its individual polymer chains. Polymer chains include polypeptides, polynucleotides, and linear and branched polysaccharides. For a multi-model structure, only the first model is considered.
StructureToPolymerChains(useChainIdInsteadOfChainName=False, excludeDuplicates=False)[source]¶Bases: object
Attributes
| useChainIdInsteadOfChainName | (bool) if true, use Chain Id in the key assignments |
| excludeDuplicates | (bool) if true return only one chain for each sequence |
Methods
__call__(t) |
Call self as a function. |