Package schrodinger :: Package protein :: Module analysis :: Class Report :: Class sidechain_dihedral_data_set
[hide private]
[frames] | no frames]

Class sidechain_dihedral_data_set

Report.data_set --+
                  |
                 Report.sidechain_dihedral_data_set

Class to compute and hold data for Sidechain Dihedrals

Data point descriptor is the residue involved, values are "Chi1", "Chi2", "G-Factor"

Summary is N/A

See parent class data_set for additional documenation

Nested Classes [hide private]

Inherited from data_set: data_point

Instance Methods [hide private]
 
analyze(self, parent)
compute and store the data for this class

Inherited from data_set: __init__, add_point, report, report_data_points

Instance Variables [hide private]

Inherited from data_set: fields, label, points, summary, title

Method Details [hide private]

analyze(self, parent)

 

compute and store the data for this class

Parameters:
  • parent (report object) - the report object that this is for
Overrides: data_set.analyze