-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
60 lines (60 loc) · 1.67 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: FlowSOM
Version: 2.13.9
Date: 2024-07-01
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("Sarah", "Bonte", 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.3.1
Encoding: UTF-8