-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.47 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
Package: SPEAQeasyWorkshop2020
Title: EuroBioc2020 SPEAQeasy workshop
Version: 0.99.0
Date: 2020-12-15
Authors@R:
c(
person(given = "Nicholas J.",
family = "Eagles",
role = c("aut", "cre"),
email = "nick.eagles@libd.org",
comment = c(ORCID = "0000-0002-9808-5254")),
person(given = "Joshua M.",
family = "Stolz",
role = c("aut"),
email = "josh.stolz@libd.org"),
person(given = "Leonardo",
family = "Collado-Torres",
role = c("ctb"),
email = "lcolladotor@gmail.com",
comment = c(ORCID = "0000-0003-2140-308X"))
)
Description: What the package does (one paragraph).
License: Artistic-2.0
URL: https://LieberInstitute.github.io/SPEAQeasyWorkshop2020/
BugReports:
https://support.bioconductor.org/t/SPEAQeasyWorkshop2020
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
biocViews: Workshop, DifferentialExpression, GeneExpression,
RNASeq, Sequencing, DataImport
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
DockerImage: lcollado/speaqeasyworkshop2020:latest
Suggests:
knitr,
RefManageR,
rmarkdown
VignetteBuilder: knitr
Imports:
SummarizedExperiment,
recount,
edgeR,
limma,
jaffelab,
RColorBrewer,
clusterProfiler,
org.Hs.eg.db,
pheatmap,
here,
BiocStyle,
sessioninfo,
tidyr,
VariantAnnotation,
dplyr,
statmod,
backports
Remotes: LieberInstitute/jaffelab