View source: R/ModelFunctions.R
alleleFreqMatGeneration | R Documentation |
Generates a matrix that allows to go from genotypic frequencies to allelic frequencies.
alleleFreqMatGeneration(genomeObj)
genomeObj |
a |
An allele frequency matrix is a matrix with rows equal to the number of genotypes and columns equal to the number of alleles. By multiplying a row matrix of genotype frequencies we obtain a row matrix of associated allele frequencies.
A matrix for calculating allelic frequencies from genotypes frequencies.
Ehouarn Le Faou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.