Function umgap::agg::filter

source ·
pub fn filter(
    freq_table: HashMap<TaxonId, f32>,
    lower_bound: f32
) -> HashMap<TaxonId, f32>
Expand description

Filters any taxon in a frequency table with a frequency below the given amount.