Skip to contents

#' Return QC information to assess loci (Observed heterozygosity and missingness).

Usage

qc_report_indiv(.x, ...)

# S3 method for class 'tbl_df'
qc_report_indiv(.x, kings_threshold = NULL, ...)

# S3 method for class 'grouped_df'
qc_report_indiv(.x, kings_threshold = NULL, ...)

Arguments

.x

either a gen_tibble object or a grouped gen_tibble (as obtained by using dplyr::group_by())

...

further arguments to pass

kings_threshold

an optional numeric, a threshold of relatedness for the sample

Value

a tibble with 2 elements: het_obs and missingness