Description Usage Arguments Value Author(s) Examples
Draw heatmap
1 2 3 4 5 6 7 8 9 10 |
mat |
Matrix like object, each row is gene and each column is sample. |
limit |
Max value in heatmap |
na_col |
Color for missing values |
colPal |
colorRampPalette. |
filename |
File path where to save the picture. |
width |
Manual option for determining the output file width in inches. |
height |
Manual option for determining the output file height in inches. |
... |
Other parameters in pheatmap. |
Invisibly a pheatmap object that is a list with components.
Wubing Zhang
1 2 3 4 5 | file3 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/mle.gene_summary.txt")
dd = ReadBeta(file3)
gg = cor(dd[,2:ncol(dd)])
HeatmapView(gg, display_numbers = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.