filter_counts.RdDrop any allele for which the number of read counts is below a given threshold. Coverage is adjusted to account for dropped reads.
filter_counts(
x,
count_min = 2,
description = "filter individual allele counts"
)object of class mipanalyzer_biallelic or
mipanalyzer_multiallelic.
alleles with fewer than this many counts are dropped.
brief description of the filter, to be saved in the filter history.