Description Usage Arguments Value Author(s)
View source: R/filter_annovar_data.R
A function to filter ANNOVAR output.
1 |
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) |
Returns a dataframe with filtered data removed.
Richard J. de Borja
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.