-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.92 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
77
78
79
80
81
Package: recount
Title: Explore and download data from the recount project
Version: 1.33.0
Date: 2024-05-21
Authors@R: c(person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2140-308X")),
person("Abhinav", "Nellore", role = "ctb",
email = "[email protected]"), person(c("Andrew", "E."), "Jaffe",
role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0001-6886-1454")), person(c("Margaret", "A."),
"Taub", role = "ctb", email = "[email protected]"), person("Kai", "Kammers",
role = "ctb", email = "[email protected]"), person(c("Shannon", "E."),
"Ellis", role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0002-9231-0481")), person(c("Kasper",
"Daniel"), "Hansen", role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0086-0687")), person("Ben", "Langmead",
role = "ctb", email = '[email protected]',
comment = c(ORCID = "0000-0003-2437-1976")), person(c("Jeffrey", "T."),
"Leek", role = c("aut", "ths"), email = "[email protected]",
comment = c(ORCID = "0000-0002-2873-2671")))
Depends:
R (>= 3.3.0),
SummarizedExperiment
Imports:
BiocParallel,
derfinder,
downloader,
GEOquery,
GenomeInfoDb,
GenomicRanges,
IRanges,
methods,
RCurl,
rentrez,
rtracklayer (>= 1.35.3),
S4Vectors,
stats,
utils
Suggests:
AnnotationDbi,
BiocManager,
BiocStyle (>= 2.5.19),
DESeq2,
sessioninfo,
EnsDb.Hsapiens.v79,
GenomicFeatures,
txdbmaker,
knitr (>= 1.6),
org.Hs.eg.db,
RefManageR,
regionReport (>= 1.9.4),
rmarkdown (>= 0.9.5),
testthat (>= 2.1.0),
covr,
pheatmap,
DT,
edgeR,
ggplot2,
RColorBrewer
VignetteBuilder: knitr
Description: Explore and download data from the recount project available at
https://jhubiostatistics.shinyapps.io/recount/. Using the recount package you can
download RangedSummarizedExperiment objects at the gene, exon or exon-exon junctions level,
the raw counts, the phenotype metadata used, the urls to the sample coverage
bigWig files or the mean coverage bigWig file for a particular study. The
RangedSummarizedExperiment objects can be used by different packages for
performing differential expression analysis. Using
http://bioconductor.org/packages/derfinder you can perform
annotation-agnostic differential expression analyses with the data from the
recount project as described at http://www.nature.com/nbt/journal/v35/n4/full/nbt.3838.html.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
URL: https://github.com/leekgroup/recount
BugReports: https://support.bioconductor.org/t/recount/
biocViews: Coverage, DifferentialExpression, GeneExpression, RNASeq, Sequencing,
Software, DataImport, ImmunoOncology
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)