This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to make Phylogenetic tree on R

Could somebody help to teach me about how to make phylogenetic tree from R Program ?

Thank you

snp

2 answers

You'll love ggtree!

Is the ggtree can be use to construct phyloheny tree without sequence?

Can you clarify what do you mean by phylogeny tree without sequence?

If you have the distance matrix, my be from bibliography you can create your cluster. The basic is hclust which requires a distance object ,created generally from a matrix. For more details you can see the help for hclust and dendrograme

Log in to answer this question.