View source: R/filter_missing_data.R
This function removes samples from a data frame that have too much missing data.
1 | filter_missing_data(long_genos, n_miss)
|
long_genos |
A dataframe in long format (i.e. tidy format) that samples are to be removed from. This could be the output dataframe from 'filter_raw_microhap_data' |
n_miss |
The maximum number of loci with missing data for a sample to be retained. Samples with more than 'n_miss' loci with missing data are removed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.