Holds data relevant to compute ips
Definition at line 371 of file contact_score.py.
◆ __init__()
__init__ |
( |
|
self, |
|
|
|
n_trg_int_res, |
|
|
|
n_mdl_int_res, |
|
|
|
n_union, |
|
|
|
n_intersection |
|
) |
| |
◆ ips()
The Interface Patch Similarity score (IPS)
Jaccard coefficient of interface residues in model/target.
Technically thats :attr:`intersection`/:attr:`union`
:type: :class:`float`
Definition at line 426 of file contact_score.py.
◆ n_mdl_int_res()
Number of interface residues in model
:type: :class:`int`
Definition at line 390 of file contact_score.py.
◆ n_trg_int_res()
Number of interface residues in target
:type: :class:`int`
Definition at line 382 of file contact_score.py.
◆ precision()
Precision of model interface residues
The fraction of model interface residues that are also interface
residues in target
:type: :class:`int`
Definition at line 398 of file contact_score.py.
◆ recall()
Recall of model interface residues
The fraction of target interface residues that are also interface
residues in model
:type: :class:`int`
Definition at line 412 of file contact_score.py.
◆ _n_intersection
◆ _n_mdl_int_res
◆ _n_trg_int_res
◆ _n_union
The documentation for this class was generated from the following file: