Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.

Constructions

 __init__ (self, verbose)
 Default constructor.
 compute_consensus_interface (self, interface_oneside, residue_mapping)
 Record the occurence of the different resnames at each position of the interface and retains only the most frequent to get a consensus interface.

Detailed Description

Contain the consensus interface. Gather all the amino acids at the interface and retains the most frequent.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
verbose )

Default constructor.

Member Function Documentation

◆ compute_consensus_interface()

compute_consensus_interface ( self,
interface_oneside,
residue_mapping )

Record the occurence of the different resnames at each position of the interface and retains only the most frequent to get a consensus interface.