compute_MAF | R Documentation |
Uses the SNPdata object to calculate the MAF at every loci
snpdata = compute_MAF(snpdata, include.het=FALSE, mat.name="GT")
snpdata |
a SNPdata object |
include.het |
whether to account for the heterozygous allele or not. this is only used when mat.name="GT" |
mat.name |
the name of the matrix to use. default is "GT" |
if include.het=FALSE, the mixed allele will not be considered in the MAF calculation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.