missingGT_maf_filter | R Documentation |
Filter VCF based on number of minor alleles in dataset
missingGT_maf_filter(x, min_count = 2, isGTmissing = TRUE)
x |
A vcfR object |
min_count |
Minimum number of times a variant's minor allele must be called to avoid being removed |
isGTmissing |
Remove all variants with missing data (default) or not (FALSE). |
VCF filtered by minor allele count and by missingness
missingGT_maf_filter(vcf_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.