OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions
DockQResult Class Reference

Public Member Functions

def __init__
 
def Fnat
 
def Fnonnat
 
def native_contacts
 
def model_contacts
 
def iRMS
 
def LRMS
 
def DockQ
 
def JSONSummary
 

Static Public Member Functions

def FromDockQOutput
 

Detailed Description

DockQ result object

Definition at line 112 of file dockq.py.

Constructor & Destructor Documentation

def __init__ (   self,
  Fnat,
  Fnonnat,
  native_contacts,
  model_contacts,
  iRMS,
  LRMS,
  DockQ 
)

Definition at line 116 of file dockq.py.

Member Function Documentation

def DockQ (   self)
DockQ - DockQ output

:type: :class:`float`

Definition at line 174 of file dockq.py.

def Fnat (   self)
DockQ - Fnat output

:type: :class:`float`

Definition at line 126 of file dockq.py.

def Fnonnat (   self)
DockQ - Fnonnat output

:type: :class:`float`

Definition at line 134 of file dockq.py.

def FromDockQOutput (   output)
static
Static constructor from raw DockQ output

:param output: Raw output from DockQ executable
:type output: :class:`str`
:returns: Object of type :class:`DockQResult`

Definition at line 193 of file dockq.py.

def iRMS (   self)
DockQ - iRMS output

:type: :class:`float`

Definition at line 158 of file dockq.py.

def JSONSummary (   self)
Returns JSON serializable summary

Definition at line 181 of file dockq.py.

def LRMS (   self)
DockQ - LMRS output 

:type: :class:`float`

Definition at line 166 of file dockq.py.

def model_contacts (   self)
DockQ - number model contacts

:type: :class:`int`

Definition at line 150 of file dockq.py.

def native_contacts (   self)
DockQ - number native contacts

:type: :class:`int`

Definition at line 142 of file dockq.py.


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