|
__init__(self,
ct,
do_calc=True,
save_ct=True,
settings={})
Create a ModelCheck instance. |
|
|
|
_getTitle(self)
Get protein title |
|
|
|
_process_ligand_inputs(self,
ligand_setting)
This function parses the ligand inputs, which could be in several
formats. |
|
|
|
_get_binding_site(self,
ligand_list,
site_asl=None) |
|
|
|
|
|
is_donor(self,
ct,
iatom) |
|
|
|
is_acceptor(self,
ct,
iatom) |
|
|
|
hbond_da_type(self,
ct,
iatom) |
|
|
|
within_three_bonds(self,
ct,
iatom,
target_atom) |
|
|
|
filter_data_by_chain(self,
chain)
get the violations only related to the specified chain name |
|
|
|
get_site_info(self,
site_asl) |
|
|
|
|
|
|
|
|
|
|
|
hb_buried_donor(self,
ct) |
|
|
|
hb_buried_acceptor(self,
ct) |
|
|
|
hb_check_buried(self,
ct,
unbonded_list,
calc_set) |
|
|
|
hb_unsatis_water(self,
ct) |
|
|
|
|
|
|
|
missing_loop_chainbreak(self) |
|
|
|
|
|
analyze_pr_set(self,
data_set)
analyze one set of results from ProteinReport
@type data_set: ProteinReport.data_set
@param data_set: one of ProteinReport data set |
|
|
|
|
schrodinger.structure._StructureAtom
|
_getSecondAtom(self,
descriptor,
residue_dict)
Get the second atom described in the specified descriptor |
|
|
|
in_site(self,
descriptor) |
|
|
|
|
|
|
|
save_data_to_CT(self)
Save all data to CT properties |
|
|
|
get_results(self)
returns results |
|
|
|
get_quick_results(self)
Abbreviented output that can be used to quickly validate if the
protein is suitable for FEP calculations |
|
|
|
add_notes(self)
add notes about each calc_set |
|
|
|
text_report(self,
out_text_file="")
write out the details of each calc_set |
|
|
|
bubble_plot(self,
show)
draw a bubble plot |
|
|