maf | R Documentation |
A function to remove the alleles with minimum allele frequency and keep only a bi-allelic matrix when loci are multi-allelic
maf(h.table, AD = TRUE, verbose = TRUE, parallel = FALSE)
h.table |
allele depth table generated from the function |
AD |
logical. If TRUE a allele depth table similar to |
verbose |
logical. Show progress |
parallel |
logical. whether to parallelize the process |
A data frame or a list of minimum allele frequency removed allele depth
Piyal Karunarathne
## Not run: mf<-maf(ADtable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.