Extract gene hit list from list of enrichResult

enrichList2geneHitList(
  enrichList,
  geneColname,
  geneDelim = "[,/ ]",
  make_unique = TRUE,
  verbose = FALSE,
  ...
)

Value

list of character vectors, containing the unique set of genes involved in each enrichment.

Details

This function is mainly for internal use in multienrichjam, it takes a list of enrichResult objects, and determines the full set of genes involved in each enrichResult.

This function also works with ComplexHeatmap::HeatmapList objects.