OpenStructure
Public Member Functions
ContactScorerResultIPS Class Reference

Public Member Functions

def __init__ (self, n_trg_int_res, n_mdl_int_res, n_union, n_intersection)
 
def n_trg_int_res (self)
 
def n_mdl_int_res (self)
 
def precision (self)
 
def recall (self)
 
def ips (self)
 

Detailed Description

Holds data relevant to compute ips

Definition at line 371 of file contact_score.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  n_trg_int_res,
  n_mdl_int_res,
  n_union,
  n_intersection 
)

Definition at line 375 of file contact_score.py.

Member Function Documentation

◆ ips()

def ips (   self)
 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()

def n_mdl_int_res (   self)
 Number of interface residues in model

:type: :class:`int`

Definition at line 390 of file contact_score.py.

◆ n_trg_int_res()

def n_trg_int_res (   self)
 Number of interface residues in target

:type: :class:`int`

Definition at line 382 of file contact_score.py.

◆ precision()

def precision (   self)
 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()

def recall (   self)
 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.


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