-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.57 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
Package: FlowSOM
Version: 2.11.1
Date: 2023-12-13
Title: Using self-organizing maps for visualization and interpretation
of cytometry data
Authors@R: c(person("Sofie", "Van Gassen", role = c("aut", "cre"),
email = "[email protected]"),
person("Artuur", "Couckuyt", role = c("aut"),
email = "[email protected]"),
person("Katrien", "Quintelier", role = c("aut"),
email = "[email protected]"),
person("Annelies", "Emmaneel", role = c("aut"),
email = "[email protected]"),
person("Britt","Callebaut",role="aut",
email="[email protected]"),
person("Yvan", "Saeys", role = "aut",
email="[email protected]"))
Depends:
R (>= 4.0),
igraph
Imports:
stats,
utils,
colorRamps,
ConsensusClusterPlus,
dplyr,
flowCore,
ggforce,
ggnewscale,
ggplot2,
ggpubr,
grDevices,
magrittr,
methods,
rlang,
Rtsne,
tidyr,
BiocGenerics,
XML
Suggests:
BiocStyle,
testthat,
CytoML,
flowWorkspace,
ggrepel,
scattermore,
pheatmap,
ggpointdensity
Description: FlowSOM offers visualization options for cytometry data,
by using Self-Organizing Map clustering and Minimal Spanning Trees.
License: GPL (>= 2)
LazyData: true
URL: http://www.r-project.org, http://dambi.ugent.be
biocViews: CellBiology, FlowCytometry, Clustering, Visualization,
Software, CellBasedAssays
Packaged: 2014-11-04 23:46:33 UTC; nhayden
RoxygenNote: 7.2.3
Encoding: UTF-8