|
OpenStructure
|
Public Member Functions | |
| __init__ (self, globalAA, localAA) | |
Data Fields | |
| globalAA | |
| localAA | |
Holds the result of running CAD
.. attribute:: globalAA
The global CAD's atom-atom (AA) score
.. attribute:: localAA
Dictionary containing local CAD's atom-atom (AA) scores.
:type: dictionary (key: tuple(chain, resnum) (e.g.:
("A", ost.mol.ResNum(24)), value: CAD local AA score
(see CAD Documentation online)
Definition at line 82 of file cadscore.py.
| __init__ | ( | self, | |
| globalAA, | |||
| localAA | |||
| ) |
Definition at line 98 of file cadscore.py.
| globalAA |
Definition at line 99 of file cadscore.py.
| localAA |
Definition at line 100 of file cadscore.py.