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

Constructions

def __init__ (self, verbose)
 Default constructor. More...
 
def 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. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  verbose 
)

Default constructor.

Member Function Documentation

◆ compute_consensus_interface()

def 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.