Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Constructions | |
def | __init__ (self, verbose) |
Default constructor. More... | |
def | fill_sequences (self, header, need_MSA, residue_mapping) |
Gather the present residues for each chain. More... | |
Basic Statistics | |
def | apply_mapping (self, residue_mapping) |
Convert the indexing from the chain instances from the original numbering to the new numbering. More... | |
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).
def __init__ | ( | self, | |
verbose | |||
) |
Default constructor.
def apply_mapping | ( | self, | |
residue_mapping | |||
) |
Convert the indexing from the chain instances from the original numbering to the new numbering.
def fill_sequences | ( | self, | |
header, | |||
need_MSA, | |||
residue_mapping | |||
) |
Gather the present residues for each chain.