Title: | An User-Friendly R 'shiny' Application for Multi-Omics Data Integration and Analysis |
---|---|
Description: | A 'shiny' application, which allows you to perform single- and multi-omics analyses using your own omics datasets. After the upload of the omics datasets and a metadata file, single-omics is performed for feature selection and dataset reduction. These datasets are used for pairwise- and multi-omics analyses, where automatic tuning is done to identify correlations between the datasets - the end goal of the recommended 'Holomics' workflow. Methods used in the package were implemented in the package 'mixomics' by Florian Rohart,Benoît Gautier,Amrit Singh,Kim-Anh Lê Cao (2017) <doi:10.1371/journal.pcbi.1005752> and are described there in further detail. |
Authors: | Katharina Munk [aut, cre], Eva M. Molin [aut, ctb], Günter Brader [ctb], Lisa Ziemba [ctb], AIT Austrian Institute of Technology GmbH [cph] |
Maintainer: | Katharina Munk <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.1.1.9000 |
Built: | 2024-11-04 05:20:36 UTC |
Source: | https://github.com/molinlab/holomics |
Run the Shiny Application
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |
No return value, called to start the Shiny application
## Not run: # Start app in the current working directory run_app() ## End(Not run)
## Not run: # Start app in the current working directory run_app() ## End(Not run)