Heatmap | R Documentation |
Heatmap visualization of data
Heatmap( data, annotation, annotation_name = "Anno", main = "Heatmap", colors_annotation, colors_plot = NA, color_breaks = NA, hclust_col = T, hclust_row = T, show_rownames = T, show_colnames = F, fontsize_rows = 10, interactive = F, row_labels = NULL )
data |
Data.frame |
annotation |
Conditions per samples in columns of data |
annotation_name |
Displayed name for annotation |
main |
Plot main title |
colors_annotation |
Annotation colors |
colors_plot |
Colors for heatmap |
color_breaks |
Color breaks for heatmap |
hclust_col |
Cluster cols? |
hclust_row |
Cluster rows? |
show_rownames |
Show rownames? |
show_colnames |
Show colnames? |
fontsize_rows |
Fontsize of rows |
interactive |
Interactive heatmap |
row_labels |
Special rowlabels |
Heatmap visualization of data
Plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.