Description Usage Arguments Value
View source: R/descriptor_tools.R
This function takes a set of InChI and calculates for those the different desired molecular descriptors provided by the CDK library through rcdk.
1 2 | calculate_descriptor_from_inchi(smiles, desc_name, skip_3D_desc = FALSE,
verbose = FALSE)
|
desc_name |
string, name of the descriptor to calculate |
skip_3D_desc |
boolean, indicating whether descriptors that require
3D coordinates should be skipped. Return value of the function will be
|
verbose |
boolean, should the function be verbose |
inchi |
list of strings (1 x n_samples) |
named list
desc_vals
, named list with the descriptor vectors for each InChI
d_type
, string data type of the descriptor
desc_params
, named list of descriptor parameters used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.