Learn R Programming

ABHgenotypeR (version 1.0.1)

imputeByFlanks: 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

Run this code
## Not run: imputedGenos <- imputeByFlanks(genotypes)

Run the code above in your browser using DataLab