OpenTimsTDF
Part of the OpenProteo stack for proteomics raw-file access. Sibling readers: OpenWRaw (Waters), OpenTFRaw (Thermo).
Rust and Python reader for timsTOF .d/ (TDF) acquisition bundles -
the SQLite analysis.tdf metadata file and the analysis.tdf_bin
binary frame stream. Runs on Linux, macOS, and Windows.
Documentation: sigilweaver.app/opentimstdf/docs
Install
Rust:
Python:
Quickstart
Rust:
use Reader;
let reader = open?;
let calib = reader.calibration?;
let frame = reader.frame?;
for peak in reader.decode_peaks?
Python:
=
=
=
=
See the docs site for the full quickstart, guide, and format specification.
License
Apache-2.0. See LICENSE.
The TDF format and codecs were worked out from public sample data (PRIDE accessions). See ATTRIBUTION.md.