sdf.visualize {ChemmineR} | 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)