|
|
__init__(self,
basename,
host=['localhost', 1],
run_mode='ALL',
default_zroff=0.0,
default_offset=2.0)
Options for run_mode: GENSTD = generate stanard Glide inputs and stop ... |
|
|
|
|
import_newxp_qsar_file(self,
newxp_qsar_file)
Method causes newxp qsar input file to be read; alternative is to use
add_complex() method to add information directly to class |
|
|
|
|
fit_data(self)
Method fits the available data in self.complexes and returns a
fitting file with python code representing the fitted paramters |
|
|
|
|
_print_validation_results(self,
best_fits)
Method reports data comparing predicted versus actual GlideScores |
|
|
|
|
_rmsd(self,
x,
y)
Compute RMSD |
|
|
|
|
import_validation_results(self,
best_fits)
Method imports GlideScores from validation calculations Takes best
GlideScore/reorg energy from pose with s_glide_XP_pose_type =
"finalpose" |
|
|
|
|
validate(self,
best_fits)
Method takes newXP parameters in best_fits and ensures Glide calcs
reproduce results from fit. |
|
|
|
|
add_complex(self,
complex,
params)
Method to add data into a Complex() object. |
|
|
|
|
_read_newxp_qsar_file(self,
newxp_qsar_file)
Method imports data from a newxp_qsar_file and returns a list of
Complex objects |
|
|
|
|
_write_pyfit_code(self,
results,
complex,
reorg=None)
Method to generate the python fitting file used by Glide to
compute the reorganization energy. |
|
|
|
|
_get_best_fit(self,
results,
rmsd_prop='rmsd',
r2_prop='r2')
Method to deduce 'best' fitting result using RMSD and r2 |
|
|