Name Mode Size
..
CleanUpRNAseq-package.R 100644 0 kb
R6_class.R 100644 23 kb
check_gDNA.R 100644 39 kb
correction_methods.R 100644 19 kb
data.R 100644 2 kb
misc.R 100644 35 kb
README.md
# 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") ```