This is a wrapper for ProteinReport which is used for unittesting and
scientific testing.
|
__init__(self,
ct,
steric_delta=None,
steric_distance=None,
bond_length_deviation=0.1,
bond_angle_deviation=10.0,
peptide_planarity_deviation=15.0,
sidechain_planarity_deviation=0.02,
improper_torsion_deviation=5.0)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
reportSet(self,
measurement)
Return a tuple containing name of the desired measurement of data
(string), the a header providing the column titles (list of strings),
and the values for that measurement (list of strings). |
|
|
|
_reportSet(self,
name,
max_values=None,
min_values=None,
in_values=None,
not_in_values=None) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|