View source: R/firevat_filter.R
FilterVCF | R Documentation |
Filter vcf based on the filter Filtering parameters are saved in config.obj Split vcf.obj into vcf.obj.filtered & vcf.obj.artifact based on vcf.filter
FilterVCF( vcf.obj, vcf.filter, config.obj, include.array = NULL, force.include = FALSE, verbose = TRUE )
vcf.obj |
A list from ReadVCF |
vcf.filter |
A list from MakeMuTect2Filter |
config.obj |
A list from ParseConfigFile |
include.array |
A boolean vector |
force.include |
A boolean value. If TRUE, then uses 'include.array' |
verbose |
If true, provides process detail |
A list with the following elements
1) Mutations which passed filteringvcf.obj.filtered = vcf.obj (list with data, header, genome)
2) Mutations which did not pass filteringvcf.obj.artifact = vcf.obj (list with data, header, genome)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.