Entering edit mode
20 months ago
Storm
•
0
Hi there,
I constructed a heatmap to display the results of my differential expression analysis through the Heatmap function from the ComplexHeatmap package. As I have many samples (400+) the sample names are unreadable and therefore I would just like to remove them so the visualization is a bit easier to understand. Is there a way to just get rid of the sample names, I tried a few different things like setting show_row_ names = false but it didn't change anything. I have attached an image for how it looks right now
use
show_column_names = FALSE
Thank you! It now shows up like this, do you know how I can get the gene names to appear on the right side cleanly? There are only 20 genes so I want to make it readable. Removing the numbers might help, I think those show the expression value but not sure
Try:
Change
width
andheight
to get the plot appropriatelyThank you. I adjusted the dimensions and it makes it look better. However, on the right side, the gene symbol seems to be overlapping with the number. Is this due to a setting, I can't seem to fix it by adjusting the dimensions.