enrich_example | R Documentation |
A example of clusterProfiler enrichment result
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.