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

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

Detailed Description

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

Note
This class is only available in Python.

Definition at line 13 of file TALOSReader.py.

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 More...
 
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...
 

Member Function Documentation

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

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

Definition at line 34 of file TALOSReader.py.

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

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.

Definition at line 49 of file TALOSReader.py.

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

reads a TALOS file and returns data.

See add_datum methods.

Definition at line 131 of file TALOSReader.py.


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