Description Objects from the Class Slots Methods Author(s) References See Also Examples
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")
: returns atom attributes as a named list of values
signature(x = "ExtSDF")
: returns bond attributes as a named list of values
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
1 | showClass("ExtSDF")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.