* mark in RECAP, BRICS fragmentation #5218
Unanswered
hyojin0912
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for your nice package and management.
I want to get fragment smiles of bulk compounds using RECAP, BRICS module in rdkit.
Following guides (https://buildmedia.readthedocs.org/media/pdf/rdkit/latest/rdkit.pdf, https://www.rdkit.org/docs/source/rdkit.Chem.Recap.html), I got fragments using below codes
Output looks like
I understand that the first(left) * mark is a dummy atom that notifies cleavage location, so I can delete it to deal with fragment SMILES.
And I thought * mark in the middle stands for any of the elements C, N, O, or S.
So I can put C, N, O, or S and regard them as individual fragment SMILES.
Is it right?
Thanks in advance,
Hyojin
Compound_SMILES.csv
Beta Was this translation helpful? Give feedback.
All reactions