Skip to contents

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()
}