OpenStructure
Public Member Functions | Static Public Member Functions
DockQResult Class Reference

Public Member Functions

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

Static Public Member Functions

def FromDockQOutput (output)
 

Detailed Description

 DockQ result object

Definition at line 108 of file dockq.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 111 of file dockq.py.

Member Function Documentation

◆ DockQ()

def DockQ (   self)
 DockQ - DockQ output

:type: :class:`float`

Definition at line 170 of file dockq.py.

◆ Fnat()

def Fnat (   self)
 DockQ - Fnat output

:type: :class:`float`

Definition at line 122 of file dockq.py.

◆ Fnonnat()

def Fnonnat (   self)
 DockQ - Fnonnat output

:type: :class:`float`

Definition at line 130 of file dockq.py.

◆ FromDockQOutput()

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 189 of file dockq.py.

◆ iRMS()

def iRMS (   self)
 DockQ - iRMS output

:type: :class:`float`

Definition at line 154 of file dockq.py.

◆ JSONSummary()

def JSONSummary (   self)
 Returns JSON serializable summary

Definition at line 177 of file dockq.py.

◆ LRMS()

def LRMS (   self)
 DockQ - LMRS output 

:type: :class:`float`

Definition at line 162 of file dockq.py.

◆ model_contacts()

def model_contacts (   self)
 DockQ - number model contacts

:type: :class:`int`

Definition at line 146 of file dockq.py.

◆ native_contacts()

def native_contacts (   self)
 DockQ - number native contacts

:type: :class:`int`

Definition at line 138 of file dockq.py.


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