imputeByFlanks {ABHgenotypeR} | R Documentation |
Impute missing genotypes based on flanking alleles
imputeByFlanks(inputGenos = "genotypes")
inputGenos |
A genotypes list object. |
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
## Not run: imputedGenos <- imputeByFlanks(genotypes)