Description Usage Arguments Value
Make heatmap based on gsea enrichment results
1 2 3 4 5 6 7 | gseaHeatmap(
wd = wd,
showPathway = NULL,
myPalette = NULL,
colOrder = NULL,
rowOrder = NULL
)
|
wd |
the directory which contains gsea result *-pos|neg.xls (actually txt) files. |
showPathway |
a vector contains the pathways want to show |
myPalette |
an optional palette function used to color the heatmap. default is brewer.pal RdYlBu. |
colOrder |
an optional vector specifying the column order |
rowOrder |
an optional vector specifying the row order |
ggplot2 object for downstream use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.