You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for developing this great single cell tools. I have three questions about DoHeatmap fuction.
How do I cluster the columns(by cell identity) when I select some genes to run DoHeatmap? Specifically, I would like to see more similar expression cell ientities clustered together under the premise of customized genes.
When I use the DoHeatmap function to cluster my single-cell data(350genes, 39588cells), there is no graphic display.
3.How can I change the color scheme of the entire heatmap(Not yellow and purple)?
Thanks!
The text was updated successfully, but these errors were encountered:
Not member of dev team but hopefully can be helpful.
This isn't currently supported with the Seurat function. If you are interested in performing this or other more advanced heatmap functionality I would encourage you checking out other heatmap packages (pheatmap, ComplexHeatmap, etc)
I would anticipate this is simply slow plotting due to the number of cells included in the plot meaning it's very large. You could try saving the plot directly into file and then opening file vs. waiting for it to render in RStudio.
Hi,
I would also recommend ComplexHeatmap for your first point. For a large number of cells I recommend sampling down if you want to see the graphical output. Otherwise I recommend saving to a file. Use ggplot color scale to modify heatmap colors.
Hi,
Thanks for developing this great single cell tools. I have three questions about DoHeatmap fuction.
How do I cluster the columns(by cell identity) when I select some genes to run DoHeatmap? Specifically, I would like to see more similar expression cell ientities clustered together under the premise of customized genes.
When I use the DoHeatmap function to cluster my single-cell data(350genes, 39588cells), there is no graphic display.
3.How can I change the color scheme of the entire heatmap(Not yellow and purple)?
Thanks!
The text was updated successfully, but these errors were encountered: