-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Type: Package
Package: CleanUpRNAseq
Title: Detect and Correct Genomic DNA Contamination in RNA-seq Data
Version: 1.1.1
Authors@R: c(
person("Haibo", "Liu", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4213-2883")),
person("Kevin", "O'Connor", , "Kevin.O'[email protected]", role = "ctb"),
person("Michelle", "Kelliher", , "[email protected]", role = "ctb"),
person("Lihua Julie", "Zhu", , "[email protected]", role = "aut"),
person("Kai", "Hu", , "[email protected]", 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,
GenomeInfoDb,
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