launchApp {FELLA} | R Documentation |
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.
launchApp(...)
... |
Parameters passed to |
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.
invisible()
, but as a side effect the app will be launched
## Not run: r <- try(launchApp()) ## End(Not run)