DockQ result object
Definition at line 112 of file dockq.py.
def __init__ |
( |
|
self, |
|
|
|
Fnat, |
|
|
|
Fnonnat, |
|
|
|
native_contacts, |
|
|
|
model_contacts, |
|
|
|
iRMS, |
|
|
|
LRMS, |
|
|
|
DockQ |
|
) |
| |
DockQ - DockQ output
:type: :class:`float`
Definition at line 174 of file dockq.py.
DockQ - Fnat output
:type: :class:`float`
Definition at line 126 of file dockq.py.
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.
DockQ - iRMS output
:type: :class:`float`
Definition at line 158 of file dockq.py.
Returns JSON serializable summary
Definition at line 181 of file dockq.py.
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:
- build-2.7-doc/stage/lib64/python3.6/site-packages/ost/bindings/dockq.py