View source: R/function_getCD.R
getCD | R Documentation |
Calculate Chemical Descriptors using RCDK
getCD(x)
x |
A dataframe with 3 mandatory column: "Name", "InChIKey", "SMILES". |
A dataframe with calculated CD. Some compund can be missing if smiles is incorect or if molecule returns error in CDK
# RP and HILIC are previusly loaded dataset from excel with
# Name, InChIKey, SMILES and Retention Time
descs <- getCD(RP)
descs <- getCD(HILIC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.