calc_missing_gt: Calculate true number of missing genotypes in a vcfR object

View source: R/wrap_vcfR.R

calc_missing_gtR Documentation

Calculate true number of missing genotypes in a vcfR object

Description

Calculate true number of missing genotypes in a vcfR object

Usage

calc_missing_gt(x, pct = FALSE)

Arguments

x

A vcfR object

pct

Return value as a percent (out of 100) instead of a proportion (default)

Value

Proportion of missing genotypes

Examples

calc_missing_gt(vcf_example)

Neato-Nick/mllR documentation built on Aug. 30, 2024, 7:22 a.m.