.prepare_score_df {GAPGOM} | R Documentation |
This function is an internal function and should not be called by the user.
.prepare_score_df(original_ids, score, gene_id)
original_ids |
rowname ID's for selected expression data. |
score |
score vector |
gene_id |
Gene ID originally selected in the prediction function. (gets filtered) |
Prepared score dataframe for the enrichment analysis.
The score dataframe with ensmbl ID's
Internal function used in prediction_function().