Description Usage Arguments Value Examples
View source: R/correctUndercalledHets.R
Correct undercalled heterozygous sites based on flanking alleles.
1 | correctUndercalledHets(inputGenos = "genotypes", maxHapLength = 1)
|
inputGenos |
A genotypes list object. |
maxHapLength |
The maximum length of not heterozygous stretches flanked by heterzygous sites that are changed to heterozygous. If set to 1 (default) only HAH or HBH will be corrected. If set to 2, both HAH and HAAH (or HBH and HBBH) will be corrected. |
A genotype object in which undercalled heterozygous sites are corrected if both flanking alleles match.
1 | ## Not run: corrUndHetsGenos <- correctUndercalledHets(genotypes, maxHapLength = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.