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

Class peptide_planarity_data_set

Report.data_set --+
                  |
                 Report.peptide_planarity_data_set

Class to compute and hold data for Peptide Planarity

Data point descriptor is the atoms involved, value is "Dihedral Angle"

Summary is the average absolute planarity

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