print.SBGNview {SBGNview} | R Documentation |
renderSbgn
for all pathways in a SBGNview object and generate image files.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 |
An object of class SBGNview |
... |
Other parameters passed to print. |
None
### use simulated data. Please see vignettes for more examples 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)