Plot enrichment results for hand picked gene sets
plot_select_sets(
container,
factors_all,
sets_plot,
color_sets = NULL,
cl_rows = FALSE,
h_w = NULL,
myfontsize = 8
)
A list with a ComplexHeatmap object of select enriched gene sets as the first element and with a legend object as the second element.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
numeric Vector of one or more factor numbers to get plots for
character Vector of gene set names to show enrichment values for
named character Values are colors corresponding to each set, with names as the gene set names (default=NULL)
logical Set to TRUE to cluster gene set results (default=FALSE)
numeric Vector specifying height and width (defualt=NULL)
numeric Gene set label fontsize (default=8)