IMP  2.0.1
The Integrative Modeling Platform
IMP.isd.TALOSReader.TALOSReader Class Reference

reads a TALOS file, or a TALOS folder, and stores the data More...

Public Member Functions

def add_full_datum
 in the case of a list of predictions for one residue, add an entry to data which is: 'full' : always True 'num' : number of predictions 'phi' : the list of predictions for phi 'psi' : same for psi
 
def add_mean_datum
 in the case of a single (average) prediction output by talos for a given residue, add an entry to data which is: 'full' : always False 'num' : the number of matches this average was calculated from 'phi' : a tuple in the form (mean, error) 'psi' : same as phi. More...
 
def read
 reads a TALOS file and returns data. More...
 

Detailed Description

Note
This class is only available in Python.

Definition at line 4 of file TALOSReader.py.

Member Function Documentation

def IMP.isd.TALOSReader.TALOSReader.add_mean_datum (   self,
  resno,
  num,
  phi,
  psi 
)

Definition at line 31 of file TALOSReader.py.

def IMP.isd.TALOSReader.TALOSReader.read (   self,
  fname 
)

See add_datum methods.

Definition at line 35 of file TALOSReader.py.

+ Here is the call graph for this function:


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