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

Description Usage Arguments Value Examples

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)

mlwalter4/epivizGvizConverter documentation built on May 23, 2019, 5 a.m.