IMP
2.2.0
The Integrative Modeling Platform
|
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... | |
Definition at line 13 of file TALOSReader.py.
def IMP.isd.TALOSReader.TALOSReader.add_mean_datum | ( | self, | |
resno, | |||
num, | |||
phi, | |||
psi | |||
) |
Definition at line 49 of file TALOSReader.py.
def IMP.isd.TALOSReader.TALOSReader.read | ( | self, | |
fname | |||
) |
See add_datum methods.
Definition at line 131 of file TALOSReader.py.