Closed kvshams closed 4 years ago
You need to run ScaleData on the averaged objects before generating the heatmap. Alternately, you can specify that the heatmap should plot from the data slot. That should fix your problem, please feel free to reopen if this does not work.
Thanks for the reply.
I tried with the ScaleData
too and get the same issue
DoHeatmap(epi_cluster.averages, features = Tight_juctionGenes, size = 3, draw.lines = FALSE) ```
Is your feature list ordered or factor? I solved this problem by removing ordering!
I am trying to generate heatmap for average expression of genes to a list of genes. The figure returns NA instead of gene list.
TopFeatures
works perfectly fine