![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Constructions | |
| __init__ (self, verbose) | |
| Default constructor. | |
| fill_sequences (self, header, need_MSA, residue_mapping) | |
| Gather the present residues for each chain. | |
Basic Statistics | |
| apply_mapping (self, residue_mapping) | |
| Convert the indexing from the chain instances from the original numbering to the new numbering. | |
Contain the chain sequence from every chain of the MISA id. Stored in a dictionnary (indexed by chain name) of dictionnaries (indexed by residue id).
| __init__ | ( | self, | |
| verbose ) |
Default constructor.
| apply_mapping | ( | self, | |
| residue_mapping ) |
Convert the indexing from the chain instances from the original numbering to the new numbering.
| fill_sequences | ( | self, | |
| header, | |||
| need_MSA, | |||
| residue_mapping ) |
Gather the present residues for each chain.