-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tautomer.TautomerEnumerator() function #38
Comments
I'm afraid that won't work. Specifying |
thanks. does molvs has a function to score and sort these enumerated tautomers in an easy way. I tried to look at the documentation but could not figure out if a function like this exist. thanks |
Cf. MolVS/molvs/tautomer.py |
Thanks. But my understanding is that the canonical tautomer is not essentially the most stable (or most energetically favorable). Other than canonicalization, is there is something else we can do to get the most energetically favorable tautomer, assuming standard conditions and neutral pH ? |
Maybe score them using a force field like MMFF94 in rdkit? |
Interesting, will try that. thanks for the suggestion. |
Hi,
I am trying to enumerate tautomers using the tautomer.TautomerEnumerator() function. I am wondering if the returned list is sorted by scores so that the best-scoring tautomer in the list will have an index of zero, as it is not clear from the documentation, and if so, can I just limit to the most canonical tautomer by specifying the maximum tautomer parameter to 1
Thanks
The text was updated successfully, but these errors were encountered: