a data frame that must contain the 3 columns below:
Pathway
Description of the enriched pathway
Up_regulated
the up-regulated genes in the input involved in the given pathway, comma-separated
Down_regulated
the down-regulated genes in the input involved in the given pathway, comma-separated
exp_mat
the gene expression/methylation matrix. Columns are samples
and rows are genes. Column names must contain sample names and row names must
contain the gene symbols.
cases
(Optional) A vector of sample names that are cases in the
case/control experiment.
plot_hmap
Boolean value to indicate whether or not to draw the
heatmap plot of the scores. (default = TRUE)
...
Additional arguments for `plot_scores` for aesthetics of the heatmap plot
Value
Matrix of pathway scores per sample. Columns are samples, rows are
pathways. Optionally, displays a heatmap of this matrix.