enrich_example {plotthis} | R 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)
[Package plotthis version 0.4.0 Index]