Package schrodinger :: Package application :: Package bioluminate :: Module reactive_residues :: Class ResidueData
[hide private]
[frames] | no frames]

Class ResidueData

A container holding the data about the reactive residue

Instance Methods [hide private]
 
__init__(self, res, res_type, alpha_carbon, neighbor_alphas, custom_color, sasa_by_atom)
Method Details [hide private]

__init__(self, res, res_type, alpha_carbon, neighbor_alphas, custom_color, sasa_by_atom)
(Constructor)

 
Parameters:
  • sasa_by_atom (list)
  • res_type (str)
  • res (structure._Residue object)
  • neighor_alphas (a list of 2 integers)
  • custom_color (tuple of 3 integers, i.e. rgb color)
  • alpha_carbon (int)