xomics


Namexomics JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryPython framework for eXplainable Omics analysis
upload_time2023-10-11 22:35:10
maintainer
docs_urlNone
authorStephan Breimann
requires_python>=3.9,<=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to the xOmics documentation
===================================
.. Developer Notes:
    Please update badges in README.rst and vice versa
.. image:: https://github.com/breimanntools/xomics/workflows/Build/badge.svg
   :target: https://github.com/breimanntools/xomics/actions
   :alt: Build Status

.. image:: https://github.com/breimanntools/xomics/workflows/Python-check/badge.svg
   :target: https://github.com/breimanntools/xomics/actions
   :alt: Python-check

.. image:: https://img.shields.io/pypi/status/xomics.svg
   :target: https://pypi.org/project/xomics/
   :alt: PyPI - Status

.. image:: https://img.shields.io/pypi/pyversions/xomics.svg
   :target: https://pypi.python.org/pypi/xomics
   :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/v/xomics.svg
   :target: https://pypi.python.org/pypi/xomics
   :alt: PyPI - Package Version

.. image:: https://anaconda.org/conda-forge/xomics/badges/version.svg
   :target: https://anaconda.org/conda-forge/xomics
   :alt: Conda - Package Version

.. image:: https://readthedocs.org/projects/xomics/badge/?version=latest
   :target: https://xomics.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://img.shields.io/github/license/breimanntools/xomics.svg
   :target: https://github.com/breimanntools/xomics/blob/master/LICENSE
   :alt: License

.. image:: https://pepy.tech/badge/xomics
   :target: https://pepy.tech/project/xomics
   :alt: Downloads

**xOmics** (eXplainable Omics) is a Python framework developed for streamlined and explainable omics analysis, with a
spotlight on differential proteomics expression data. It introduces the following key algorithms:

- **cImpute**: Conditional Imputation - A transparent method for hybrid missing value imputation.
- **xOmicsIntegrate**: Protein-centric integration of multiple (prote)omic datasets to find commonalities and differences.
- **xOmicsRank**: Protein-centric ranking of (prote)omic data, leveraging functional enrichment results.

In addition, **xOmics** provides functional capabilities for efficiently loading benchmark proteomics datasets via
**load_datasets**, accompanied by corresponding enrichment data.A suite of supportive functions is also available to
facilitate a smooth and efficient (prote)omic analysis pipeline.

Install
=======
**xOmics** can be installed either from `PyPi <https://pypi.org/project/xomics>`_ or
`conda-forge <https://anaconda.org/conda-forge/xomics>`_:

.. code-block:: bash

   pip install -u xomics
   or
   conda install -c conda-forge xomics

Contributing
============
We appreciate bug reports, feature requests, or updates on documentation and code. For details, please refer to
`Contributing Guidelines <CONTRIBUTING.rst>`_. For further questions or suggestions, please email stephanbreimann@gmail.com.

Citations
=========
If you use xOmics in your work, please cite the respective publication as follows:

**xOmics**:
   [Citation details and link if available]

**cImpute**:
   [Citation details and link if available]

