calculate_descriptor_from_inchi: Calculate molecular descriptors from InChI

Description Usage Arguments Value

View source: R/descriptor_tools.R

Description

This function takes a set of InChI and calculates for those the different desired molecular descriptors provided by the CDK library through rcdk.

Usage

1
2
calculate_descriptor_from_inchi(smiles, desc_name, skip_3D_desc = FALSE,
  verbose = FALSE)

Arguments

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 NULL in this case.

verbose

boolean, should the function be verbose

inchi

list of strings (1 x n_samples)

Value

named list


bachi55/rcdkTools documentation built on Nov. 3, 2019, 2:06 p.m.