Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, outFolder='.', verbose=1) | ||
|
prepareFolders(self) Create folders needed by this class. |
||
PDBModel, PDBModel
|
output_fittedStructures(self,
pdb,
reference,
index,
atom_mask,
output_folder=None) Takes a model and a reference structure, performs both a normal fillting to the reference and an itterative fitting. |
||
|
calc_rmsd(self,
fitted_model_if,
fitted_model_wo_if,
reference,
model) Takes the two fitted structures (with and without iterative fitting), the known structure (reference), and the associated model inside the pdb_list. |
||
|
output_rmsd_aa(self,
pdb_list,
output_file=None) Write a file rmsd_aa.dat that contains all the global heavy atom rmsd values. |
||
|
output_rmsd_ca(self,
pdb_list,
output_file=None) Write a file rmsd_ca.dat that contains all the global c_alpha rmsd values. |
||
[float]
|
rmsd_res(self,
coord1,
coord2) Calculate the rsmd on residue level for c-alpha between a model and its reference. |
||
|
output_rmsd_res(self,
pdb_list,
output_folder=None) Write a file that contains the rmsd profile on a residue level for c_alpha. |
||
|
cad(self,
reference,
model) Calculates the CAD Contact Area Difference between the model and its reference structure and set a profile for the model |
||
|
write_PDBModels(self,
pdb_list,
output_file=None) Pickles the list of PDBModels to disc. |
||
|
go(self,
model_list=None,
reference=None) Run benchmarking. |
|
|||
|
F_INPUT_FOLDER = Modeller.F_RESULT_FOLDER
|
||
|
F_RESULT_FOLDER = '/benchmark'
|
||
|
F_INPUT_REFERENCE = '/reference.pdb'
|
||
|
F_PDBModels = F_INPUT_FOLDER+ '/PDBModels.list'
|
||
|
F_RMSD_AA = F_RESULT_FOLDER+ '/rmsd_aa.out'
|
||
|
F_RMSD_CA = F_RESULT_FOLDER+ '/rmsd_ca.out'
|
||
|
F_RMSD_RES = '/rmsd_res'
|
||
|
F_PDBModels_OUT = F_RESULT_FOLDER+ '/PDBModels.list'
|
||
|
F_FINAL_REFERENCE = F_RESULT_FOLDER+ '/reference_final.pdb'
|
|
|
Create folders needed by this class. |
Takes a model and a reference structure, performs both a normal fillting to the reference and an itterative fitting. Then returns the two fitted models.
|
Takes the two fitted structures (with and without iterative fitting), the known structure (reference), and the associated model inside the pdb_list. Calculates the different RMSD and set the profiles
|
Write a file rmsd_aa.dat that contains all the global heavy atom rmsd values.
|
Write a file rmsd_ca.dat that contains all the global c_alpha rmsd values.
|
Calculate the rsmd on residue level for c-alpha between a model and its reference.
|
Write a file that contains the rmsd profile on a residue level for c_alpha.
|
Calculates the CAD Contact Area Difference between the model and its reference structure and set a profile for the model
|
Pickles the list of PDBModels to disc.
|
Run benchmarking.
|
|
F_INPUT_FOLDER
|
F_RESULT_FOLDER
|
F_INPUT_REFERENCE
|
F_PDBModels
|
F_RMSD_AA
|
F_RMSD_CA
|
F_RMSD_RES
|
F_PDBModels_OUT
|
F_FINAL_REFERENCE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:43 2006 | http://epydoc.sourceforge.net |