Description Usage Arguments Value Author(s)
View source: R/visualization_functions.R
This function uses pheatmap
to draw a heatmap of feature values (rows) across samples (columns). The rows and columns of the
heatmap are ordered based on previous required hierarchical clustering generated by do_hierarchical_clustering
.
Dendrograms for columns and rows are also reported with optional annotation tracks.
1 2 3 4 5 6 7 8 9 10 11 12 |
rdr |
A RadAR object (class |
show_feature_names |
(logical) Should feature names be displayed in the heatmap? |
show_sample_names |
(logical) Should sample names be displayed in the heatmap? |
annotation_tracks |
(character) Tracks to report in the annotation section of the heatmap.
Available annotation tracks can be obtained by |
annotation_data |
(data.frame) A data frame specifying tracks to report in the annotation section. For
more details refer to |
annotation_colors |
(list) List for specifying annotation_col track colors manually.For
more details and examples refer to |
ncolors |
(integer) Number of colors of the color palette. |
save_plot_to |
(character) If specified, filename where the heatmap will be saved to. |
width_plot |
(numeric) output file width in inches. |
height_plot |
(numeric) output file height in inches. |
none
Matteo Benelli (matteo.benelli@uslcentro.toscana.it)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.