-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.69 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
Package: iSEEtheTeam
Title: Package demo for EuroBioC2024
Version: 1.0.0
Authors@R:
c(person(given = "Kevin",
family = "Rue-Albrecht",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3899-3872")),
person(given = "Federico",
family = "Marini",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3252-7758")),
person(given = "Charlotte",
family = "Soneson",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3833-2169"))
)
Description: This package provides the environment and materials for the
package demo at the European Bioconductor Meeting 2024.
The environment includes the iSEE package and all its extensions
developed under the iSEE organisation.
The materials provide a brief overview of the core package functionality,
and a walkthrough of the development of an example extension package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
Biobase
Imports:
iSEE,
iSEEde,
iSEEhex,
iSEEhub,
iSEEindex,
iSEEpathways,
iSEEu,
shiny,
shinyWidgets
Suggests:
airway,
BiocStyle,
DESeq2,
fgsea,
knitr,
org.Hs.eg.db,
pkgdown,
rmarkdown,
scRNAseq,
scater,
scuttle,
sessioninfo
URL: https://isee.github.io/iSEEDemoEuroBioC2024/
BugReports: https://github.com/iSEE/iSEEDemoEuroBioC2024/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/isee/iseedemoeurobioc2024:latest