R - pheatmap - annotations doesnt show

200 Views Asked by At

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!

0

There are 0 best solutions below