Giter VIP home page Giter VIP logo

pyproteome's Introduction

pyproteome

Build Status Coverage Status Documentation Status Requirements Status PyPI

Python library for analyzing mass spectrometry proteomics data.

Installation

To install the core pyproteome python library, install Python >= 3.6 and the latest version of pip. Then run the following command:

pip install pyproteome

To install dependencies for PHOTON, run the following command:

pip install pyproteome[photon]

Windows

If you are using Windows, it is easiest to use the latest version of Anaconda for your Python installation, as pyproteome requires several hard-to-install packages, such as NumPy and SciPy.

Then, you can simply run the above pip install pyproteome command to install this package and the rest of its dependencies.

CAMV

pyproteome can use CAMV for data validation. If you have the executable installed on your system, simply add "CAMV.exe" to your system path and pyproteome will locate it automatically.

Examples

There are several example analyses located in the pyproteome-data repository.

For a full list of package functionality, refer to the online documentation.

Directory Hierarchy

pyproteome expects a certain directory hierarchy in order to import data files and interface with CAMV. This pattern is as follows:

base_directory/
    CAMV Output/
    Figures/
    MS RAW/
    Searched/

See pyproteome.paths if you are using a custom directory hierarchy. i.e.:

>>> from pyproteome import paths
>>> paths.MS_RAW_DIR = "path/to/raw_files/"
>>> paths.MS_SEARCHED_DIR = "path/to/msf_files/"

pyproteome's People

Contributors

naderm avatar

Watchers

 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.