Type: Package Package: CleanUpRNAseq Title: Detect and Correct Genomic DNA Contamination in RNA-seq Data Version: 1.7.0 Authors@R: c( person("Haibo", "Liu", , "haibo.liu@umassmed.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4213-2883")), person("Kevin", "O'Connor", , "Kevin.O'Connor@umassmed.edu", role = "ctb"), person("Michelle", "Kelliher", , "Michelle.Kelliher@umassmed.edu", role = "ctb"), person("Lihua Julie", "Zhu", , "Julie.Zhu@umassmed.edu", role = "aut"), person("Kai", "Hu", , "kai.hu@umassmed.edu", role = "aut") ) Description: RNA-seq data generated by some library preparation methods, such as rRNA-depletion-based method and the SMART-seq method, might be contaminated by genomic DNA (gDNA), if DNase I disgestion is not performed properly during RNA preparation. CleanUpRNAseq is developed to check if RNA-seq data is suffered from gDNA contamination. If so, it can perform correction for gDNA contamination and reduce false discovery rate of differentially expressed genes. License: GPL-3 BugReports: https://github.com/haibol2016/CleanUpRNAseq/issues Depends: R (>= 4.4.0) Imports: AnnotationFilter, BiocGenerics, Biostrings, BSgenome, DESeq2, edgeR, ensembldb, Seqinfo, GenomicRanges, ggplot2, ggrepel, graphics, grDevices, KernSmooth, limma, methods, pheatmap, qsmooth, R6, RColorBrewer, Rsamtools, Rsubread, reshape2, SummarizedExperiment, stats, tximport, utils Suggests: BiocStyle, BSgenome.Hsapiens.UCSC.hg38, EnsDb.Hsapiens.v86, ggplotify, knitr, patchwork, R.utils, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr biocViews: QualityControl, Sequencing, GeneExpression Encoding: UTF-8 LazyData: false Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Collate: 'CleanUpRNAseq-package.R' 'R6_class.R' 'misc.R' 'check_gDNA.R' 'correction_methods.R' 'data.R' Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libbz2-dev libicu-dev liblzma-dev libpng-dev libuv1-dev libxml2-dev libssl-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:03:27 UTC RemoteUrl: https://github.com/bioc/CleanUpRNAseq RemoteRef: HEAD RemoteSha: cd20de60b2f346dc6f378dcac96ecbaa8c9b98f4 NeedsCompilation: no Packaged: 2026-07-04 02:08:01 UTC; root Author: Haibo Liu [aut, cre] (ORCID: ), Kevin O'Connor [ctb], Michelle Kelliher [ctb], Lihua Julie Zhu [aut], Kai Hu [aut] Maintainer: Haibo Liu