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

Class data_point

Class that holds the data for each point in a data set

Instance Methods [hide private]
 
__init__(self, descriptor='', values=[], atoms=[])
Create a data_point object
Instance Variables [hide private]
  descriptor
Label for this point - typically the user-friendly names of the atom or residues involved
  values
The values at this point - varies by subclass
  atoms
The atoms involved in this point
Method Details [hide private]

__init__(self, descriptor='', values=[], atoms=[])
(Constructor)

 

Create a data_point object

Parameters:
  • descriptor (str) - Label for this point - typically the user-friendly names of the atom or residues involved
  • values (list) - The values at this point - varies by subclass
  • atoms (list) - The atoms involved in this point