View source: R/biallelic_geno_error.R
Simple function to simulate genotyping errors.
1 | biallelic_geno_error(genos, het_miscall = 0.02, hom_miscall = 0.005)
|
genos |
a vector of genotypes. The genotypes must be given as |
het_miscall |
the rate at which heterozygotes are called as homozygotes. |
hom_miscall |
the rate at which a homozygote is called as a het. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.