-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.02 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
Package: Seumetry
Title: A toolkit for Flow- and Mass Cytometry data analysis
Version: 0.1.0
Authors@R:c(
person("Malte", "Borggrewe", , "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9644-288X")),
person("Madeleine", "Bunders", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9538-9500")),
person("Stefan", "Bonn", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-4366-5662")))
Description: A toolkit for analysis of flow and mass cytometry data and integration with standard single-cell analysis pipelines.
License: `use_mit_license()`
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.0.0),
Seurat (>= 4.0.0),
ggplot2 (>= 3.4.0)
biocViews:
Imports:
Seurat (>= 4.0.0),
flowCore,
flowWorkspace,
dplyr,
ggcyto,
ggplot2 (>= 3.4.0),
edgeR,
limma,
viridis,
isotree,
ggrastr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr