extractDrugLengthOverBreadth: Calculate the Ratio of Length to Breadth Descriptor

Description Usage Arguments Details Value Note Author(s) Examples

Description

Calculate the Ratio of Length to Breadth Descriptor

Usage

1
extractDrugLengthOverBreadth(molecules, silent = TRUE)

Arguments

molecules

Parsed molucule object.

silent

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

Details

Calculates the Ratio of Length to Breadth, as a result ti does not perform any orientation and only considers the X & Y extents for a series of rotations about the Z axis (in 10 degree increments).

Value

A data frame, each row represents one of the molecules, each column represents one feature. This function returns two columns named LOBMAX and LOBMIN:

Note

The descriptor assumes that the atoms have been configured.

Author(s)

Nan Xiao <https://nanx.me>

Examples

1
2
3
4
5
sdf = system.file('sysdata/OptAA3d.sdf', package = 'Rcpi')

mol = readMolFromSDF(sdf)
dat = extractDrugLengthOverBreadth(mol)
head(dat)

Example output

OpenJDK 64-Bit Server VM warning: Can't detect primordial thread stack location - find_vma failed
    LOBMAX   LOBMIN
1 1.662321 1.662321
2 1.584020 1.584020
3 1.186100 1.149565
4 1.154386 1.018091
5 1.087556 1.087556
6 1.735749 1.735749

Rcpi documentation built on Nov. 8, 2020, 8:23 p.m.