tru-ols 0.1.1

Command-line tool for TRU-OLS flow cytometry unmixing
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! TRU-OLS CLI library

pub mod commands;
pub mod config;
pub mod output;
pub mod synthetic_data;

// Re-export commonly used functions for examples
pub use commands::{SingleStainConfig, create_mixing_matrix_from_single_stains};

pub use commands::run_command;