rustRet

Crates.iorustRet
lib.rsrustRet
version0.1.0
created_at2025-09-18 13:01:04.941953+00
updated_at2025-09-18 13:01:04.941953+00
descriptionmass-spectroscopy analyzer
homepagehttps://github.com/genomicssport/rustRet
repositoryhttps://github.com/genomicssport/rustRet
max_upload_size
id1844671
size67,100
Gaurav Sablok (genomicssport)

documentation

README

rustRet

  • rust crate for massspectrometry retention time and retention index.
  • all massspectrometry claculation in one crate.
  • this crate will do also the machine learning on the mass-spectrometry data.
cargo build
_ __   _   _   ___  | |_  |  _ \  | ____| |_   _|
| '__| | | | | / __| | __| | |_) | |  _|     | |
| |    | |_| | \__ \ | |_  |  _ <  | |___    | |
|_|     \__,_| |___/  \__| |_| \_\ |_____|   |_|


rustRET.
          ************************************************
         Gaurav Sablok, IBCH, PAN, Poznan, Poland,
         https://portal.ichb.pl/laboratory-of-genomics/.
         Email: gsablok@ibch.poznan.pl
         ************************************************

Usage: rustRet <COMMAND>

Commands:
 retention-index  retention index calculation
 help             Print this message or the help of the given subcommand(s)

Options:
 -h, --help     Print help
 -V, --version  Print version
./target/debug/rustRet retention-index ./testfile/sample.txt
elutes	retentiontime
6	678.5714285714286
Commit count: 5

cargo fmt