Skip to contents

This function prepares plot data for visualization based on enrichments lists and specified databases.

Usage

prepare_plot_data(enrichments_list, databases)

Arguments

enrichments_list

A list of enrichments containing data frames for different databases.

databases

A character vector specifying the databases to be included.

Value

A list containing two data frames:

top_plot_data

A data frame containing the prepared plot data for visualization of top combinations.

full_enrich_results

A data frame containing the full enrichments results.