biopython v1.71.0 Bio.PDB.HSExposure.HSExposureCB
Class to calculate HSE based on the real CA-CB vectors.
Link to this section Summary
Link to this section Functions
Link to this function
__init__()
Initialize class.
:param model: the model that contains the residues :type model: L{Model}
:param radius: radius of the sphere (centred at the CA atom) :type radius: float
:param offset: number of flanking residues that are ignored
in the calculation of the number of neighbors
:type offset: int
Link to this function
_get_cb()
Method to calculate CB-CA vector.
:param r1, r2, r3: three consecutive residues (only r2 is used) :type r1, r2, r3: L{Residue}