sdfstr2list {ChemmineR} | R Documentation |
SDFstr
to list
Returns objects of class SDFstr
as list
.
sdfstr2list(x)
x |
object of class |
...
list |
with many of the following components: |
character |
SDF content of one molecule vectorized line by line |
Thomas Girke
SDF format definition: http://www.symyx.com/downloads/public/ctfile/ctfile.jsp
Functions: sdf2list
, sdf2str
, SDFset2list
, SDFset2SDF
## Instance of SDFstr class data(sdfsample); sdfset <- sdfsample sdfstr <- as(sdfset, "SDFstr") ## Return as list sdfstr2list(sdfstr) as(sdfstr, "list") # similar result