extrDrugAIO: Calculates All the Molecular Descriptors in the BioMedR...

Description Usage Arguments Details Value Note Author(s) Examples

Description

Calculates All the Molecular Descriptors in the BioMedR Package at Once

Usage

1
extrDrugAIO(molecules, silent = TRUE, warn = TRUE)

Arguments

molecules

Parsed molucule object.

silent

Logical. Whether the calculating process should be shown or not, default is TRUE.

warn

Logical. Whether the warning about some descriptors need the 3D coordinates should be shown or not after the calculation, default is TRUE.

Details

This function calculates all the molecular descriptors in the BioMedR package at once.

Value

A data frame, each row represents one of the molecules, each column represents one descriptor. Currently, this function returns total 293 descriptors composed of 48 descriptor types.

Note

Note that we need 3-D coordinates of the molecules to calculate some of the descriptors, if not provided, these descriptors values will be NA.

Author(s)

Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>

Examples

1
2
3
4
# Load 20 small molecules that have 3D coordinates
sdf = system.file('sysdata/test.sdf', package = 'BioMedR')
mol = readMolFromSDF(sdf)
dat = extrDrugAIO(mol, warn = FALSE)

BioMedR documentation built on July 5, 2019, 9:03 a.m.