mod distrib¶
- module distrib¶
distribcommand: compute marker distribution between two groups.Functions
- fn run(params: &DistribParams) -> Result<(), Box<dyn std::error::Error>>¶
Run
distribagainst the on-disk markers TSV + popmap referenced byparams.
- fn run_with_source<S: MarkerStream>(source: &S, popmap: &Popmap, params: &DistribParams) -> Result<(), Box<dyn std::error::Error>>¶
Run
distribagainst anyMarkerStream. Caller supplies thePopmap.
Structs and Unions