Description Usage Arguments Value Author(s) See Also Examples
View source: R/ChemicalCuration.R
A small wrapper function to calculate AlogP and XlogP
with rcdk from a SMILES code (as getCDKlogPs
) plus estimate retention
times using a simple linear model. Default model was calculated on 810 Eawag reference
standards and is only valid for this Xbridge chromatographic program.
1 | getCDKlogPsAndRT <- function(smiles,kekulise=TRUE,model=c(3.654,1.6225),quiet=TRUE)
|
smiles |
Valid SMILES code used to perform calculation. |
kekulise |
Default |
model |
A vector of length 2 containing the intercept and slope for the model. Default values
|
Returns the resulting AlogP, XlogP and RT estimated from XlogP values in a list. Default model returns RT in minutes.
Emma Schymanski <emma.schymanski@uni.lu>
parse.smiles
, get.alogp
, get.xlogp
,
getCDKlogPs
.
1 2 3 4 | getCDKlogPsAndRT("c1ccccc1")
getCDKlogPsAndRT("c1ccccc1",kekulise=FALSE)
getCDKlogPsAndRT("c1ccc2c(c1)[nH]nn2")
getCDKlogPsAndRT("c1ccc2c(c1)[nH]nn2",kekulise=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.