mod triage¶
- module triage¶
triagecommand: marker-level biological candidate ranking.The command keeps RADSex-style strict testing and Bayesian marker evidence in one bounded-memory pass over the marker table.
Functions
- fn run(params: &TriageParams) -> Result<(), Box<dyn std::error::Error>>¶
- fn run_to_arrow(params: &TriageParams) -> Result<Vec<RecordBatch>, Box<dyn std::error::Error>>¶
- fn run_to_arrow_with_source<S: MarkerStream>(source: &S, popmap: &Popmap, params: &TriageParams) -> Result<Vec<RecordBatch>, Box<dyn std::error::Error>>¶
- fn run_with_source<S: MarkerStream>(source: &S, popmap: &Popmap, params: &TriageParams) -> Result<(), Box<dyn std::error::Error>>¶
Structs and Unions