<img src="vignettes/Gviz-logo.png" align="right" alt="" width="120" />
# _Gviz_ - Plotting data and annotation information along genomic coordinates
## Software status
<!-- badges: start -->
[](http://www.repostatus.org/#active)
[](https://bioconductor.org/packages/Gviz)
[](https://support.bioconductor.org/t/gviz/)
<!-- badges: end -->
| Platform | OS | Last Update | Status | Coverage | Downloads |
|:----------|:---------:|:--------------:|:----------------:|:----------------:|:---------:|
| Travis CI | Linux | [](https://github.com/ivanek/Gviz) | [](https://travis-ci.org/ivanek/Gviz) | [](https://codecov.io/github/ivanek/Gviz) | NA |
| Bioc ([devel](https://bioconductor.org/packages/devel/bioc/html/Gviz.html)) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz) | NA | [](https://bioconductor.org/packages/stats/bioc/Gviz/) |
| Bioc ([release](https://bioconductor.org/packages/release/bioc/html/Gviz.html)) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz) | NA | [](https://bioconductor.org/packages/stats/bioc/Gviz/) |
<!--
| Travis CI | Linux | [](https://github.com/ivanek/Gviz) | [](https://travis-ci.org/ivanek/Gviz) | [](https://codecov.io/github/ivanek/Gviz) | NA |
| Travis CI | Linux | [](https://github.com/ivanek/Gviz) | [](https://travis-ci.org/ivanek/Gviz) | [](https://codecov.io/github/ivanek/Gviz) | NA |
-->
## Authors
- Florian Hahne
- Steffen Durinck
- Robert Ivanek
- Arne Mueller
- Steve Lianoglou
- Ge Tan
- Lance Parsons
- Shraddha Pai
## Overview

Genomic data analyses requires integrated visualization of known genomic information and new experimental data. Gviz uses the [biomaRt](https://bioconductor.org/packages/biomaRt/) and the [rtracklayer](https://bioconductor.org/packages/rtracklayer/) packages to perform live annotation queries to [Ensembl](https://www.ensembl.org/) and [UCSC](https://genome.ucsc.edu) and translates this to e.g. gene/transcript structures in viewports of the grid graphics package. This results in genomic information plotted together with your data.
## Installation
### Release version
```
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Gviz", version = "release")
```
### Developmental version
```
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Gviz", version = "devel")
```
### Github
```
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("ivanek/Gviz")
```
## Citation
- Hahne F, Ivanek R (2016). "Statistical Genomics: Methods and Protocols." In Mathé E, Davis S (eds.), chapter Visualizing Genomic Data Using Gviz and Bioconductor, 335–351. Springer New York, New York, NY. ISBN 978-1-4939-3578-9, doi: [10.1007/978-1-4939-3578-9_16](https://dx.doi.org/10.1007/978-1-4939-3578-9_16).