-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.25 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
Package: EmbedSOM
Version: 2.2
Title: Fast Embedding Guided by Self-Organizing Map
Authors@R: c(person("Mirek", "Kratochvil",
role = c("aut", "cre"),
email = "[email protected]"),
person("Sofie", "Van Gassen",
role = "cph",
email = "[email protected]"),
person("Britt", "Callebaut",
role = "cph",
email = "[email protected]"),
person("Yvan", "Saeys",
role = "cph",
email = "[email protected]"),
person("Ron", "Wehrens",
role = "cph",
email = "[email protected]"))
Depends: R (>= 3.2)
Suggests: knitr, rmarkdown
Imports:
ggplot2,
igraph,
Matrix,
Rtsne,
umap,
uwot
Description: Provides a smooth mapping of multidimensional points into
low-dimensional space defined by a self-organizing map. Designed to work
with 'FlowSOM' and flow-cytometry use-cases. See Kratochvil et al. (2019)
<doi:10.12688/f1000research.21642.1>.
License: GPL (>= 3)
URL: https://github.com/exaexa/EmbedSOM
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr