Description Usage Arguments Value
View source: R/descriptor_tools.R
This function returns the metadata, e.g. needs 3D, is sclar, etc., for the specified descriptor. This information is mainly extracted from the CDK java code.
1 | get_descriptor_meta_data(desc_name)
|
desc_name |
string, rcdk-like descriptor name |
named list containing the descriptor metadata:
is_3D
, boolean indicating whether the descriptor requires 3D coordinates
conf_func
, list of rcdk molecule-configuration functions to be
applied before descriptor calculation
clone_atom_container
, boolean indicating, whether the atom
container should be cloned before the descriptor is calculated.
desc_params
, vector of names lists that can be passed to the descriptor
d_type
, string either float or int(eger)
d_length
, length of the descriptor vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.