RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
RDKIT_FINGERPRINTS_EXPORT ExplicitBitVect * | getFingerprintAsBitVect (const ROMol &mol) |
returns the MACCS keys fingerprint for a molecule | |
Variables | |
const std::string | maccsFingerprintVersion = "2.0.0" |
RDKIT_FINGERPRINTS_EXPORT ExplicitBitVect * RDKit::MACCSFingerprints::getFingerprintAsBitVect | ( | const ROMol & | mol | ) |
returns the MACCS keys fingerprint for a molecule
The result is a 167-bit vector. There are 166 public keys, but to maintain consistency with other software packages they are numbered from 1.
mol | the molecule to be fingerprinted |