Description Usage Arguments Value Examples
A wrapper to run function renderSbgn
for all pathways in a SBGNview object and generate image files.
1 2 |
x |
A SBGNview class object. |
... |
Other parameters passed to print. |
None
1 2 3 4 5 6 7 8 9 10 11 | ### 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.