gvizToEpiviz: Convert an existing Gviz plot into an Epiviz workspace.

Description Usage Arguments Value Examples

View source: R/gvizToEpiviz.R

Description

Convert an existing Gviz plot into an Epiviz workspace.

Usage

1
2
gvizToEpiviz(gviz_plot, annotation = NULL, chr = NULL, start = NULL,
  end = NULL)

Arguments

gviz_plot

(list) a list representing a plot from plotTracks

annotation

(OrganismDb) an object of class OrganismDb.

chr

(character) chromosome to browse to on app startup.

start

(integer) start location to browse to on app startup.

end

(integer) end location to browse to on app startup.

Value

An object of class EpivizApp

Examples

1
2
3
4
5
# see package vignette for example usage
## Not run: 
gvizToEpiviz(gviz_plot, annotation=NULL, chr=NULL, start=NULL, end=NULL)

## End(Not run)

HCBravoLab/epivizGviz documentation built on May 6, 2019, 9:45 p.m.