genAPDescriptors: Generate AP Descriptors

Description Usage Arguments Value Author(s) Examples

Description

Generates Atom Pair descriptors using a fast C function.

Usage

1
genAPDescriptors(sdf,uniquePairs=TRUE)

Arguments

sdf

A single SDF object.

uniquePairs

When the same atom pair occurs more than once in a single compound, should the names be unique or not? Setting this to true will take slightly longer to compute.

Value

A vector of descriptors for the compound given. An AP object can be generated as shown in the example below.

Author(s)

Kevin Horan

Examples

1
2
3
4
	library(ChemmineR)
	data(sdfsample)
	sdf = sdfsample[[2]]
	ap = new("AP", AP=genAPDescriptors(sdf))

girke-lab/ChemmineR-git-svn-bridge documentation built on May 17, 2019, 5:25 a.m.