filter_missing_data: Remove samples with too much missing data

Description Usage Arguments

View source: R/filter_missing_data.R

Description

This function removes samples from a data frame that have too much missing data.

Usage

1
filter_missing_data(long_genos, n_miss)

Arguments

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.


eriqande/microhaplotopia documentation built on July 7, 2020, 1:16 a.m.