The Omix
pipeline is a specialised framework for pre-processing, analysing, integrating, and visualising bulk transcriptomics and proteomics data. By embedding state of the art bioinformatics tools with novel features into a user-friendly wrapper, Omix streamlines the integrative analysis of bulk transcriptomics and proteomics data, thereby facilitating complex biological investigations, from biomarker discovery to patient stratification.
Pipeline outputs are standardised and include publication-quality plots, tables, and interactive reports.
The Omix pipeline offers an integration and analysis framework for multi-omics intended to pre-process, analyse, and visualise multimodal data flexibly to address research questions. Omix is a wrapper tool built on five consecutive blocks, (1) preparation of the multimodal container, (2) data processing and quality control, (3) single omic analyses, and (4) Transcriptomics-Proteomics vertical integration, (5) Joint Transcriptomics-Proteomics post-integration downstream analyses
You can install the development version of Omix from GitHub with:
# install.packages("devtools")
devtools::install_github("eleonore-schneeg/Omix")
Omix implements these modular steps and displays results in interactive reports.
The Getting Started section of the documentation contains downloadable examples on how to use Omix.
The experiments described in our vignettes rely on in-house data from the Multi-Omics Atlas Project, which may be obtained from the synapse portal for registered users. (Project SynID: syn36812517)
For reproducibility purposes, we provide a Docker container here.
After installing Docker you can first pull the container via:
docker pull eleonoreschneeg/omix:latest
and then run the container:
docker run --rm -d -v $HOME:/home/rstudio/home -e ROOT=true -e PASSWORD=password -p 8787:8787 eleonoreschneeg/omix:latest
An RStudio server session can be accessed via a browser at localhost:8787 using Username: rstudio and Password: password
Please cite Omix
as:
Eléonore Schneegans, Nurun Fancy, Michael Thomas, Nanet Willumsen, Paul M Matthews, Johanna Jackson (2023) Omix: A Transcriptomics-Proteomics Integration Pipeline
For feature requests, please open an issue here.
Alternatively, you can fork the repository, add your change and issue a pull request.