discoApp: Launch the DiscoRhythm Shiny Application

View source: R/disco.R

discoAppR Documentation

Launch the DiscoRhythm Shiny Application

Description

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

Usage

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

## Not run: 
 discoApp()

## End(Not run)

matthewcarlucci/DiscoRhythm documentation built on March 24, 2022, 10:22 a.m.