Description Usage Arguments Value Author(s)
This function removes from the input variants those with variant allele frequency (VAF) inferior to the cutoff value provided. The AF field is required in the input vcf file to apply this function.
1 | filterByVAF(vcf, vaf.cutoff)
|
vcf |
a |
vaf.cutoff |
minimum value of variant allele frequency accepted |
Returns a CollapsedVCF
object containing only variants with
variant allele frequency above the cutoff
Laura Fancello
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.