Skip to content

C# command line application for extracting scan and noise data from Thermo Raw files (*.raw)

Notifications You must be signed in to change notification settings

fstanek/rawStallion

Repository files navigation

rawStallion

rawStallion is a simple command-line application which reads scan data from a single Thermo Raw file (*.raw) and writes two CSV files into the same directory containing the following columns:

  • [rawfilename]-index.csv

    • Scan number
    • MS order
    • Retention time
    • Precursor m/z
    • Precursor charge
    • Isolation width
    • Compensation voltage (CV)
  • [rawfilename]-noise.csv

    • Scan number
    • Mass
    • Intensity
    • Baseline
    • Noise
    • Signal-to-noise ratio

Installation

Usage

rawStallion.exe RAWFILE [ScanNumbers]

Parameters

  • RAWFILE (mandatory) path to the raw file
  • [ScanNumbers] (optional) scan numbers separated by space. If omitted, all scans are read.

3rd Party Libraries used in this project

About

C# command line application for extracting scan and noise data from Thermo Raw files (*.raw)

Resources

Stars

Watchers

Forks

Languages