Learn R Programming

rcdk (version 3.4.7.1)

get.desc.names: Get Descriptor Class Names

Description

The CDK implements a number of descriptors divided into three main groups - atomic, molecular and bond. Currently the package will only evaluate molecular descriptors. This function returns the class names of the available descriptors, which can then be used to calculate descriptors for a specific molecule.

By default all available descriptor class names are returned. However it is possible to specify that a subset of the descriptors should be considered. The subset is specified by keyword and can be one of: topological, geometrical,hybrid, constitutional, protein, electronic.

Usage

get.desc.names(type = "all")

Arguments

type

Indicates which subset of molecular descriptors should be considered

Value

A character vector of descriptor class names

See Also

eval.desc, get.desc.categories