mmtfPyspark.mappers.structureToPolymerSequences module

structureToPolymerSequences.py:

This mapper maps a structure to it’s polypeptides, polynucleotide chain sequences. For a multi-model structure, only the first model is considered.

class StructureToPolymerSequences(useChainIdInsteadOfChainName=False, excludeDuplicates=False)[source]

Bases: object

This mapper maps a structure to it’s polypeptides, polynucleotide chain sequences. For a multi-model structure, only the first model is considered.

Methods

__call__(t) Call self as a function.