Prediction of tissue-prediction partition coefficient using Poulin&Theil method
Source:R/Kpcoeff_PT.R
Kpcoeff_PT.Rd
Prediction of tissue-prediction partition coefficient using Poulin&Theil method
Arguments
- logP
Partition coefficient
- pKa
Acid dissociation
- fup
Plasma unbound fraction
- BP
Blood-plasma ratio
- type
Neutral/acid/base
- dattype
Human physiology dataset
Examples
Kpcoeff_PT(2.7, 6, 0.9, 1, 1, 0)
#> $Kpad
#> [1] 28.76542
#>
#> $Kpbo
#> [1] 11.78282
#>
#> $Kpbr
#> [1] 10.89885
#>
#> $Kpgu
#> [1] 8.624007
#>
#> $Kphe
#> [1] 2.82252
#>
#> $Kpki
#> [1] 4.252819
#>
#> $Kpli
#> [1] 6.876856
#>
#> $Kplu
#> [1] 1.148512
#>
#> $Kpmu
#> [1] 4.306328
#>
#> $Kpsp
#> [1] 4.330372
#>
#> $Kpsk
#> [1] 5.198043
#>