getCDs | R Documentation |
Calculate Chemical Descriptors for a list of molecules. Molecules can appear multiple times in the list.
getCDs(df = read_rp_xlsx(), verbose = 1, nw = 1)
df |
dataframe with two mandatory columns: "NAME" and "SMILES" |
verbose |
0: no output, 1: progress, 2: more progress and warnings |
nw |
number of workers for parallel processing |
A dataframe with the chemical descriptor values appended as columns to the input dataframe.
cds <- getCDs(head(RP, 3), verbose = 1, nw = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.