MannLabs / timsrust

Apache License 2.0
20 stars 9 forks source link

Crates.io docs.rs

TimsRust

A crate to read Bruker TimsTof data.

Installation

Add this crate to your Cargo.toml:

[dependencies]
timsrust = "x.x.x"

Usage

TimsRust is intended to be used as a library and not as a stand-alone application. An example of how to use it is found in e.g. Sage.

Basics

Two primary data types are exposed through TimsRust:

File formats

Two file formats are supported:

Python bindings

The timsrust_pyo3 package is an example of how the performance of TimsRust can be utilized in Python