Function finch::filtering::filter_strands [] [src]

pub fn filter_strands(sketch: &[KmerCount], ratio_cutoff: f32) -> Vec<KmerCount>

Filter out kmers that have a large abundance difference between being seen in the "forward" and "reverse" orientations (picked arbitrarily which is which).

These tend to be sequencing adapters.