View source: R/find_contaminated_samples.R
This function identifies samples that have more than 2 haplotypes per locus that pass filtering on haplotype depth, total depth and allele balance.
1 2 3 4 5 6 | find_contaminated_samples(
raw_data,
haplotype_depth,
total_depth,
allele_balance
)
|
raw_data |
The raw data from a single, or multiple sequencing runs. This could be the output from read_unfiltered_observed() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.