View source: R/chemmine_tools.R
sdf.visualize | R Documentation |
'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.
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
## 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.