**xOmicsIntegrate**:
   [Citation details and link if available]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xomics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Stephan Breimann",
    "author_email": "stephanbreimann@gmail.de",
    "download_url": "https://files.pythonhosted.org/packages/92/34/f1b48db81d8408f71885710c9d8afe3f240bb6553990bf73b38e781049cb/xomics-0.2.0.tar.gz",
    "platform": null,
    "description": "Welcome to the xOmics documentation\n===================================\n.. Developer Notes:\n    Please update badges in README.rst and vice versa\n.. image:: https://github.com/breimanntools/xomics/workflows/Build/badge.svg\n   :target: https://github.com/breimanntools/xomics/actions\n   :alt: Build Status\n\n.. image:: https://github.com/breimanntools/xomics/workflows/Python-check/badge.svg\n   :target: https://github.com/breimanntools/xomics/actions\n   :alt: Python-check\n\n.. image:: https://img.shields.io/pypi/status/xomics.svg\n   :target: https://pypi.org/project/xomics/\n   :alt: PyPI - Status\n\n.. image:: https://img.shields.io/pypi/pyversions/xomics.svg\n   :target: https://pypi.python.org/pypi/xomics\n   :alt: Supported Python Versions\n\n.. image:: https://img.shields.io/pypi/v/xomics.svg\n   :target: https://pypi.python.org/pypi/xomics\n   :alt: PyPI - Package Version\n\n.. image:: https://anaconda.org/conda-forge/xomics/badges/version.svg\n   :target: https://anaconda.org/conda-forge/xomics\n   :alt: Conda - Package Version\n\n.. image:: https://readthedocs.org/projects/xomics/badge/?version=latest\n   :target: https://xomics.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/github/license/breimanntools/xomics.svg\n   :target: https://github.com/breimanntools/xomics/blob/master/LICENSE\n   :alt: License\n\n.. image:: https://pepy.tech/badge/xomics\n   :target: https://pepy.tech/project/xomics\n   :alt: Downloads\n\n**xOmics** (eXplainable Omics) is a Python framework developed for streamlined and explainable omics analysis, with a\nspotlight on differential proteomics expression data. It introduces the following key algorithms:\n\n- **cImpute**: Conditional Imputation - A transparent method for hybrid missing value imputation.\n- **xOmicsIntegrate**: Protein-centric integration of multiple (prote)omic datasets to find commonalities and differences.\n- **xOmicsRank**: Protein-centric ranking of (prote)omic data, leveraging functional enrichment results.\n\nIn addition, **xOmics** provides functional capabilities for efficiently loading benchmark proteomics datasets via\n**load_datasets**, accompanied by corresponding enrichment data.A suite of supportive functions is also available to\nfacilitate a smooth and efficient (prote)omic analysis pipeline.\n\nInstall\n=======\n**xOmics** can be installed either from `PyPi <https://pypi.org/project/xomics>`_ or\n`conda-forge <https://anaconda.org/conda-forge/xomics>`_:\n\n.. code-block:: bash\n\n   pip install -u xomics\n   or\n   conda install -c conda-forge xomics\n\nContributing\n============\nWe appreciate bug reports, feature requests, or updates on documentation and code. For details, please refer to\n`Contributing Guidelines <CONTRIBUTING.rst>`_. For further questions or suggestions, please email stephanbreimann@gmail.com.\n\nCitations\n=========\nIf you use xOmics in your work, please cite the respective publication as follows:\n\n**xOmics**:\n   [Citation details and link if available]\n\n**cImpute**:\n   [Citation details and link if available]\n\n**xOmicsIntegrate**:\n   [Citation details and link if available]\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python framework for eXplainable Omics analysis",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://xomics.readthedocs.io",
        "Repository": "https://github.com/breimanntools/xomics"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7156c772d39d861898abffd5b7ec9c51fd34b840ee80d5378a96c264b4e2076f",
                "md5": "55c9a9aa83926f3a9c12b1d776e83816",
                "sha256": "90e3bce1f5da8b68f137f6d3768f69a5ed01ccba9ebf24f75a0088a647050863"
            },
            "downloads": -1,
            "filename": "xomics-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55c9a9aa83926f3a9c12b1d776e83816",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<=3.11",
            "size": 38374,
            "upload_time": "2023-10-11T22:35:08",
            "upload_time_iso_8601": "2023-10-11T22:35:08.833830Z",
            "url": "https://files.pythonhosted.org/packages/71/56/c772d39d861898abffd5b7ec9c51fd34b840ee80d5378a96c264b4e2076f/xomics-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9234f1b48db81d8408f71885710c9d8afe3f240bb6553990bf73b38e781049cb",
                "md5": "66d0200cc7d975d5de13baaf643154b2",
                "sha256": "de4c3baedc430d81575fef7343f6a35f9559ff0e89603313473aa0a4b71077a4"
            },
            "downloads": -1,
            "filename": "xomics-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "66d0200cc7d975d5de13baaf643154b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<=3.11",
            "size": 61233,
            "upload_time": "2023-10-11T22:35:10",
            "upload_time_iso_8601": "2023-10-11T22:35:10.886355Z",
            "url": "https://files.pythonhosted.org/packages/92/34/f1b48db81d8408f71885710c9d8afe3f240bb6553990bf73b38e781049cb/xomics-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 22:35:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "breimanntools",
    "github_project": "xomics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "xomics"
}
        
Elapsed time: 0.12873s