Description Objects from the Class Slots Methods Author(s) References See Also Examples
Container for storing the SMILES string of a single molecule.
Objects can be created by calls of the form new("SMI", ...)
.
smiles
:Object of class "character"
of length one
signature(x = "SMI")
: returns content as character vector
signature(from = "character", to = "SMI")
: as(smi, "SMI")
signature(from = "SMIset", to = "SMI")
: as(smiset, "SMI")
signature(object = "SMI")
: prints summary of SMI
Thomas Girke
SMILES (Simplified molecular-input line-entry system) format definition: http://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system
Related classes: SMIset, SDF, SDFset
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.