View source: R/alleleFrequencyDS.R
alleleFrequencyDS | R Documentation |
Calculates the frequency of the A allele
alleleFrequencyDS(genoData)
genoData |
|
A matrix with a row for each SNP. Columns "M" for males, "F" for females, and "all" for all scans give frequencies of the A allele. Sample size for males, females, and all is returned as "n.M", "n.F", and "n", respectively. "MAF" is the minor allele frequency over all scans.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.