alleleFreqMatGeneration {Ease} | R Documentation |
Generation of the matrix for calculating allelic frequencies
Description
Generates a matrix that allows to go from genotypic frequencies to allelic frequencies.
Usage
alleleFreqMatGeneration(genomeObj)
Arguments
genomeObj |
a |
Details
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.
Value
A matrix for calculating allelic frequencies from genotypes frequencies.
Author(s)
Ehouarn Le Faou
[Package Ease version 0.1.2 Index]