run_app {DEP}R Documentation

DEP shiny apps

Description

run_app launches an interactive shiny app for interactive differential enrichment/expression analysis of proteomics data.

Usage

run_app(app)

Arguments

app

'LFQ' or 'TMT', The name of the app.

Value

Launches a browser with the shiny app

Examples

## Not run: 
# Run the app
run_app('LFQ')

run_app('TMT')


## End(Not run)

[Package DEP version 1.15.0 Index]