From 4404778b3e53da0441e8413ac23529275acbbcb2 Mon Sep 17 00:00:00 2001 From: David Teschner <32388991+theGreatHerrLebert@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:40:16 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d7b5e4f9..bd7a1f54 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,17 @@ The tool has a lot of options, which you can explore by running: imspy_dda --help ``` +## NEW: Dive into processing of timsTOF DDA data with jupyter notebooks +We are now providing [jupyter notebook examples](https://github.com/theGreatHerrLebert/rustims/blob/main/imspy/examples/) that allow you to interactively learn about the functionality of our tooling. + +## NEW: Read the docs +The codbease of all native rust crates and python packages is now available: + +* [rustdf](https://thegreatherrlebert.github.io/rustims/main/rustdf/) +* [mscore](https://thegreatherrlebert.github.io/rustims/main/mscore/) +* [rustms](https://thegreatherrlebert.github.io/rustims/main/rustms/) +* [imspy](https://thegreatherrlebert.github.io/rustims/main/imspy/) + ## Generating a synthetic PASEF-like dataset with timsim You can also generate a synthetic PASEF-like dataset using the following command (timsim currently requires a reference.tdf file of a real dataset): ```shell