Package 'MDSvis'

Title: Plots of Multi Dimensional Scaling (MDS) results
Description: This package implements visulization of Multi Dimensional Scaling (MDS) results.
Authors: Andrea Vicini [aut] (ORCID: <https://orcid.org/0000-0001-9438-6909>), Philippe Hauchamps [aut, cre] (ORCID: <https://orcid.org/0000-0003-2865-1852>), Shabnam Zaman [ctb] (ORCID: <https://orcid.org/0000-0001-5399-0130>), Laurent Gatto [aut] (ORCID: <https://orcid.org/0000-0002-1520-2268>)
Maintainer: Philippe Hauchamps <[email protected]>
License: GPL-3
Version: 1.1.0
Built: 2026-05-30 07:41:09 UTC
Source: https://github.com/bioc/MDSvis

Help Index


Launch shiny app for MDS projection visualization

Description

Launch shiny app for MDS projection visualization

Usage

mdsvis_app(preLoadDemoDataset = FALSE)

Arguments

preLoadDemoDataset

if TRUE, pre-load the Krieg_Anti_PD_1 dataset

Value

no return value

Examples

if (interactive()) {
  mdsvis_app()
}