Type: Package
Package: CleanUpRNAseq
Title: Detect and Correct Genomic DNA Contamination in RNA-seq Data
Version: 1.3.2
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
git_url: https://git.bioconductor.org/packages/CleanUpRNAseq
git_branch: devel
git_last_commit: 37d178d
git_last_commit_date: 2025-07-22
Repository: Bioconductor 3.22
Date/Publication: 2025-07-23
NeedsCompilation: no
Packaged: 2025-07-23 22:08:20 UTC; biocbuild
Author: Haibo Liu [aut, cre] (ORCID: <https://orcid.org/0000-0002-4213-2883>),
  Kevin O'Connor [ctb],
  Michelle Kelliher [ctb],
  Lihua Julie Zhu [aut],
  Kai Hu [aut]
Maintainer: Haibo Liu <haibo.liu@umassmed.edu>
Built: R 4.5.1; ; 2025-07-24 12:49:53 UTC; windows
