sdf2list: 'SDF' to 'list'

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

Description

Returns objects of class SDF as list.

Usage

1

Arguments

x

object of class SDF

Details

...

Value

list

with following components:

character

SDF header block

matrix

SDF bond block

matrix

SDF atom block

character

SDF data block

Author(s)

Thomas Girke

References

SDF format definition: http://www.symyx.com/downloads/public/ctfile/ctfile.jsp

See Also

Functions: sdfstr2list, sdf2str, SDFset2list, SDFset2SDF

Examples

1
2
3
4
5
6
7
## Instance of SDF class
data(sdfsample); sdfset <- sdfsample
sdf <- sdfset[[1]]

## Return as list
sdf2list(sdf)
as(sdf, "list") # similar result

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