scanMiRApp: scanMiRApp A wrapper for launching the scanMiRApp shiny app

View source: R/scanMiRserver.R

scanMiRAppR Documentation

scanMiRApp A wrapper for launching the scanMiRApp shiny app

Description

scanMiRApp A wrapper for launching the scanMiRApp shiny app

Usage

scanMiRApp(annotations = NULL, ...)

Arguments

annotations

A named list of ScanMiRAnno objects. If omitted, will use the base ones.

...

Passed to scanMiRserver

Value

A shiny app

Examples

if(interactive()){
  anno <- ScanMiRAnno("fake")
  scanMiRApp(list(fakeAnno=anno))
}

ETHZ-INS/scanMiRApp documentation built on March 16, 2024, 5:30 p.m.