View source: R/lineage_tracing.R
plot_heatmap | R Documentation |
plot_heatmap
plot_heatmap( new_classification, old_classification, dist_ang_matrix, cluster_columns = F, cluster_rows = T, name_legend )
new_classification |
Character vector.Second column of the dataframe returned by function clustering_angular_distance (first element of the output). |
old_classification |
Character vector. First column of the dataframe returned by function clustering_angular_distance (first element of the output). |
dist_ang_matrix |
Distance matrix obtained from clustering_angular_distance (second element of the output). |
cluster_columns |
Logical. Parameter for cluster_columns argument of the function Heatmap in the package ComplexHeatmap |
cluster_rows |
Logical. Parameter for cluster_rows argument of the function Heatmap |
name_legend |
Character value.Parameter for name argument of the function Heatmap |
Heatmap plot produced by function Heatmap
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
https://www.rdocumentation.org/packages/ComplexHeatmap/versions/1.10.2/topics/Heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.