# CleanUpRNAseq
<!-- badges: start -->
<!-- badges: end -->
The goal of CleanUpRNAseq is to detect and correct Genomic DNA Contamination
in RNA-seq Data
## Installation
You can install the development version of CleanUpRNAseq from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("haibol2016/CleanUpRNAseq")
```
## How to Use the Package
See the vignette
```r
vignette(package = "CleanUpRNAseq")
```