Make Dendrogram Wider
0
0
Entering edit mode
6.8 years ago
V ▴ 380

Hello,

I've tried generating a dendrogram of my single cell data after running an analysis but everything is squished together. Does anyone know how to make it wider.

This is the code im using at the moment. Any suggestions to modify it would be very well appreciated. thanks

plot(hclust(as.dist(1-cor(ed))))

enter image description here

dendrogram RNAseq Single cell • 1.4k views
ADD COMMENT
1
Entering edit mode

You need to provide more information. What are you trying to plot with (it looks like R?). Have you considered using a dedicated plotting tool/library?

Generally if you have a tree with that many leaves you'll simply never be able to plot it in a way that is clear and also displays all the data. You will probably have to collapse nodes, plot without tip labels and so on.

ADD REPLY

Login before adding your answer.

Traffic: 1837 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6