Description Usage Arguments Value Examples
modified from enrichplot
1 | heatplot(path_res)
|
path_res |
data.frame, result of |
ggplot
object.
1 2 3 4 5 6 7 8 | # plot pathways merged by revigo under inflammatory response
data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
revigo_res <- read.csv(file.path(data_dir, 'rsc.csv'), row.names = 1, stringsAsFactors = FALSE)
go_infl <- row.names(revigo_res)[revigo_res$representative == 6954]
heatplot(go_up1[go_infl, ])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.