Description Usage Arguments Value Author(s) References See Also Examples
'sdf.visualize' will take an SDFset
object and send the compounds to the ChemMine Tools
website, for visualization and futher analysis. The results are launched in the users web browser.
1 | sdf.visualize(sdf)
|
sdf |
A |
Returns the URL of the webpage containing all the SDFs and 2D images corresponding to the selected compounds.
Tyler Backman
ChemMine Tools web service: http://chemmine.ucr.edu
cmp.parse
, sdf.subset
, plotStruc
1 2 3 4 5 6 7 8 9 | ## Load sample SD file
data(sdfsample)
sdfset <- sdfsample
## Not run:
## Plot structures using web service ChemMine Tools
sdf.visualize(sdfset[1:4])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.