Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pkelchte on github.
  • I am pieterk (https://keybase.io/pieterk) on keybase.
  • I have a public key whose fingerprint is 0655 40BE 160B 55A3 8DAA 542F 05EC F951 9DB9 61EF

To claim this, I am signing this object:

@pkelchte
pkelchte / printspectrum.go
Last active January 26, 2017 04:05
Simple demo of the unthermo library (https://bitbucket.org/proteinspector/unthermo/)
//The printspectrum tool prints out the spectrum (mz and intensity values) of a
//Thermo RAW File
//
// Every line of the output is a peak registered by the mass spectrometer
// characterized by an m/z value in Da and an intensity in the mass spectrometer's unit of abundance
package main
import (
"bitbucket.org/proteinspector/ms"
"bitbucket.org/proteinspector/ms/unthermo"