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.
1 | getCDKlogPs(smiles, kekulise=TRUE)
|
smiles |
Valid SMILES code used to perform calculation. |
kekulise |
Default |
Returns the resulting AlogP and XlogP values in a list.
Emma Schymanski <emma.schymanski@uni.lu>
parse.smiles
, get.alogp
, get.xlogp
,
getCDKlogPsAndRT
.
1 2 3 4 | getCDKlogPs("c1ccccc1")
getCDKlogPs("c1ccccc1",kekulise=FALSE)
getCDKlogPs("c1ccc2c(c1)[nH]nn2")
getCDKlogPs("c1ccc2c(c1)[nH]nn2",kekulise=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.