Description Usage Arguments Value Examples
View source: R/convertEpivizGenes.R
Convert Epiviz GenesTrack to Gviz GeneRegionTrack.
1 | convertEpivizGenes(app, chart_obj, chr = NULL)
|
app |
(EpivizApp) an object of class |
chart_obj |
(EpivizChart) an object of class |
chr |
(character) the name of the chromosome to plot over, ex: "chr11". |
A list containing an object of class IdeogramTrack
, GenomeAxisTrack
, GeneRegionTrack
1 2 3 4 5 | # see package vignette for example usage
## Not run:
convertEpivizGenes(app, chart_obj, chr=NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.