View source: R/Kpcoeff_Berez.R
Kpcoeff_Berez | R Documentation |
Prediction of tissue-prediction partition coefficient using Berez method
Kpcoeff_Berez(logP, pKa, fup, BP = 1, type = 1, dattype = 0)
logP |
Partition coefficient |
pKa |
Acid dissociation constant (for ampholyte or zwitterion, enter Acid pKa first) |
fup |
Plasma unbound fraction |
BP |
Blood-plasma ratio |
type |
Neutral(1)/acid(2)/base(3)/diprotic acid(4)/diprotic base(5)/zwitterion(ampholyte)(6) |
dattype |
Human physiology dataset(0 - original dataset, 1 - unified dataset) |
A list of tissue partition coefficient in each organ
Kpcoeff_Berez(2.7, 6, 0.9, 1, 1, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.