print.SBGNview | R Documentation |
A wrapper to run function renderSbgn
for all pathways in a SBGNview object and generate image files.
## S3 method for class 'SBGNview' print(x, ...)
x |
A SBGNview class object. |
... |
Other parameters passed to print. |
None
### Use simulated data. Please see vignettes for more examples. ### Run `browseVignettes(package = "SBGNview")` data('pathways.info','sbgn.xmls') SBGNview.obj = SBGNview(simulate.data = TRUE, sbgn.dir = './', input.sbgn = 'P00001', output.file = './test.local.file', output.formats = c('pdf'), min.gene.value = -1, max.gene.value = 1) print(SBGNview.obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.