plot_heatmap {MitoHEAR} | R Documentation |
plot_heatmap
Description
plot_heatmap
Usage
plot_heatmap(
new_classification,
old_classification,
dist_ang_matrix,
cluster_columns = FALSE,
cluster_rows = TRUE,
name_legend
)
Arguments
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 |
Value
Heatmap plot produced by function Heatmap from package ComplexHeatmap.
Author(s)
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
See Also
https://www.rdocumentation.org/packages/ComplexHeatmap/versions/1.10.2/topics/Heatmap