# trackViewer
[![platforms](http://bioconductor.org/shields/availability/devel/trackViewer.svg)](http://bioconductor.org/packages/devel/bioc/html/trackViewer.html)
[![build](http://bioconductor.org/shields/build/devel/bioc/trackViewer.svg)](http://bioconductor.org/packages/devel/bioc/html/trackViewer.html)
A R/Bioconductor package for drawing elegant interactive tracks or lollipop plot to facilitate integrated analysis of multi-omics data
Visualize mapped reads along with annotation as track layers for NGS dataset
such as ChIP-seq, RNA-seq, miRNA-seq, DNA-seq, SNPs and methylation data.
## Installation
To install this package, start R and enter:
```r
library(BiocInstaller)
biocLite("trackViewer")
```
## Documentation
To view documentation of trackViewer, start R and enter:
```r
browseVignettes("trackViewer")
```