data frame of meta-prediction scores containing 2 columns:
gene_symbol
HGNC gene symbol
metaprediction_score
metapredictor impact score
Arguments
annovar_csv_path
path to 'ANNOVAR' csv output file
keep_highest_score
boolean to indicate whether to keep only the maximal
impact score per gene (default = TRUE). If FALSE, all scores
per each gene are returned
keep_single_symbol
in ANNOVAR outputs, a variant may be annotated as
exonic in multiple genes. This boolean argument controls whether or not to
keep only the first encountered symbol for a variant (default = TRUE)
na.string
string that was used to indicate when a score is not available
during annotation with ANNOVAR (default = ".")