launchApp: Launch a shiny app with FELLA

Description Usage Arguments Details Value Examples

View source: R/launchApp.R

Description

launchApp deploys a shiny application to perform the metabolomics data enrichment. Although this app does not provide all the options available in FELLA, it is easily accessible for the lay user.

Usage

1

Arguments

...

Parameters passed to runApp

Details

The graphical interface allows to: (1) upload the data and check if the KEGG ids have successfully mapped, (2) select database, set analysis and graphical parameters, (3) interactively browse the resulting sub-network as a graph or as a table, and (4) export such results as a table or a network. At least one database is needed before deploying the app. See ?buildDataFromGraph for further details.

Value

invisible(), but as a side effect the app will be launched

Examples

1
2
3
4
## Not run: 
r <- try(launchApp())

## End(Not run)

b2slab/FELLA documentation built on March 3, 2021, 2:22 p.m.