View source: R/ModelFunctions.R
mutMatRates | R Documentation |
Generation of a mutation matrix from the allele enumeration vector of a loci and the forward and backward mutation rates.
mutMatRates(alleles, forwardMut, backwardMut)
alleles |
allele enumeration vector of a locus |
forwardMut |
forward mutation rate |
backwardMut |
backward mutation rate |
See MutationMatrix
for more details on mutation matrices.
An allelic mutation matrix (probability matrix which associates to each allele in a row the probability of mutating or not to the other alleles of the locus in question).
Ehouarn Le Faou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.