Rotamer Graph¶
Once having a frame representing the rigid parts, the internal energies in
rotamer groups can be calculated. To come to a final solution of the sidechain
modelling problem, the pairwise energies also have to be evaluated and an
overall solution has to be found. ProMod3 implements a
promod3.core.GraphMinimizer that allows to find solutions using
tree decomposition, A* and Monte Carlo algorithms.
- class promod3.sidechain.RotamerGraph¶
The
RotamerGraphobjects inherits frompromod3.core.GraphMinimizerand extends the minimizer by static initialization functions.- static CreateFromRRMList(rotamer_groups)¶
- static CreateFromFRMList(rotamer_groups)¶
- Parameters:
rotamer_groups (
list) –RRMRotamerGrouporFRMRotamerGroupobjects representing the possible sidechain conformations for every amino acid position.