|
__init__(self)
Default constructor, modify a few attributes to interpret as
molecule feature extractor. |
|
|
|
loadOptions(self,
options)
Given an options object derived from an optparse.OptionParser,
load any options of interest into the state of this object. |
|
|
|
__call__(self,
obj)
Primary abstract method. |
|
|
|
makeSubtree(self,
mol,
rootAtom,
treeDepth)
Return a copy of the molecule object, but only containing atoms
starting from the indicated rootAtom up to a depth of treeDepth
away. |
|
|
|
labelSubtree(self,
mol,
rootAtom,
depth,
visitedAtomIndexes) |
|
|
|
objectDescription(self,
obj)
Input is a molecule object, just return the canonical SMILES
representation |
|
|
|
getNameID(self,
obj)
Input is a molecule object, return the molecule's Title
property |
|
|
Inherited from BaseFeatureExtractor.BaseFeatureExtractor :
loadArgs ,
main ,
outputFeatures
|