Helper to select columns for output of annotation functions
dot-get_select_columns.Rd
Helper to select columns for output of annotation functions
Arguments
- results
input annotation result data frame
- return_simple
Default is
TRUE
where only a set of the most common columns are returned from oncoKB annotator seeoncokbR::output_dictionary
for more information on what is returned. IfFALSE
all raw columns are returned from API.- return_query_params
If
TRUE
, the specific parameters used to query the API are returned in new columns. This can be useful for troubleshooting the annotator. Default isFALSE
.