plot_heatmap

plot_heatmap(
  new_classification,
  old_classification,
  dist_ang_matrix,
  cluster_columns = F,
  cluster_rows = T,
  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

Author

Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de