OpenStructure
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Data Fields | Protected Attributes
DockQResult Class Reference

Public Member Functions

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

Static Public Member Functions

 FromDockQOutput (output)
 

Data Fields

 Fnat
 
 Fnonnat
 
 native_contacts
 
 model_contacts
 
 iRMS
 
 LRMS
 

Protected Attributes

 _Fnat
 
 _Fnonnat
 
 _native_contacts
 
 _model_contacts
 
 _iRMS
 
 _LRMS
 
 _DockQ
 

Detailed Description

 DockQ result object

Definition at line 108 of file dockq.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 111 of file dockq.py.

Member Function Documentation

◆ DockQ()

DockQ (   self)
 DockQ - DockQ output

:type: :class:`float`

Definition at line 170 of file dockq.py.

◆ Fnat()

Fnat (   self)
 DockQ - Fnat output

:type: :class:`float`

Definition at line 122 of file dockq.py.

◆ Fnonnat()

Fnonnat (   self)
 DockQ - Fnonnat output

:type: :class:`float`

Definition at line 130 of file dockq.py.

◆ FromDockQOutput()

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()

iRMS (   self)
 DockQ - iRMS output

:type: :class:`float`

Definition at line 154 of file dockq.py.

◆ JSONSummary()

JSONSummary (   self)
 Returns JSON serializable summary

Definition at line 177 of file dockq.py.

◆ LRMS()

LRMS (   self)
 DockQ - LMRS output 

:type: :class:`float`

Definition at line 162 of file dockq.py.

◆ model_contacts()

model_contacts (   self)
 DockQ - number model contacts

:type: :class:`int`

Definition at line 146 of file dockq.py.

◆ native_contacts()

native_contacts (   self)
 DockQ - number native contacts

:type: :class:`int`

Definition at line 138 of file dockq.py.

Field Documentation

◆ _DockQ

_DockQ
protected

Definition at line 119 of file dockq.py.

◆ _Fnat

_Fnat
protected

Definition at line 113 of file dockq.py.

◆ _Fnonnat

_Fnonnat
protected

Definition at line 114 of file dockq.py.

◆ _iRMS

_iRMS
protected

Definition at line 117 of file dockq.py.

◆ _LRMS

_LRMS
protected

Definition at line 118 of file dockq.py.

◆ _model_contacts

_model_contacts
protected

Definition at line 116 of file dockq.py.

◆ _native_contacts

_native_contacts
protected

Definition at line 115 of file dockq.py.

◆ Fnat

Fnat

Definition at line 180 of file dockq.py.

◆ Fnonnat

Fnonnat

Definition at line 181 of file dockq.py.

◆ iRMS

iRMS

Definition at line 184 of file dockq.py.

◆ LRMS

LRMS

Definition at line 185 of file dockq.py.

◆ model_contacts

model_contacts

Definition at line 183 of file dockq.py.

◆ native_contacts

native_contacts

Definition at line 182 of file dockq.py.


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