-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 2.16 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
61
62
63
64
65
66
67
68
69
70
Package: CytoMDS
Title: Low Dimensions projection of cytometry samples
Version: 1.3.2
Authors@R:
c(person(given = "Philippe",
family = "Hauchamps",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2865-1852")),
person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1520-2268")),
person(given = "Dan",
family = "Lin",
role = "ctb",
email = "[email protected]"))
Description: This package implements a low dimensional visualization of a set
of cytometry samples, in order to visually assess the 'distances' between them.
This, in turn, can greatly help the user to identify quality issues
like batch effects or outlier samples, and/or check the presence of potential
sample clusters that might align with the exeprimental design.
The CytoMDS algorithm combines, on the one hand, the concept of Earth Mover's
Distance (EMD), a.k.a. Wasserstein metric and, on the other hand,
the Multi Dimensional Scaling (MDS) algorithm for the low dimensional
projection.
Also, the package provides some diagnostic tools for both checking the quality
of the MDS projection, as well as tools to help with the interpretation of
the axes of the projection.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/UCLouvain-CBIO/CytoMDS/issues
URL: https://uclouvain-cbio.github.io/CytoMDS
biocViews: FlowCytometry, QualityControl, DimensionReduction,
MultidimensionalScaling, Software, Visualization
Collate:
'CytoMDS-package.R'
'stats.R'
'ggplots.R'
'MDS-class.R'
Depends:
R (>= 4.4)
Imports:
methods,
stats,
rlang,
pracma,
withr,
flowCore,
reshape2,
ggplot2,
ggrepel,
ggforce,
patchwork,
transport,
smacof,
BiocParallel,
CytoPipeline
Suggests:
testthat (>= 3.0.0),
vdiffr,
diffviewer,
knitr,
rmarkdown,
BiocStyle,
HDCytoData
VignetteBuilder: knitr
Config/testthat/edition: 3