View source: R/ge_model_TGIE.R
ge_model_TGIE | R Documentation |
implements a simple true-genotype-independent genotyping error model
ge_model_TGIE(L, epsilon = 0.01)
L |
required locus specific information |
epsilon |
the rate at which genotypes are incorrectly observed. |
L <- list(
freqs = c(A = 0.6, B = 0.4),
geno_freqs = c(`A-A` = 0.36, `A-B` = 0.48, `B-B` = 0.16)
)
ge_model_TGIE(L, epsilon = 0.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.