ge_model_TGIE: implements a simple true-genotype-independent genotyping...

View source: R/ge_model_TGIE.R

ge_model_TGIER Documentation

implements a simple true-genotype-independent genotyping error model

Description

implements a simple true-genotype-independent genotyping error model

Usage

ge_model_TGIE(L, epsilon = 0.01)

Arguments

L

required locus specific information

epsilon

the rate at which genotypes are incorrectly observed.

Examples

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)

eriqande/CKMRsim documentation built on Aug. 2, 2024, 7:23 a.m.