Create a Phylogenetic tree in R
0
0
Entering edit mode
5.5 years ago

I am new to R and in my bioinformatics class we were asked to create a phylogenetic tree using R. I was given a list of sequences to run a clustalw2 using the executable file clustalw2.exe. I have a .aln file of the sequences and now need to translate that into a neighbor joining rooted tree. Does anyone have any suggestions?

R • 3.2k views
ADD COMMENT
0
Entering edit mode

Most R packages are for visualising and analysing trees you already have. You can use Clustal to create a NJ tree from your .aln file first.

You can then use something like the ape package to do any further analysis.

ADD REPLY
0
Entering edit mode

How can I create an NJ tree from the .aln file I have?

ADD REPLY

Login before adding your answer.

Traffic: 2237 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