generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
62 lines (62 loc) · 1.53 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: iSEEDemoEuroBioC2023
Title: iSEE package demo for EuroBioC2023
Version: 2.0.0
Authors@R:
c(person(given = "Federico",
family = "Marini",
role = c("aut", "cre"),
email = "marinif@uni-mainz.de",
comment = c(ORCID = "0000-0003-3252-7758")),
person(given = "Charlotte",
family = "Soneson",
role = "aut",
email = "charlottesoneson@gmail.com",
comment = c(ORCID = "0000-0003-3833-2169")),
person(given = "Kevin",
family = "Rue-Albrecht",
role = "aut",
email = "kevinrue67@gmail.com",
comment = c(ORCID = "0000-0003-3899-3872"))
)
Description: This package provides the material for the iSEE package demo at
EuroBioC2023.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
Biobase
Imports:
iSEE,
iSEEindex,
iSEEhub,
iSEEde,
iSEEpathways,
macrophage,
DESeq2,
limma,
edgeR,
tximeta,
org.Hs.eg.db,
stringr,
SingleCellExperiment,
fgsea,
GO.db,
ExperimentHub,
DuoClustering2018,
BiocFileCache,
scater,
yaml
Suggests:
knitr,
rmarkdown,
pkgdown,
BiocStyle
Remotes:
iSEE/iSEEde,
iSEE/iSEEpathways
URL: https://iSEE.github.io/iSEEDemoEuroBioC2023/
BugReports: https://github.com/iSEE/iSEEDemoEuroBioC2023/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/iseedevelopers/iseedemoeurobioc2023:latest