filter_annovar_data: Filter ANNOVAR data

Description Usage Arguments Value Author(s)

View source: R/filter_annovar_data.R

Description

A function to filter ANNOVAR output.

Usage

1
filter_annovar_data(data = NULL, filter_name = NULL, value = NULL, type = NULL)

Arguments

data

A dataframe containing the ANNOVAR output (required)

filter_name

The column name to filter on (required)

value

The value of the filter (required)

type

The type of filtering, must be one of "eq", "lt", "lteq", "gt" or "gteq" (required)

Value

Returns a dataframe with filtered data removed.

Author(s)

Richard J. de Borja


Bio-Core/BioCore.Annotation documentation built on Feb. 3, 2020, 6:01 p.m.