plot_heatmap_activity_mat.Rd
Plots heatmap showing activity scores for each activation mode
plot_heatmap_activity_mat(
activity_mat,
meta = NULL,
annot_name = NULL,
cluster_cols = T,
cluster_rows = T,
clustering_distance = "euclidean",
clustering_method = "ward.D2",
fontsize = 5,
colors_annot = NULL,
fontsize_row = 5,
fontsize_col = 5
)
Numeric matrix, containing activity for each activation mode of each pathway
Dataframe containing metadata, with cell labels as rownames.
Character, name of the column in meta that should be used to compute homogeneity for.
Boolean, set to TRUE to perform column clustering.
Boolean, set to TRUE to perform row clustering.
Character, distance to use to perform clustering, one of "euclidean","correlation".
Character, one of "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC).
Integer, base fontsize for the plot.
Vector of colors to use.
heatmap plot