Clean API Query Results
dot-clean_query_results.RdClean API Query Results
Arguments
- query_result
a data frame returned from API
- original_data
the original user input data frame
- return_simple
Default is
TRUEwhere only a set of the most common columns are returned from oncoKB annotator seeoncokbR::output_dictionaryfor more information on what is returned. IfFALSEall 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.