| Trees | Indices | Help |
|
|---|
|
|
Base class for all data sets.
|
|||
|
data_point Class that holds the data for each point in a data set |
|||
|
|||
|
|||
|
|||
| list |
|
||
|
|||
|
|||
|
|||
|
label The name of this data set |
|||
|
title The name of this data set when printing out the data |
|||
|
fields First item is the name of the data_point descriptor property, remaining items are the names of the items in the data_point values property. |
|||
|
points List of data_point objects |
|||
|
summary Overall summary of the data set for the entire protein |
|||
|
|||
Add a new point to the points property
|
Return all data points for this set in a list
|
Must be subclassed, this implementation does nothing
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:57 2016 | http://epydoc.sourceforge.net |