========
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.6.svg
:alt: Commits since latest release
:target: https://github.com/guireiso/omicscope/compare/v1.4.6...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.
Raw data
{
"_id": null,
"home_page": "https://github.com/guireiso/omicscope",
"name": "omicscope",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Proteomics, Omics, Differential Expression, Systems Biology",
"author": "Guilherme Reis-de-Oliveira",
"author_email": "guioliveirareis@gmail.com",
"download_url": null,
"platform": null,
"description": "========\r\nOverview\r\n========\r\n\r\n.. image:: https://readthedocs.org/projects/omicscope/badge/?style=flat\r\n :target: https://omicscope.readthedocs.io/\r\n :alt: Documentation Status\r\n\r\n.. image:: https://img.shields.io/pypi/v/omicscope.svg\r\n :alt: PyPI Package latest release\r\n :target: https://pypi.org/project/omicscope\r\n\r\n.. image:: https://img.shields.io/pypi/wheel/omicscope.svg\r\n :alt: PyPI Wheel\r\n :target: https://pypi.org/project/omicscope\r\n\r\n.. image:: https://img.shields.io/pypi/pyversions/omicscope.svg\r\n :alt: Supported versions\r\n :target: https://pypi.org/project/omicscope\r\n\r\n.. image:: https://img.shields.io/pypi/implementation/omicscope.svg\r\n :alt: Supported implementations\r\n :target: https://pypi.org/project/omicscope\r\n\r\n.. image:: https://img.shields.io/github/commits-since/guireiso/omicscope/v1.4.6.svg\r\n :alt: Commits since latest release\r\n :target: https://github.com/guireiso/omicscope/compare/v1.4.6...main\r\n\r\n\r\nOmicScope: from quantitative proteomics to systems biology.\r\n----------------------------------------------------------------------\r\n\r\n*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.\r\n\r\n*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.\r\n\r\nOnce 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.\r\n\r\nBoth differential expression and enrichment analyses have a visualization toolkit generated by *OmicScope*, including dotplots, networks, heatmaps, etc.\r\n\r\nFinally, 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.\r\n\r\n\r\n.. image:: ./Workflow.png\r\n :width: 600\r\n :align: center\r\n\r\nInstallation\r\n------------\r\n\r\n::\r\n\r\n pip install omicscope\r\n\r\nYou can also install the in-development version with::\r\n\r\n pip install https://github.com/guireiso/omicscope/archive/main.zip\r\n\r\nNote: 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.\r\n\r\nNote2: 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.\r\n\r\nDocumentation\r\n-------------\r\n\r\n\r\nhttps://omicscope.readthedocs.io/\r\n\r\n\r\nDemo\r\n----\r\n\r\nIn 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.\r\n\r\n\r\n\r\n\r\nChangelog\r\n=========\r\n\r\n1.0.0 (2022-11-10)\r\n------------------\r\n\r\n* First release on PyPI.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "OmicScope: from quantitative proteomics to systems biology.",
"version": "1.4.6",
"project_urls": {
"Changelog": "https://omicscope.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://omicscope.readthedocs.io/",
"Homepage": "https://github.com/guireiso/omicscope",
"Issue Tracker": "https://github.com/guireiso/omicscope/issues"
},
"split_keywords": [
"proteomics",
" omics",
" differential expression",
" systems biology"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9caa6e62eacdb10a85f1b73f90f8971f3ac22d74af514bbf7dd0210136af97c2",
"md5": "8bda258e9b8654ce9d356e382a035711",
"sha256": "38d0fcaa492f57e8c5ddd1fd835b9a79bcf97d24fb3c538e20b6d4a90945c474"
},
"downloads": -1,
"filename": "omicscope-1.4.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8bda258e9b8654ce9d356e382a035711",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 77212,
"upload_time": "2024-12-05T11:42:58",
"upload_time_iso_8601": "2024-12-05T11:42:58.156747Z",
"url": "https://files.pythonhosted.org/packages/9c/aa/6e62eacdb10a85f1b73f90f8971f3ac22d74af514bbf7dd0210136af97c2/omicscope-1.4.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 11:42:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "guireiso",
"github_project": "omicscope",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"tox": true,
"lcname": "omicscope"
}