Coder Social home page Coder Social logo

pyprophet's Introduction

pyprophet

python reimplementation of mProphet algorithm.

In short, the algorithm can take targeted proteomics data, learn a linear separation between true signal and the noise signal and then compute a q-value (false discovery rate) to achieve experiment-wide cutoffs. The original algorithm as also extended with more options for classifiers, cross-validation, null-models and statistics calculations. For more information, see the following publications:

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.

Johan Teleman, Hannes Röst, George Rosenberger, Uwe Schmitt, Lars Malmström, Johan Malmström and Fredrik Levander. DIANA - algorithmic improvements for analysis of complex peptide sample data-independent acquisition MS data. Bioinformatics 2015 Feb 15;31(4):555-62. doi:10.1093/bioinformatics/btu686 Epub 2014 Oct 27.

Installation

Install pyprophet from Python package index:

    $ pip install numpy
    $ pip install pyprophet

or:

   $ easy_install numpy
   $ easy_install pyprophet

Running pyprophet

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

   $ pyprophet --help

or:

   $ pyprophet --delim=tab tests/test_data.txt

Running tests

The pyprophet tests are best executed using py.test, to run the tests use:

    $ pip install pytest
    $ py.test tests

pyprophet's People

Contributors

fickludd avatar grosenberger avatar hroest avatar uweschmitt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.