| 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__ = None
|
|||
|
|||
BuildFeatureFactory( (str)arg1) -> MolChemicalFeatureFactory :
Construct a feature factory given a feature definition in a file
C++ signature :
RDKit::MolChemicalFeatureFactory* BuildFeatureFactory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
BuildFeatureFactoryFromString( (str)arg1) -> MolChemicalFeatureFactory :
Construct a feature factory given a feature definition block
C++ signature :
RDKit::MolChemicalFeatureFactory* BuildFeatureFactoryFromString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
|
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 | http://epydoc.sourceforge.net |