Package: CytoMDS
Title: Low Dimensions projection of cytometry samples
Version: 1.5.0
Authors@R: 
    c(person(given = "Philippe",
             family = "Hauchamps",
             role = c("aut", "cre"),
             email = "philippe.hauchamps@uclouvain.be",
             comment = c(ORCID = "0000-0003-2865-1852")),
      person(given = "Laurent", family = "Gatto",
             email = "laurent.gatto@uclouvain.be",
             role = "aut",
             comment = c(ORCID = "0000-0002-1520-2268")),
      person(given = "Dan",
             family = "Lin",
             role = "ctb",
             email = "dan.8.lin@gsk.com"))
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'
        'DistSum-class.R'
Depends: R (>= 4.4), Biobase
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
git_url: https://git.bioconductor.org/packages/CytoMDS
git_branch: devel
git_last_commit: c99dbb8
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.22
Date/Publication: 2025-06-04
NeedsCompilation: no
Packaged: 2025-06-04 22:25:46 UTC; biocbuild
Author: Philippe Hauchamps [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2865-1852>),
  Laurent Gatto [aut] (ORCID: <https://orcid.org/0000-0002-1520-2268>),
  Dan Lin [ctb]
Maintainer: Philippe Hauchamps <philippe.hauchamps@uclouvain.be>
Built: R 4.5.0; ; 2025-06-05 12:47:29 UTC; windows
