|
bool | apply_sample_counts_filter_numerical (SampleCounts &sample, SampleCountsFilterNumericalParams const ¶ms) |
| Filter a given SampleCounts based on the numerical properties of the counts. More...
|
|
bool | apply_sample_counts_filter_numerical (SampleCounts &sample, SampleCountsFilterNumericalParams const ¶ms, SampleCountsFilterStats &stats) |
| Filter a given SampleCounts based on the numerical properties of the counts. More...
|
|
bool | apply_sample_counts_filter_numerical (Variant &variant, SampleCountsFilterNumericalParams const ¶ms, bool all_need_pass=false) |
|
bool | apply_sample_counts_filter_numerical (Variant &variant, SampleCountsFilterNumericalParams const ¶ms, VariantFilterStats &variant_stats, SampleCountsFilterStats &sample_count_stats, bool all_need_pass=false) |
| Filter a given SampleCounts based on the numerical properties of the counts. More...
|
|
std::function< void(Variant &)> | make_sample_counts_filter_numerical_tagging (SampleCountsFilterNumericalParams const ¶ms, bool all_need_pass=false) |
| Return a functional to numerically filter the SampleCounts samples in a Variant tagging the ones that do not pass the filters, and potentially tagging the Variant. More...
|
|
std::function< void(Variant &)> | make_sample_counts_filter_numerical_tagging (SampleCountsFilterNumericalParams const ¶ms, VariantFilterStats &variant_stats, SampleCountsFilterStats &sample_count_stats, bool all_need_pass=false) |
|
void | transform_zero_out_by_max_count (SampleCounts &sample, size_t max_count, bool also_n_and_d_counts=true) |
| Transform a SampleCounts sample by setting any nucleotide count (A , C , G , T ) to zero if max_count is exceeded for that nucleotide. More...
|
|
void | transform_zero_out_by_max_count (Variant &variant, size_t max_count, bool also_n_and_d_counts=true) |
| Transform a SampleCounts sample by setting any nucleotide count (A , C , G , T ) to zero if max_count is exceeded for that nucleotide. More...
|
|
void | transform_zero_out_by_min_count (SampleCounts &sample, size_t min_count, bool also_n_and_d_counts=true) |
| Transform a SampleCounts sample by setting any nucleotide count (A , C , G , T ) to zero if min_count is not reached for that nucleotide. More...
|
|
void | transform_zero_out_by_min_count (Variant &variant, size_t min_count, bool also_n_and_d_counts=true) |
| Transform a SampleCounts sample by setting any nucleotide count (A , C , G , T ) to zero if min_count is not reached for that nucleotide. More...
|
|