OpenTFRaw
Part of the OpenProteo stack for proteomics raw-file access. Sibling readers: OpenWRaw (Waters), OpenTimsTDF (Bruker).
Rust and Python reader for Thermo Fisher .raw mass spectrometry files,
covering format versions 8 through 66 (LCQ Classic through Orbitrap
Astral and modern TSQ).
Documentation: sigilweaver.app/opentfraw/docs
Install
Rust:
Python:
Quickstart
Rust:
use RawFileReader;
let raw = open_path?;
let mut file = open?;
for scan_num in 1..=raw.num_scans
Python:
=
, =
See the docs site for the full guide, format specification, and API reference.
License
Apache-2.0. See LICENSE.
The format specification was developed by binary analysis of public mass-spectrometry datasets (PRIDE accessions). See CORPUS.md and ATTRIBUTION.md.