View source: R/dge_PlotHeatmap.R
dge_PlotHeatmap | R Documentation |
Useful for getting a quick heatmap out of the output of dge_GetMatrix
dge_PlotHeatmap( mat, scale = "row", cluster_rows = TRUE, show_cluster_rows = FALSE, ... )
mat |
A matrix, likely the output of dge_GetMatrix() (not neccesarily, though). |
scale |
Arg for ggheatmap, defaulting to "row" (gene-wise) |
cluster_rows |
Arg for ggheatmap, defaulting to TRUE (yes, cluster genes) |
show_cluster_rows |
Arg for ggheatmap, defaulting to FALSE (no, don't print the dendrogram) |
... |
Additional args to pass to ggheatmap |
A ggheatmap object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.