Control Inputs for GSEA Report
control_inputs_create_gsea_report.Rd
Validates the inputs for generating a GSEA report, including clustered hits, genes, databases, parameters, plot titles, and background genes.
Usage
control_inputs_create_gsea_report(
levels_clustered_hits,
databases,
params,
plot_titles,
background
)
Arguments
- levels_clustered_hits
A list containing clustered hits at various levels.
- databases
A list of databases to be used in the GSEA analysis.
- params
A list of parameters for the GSEA analysis.
- plot_titles
A character vector of titles for the plots, with length matching `levels_clustered_hits`.
- background
A character vector of background genes or NULL.