Description Usage Arguments Details Value References See Also Examples
Given individual genotypes of a single SNP, the function returns allele frequency of the minor allele.
1 | getMAF(snpG)
|
snpG |
is a column vector in the genotypes array, created by |
Allele frequency is calculated for one of the two alleles and is returned if it is below 0.5, otherwise ‘1 - allele frequency’ is returned. The function retuns a frequency of 0 for non polymorphic SNPs.
Allele frequency of the minor allele.
Falconer and Mackay (1996). Introduction to Quantitative Genetics (4th Edition). Pearson Education Limited, Edinburgh, England.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.