ap: Return atom pair component of 'AP/APset'

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Returns atom pair component of objects of class AP or APset as list of vectors.

Usage

1
ap(x)

Arguments

x

Object of class AP and APset

Details

...

Value

List

with one to many of following components:

numeric

atom pairs

Author(s)

Thomas Girke

References

Chen X and Reynolds CH (2002). "Performance of similarity measures in 2D fragment-based similarity searching: comparison of structural descriptors and similarity coefficients", J Chem Inf Comput Sci.

See Also

Functions: SDF2apcmp, apset2descdb, cmp.search, cmp.similarity

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Instance of SDFset class
data(sdfsample)
sdfset <- sdfsample[1:50]
sdf <- sdfset[[1]]

## Compute atom pair library
ap <- sdf2ap(sdf)
(apset <- sdf2ap(sdfset))
view(apset[1:4])

## Return main components of APset object
cid(apset[1:4]) # compound IDs
ap(apset[1:4]) # atom pair descriptors

## Return atom pairs in human readable format
db.explain(apset[1]) 

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