View source: R/data_filtering.R
filter_coverage_loci | R Documentation |
Set a coverage threshold: any coverage value below this
threshold is deemed to be low-coverage. Then set a maximum percent
low-coverage samples per locus: any locus with greater than this percentage
low-coverage samples is dropped. Note that threshold values can be explored
without applying any filtering using the
explore_filter_coverage_loci()
function.
filter_coverage_loci(
x,
min_coverage = 5,
max_low_coverage = 50,
replace_low_coverage = FALSE,
description = "filter loci based on coverage"
)
x |
object of class |
min_coverage |
the coverage threshold below which data is deemed to be low-coverage. |
max_low_coverage |
any locus with more than |
replace_low_coverage |
(Boolean). If |
description |
brief description of the filter, to be saved in the filter history. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.