enrich_multidb_example | R Documentation |
A example of clusterProfiler enrichment result with multiple databases
## Not run:
if (interactive()) {
data(enrich_example, package="plotthis")
enrich_example$Database <- "DB1"
enrich_example2 <- enrich_example
enrich_example2$Database <- "DB2"
enrich_example2$ID <- paste0(enrich_example2$ID, "_DB2")
enrich_example2$Description <- paste0(enrich_example2$Description, " (DB2)")
enrich_multidb_example <- rbind(enrich_example, enrich_example2)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.