Metadata-Version: 2.1
Name: omicscope
Version: 1.4.2
Summary: OmicScope: from quantitative proteomics to systems biology.
Home-page: https://github.com/guireiso/omicscope
Author: Guilherme Reis-de-Oliveira
Author-email: guioliveirareis@gmail.com
License: MIT
Project-URL: Documentation, https://omicscope.readthedocs.io/
Project-URL: Changelog, https://omicscope.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/guireiso/omicscope/issues
Keywords: Proteomics,Omics,Differential Expression,Systems Biology
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: setuptools >=30.3.0
Requires-Dist: wheel
Requires-Dist: adjustText ==0.8
Requires-Dist: altair ==4.2.0
Requires-Dist: flake8 ==6.0.0
Requires-Dist: gseapy ==1.0.6
Requires-Dist: kneed ==0.8.1
Requires-Dist: matplotlib ==3.6.2
Requires-Dist: matplotlib-inline ==0.1.6
Requires-Dist: networkx ==2.8.8
Requires-Dist: numpy ==1.23.4
Requires-Dist: openpyxl ==3.0.10
Requires-Dist: packaging ==21.3
Requires-Dist: pandas ==1.5.1
Requires-Dist: pkginfo ==1.9.4
Requires-Dist: pycirclize ==0.4.0
Requires-Dist: scikit-learn ==1.1.3
Requires-Dist: scipy ==1.9.3
Requires-Dist: seaborn ==0.12.1
Requires-Dist: statsmodels ==0.13.5
Requires-Dist: tox ==3.27.0
Requires-Dist: sphinx-rtd-theme
Requires-Dist: UpSetPlot ==0.6.1
Requires-Dist: xlrd ==2.0.1
Requires-Dist: zipp ==3.11.0

========
Overview
========

.. image:: https://readthedocs.org/projects/omicscope/badge/?style=flat
    :target: https://omicscope.readthedocs.io/
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/omicscope.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/omicscope

.. image:: https://img.shields.io/pypi/wheel/omicscope.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/omicscope

.. image:: https://img.shields.io/pypi/pyversions/omicscope.svg
    :alt: Supported versions
    :target: https://pypi.org/project/omicscope

.. image:: https://img.shields.io/pypi/implementation/omicscope.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/omicscope

.. image:: https://img.shields.io/github/commits-since/guireiso/omicscope/v1.4.2.svg
    :alt: Commits since latest release
    :target: https://github.com/guireiso/omicscope/compare/v1.4.2...main


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 <https://www.nonlinear.com/progenesis/qi-for-proteomics/>`__, `MaxQuant <https://www.maxquant.org/>`__, `PatternLab V <http://www.patternlabforproteomics.org/>`__, 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 <https://gseapy.readthedocs.io/>`__ 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.


.. image:: ./Workflow.png
   :width: 600
   :align: center

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.




Changelog
=========

1.0.0 (2022-11-10)
------------------

* First release on PyPI.
