Git Product home page Git Product logo

msproteomicstools's Introduction

Build Status Project Stats

This repository contains some hopefully useful tools for mass spectrometry applied to proteomics. Speficically, it contains

  • the TAPIR visualization software (available in ./gui)
  • the MS Proteomics Tools Library (available in ./msproteomicstoolslib)
  • a set of executables and scripts (available under ./analysis)

The code is under the 3-clause BSD licence (see the LICENSE and the AUTHORS files).

TAPIR

TAPIR is a software that allows visualization of targeted proteomics data. See the TAPIR install instructions for further information on installation.

Please also see the project homepage for further information. Binaries are available for Windows and Mac OS X. For a source installation of the package, see below.

MS Proteomics Tools Library

The mass spectrometric (MS) Proteomics Tools Library contains multiple Python functions useful for MS-based proteomics.

Documentation

Documentation for the library can be found at http://proteomics.ethz.ch/msproteomicstools/ which contains source code documentation of the available functions and objects.

Install

After installing the dependencies, you can proceed to install msproteomicstools itself:

pip install numpy
pip install msproteomicstools

Alternatively, a source install can be chosen as well:

git checkout https://github.com/msproteomicstools/msproteomicstools.git
pip install numpy
python setup.py install --prefix=/your/install/path 

Extra packages

There are some extra packages that can increase the features and improve the speed of the toolset

Fast lowess

To get fast lowess performance (several orders of magnitude faster), do the following

git clone https://github.com/carljv/Will_it_Python.git
cd Will_it_Python/MLFH/CH2/lowess\ work/
python setup.py build
sudo python setup.py install

msproteomicstools's People

Contributors

hroest avatar lcb avatar mesontau avatar grosenberger avatar fcyu avatar siggismara avatar laurentgatto avatar lgillet avatar

Watchers

Laurent Gatto avatar James Cloos 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.