Learn R Programming

ChemmineR (version 2.24.2)

sdf.visualize: Visualize an SDFset online using ChemMine Tools

Description

'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.

Usage

sdf.visualize(sdf)

Arguments

sdf
A SDFset object which containing the given compounds

Value

Returns the URL of the webpage containing all the SDFs and 2D images corresponding to the selected compounds.

References

ChemMine Tools web service: http://chemmine.ucr.edu

See Also

cmp.parse, sdf.subset, plotStruc

Examples

Run this code
## 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)

Run the code above in your browser using DataLab