Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Builds a covalent structure from a given model. More...
#include <Molecular_covalent_structure_builder_for_proteins.hpp>
Public Member Functions | |
template<class Residue_info > | |
Particle_rep | add_water (const Residue_info &residue_info, Molecular_covalent_structure &S) const |
Builds a covalent structure from a given model.
Builds a covalent structure from a given model. It can handle different level of coarse graining, where vertices may represent any atom, heavy atom or residues. The input is a map from chain identifiers to list of pairs (res_id, res_name) representing the residues.
CovalentStructure | Representation of a covalent structure of a conformation. |
|
inline |
Adds a water molecule to the covalent structure and returns the oxygen / HOH particle.