|
__init__(self,
fep_edge_data,
basename=None,
report_level=0)
This class generates a PDF report for an FEP/REST (+) type of job. |
|
|
|
|
|
|
|
_cleanup_temp_files(self) |
|
|
|
|
|
_replica_exchange_density(self) |
|
|
|
get_rest_density_plot(self,
rest_density_data,
legend=True) |
|
|
|
get_rest_density_img(self,
rest_density_data,
legend=True) |
|
|
|
_protein_ligand_report(self) |
|
|
|
_get_lid_img(self,
stats,
lig_noh_dict,
lig_atom_dict,
ligand_st,
cutoff=0.2) |
|
|
|
_get_lid(self,
stats,
lig_noh_dict,
lig_atom_dict,
ligand_st,
cutoff=0.2) |
|
|
|
|
|
_get_plot_pl_bar_chart(self,
label,
data_dict0,
data_dict1,
nframes) |
|
|
|
_ligand_report(self)
Generate ligand report |
|
|
|
|
|
_ligand_rmsd_wrt_protein(self) |
|
|
|
_get_ligand_wrt_prot_rmsd_text(self) |
|
|
|
_get_ligand_wrt_prot_rmsd_plot(self,
rmsd_l0,
rmsd_l1,
ts,
ts_max) |
|
|
|
_protein_report(self)
Generates the protein report (RSMD/RSMF for both end-point lambdas). |
|
|
|
|
|
_get_protein_rmsf_text(self) |
|
|
|
_gen_protein_lambda_rmsf_plot(self,
rmsf_l0,
rmsf_l1) |
|
|
|
|
|
_get_protein_rmsd_text(self) |
|
|
|
_get_protein_lambda_rmsd_plot(self,
rmsd_l0,
rmsd_l1,
ts,
ts_max) |
|
|
|
|
|
_get_sequence_viewer_image(self)
Generate protein sequence image, given a protein structure Returns a
platypus image |
|
|
|
_free_energy_convergence_profiles(self) |
|
|
|
_gen_free_energy_convergence_table(self,
df_per_replica,
dg,
bootstrap_std,
analytical_std) |
|
|
|
_gen_free_energy_convergence_plot(self,
start_time,
end_time,
dG_forward,
dG_forward_err,
dG_reverse,
dG_reverse_err,
dG_sliding,
dG_sliding_err) |
|
|
|
|
|
_ligand_perturbation_details(self) |
|
|
|
|
|
_generate_aligned_2d_lig_pair(self)
Generate *aligned* 2d images of the ligands. |
|
|
|
|
|
get_2d_ligand_image(self,
lig_st) |
|
|
|
_get_2d_ligand_image(self,
st) |
|
|
|
_get_temp_image_fn(self,
prefix='
' ) |
|
|
|
_report_fep_simulation_details(self) |
|
|
|
|
|
str(self,
str_in)
This is to remove the "'s in ARK returned strings enclosed in
double quotes |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
_lid_add_lig_water_exposed(res_label,
sk,
ligand_st,
lig_noh_dict,
ligand_atoms) |
|
|
|
_lid_add_water_br(res_label,
sk,
already_added_res_dict,
ligand_st,
lig_atom_dict,
lig_noh_dict,
ligand_atoms,
opacity)
`res_label' for water-mediated interactions looks like this:... |
|
|
|
_lid_add_hydrophobic(res_label,
sk,
already_added_res_dict)
`res_label` for non-specific hydrophobic interactions looks like this:... |
|
|
|
_lid_add_picat(res_label,
sk,
already_added_res_dict,
lig_atom_dict,
ligand_atoms,
opacity)
`res_label` for pi-cat interactions looks like this:... |
|
|
|
_lid_add_pipi(res_label,
sk,
already_added_res_dict,
lig_atom_dict,
ligand_atoms,
opacity)
`res_label` for pi-pi interactions looks like this:... |
|
|
|
_lid_add_prot_metal(res_label,
sk,
already_added_metal_dict,
already_added_res_dict,
opacity)
`res_label' for metal-protein mediated interactions looks like this:... |
|
|
|
_lid_add_lig_metal(res_label,
sk,
already_added_metal_dict,
lig_atom_dict,
ligand_atoms,
opacity)
`res_label' for metal-ligand mediated interactions looks like this:... |
|
|
|
_lid_add_intramolecular_hb(res_label,
sk,
ligand_st,
lig_atom_dict,
lig_noh_dict,
ligand_atoms,
opacity)
res_label for internal (intramolecular) hydrogen bonds looks like this:... |
|
|
|
_lid_add_ionic(res_label,
sk,
already_added_res_dict,
lig_noh_dict,
ligand_atoms,
opacity)
res_label for ionic bonds looks like this:... |
|
|
|
_lid_add_hbonds(res_label,
sk,
already_added_res_dict,
ligand_st,
lig_atom_dict,
lig_noh_dict,
ligand_atoms,
opacity)
res_label for hydrogen bonds looks like this:... |
|
|