This is a test version of Biostars. For the public version, visit https://www.biostars.org.
question : scattplot with phylogenetic tree x axis

what is plot name of scattplot with phylogenetic tree x axis? and how can i draw it? enter image description here

r plot phylogenetic tree tree scatterplot

I think you can google this up very easily to find some hits. I found a few in R , but I believe you want to make phylogenetic tree construction . You can take a look at this and this or even this

1 answer

I haven't seen a scatter plot with a phylogenic tree unless its an pairs plot (multi-scatter plots). Scatter plots are mostly 2dimension (b/w 2 variables), phylogenetics trees map the distance between mostly more than 3 entities, based on how similar (close) and how different (far) they are. Maybe you mean a heat map with a dendogram?

Log in to answer this question.