| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
A class to handle different styles of site pairs parsers. More...
Inherits _CrossLinkDataBaseStandardKeys.
A class to handle different styles of site pairs parsers.
Implemented styles: MSSTUDIO: [Y3-S756;Y3-K759;K4-S756;K4-K759] for cross-links [Y3-;K4-] for dead-ends QUANTITATION: sp|P33298|PRS6B_YEAST:280:x:sp|P33298|PRS6B_YEAST:337 QUANTITATION (with ambiguity separator :|:): Fbw7:107:|:StrepII2x-Fbw7fl:408:x:Nedd8:48 LAN_HUANG: PROT1:C88-PROT2:C448 ambiguous separators | or ;
Definition at line 384 of file crosslink.py.
Public Member Functions | |
| def | get_list | 
| This function returns a list of cross-linked residues and the corresponding list of cross-linked chains.  More... | |
| def IMP.pmi.io.crosslink.ResiduePairListParser.get_list | ( | self, | |
| input_string | |||
| ) | 
This function returns a list of cross-linked residues and the corresponding list of cross-linked chains.
The latter list can be empty, if the style doesn't have the corresponding information.
Definition at line 413 of file crosslink.py.