-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.34 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
Package: iSEEdemo
Title: iSEE package demo for the CZI annual meeting
Version: 1.0.0
Authors@R:
c(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")),
person(given = "Kevin",
family = "Rue-Albrecht",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3899-3872"))
)
Description: This package provides the material for the iSEE package demo at
the CZI Annual Meeting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
iSEE,
SingleCellExperiment,
scater
Suggests:
knitr,
rmarkdown,
pkgdown,
TENxPBMCData,
Seurat,
zellkonverter,
scran,
BiocSingular,
iSEEu,
iSEEde,
iSEEpathways,
iSEEhub,
iSEEindex,
BiocStyle
URL: https://iSEE.github.io/iSEEdemo/
BugReports: https://github.com/iSEE/iSEEdemo/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/iseedevelopers/iSEEdemo:latest