Skip to main content

pyRawTools is a Python package for loading Thermo MS data.

Project description

pyRawTools

pyRawTools is a Python package for Windows/Linux/Mac processing raw data from mass spectrometry experiments. Base on RawTools and UNIX command line.

Install

  1. Must install mono
    1. For macOS, use brew to install mono
     brew install mono
    
    1. For Linux, use apt or yum to install mono
     sudo apt install mono-complete
    
  2. Install or Build
    1. Install

      1. pip install pyRawTools
        
    2. Build

      1. Clone this repository
        git clone https://github.com/EstrellaXD/pyRawTools.git
        
      2. Install python package
        cd pyRawTools
        python setup.py install
        

Usage

  1. Convert raw file to pandas DataFrame
from pyRawTools import MSLoader


loader = MSLoader()
raw_data, raw_metrix = loader.load('path/to/raw/file.RAW')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyRawTools-0.2.3.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

pyRawTools-0.2.3-py3-none-any.whl (2.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page