Skip to content

Atom-wise contributions to CrippenLogP, CrippenMR, TPSA, LabuteASA in python #5352

Answered by greglandrum
mane292 asked this question in General
Discussion options

You must be logged in to vote

@mane292 the function rdMolDescriptors._CalcCrippenContribs(mol) returns a list of 2-tuples which provides the contributions of each atom to logp and MR.
rdMolDescriptors._CalcLabuteASAContribs(mol) returns a 2-tuple where the first element is the atomic contributions and the second is the contributions of all implicit Hs
Similarity rdMolDescriptors._CalcTPSAContribs(mol) returns a tuple with the contribution of each atom to the TPSA.

Replies: 1 comment 1 reply

Comment options

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

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