Skip to main content

Thermo/Finnigan .raw file format reader

Project description

## RawPrassLib

RawPrassLib provides Finnigan .raw file format decoder intended for loading Thermo/Finnigan spectra into python code.

The project is in experimental state so please verify that it gives meaningful outputs in your case before reyling on it. The number of supported machines is very low at this time. If you would like to get your machine supported, please send me some sample spectrum/spectra. I do not guarantee that I will have free time to look at it, but it is worth trying.

## Usage RawPrassLib is designed to enable fast advanced data processing by python, which is not easily acessible with original software.

>!#/usr/bin/env python3

>from rawparse import load_raw

>import numpy as np

>import logging

>…

>…

>chromatogram, masses, ion_scans = load_raw(filename)

The chromatogram is np.array of times of acquisition and total ion current during these acquisitions. (np.array ([times[],intensities[]]))

masses is np.array of the scanned masses from the lowest to the highest. As it should stay the same during whole acquisition only one masses array is provided. (np.array [mass])

matrix is np.array of acquired intensities during each acquisition. It is two-dimensional np.array where the first dimension count should correlate with number of acquisition and the second dimension with the number of masses which were scanned during each acquisition.

## Tested instruments We’ve tested and optimized the code against TSQ-7000, LCQ Deca, LCQ Max and LTQ machines .raw output files.

## Known drawbacks Projet is still very experimental so not all formats and acquisition supported

## Known benefits The only file which has some real code has just 300 lines of codes.

## Installation >pip install rawprasslib

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

rawprasslib-0.0.13.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

rawprasslib-0.0.13-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file rawprasslib-0.0.13.tar.gz.

File metadata

  • Download URL: rawprasslib-0.0.13.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for rawprasslib-0.0.13.tar.gz
Algorithm Hash digest
SHA256 58da269396f048bd6cdc76163eda5dd879596394fb684334298dd7d509df66ad
MD5 08ff3cc824c0321be098570dc3d0f97a
BLAKE2b-256 392ff4acdd94efe14f207d2751432f6383a7cee54ef19752507278f218323906

See more details on using hashes here.

File details

Details for the file rawprasslib-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: rawprasslib-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for rawprasslib-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 4889a1ab31b19ea0a785f723094d882adfbe6dbe7d0164aa8873c1fdf0dc3e80
MD5 bffe34604f594b1ac844347fec22af62
BLAKE2b-256 1679a07175931a16949a751981b9acc3d63f52b5923914bbd0f564a8899bc24a

See more details on using hashes here.

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