my_pheatmap | R Documentation |
A wrapper of pheatmap
my_pheatmap(
mat,
filename,
annotation_col,
annotation_row,
color,
annotation_colors,
breaks,
...
)
mat |
The same as in pheatmap. |
filename |
The output filename. |
annotation_col |
The same as in pheatmap. |
annotation_row |
The same as in pheatmap. |
color |
The same as in pheatmap. |
annotation_colors |
The same as in pheatmap. |
breaks |
The same as in pheatmap. |
... |
Additional arguments for pheatmap. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.