omicscope


Nameomicscope JSON
Version 1.3.13 PyPI version JSON
download
home_pagehttps://github.com/guireiso/omicscope
SummaryOmicScope: from quantitative proteomics to systems biology.
upload_time2024-02-23 14:19:58
maintainer
docs_urlNone
authorGuilherme Reis-de-Oliveira
requires_python>=3.7
licenseMIT
keywords proteomics omics differential expression systems biology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ========
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.3.13.svg
    :alt: Commits since latest release
    :target: https://github.com/guireiso/omicscope/compare/v1.3.13...main


OmicScope: OmicScope: from quantitative proteomics to systems biology.
----------------------------------------------------------------------

*OmicScope* is a comprehensive 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/>`__, and DIA-NN. Additionally, a fourth 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 expression 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 comprehensive 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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Proteomics,Omics,Differential Expression,Systems Biology",
    "author": "Guilherme Reis-de-Oliveira",
    "author_email": "guioliveirareis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/61/58/ef701b1030c6e99a896902828d789c88dd899ce079eac065928fe5d95746/omicscope-1.3.13.tar.gz",
    "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.3.13.svg\r\n    :alt: Commits since latest release\r\n    :target: https://github.com/guireiso/omicscope/compare/v1.3.13...main\r\n\r\n\r\nOmicScope: OmicScope: from quantitative proteomics to systems biology.\r\n----------------------------------------------------------------------\r\n\r\n*OmicScope* is a comprehensive 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/>`__, and DIA-NN. Additionally, a fourth 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 expression 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 comprehensive 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.3.13",
    "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": "6158ef701b1030c6e99a896902828d789c88dd899ce079eac065928fe5d95746",
                "md5": "c38fe3ecec372fa9ce331a92f316e3c6",
                "sha256": "7ed6fdc0d6ab1b7241432d59f266ce19050f548ed105ed51d7925c9cbfd274b4"
            },
            "downloads": -1,
            "filename": "omicscope-1.3.13.tar.gz",
            "has_sig": false,
            "md5_digest": "c38fe3ecec372fa9ce331a92f316e3c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21972712,
            "upload_time": "2024-02-23T14:19:58",
            "upload_time_iso_8601": "2024-02-23T14:19:58.695298Z",
            "url": "https://files.pythonhosted.org/packages/61/58/ef701b1030c6e99a896902828d789c88dd899ce079eac065928fe5d95746/omicscope-1.3.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 14:19: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"
}
        
Elapsed time: 0.19633s