convertEpivizLine: Convert Epiviz LineTrack to Gviz DataTrack.

Description Usage Arguments Value Examples

View source: R/convertEpivizLine.R

Description

Convert Epiviz LineTrack to Gviz DataTrack.

Usage

1
convertEpivizLine(app, chart_obj, chr)

Arguments

app

(EpivizApp) an object of class EpivizApp.

chart_obj

(EpivizChart) an object of class EpivizChart.

chr

(character) the name of the chromosome to plot over, ex: "chr11".

Value

A list containing an object of class DataTrack

Examples

1
2
3
4
5
# see package vignette for example usage
## Not run: 
convertEpivizLine(app, chart_obj, chr)

## End(Not run)

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