ExtSDF-class | R Documentation |
This is a subclass of SDF
and thus inherits all the
slots and methods from that class. It adds a list of extended attributes
for atoms and bonds. These attributes can curretnly only be populated
from a V3000 formatted SDF file.
Objects can be created by calls of the form new("ExtSDF", ...)
. The
function read.SDFset
will also return objects of this class if
the argument extendedAttributes
is set to "TRUE".
extendedAtomAttributes
:Object of class "list"
extendedBondAttributes
:Object of class "list"
signature(x = "ExtSDF",atomId,tag)
: Returns the value of the given tag on the given atom number
signature(x = "ExtSDF",bondId,tag)
: Returns the value of the given tag on the given bond number
signature(object = "ExtSDF")
: prints summary of SDF
as well as any defined extended
attributes for the atoms or bonds
Kevin Horan
SDF V3000 format definition: http://www.symyx.com/downloads/public/ctfile/ctfile.jsp
Related classes: SDF, SDFset, SDFstr, AP, APset
showClass("ExtSDF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.