View source: R/data_filtering.R
explore_filter_coverage_samples | R Documentation |
Explore what effect the filter_coverage_samples()
function will have on the data without actually applying any filters. Can
be used to set coverage thresholds.
explore_filter_coverage_samples(
x,
min_coverage = 5,
max_low_coverage = 50,
breaks = 100
)
x |
object of class |
min_coverage |
the coverage threshold below which data is deemed to be low-coverage. |
max_low_coverage |
(percentage). Samples are not allowed to contain more
than this many low-coverage loci. In the |
breaks |
number of breaks spanning the range |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.