sdfstr2list: 'SDFstr' to 'list'

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

Description

Returns objects of class SDFstr as list.

Usage

1

Arguments

x

object of class SDFstr

Details

...

Value

list

with many of the following components:

character

SDF content of one molecule vectorized line by line

Author(s)

Thomas Girke

References

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

See Also

Functions: sdf2list, sdf2str, SDFset2list, SDFset2SDF

Examples

1
2
3
4
5
6
7
## Instance of SDFstr class
data(sdfsample); sdfset <- sdfsample
sdfstr <- as(sdfset, "SDFstr")

## Return as list
sdfstr2list(sdfstr)
as(sdfstr, "list") # similar result

girke-lab/ChemmineR-release documentation built on May 17, 2019, 5:26 a.m.