msiVis: Interactive visualization of MS imaging experiments

Description Usage Arguments Value Author(s) Examples

Description

Open a shiny-based GUI for interactive visualization of MSImagingExperiment datasets.

Usage

1
2
## Start GUI
msiVis(dataset)

Arguments

dataset

The name of an MSImagingExperiment object. Can be missing. If provided, opens a view into the dataset after starting the web app.

Value

A shinyApp object.

Author(s)

Kylie A. Bemis

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
require(Cardinal)

## Not run: 
# start a new GUI
msiVis()

## End(Not run)

data <- simulateImage(preset=1, dim=c(10,10))

## Not run: 
# start GUI and open dataset
msiVis(data)

## End(Not run)

kuwisdelu/CardinalVis documentation built on June 2, 2019, 9:07 p.m.