Skip to content

Can I get detailed information about MACCS fingerprint? #6783

Answered by dehaenw
GrailWang asked this question in FAQ
Discussion options

You must be logged in to vote

Because each bit's meaning is defined in quite a clear way in MACCS, it should be relatively straightforward to find out what the matching pattern is by just looking up the meaning of the specific bit. You can find the SMARTS pattern used for each MACCS bit in rdkit here:

1: ('?', 0), # ISOTOPE

I haven't checked if there's some in built way to visualize the matching fragments, but if not, you can just use the above SMARTS and match it to the index of the on-bits of interest to visualize it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GrailWang
Comment options

Answer selected by GrailWang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants