imputeByFlanks {ABHgenotypeR}R Documentation

Impute missing genotypes based on flanking alleles

Description

Impute missing genotypes based on flanking alleles

Usage

imputeByFlanks(inputGenos = "genotypes")

Arguments

inputGenos

A genotypes list object.

Value

A genotype object in which missing data is imputed based on flanking alleles. Any number of N is replaced by either A, B or N if the alleles which flank the N match

Examples

## Not run: imputedGenos <- imputeByFlanks(genotypes)

[Package ABHgenotypeR version 1.0.1 Index]