pyprophet


Namepyprophet JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryPyProphet: Semi-supervised learning and scoring of OpenSWATH results.
upload_time2025-07-24 20:12:14
maintainerNone
docs_urlNone
authorNone
requires_python<=3.13,>=3.9
licenseBSD
keywords bioinformatics openswath mass spectrometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
    <img src="https://github.com/PyProphet/pyprophet/blob/master/assets/PyProphet_Logo.png" alt="PyProphet" width="300"/>
</div>

<!-- PyProphet
========= -->

<!-- [![Build Status](https://travis-ci.org/PyProphet/pyprophet.svg?branch=master)](https://travis-ci.org/PyProphet/pyprophet)  -->
[![continuous-integration](https://github.com/PyProphet/pyprophet/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/PyProphet/pyprophet/actions/workflows/ci.yml)
[![Project Stats](https://www.openhub.net/p/PyProphet/widgets/project_thin_badge.gif)](https://www.openhub.net/p/PyProphet)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyprophet)
[![PyPI - Version](https://img.shields.io/pypi/v/pyprophet)](https://pypi.org/project/pyprophet/)
[![Docker Image Version](https://img.shields.io/docker/v/pyprophet/pyprophet?label=Docker)](https://hub.docker.com/r/pyprophet/pyprophet)
[![Read the Docs (version)](https://img.shields.io/readthedocs/pyprophet/latest)](https://pyprophet.readthedocs.io/en/latest/index.html)


PyProphet: Semi-supervised learning and scoring of OpenSWATH results.

PyProphet is a Python re-implementation of the mProphet algorithm [1] optimized for SWATH-MS data acquired by data-independent acquisition (DIA). The algorithm was originally published in [2] and has since been extended to support new data types and analysis modes [3,4].

Please consult the [OpenSWATH website](http://openswath.org) for usage instructions and help.

Installation
============

We strongly advice to install PyProphet in a Python [*virtualenv*](https://virtualenv.pypa.io/en/stable/). PyProphet is compatible with Python 3.

Install the development version of *pyprophet* from GitHub:

````
    $ pip install git+https://github.com/PyProphet/pyprophet.git@master
````

Install the stable version of *pyprophet* from the Python Package Index (PyPI):

````
    $ pip install pyprophet
````

Running pyprophet
=================

*pyprophet* is not only a Python package, but also a command line tool:

````
   $ pyprophet --help
````

or:

````
   $ pyprophet score --in=tests/test_data.txt
````

Docker
=================

PyProphet is also available from Docker (automated builds):

Pull the latest version of *pyprophet* from DockerHub or Github Container Registry (synced with releases):

````
    # Dockerhub
    $ docker pull pyprophet/pyprophet:latest

    # Github Container Registry
    $ docker pull ghcr.io/pyprophet/pyprophet:latest
````

Documentation
=============

API and CLI documentation is available on [Read the Docs](https://pyprophet.readthedocs.io/en/latest/index.html).

Running tests
=============

The *pyprophet* tests are best executed using `py.test` and the `pytest-regtest` plugin:

````
    $ pip install pytest
    $ pip install pytest-regtest
    $ py.test -n auto ./tests
````

References
==========

1. Reiter L, Rinner O, Picotti P, Hüttenhain R, Beck M, Brusniak MY, Hengartner MO, Aebersold R.
*mProphet: automated data processing and statistical validation for large-scale
SRM experiments.* **Nat Methods.** 2011 May;8(5):430-5. [doi:
10.1038/nmeth.1584.](http://dx.doi.org/10.1038/nmeth.1584) Epub 2011 Mar 20.

2. Teleman J, Röst HL, Rosenberger G, Schmitt U, Malmström L, Malmström J, Levander F.
*DIANA--algorithmic improvements for analysis of data-independent acquisition MS data.* **Bioinformatics.** 2015 Feb 15;31(4):555-62. [doi: 10.1093/bioinformatics/btu686.](http://dx.doi.org/10.1093/bioinformatics/btu686) Epub 2014 Oct 27.

3. Rosenberger G, Liu Y, Röst HL, Ludwig C, Buil A, Bensimon A, Soste M, Spector TD, Dermitzakis ET, Collins BC, Malmström L, Aebersold R. *Inference and quantification of peptidoforms in large sample cohorts by SWATH-MS.* **Nat Biotechnol** 2017 Aug;35(8):781-788. [doi: 10.1038/nbt.3908.](http://dx.doi.org/10.1038/nbt.3908) Epub 2017 Jun 12.

4. Rosenberger G, Bludau I, Schmitt U, Heusel M, Hunter CL, Liu Y, MacCoss MJ, MacLean BX, Nesvizhskii AI, Pedrioli PGA, Reiter L, Röst HL, Tate S, Ting YS, Collins BC, Aebersold R.
*Statistical control of peptide and protein error rates in large-scale targeted data-independent acquisition analyses.* **Nat Methods.** 2017 Sep;14(9):921-927. [doi: 10.1038/nmeth.4398.](http://dx.doi.org/10.1038/nmeth.4398) Epub 2017 Aug 21. 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyprophet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<=3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "bioinformatics, openSWATH, mass spectrometry",
    "author": null,
    "author_email": "The PyProphet Developers <rocksportrocker@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/75/64/fba7b5410f10720d6d941df60de8534bffcd4307f37bbe23c037f1c2882f/pyprophet-3.0.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n    <img src=\"https://github.com/PyProphet/pyprophet/blob/master/assets/PyProphet_Logo.png\" alt=\"PyProphet\" width=\"300\"/>\n</div>\n\n<!-- PyProphet\n========= -->\n\n<!-- [![Build Status](https://travis-ci.org/PyProphet/pyprophet.svg?branch=master)](https://travis-ci.org/PyProphet/pyprophet)  -->\n[![continuous-integration](https://github.com/PyProphet/pyprophet/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/PyProphet/pyprophet/actions/workflows/ci.yml)\n[![Project Stats](https://www.openhub.net/p/PyProphet/widgets/project_thin_badge.gif)](https://www.openhub.net/p/PyProphet)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyprophet)\n[![PyPI - Version](https://img.shields.io/pypi/v/pyprophet)](https://pypi.org/project/pyprophet/)\n[![Docker Image Version](https://img.shields.io/docker/v/pyprophet/pyprophet?label=Docker)](https://hub.docker.com/r/pyprophet/pyprophet)\n[![Read the Docs (version)](https://img.shields.io/readthedocs/pyprophet/latest)](https://pyprophet.readthedocs.io/en/latest/index.html)\n\n\nPyProphet: Semi-supervised learning and scoring of OpenSWATH results.\n\nPyProphet is a Python re-implementation of the mProphet algorithm [1] optimized for SWATH-MS data acquired by data-independent acquisition (DIA). The algorithm was originally published in [2] and has since been extended to support new data types and analysis modes [3,4].\n\nPlease consult the [OpenSWATH website](http://openswath.org) for usage instructions and help.\n\nInstallation\n============\n\nWe strongly advice to install PyProphet in a Python [*virtualenv*](https://virtualenv.pypa.io/en/stable/). PyProphet is compatible with Python 3.\n\nInstall the development version of *pyprophet* from GitHub:\n\n````\n    $ pip install git+https://github.com/PyProphet/pyprophet.git@master\n````\n\nInstall the stable version of *pyprophet* from the Python Package Index (PyPI):\n\n````\n    $ pip install pyprophet\n````\n\nRunning pyprophet\n=================\n\n*pyprophet* is not only a Python package, but also a command line tool:\n\n````\n   $ pyprophet --help\n````\n\nor:\n\n````\n   $ pyprophet score --in=tests/test_data.txt\n````\n\nDocker\n=================\n\nPyProphet is also available from Docker (automated builds):\n\nPull the latest version of *pyprophet* from DockerHub or Github Container Registry (synced with releases):\n\n````\n    # Dockerhub\n    $ docker pull pyprophet/pyprophet:latest\n\n    # Github Container Registry\n    $ docker pull ghcr.io/pyprophet/pyprophet:latest\n````\n\nDocumentation\n=============\n\nAPI and CLI documentation is available on [Read the Docs](https://pyprophet.readthedocs.io/en/latest/index.html).\n\nRunning tests\n=============\n\nThe *pyprophet* tests are best executed using `py.test` and the `pytest-regtest` plugin:\n\n````\n    $ pip install pytest\n    $ pip install pytest-regtest\n    $ py.test -n auto ./tests\n````\n\nReferences\n==========\n\n1. Reiter L, Rinner O, Picotti P, H\u00fcttenhain R, Beck M, Brusniak MY, Hengartner MO, Aebersold R.\n*mProphet: automated data processing and statistical validation for large-scale\nSRM experiments.* **Nat Methods.** 2011 May;8(5):430-5. [doi:\n10.1038/nmeth.1584.](http://dx.doi.org/10.1038/nmeth.1584) Epub 2011 Mar 20.\n\n2. Teleman J, R\u00f6st HL, Rosenberger G, Schmitt U, Malmstr\u00f6m L, Malmstr\u00f6m J, Levander F.\n*DIANA--algorithmic improvements for analysis of data-independent acquisition MS data.* **Bioinformatics.** 2015 Feb 15;31(4):555-62. [doi: 10.1093/bioinformatics/btu686.](http://dx.doi.org/10.1093/bioinformatics/btu686) Epub 2014 Oct 27.\n\n3. Rosenberger G, Liu Y, R\u00f6st HL, Ludwig C, Buil A, Bensimon A, Soste M, Spector TD, Dermitzakis ET, Collins BC, Malmstr\u00f6m L, Aebersold R. *Inference and quantification of peptidoforms in large sample cohorts by SWATH-MS.* **Nat Biotechnol** 2017 Aug;35(8):781-788. [doi: 10.1038/nbt.3908.](http://dx.doi.org/10.1038/nbt.3908) Epub 2017 Jun 12.\n\n4. Rosenberger G, Bludau I, Schmitt U, Heusel M, Hunter CL, Liu Y, MacCoss MJ, MacLean BX, Nesvizhskii AI, Pedrioli PGA, Reiter L, R\u00f6st HL, Tate S, Ting YS, Collins BC, Aebersold R.\n*Statistical control of peptide and protein error rates in large-scale targeted data-independent acquisition analyses.* **Nat Methods.** 2017 Sep;14(9):921-927. [doi: 10.1038/nmeth.4398.](http://dx.doi.org/10.1038/nmeth.4398) Epub 2017 Aug 21. \n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "PyProphet: Semi-supervised learning and scoring of OpenSWATH results.",
    "version": "3.0.1",
    "project_urls": null,
    "split_keywords": [
        "bioinformatics",
        " openswath",
        " mass spectrometry"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7564fba7b5410f10720d6d941df60de8534bffcd4307f37bbe23c037f1c2882f",
                "md5": "a88362e0dd91cc0f2ddf69593490bb0e",
                "sha256": "21dad53852fa969fa028d520f24786f53d32e66613d58b65d14d19149dbaf921"
            },
            "downloads": -1,
            "filename": "pyprophet-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a88362e0dd91cc0f2ddf69593490bb0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.13,>=3.9",
            "size": 355772,
            "upload_time": "2025-07-24T20:12:14",
            "upload_time_iso_8601": "2025-07-24T20:12:14.444573Z",
            "url": "https://files.pythonhosted.org/packages/75/64/fba7b5410f10720d6d941df60de8534bffcd4307f37bbe23c037f1c2882f/pyprophet-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 20:12:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyprophet"
}
        
Elapsed time: 0.48517s