run_app {DEP} | R Documentation |
run_app
launches an interactive shiny app
for interactive differential enrichment/expression analysis
of proteomics data.
run_app(app)
app |
'LFQ' or 'TMT', The name of the app. |
Launches a browser with the shiny app
## Not run: # Run the app run_app('LFQ') run_app('TMT') ## End(Not run)