cimdo: CIMDO Dashboard

Description Usage Arguments Details Examples

Description

Launch shiny app UI for CIMDO from R console

Usage

1
2
cimdo(obj = NULL, path = NULL, plotHeight = 800,
  viewerType = "paneViewer")

Arguments

obj

object of cimdo class, Default: NULL

path

character, path to CIMDO output directory, Default: NULL

plotHeight

numeric, that sets the height of the plot output, Default 800

viewerType

character, viewer to be used to launch the app to c('paneViewer','dialogViewer','browserViewer'), Default: 'paneViewer'

Details

pass to the function either a precompiled cimdo class object using cimdo_read or pass a path to a CIMDO output directory to simultaneously read and launch.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
if(interactive()){

PATH <- PATH_TO_CIMDO_OUTPUT

obj <- cimdo_read(PATH)

cimdo(obj)

}

## End(Not run)

yonicd/CIMDO documentation built on May 10, 2019, 9:54 a.m.