Description Usage Arguments Value Examples
Convert an existing Epiviz workspace into a Gviz plot.
1 | epivizToGviz(app, plot_tracks = TRUE)
|
app |
(EpivizApp) an object of class |
plot_tracks |
(logical) plot all of the Gviz tracks together. |
A list of GdObjects that represent Gviz tracks, ex: GeneRegionTrack
, AnnotationTrack
, DataTrack
1 2 3 4 5 | # see package vignette for example usage
## Not run:
epivizToGviz(app, plot_tracks=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.