Description Usage Arguments Value Note Author(s) Examples
This package calculates minor allele frequencies
1 2 3 4 | minorAlleleFrequency(SNPmat)
filterSNPs(SNPmat, minMAF = 0.05)
mafHist(SNPmat)
|
SNPmat |
|
minMAF |
This sets the minimum minor allele frequency, commonly 0.05 |
minorAlleleFrequency returns a vector of allele frequencies filterSNPs returns a SNP matrix in the same format as SNPmat but with columns removed for SNPs with very rare alleles mafHis draws a histogram plot of the MAF and does not return anything
Most of this code was provided by Lindsay Clark
Lucas Roberts
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.