IMP
2.4.0
The Integrative Modeling Platform
|
Group a bunch of subsequences with certain labels Use cases: storing lists of secondary structures from DSSP or PSIPRED storing lists of molecules that should be made symmetric. More...
Inherits object.
Group a bunch of subsequences with certain labels Use cases: storing lists of secondary structures from DSSP or PSIPRED storing lists of molecules that should be made symmetric.
Definition at line 237 of file pmi/io/__init__.py.
Public Member Functions | |
def | __init__ |
Setup groups of subsequences. More... | |
def | add_subsequence |
Append a new cross-link to a given unique ID. More... | |
def IMP.pmi.io.SubsequenceData.__init__ | ( | self | ) |
Setup groups of subsequences.
Definition at line 242 of file pmi/io/__init__.py.
def IMP.pmi.io.SubsequenceData.add_subsequence | ( | self, | |
label, | |||
subsequence | |||
) |
Append a new cross-link to a given unique ID.
label | label for this subsequence (e.g., 'helix') |
subsequence | a Subsequence object to store under that label e.g. Subsequence(chain='A',residue_tuple=(10,15)) |
Definition at line 248 of file pmi/io/__init__.py.