epivizToGviz: Convert an existing Epiviz workspace into a Gviz plot.

Description Usage Arguments Value Examples

View source: R/epivizToGviz.R

Description

Convert an existing Epiviz workspace into a Gviz plot.

Usage

1
epivizToGviz(app, plot_tracks = TRUE)

Arguments

app

(EpivizApp) an object of class EpivizApp.

plot_tracks

(logical) plot all of the Gviz tracks together.

Value

A list of GdObjects that represent Gviz tracks, ex: GeneRegionTrack, AnnotationTrack, DataTrack

Examples

1
2
3
4
5
# see package vignette for example usage
## Not run: 
epivizToGviz(app, plot_tracks=TRUE)

## End(Not run)

mlwalter4/epivizGviz documentation built on Feb. 28, 2020, 12:24 a.m.