batchGSEAplot | R Documentation |
Create multiple GSEA plots for different comparisons
batchGSEAplot(
gsea_list,
object,
output_dir = "gsea_plots",
width = 12,
height = 8,
dpi = 300,
format = "pdf",
...
)
gsea_list |
named list of GSEAResult objects |
object |
Annot object |
output_dir |
directory to save plots |
width |
plot width |
height |
plot height |
dpi |
resolution |
format |
output format (pdf, png, etc.) |
... |
additional arguments passed to plotGSEA |
Kai Guo
## Not run:
gsea_results <- list(
"D7_WT_vs_TFAM" = res1,
"D14_WT_vs_D7_WT" = res2
)
plots <- batchGSEAplot(gsea_results, object = hsako)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.