enrich_example: A example of clusterProfiler enrichment result

enrich_exampleR Documentation

A example of clusterProfiler enrichment result

Description

A example of clusterProfiler enrichment result

Examples

## Not run: 
if (interactive()) {
  data(geneList, package="DOSE")
  de <- names(geneList)[abs(geneList) > 1.5]
  enrich_example <- clusterProfiler::enrichPathway(gene=de, pvalueCutoff = 0.05, readable=TRUE)
  enrich_example <- as.data.frame(enrich_example)
}

## End(Not run)

plotthis documentation built on June 8, 2025, 11:11 a.m.