RDKit
Open-source cheminformatics and machine learning.
|
Namespaces | |
namespace | detail |
Classes | |
struct | NetworkEdge |
struct | ScaffoldNetwork |
struct | ScaffoldNetworkParams |
Enumerations | |
enum class | EdgeType { Fragment = 1 , Generic = 2 , GenericBond = 3 , RemoveAttachment = 4 , Initialize = 5 } |
Functions | |
template<typename T > | |
void | updateScaffoldNetwork (const T &mols, ScaffoldNetwork &network, const ScaffoldNetworkParams ¶ms) |
update an existing ScaffoldNetwork using a set of molecules | |
template<typename T > | |
ScaffoldNetwork | createScaffoldNetwork (const T &mols, const ScaffoldNetworkParams ¶ms) |
create a new ScaffoldNetwork for a set of molecules | |
std::ostream & | operator<< (std::ostream &ostr, const RDKit::ScaffoldNetwork::EdgeType &e) |
allows nodes to output nicely as strings | |
std::ostream & | operator<< (std::ostream &ostr, const RDKit::ScaffoldNetwork::NetworkEdge &e) |
allows edges to output nicely as strings | |
RDKIT_SCAFFOLDNETWORK_EXPORT ScaffoldNetworkParams | getBRICSNetworkParams () |
Definition at line 67 of file ScaffoldNetwork.h.
ScaffoldNetwork RDKit::ScaffoldNetwork::createScaffoldNetwork | ( | const T & | mols, |
const ScaffoldNetworkParams & | params | ||
) |
create a new ScaffoldNetwork for a set of molecules
Definition at line 138 of file ScaffoldNetwork.h.
References createScaffoldNetwork(), RDKit::rdvalue_is(), and updateScaffoldNetwork().
Referenced by createScaffoldNetwork().
RDKIT_SCAFFOLDNETWORK_EXPORT ScaffoldNetworkParams RDKit::ScaffoldNetwork::getBRICSNetworkParams | ( | ) |
returns parameters for constructing scaffold networks using BRICS fragmentation
References getBRICSNetworkParams().
Referenced by getBRICSNetworkParams().
|
inline |
allows nodes to output nicely as strings
Definition at line 145 of file ScaffoldNetwork.h.
References Fragment, Generic, GenericBond, Initialize, RDKit::rdvalue_is(), and RemoveAttachment.
|
inline |
allows edges to output nicely as strings
Definition at line 170 of file ScaffoldNetwork.h.
References RDKit::rdvalue_is().
void RDKit::ScaffoldNetwork::updateScaffoldNetwork | ( | const T & | mols, |
ScaffoldNetwork & | network, | ||
const ScaffoldNetworkParams & | params | ||
) |
update an existing ScaffoldNetwork using a set of molecules
References updateScaffoldNetwork().
Referenced by createScaffoldNetwork(), and updateScaffoldNetwork().