Estimate observed heterozygosity (H_obs) for each individual (i.e. the frequency of loci that are heterozygous in an individual).
Usage
indiv_het_obs(.x, as_counts = FALSE, ...)
# S3 method for class 'tbl_df'
indiv_het_obs(.x, as_counts = FALSE, ...)
# S3 method for class 'vctrs_bigSNP'
indiv_het_obs(.x, as_counts = FALSE, ...)
Arguments
- .x
a vector of class
vctrs_bigSNP
(usually thegenotype
column of agen_tibble
object), or agen_tibble
.- as_counts
logical, if
TRUE
, return a matrix with two columns: the number of heterozygotes and the number of missing values for each individual. These quantities can be useful to compute more complex quantities.- ...
currently unused.
Value
a vector of heterozygosities, one per individuals in the
gen_tibble