maf {rCNV} | R Documentation |
Remove MAF allele
Description
A function to remove the alleles with minimum allele frequency and keep only a bi-allelic matrix when loci are multi-allelic
Usage
maf(h.table, AD = TRUE, verbose = TRUE)
Arguments
h.table |
allele depth table generated from the function |
AD |
logical. If TRUE a allele depth table similar to |
verbose |
logical. Show progress |
Value
A data frame or a list of minimum allele frequency removed allele depth
Author(s)
Piyal Karunarathne
Examples
## Not run: mf<-maf(ADtable)
[Package rCNV version 1.2.0 Index]