All Projects → PyProphet → pyprophet

PyProphet / pyprophet

Licence: BSD-3-Clause license
PyProphet: Semi-supervised learning and scoring of OpenSWATH results.

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects

Projects that are alternatives of or similar to pyprophet

pFind3
No description or website provided.
Stars: ✭ 20 (-13.04%)
Mutual labels:  proteomics, mass-spectrometry
pDeep
pDeep: Predicting MS/MS Spectra of Peptides with Deep Learning
Stars: ✭ 24 (+4.35%)
Mutual labels:  proteomics, mass-spectrometry
LFQ-Analyst
The repo for LFQ-Analyst
Stars: ✭ 17 (-26.09%)
Mutual labels:  proteomics, mass-spectrometry
pyqms
pyQms, generalized, fast and accurate mass spectrometry data quantification
Stars: ✭ 22 (-4.35%)
Mutual labels:  proteomics, mass-spectrometry
QFeatures
Quantitative features for mass spectrometry data
Stars: ✭ 12 (-47.83%)
Mutual labels:  proteomics, mass-spectrometry
MSFragger
Ultrafast, comprehensive peptide identification for mass spectrometry–based proteomics
Stars: ✭ 43 (+86.96%)
Mutual labels:  proteomics, mass-spectrometry
RforProteomics
Using R and Bioconductor packages for the analysis and comprehension of proteomics data.
Stars: ✭ 52 (+126.09%)
Mutual labels:  proteomics, mass-spectrometry
philosopher
A complete toolkit for shotgun proteomics data analysis
Stars: ✭ 82 (+256.52%)
Mutual labels:  proteomics, mass-spectrometry
QCxMS
Quantum mechanic mass spectrometry calculation program
Stars: ✭ 25 (+8.7%)
Mutual labels:  mass-spectrometry
seededlda
Semisupervided LDA for theory-driven text analysis
Stars: ✭ 46 (+100%)
Mutual labels:  semi-supervised-learning
proteomics-metadata-standard
The Proteomics Experimental Design file format: Standard for experimental design annotation
Stars: ✭ 49 (+113.04%)
Mutual labels:  proteomics
Cross-Speaker-Emotion-Transfer
PyTorch Implementation of ByteDance's Cross-speaker Emotion Transfer Based on Speaker Condition Layer Normalization and Semi-Supervised Training in Text-To-Speech
Stars: ✭ 107 (+365.22%)
Mutual labels:  semi-supervised-learning
pia
📚 🔬 PIA - Protein Inference Algorithms
Stars: ✭ 19 (-17.39%)
Mutual labels:  proteomics
mokapot
Fast and flexible semi-supervised learning for peptide detection in Python
Stars: ✭ 25 (+8.7%)
Mutual labels:  proteomics
peptide-shaker
Interpretation of proteomics identification results
Stars: ✭ 32 (+39.13%)
Mutual labels:  proteomics
Billion-scale-semi-supervised-learning
Implementing Billion-scale semi-supervised learning for image classification using Pytorch
Stars: ✭ 81 (+252.17%)
Mutual labels:  semi-supervised-learning
EC-GAN
EC-GAN: Low-Sample Classification using Semi-Supervised Algorithms and GANs (AAAI 2021)
Stars: ✭ 29 (+26.09%)
Mutual labels:  semi-supervised-learning
pymsfilereader
Thermo MSFileReader Python bindings
Stars: ✭ 58 (+152.17%)
Mutual labels:  mass-spectrometry
IDBacApp
A MALDI Mass Spectrometry Bioinformatics Platform
Stars: ✭ 20 (-13.04%)
Mutual labels:  mass-spectrometry
generative models
Pytorch implementations of generative models: VQVAE2, AIR, DRAW, InfoGAN, DCGAN, SSVAE
Stars: ✭ 82 (+256.52%)
Mutual labels:  semi-supervised-learning

Build Status Project Stats

PyProphet

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 for usage instructions and help.

  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. 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. 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. 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. Epub 2017 Aug 21.

Installation

We strongly advice to install PyProphet in a Python virtualenv. 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 development version of pyprophet from DockerHub (synced with GitHub):

    $ docker pull pyprophet/master:latest

Pull the stable version (e.g. 2.1.2) of pyprophet from DockerHub (synced with releases):

    $ docker pull pyprophet/pyprophet:2.1.2

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 ./tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].