Cor_heatmap annotated #154
mlkleinbest
started this conversation in
General
Replies: 1 comment
-
Hi, sample annotations would not make sense for cor_heatmap, as neither the rows or columns represent samples. Instead they are metadata variables and microbes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I cannot figure out if it's possible to annotate the cor_heatmap similarly to the comp_heatmap annotations where samples are highlighted with a bar across the top of the heatmap i.e., from the annotated heatmap tutorial:
sample_anno = sampleAnnotation(
State1 = anno_sample("DiseaseState"),
col = list(State1 = cols), border = FALSE,
State2 = anno_sample_cat("DiseaseState", col = cols)
),
sample_seriation = "Identity" # suppress sample reordering
Beta Was this translation helpful? Give feedback.
All reactions