(PhpHypoAdaptor, str)
|
createPhaseHypothesis(self,
ph4_file)
Reads a MOE pharmacophore file, creating a Phase hypothesis from
relevant information. |
|
|
list of dict
|
_readMOEFile(self,
ph4_file)
Reads a MOE pharmacophore file, returning feature data as list of
pharmacophore site data organized by header indexed dictionaries. |
|
|
list of dict
|
_formInputData(self,
count,
headers,
input_list)
Creates a dictionary from MOE ph4 data, supplied as a number of
entries, headers with header types, and a list of all input values in
order. |
|
|
|
_castMOEType(self,
value,
MOE_type)
Casts raw MOE pharmacophore strings. |
|
|
(list of PhpSite, str)
|
_extractPhaseSites(self,
feature_data)
Extracts feature data from raw data dictionary read from MOE file
into PhpSites suitable for populating a Phase hypothesis. |
|
|
(list of PhpSite, list of str)
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|