OpenStructure
Public Member Functions | Data Fields
CADResult Class Reference

Public Member Functions

def __init__ (self, globalAA, localAA)
 

Data Fields

 globalAA
 
 localAA
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  globalAA,
  localAA 
)

Definition at line 98 of file cadscore.py.

Field Documentation

◆ globalAA

globalAA

Definition at line 99 of file cadscore.py.

◆ localAA

localAA

Definition at line 100 of file cadscore.py.


The documentation for this class was generated from the following file: