Filter data frame of variant calls based on thresholds specified in settings.
filter.variants(variants, caller = c("vardict", "ides", "mutect", "pgm",
"consensus", "isis", "varscan", "lofreq"), config.file = NULL,
verbose = FALSE)Data frame of variant calls with ANNOVAR annotation, or path to variant file.
Name of caller used (needed to match appropriate filters from settings)
Path to config file to be used. If not supplied, will use the pre-existing VariTAS options.
Logical indicating whether to output descriptions of filtering steps. Defaults to False, useful for debugging.
filtered.variants Data frame of filtered variants