You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have question about calculating e3fp.fingerprint.metrics.tanimoto coefficients of stereoisomers. I have made 50 conformers for following molecules with hydrogens. There are some locations in the matrix created from call to tanimoto where the coefficient is 1.0. I am wondering why this makes sense as they are not the same molecule?
First the fingerprints are generated using a large number of bits, where a bit is 'on' if the 3D environment of an atom hashes to that bit (for details see the paper). To reduce the size of the fingerprint, it is repeatedly halved and ORed to get to the target size of 2048, which makes bit collision more common but still not extremely frequent. Tanimoto coefficient measures the similarity of the bits for this folded representation.
So it's not impossible for two molecules to end up with the same fingerprint even if their structures are different. To answer with more detail, I suggest visually comparing the two conformers from which the two matching fingerprints were generated.
Hi,
I have question about calculating e3fp.fingerprint.metrics.tanimoto coefficients of stereoisomers. I have made 50 conformers for following molecules with hydrogens. There are some locations in the matrix created from call to tanimoto where the coefficient is 1.0. I am wondering why this makes sense as they are not the same molecule?
The text was updated successfully, but these errors were encountered: