Skip to contents

Make an enriched dotplot for visualization.

Usage

make_enrich_dotplot(enrichments_list, databases, title = "Title")

Arguments

enrichments_list

A list of enrichments containing data frames for different databases.

databases

A character vector specifying the databases to be included.

title

A character string specifying the title of the dotplot.

Value

A list containing:

p

The ggplot object representing the dotplot.

dotplot_nrows

An integer specifying the number of rows in the dotplot.

full_enrich_results

A data frame containing the full enrichments results.