mod freq

module freq

freq command: compute marker frequency distribution.

Functions

fn run(params: &FreqParams) -> Result<(), Box<dyn std::error::Error>>

Run the freq analysis against a TSV path.

fn run_with_source<S: MarkerStream>(source: &S, params: &FreqParams) -> Result<(), Box<dyn std::error::Error>>

Run the freq analysis against any MarkerStream (TSV, Arrow, Parquet).

Structs and Unions

struct FreqParams

Parameters for the freq command.

markers_table_path: String
output_file_path: String
min_depth: u16