Skip to content

OmicScope: from quantitative proteomics to systems biology visualization

License

Notifications You must be signed in to change notification settings

guireiso/omicscope

Repository files navigation

Overview

Documentation Status PyPI Package latest release PyPI Wheel Supported versions Supported implementations Commits since latest release

OmicScope: from quantitative proteomics to systems biology.

OmicScope is a workflow designed to analyze and provide insights on quantitative proteomics data. To date, OmicScope works with data generated from Progenesis QI for Proteomics, MaxQuant, PatternLab V, DIA-NN, FragPipe and Proteome Discoverer. Additionally, a seventh generic input can be used, enabling users to run OmicScope with data from different platforms, such as transcriptomics. For users that previously performed statistical analysis, OmicScope provides the Snapshot method to quickly import data.

OmicScope can perform differential expression analysis in both static and longitudinal experimental designs. For static experiments, proteins that are differentially regulated are determined by t-tests (for 2 group comparison) or One-way ANOVA (for >2 group comparison); while for longitudinal analysis, OmicScope performs the pipeline suggested by Storey, 2005.

Once the differential proteomics data is obtained, the user can perform Over-Representation Analysis (ORA) or Gene-Set Enrichment Analysis (GSEA), which are implemented according to GSEApy in the EnrichmentScope module.

Both differential expression and enrichment analyses have a visualization toolkit generated by OmicScope, including dotplots, networks, heatmaps, etc.

Finally, for each experiment performed by OmicScope, it is possible to export an omics file (.omics extension) for further use in the Nebula workflow. Nebula is a specialized module that enables analysis of multiple studies or comparisons, providing several types of analysis to compare those groups and find similarities among them.

./Workflow.png

Installation

pip install omicscope

You can also install the in-development version with:

pip install https://github.com/guireiso/omicscope/archive/main.zip

Note: OmicScope uses the package SciPy, which requires a fortran compiler to be installed to build its source,which can be tricky on some systems. An alternative to this is to use Anaconda environment. OmicScope can then be more easily installed within this environment, using the command line or preferred method.

Note2: Installing OmicScope may take some time on certain systems. If you observe the command line halting, please be patient, as the installation process may require seconds to minutes to complete.

Documentation

https://omicscope.readthedocs.io/

Demo

In the repository, specifically in tests/data/proteins, you'll discover raw protein quantification data for executing both OmicScope and EnrichmentScope pipelines. Furthermore, within tests/data/MultipleGroups/omics_file, you'll locate the omics outputs suitable for utilization in the Nebula pipeline.

About

OmicScope: from quantitative proteomics to systems biology visualization

Resources

License

Stars

Watchers

Forks

Languages