View source: R/find_missing_samples.R
Some samples may have failed completely and they will not be present in the long_genos dataframe produced by filter_raw_microhap_data(). This function is written to identify samples that were present in the raw data, but did not have any loci that passed the filtering criteria. If a sample failed completely and did not have any reads assigned to it, that sample will not be identified by this function.
1 | find_missing_samples(raw_data, filtered_data)
|
raw_data |
The raw data from a single, or multiple sequencing runs. This could be the output from read_unfiltered_observed() |
filtered_data |
dataframe of filtered haplotypes. This is the output from the "filter_raw_microhap_data" function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.