View source: R/ge_model_microsat1.R
ge_model_microsat1 | R Documentation |
In this genotyping error model, mis-calls are more likely to nearby allele lengths than distant ones, and larger alleles are more likely to drop out than small or average-sized ones.
ge_model_microsat1(
L,
miscall_rate = 0.005,
miscall_decay = 0.8,
dropout_rate = 0.01,
dropout_scale_factor = 0.25
)
L |
an element of the list created by |
miscall_rate |
the rate at which alleles are miscalled. |
miscall_decay |
the parameter (or a geometric distribution) that determines how quickly the probability of the miscall being to a certain allele length decreases as you get further and further away from the true allele length. The larger this values, the more quickly the probability decays. For every microsatellite allele step size further from the true allele size, the probability increases by a factor of 1 - miscall_decay. Thus, if miscall_decay = 1 then all errors are a step-size of one away, and if it is 0, then the miscall is equally likely to occur to any other allele length. |
dropout_rate |
the base rate at which alleles of "typical" size dropout. |
dropout_scale_factor |
the rate of drop out increases for alleles larger than the (frequency-weighted) average size of allele by a factor of dropout_scale_factor times the z-score of the allele length. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.