-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.88 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
Package: regionReport
Type: Package
Title: Generate HTML or PDF reports for a set of genomic regions or DESeq2/edgeR results
Version: 1.41.1
Date: 2025-01-14
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"), email
= "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X")),
person(c("Andrew", "E."), "Jaffe", role = "aut",
email = "andrew.jaffe@libd.org", comment = c(ORCID = "0000-0001-6886-1454")),
person(c("Jeffrey", "T."), "Leek", role = c("aut", "ths"),
email = "jtleek@gmail.com", comment = c(ORCID = "0000-0002-2873-2671")))
Description: Generate HTML or PDF reports to explore a set of regions such as
the results from annotation-agnostic expression analysis of RNA-seq data at
base-pair resolution performed by derfinder. You can also create reports for
DESeq2 or edgeR results.
License: Artistic-2.0
LazyData: true
URL: https://github.com/leekgroup/regionReport
BugReports: https://support.bioconductor.org/t/regionReport/
VignetteBuilder: knitr
biocViews: DifferentialExpression, Sequencing, RNASeq, Software, Visualization,
Transcription, Coverage, ReportWriting, DifferentialMethylation,
DifferentialPeakCalling, ImmunoOncology, QualityControl
Depends:
R(>= 3.2)
Imports:
BiocStyle (>= 2.5.19),
derfinder (>= 1.25.3),
DEFormats,
DESeq2,
GenomeInfoDb,
GenomicRanges,
knitr (>= 1.6),
knitrBootstrap (>= 0.9.0),
methods,
RefManageR,
rmarkdown (>= 0.9.5),
S4Vectors,
SummarizedExperiment,
utils
Suggests:
BiocManager,
biovizBase,
bumphunter (>= 1.7.6),
derfinderPlot (>= 1.29.1),
sessioninfo,
DT,
edgeR,
ggbio (>= 1.35.2),
ggplot2,
grid,
gridExtra,
IRanges,
mgcv,
pasilla,
pheatmap,
RColorBrewer,
TxDb.Hsapiens.UCSC.hg19.knownGene,
whisker
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)