discoApp: Launch the DiscoRhythm Shiny Application

Description Usage Arguments Value Examples

View source: R/disco.R

Description

This launches the web interface to DiscoRhythm containing all analysis tools. The vignette contains details on usage.

Usage

1
discoApp(ncores = 1, port = 3838, local = TRUE)

Arguments

ncores

numeric, number of cores to use for parallelized tasks. Currently, only used in oscillation detection function discoODAs.

port

numeric, port to run the shiny application on. Sets shiny.port option.

local

logical, set to FALSE for public server mode to reduce file size limits.

Value

Nothing is returned by this function.

Examples

1
2
3
4
## Not run: 
 discoApp()

## End(Not run)

DiscoRhythm documentation built on Nov. 8, 2020, 7:32 p.m.