I want to annotate my pheatmap
, but the annotations doesn't show and I am not getting any error message.
I used the code below:
anno = t(data.frame(df[,c("disease")]))
ph = pheatmap(df, annotation = anno)
ph
Really appreciate help with this!
I want to annotate my pheatmap
, but the annotations doesn't show and I am not getting any error message.
I used the code below:
anno = t(data.frame(df[,c("disease")]))
ph = pheatmap(df, annotation = anno)
ph
Really appreciate help with this!
Copyright © 2021 Jogjafile Inc.