Function finch::filtering::filter_abundance [] [src]

pub fn filter_abundance(
    sketch: &[KmerCount],
    low: Option<u16>,
    high: Option<u16>
) -> Vec<KmerCount>