-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.15 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
Package: SuperCellCyto
Title: SuperCell For Cytometry Data
Version: 0.1.0
Authors@R: c(
person("Givanna", "Putri", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7399-8014"), email = "[email protected]"),
person("George", "Howitt", role = "aut"),
person("Felix", "Marsh-Wakefield", role = "aut"),
person("Thomas", "Ashhurst", role = "aut"),
person("Belinda", "Phipson", role = "aut"))
Description:
SuperCellCyto provides the ability to summarise cytometry data into supercells
by merging together cells that are similar in their marker expressions
using the SuperCell package.
biocViews:
CellBiology,
FlowCytometry,
Software,
SingleCell
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
SuperCell,
data.table,
Matrix,
BiocParallel
Suggests:
knitr,
rmarkdown,
usethis,
devtools,
testthat (>= 3.0.0),
BiocSingular,
bluster,
qs,
scater,
scran,
Seurat
Remotes: GfellerLab/SuperCell, ImmuneDynamics/Spectre
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://phipsonlab.github.io/SuperCellCyto/