| Trees | Indices | Help |
|
|---|
|
|
Module containing from chemical feature and functions to generate the
|
|||
|
MolChemicalFeature Class to represent a chemical feature. |
|||
|
MolChemicalFeatureFactory Class to featurize a molecule |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ = Nonehash(x) |
|||
|
|||
BuildFeatureFactory( (str)arg1) -> MolChemicalFeatureFactory :
Construct a feature factory given a feature definition in a file
C++ signature :
RDKit::MolChemicalFeatureFactory* BuildFeatureFactory(std::string)
|
BuildFeatureFactoryFromString( (str)arg1) -> MolChemicalFeatureFactory :
Construct a feature factory given a feature definition block
C++ signature :
RDKit::MolChemicalFeatureFactory* BuildFeatureFactoryFromString(std::string)
|
GetAtomMatch( (AtomPairsParameters)featMatch [, (int)maxAts=1024]) -> object :
Returns an empty list if any of the features passed in share an atom.
Otherwise a list of lists of atom indices is returned.
C++ signature :
boost::python::api::object GetAtomMatch(boost::python::api::object [,int=1024])
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |