Bootstrapping In Clustalw
1
4
Entering edit mode
12.2 years ago
raunakms ★ 1.1k

I've a set of nucleotide sequences and I used clustalw v.2.1 to align those sequences. The next thing I did was to generate a tree using the .dnd file in a Tree visualization software. I incorporated a -BOOTSTRAP function in the clustalw but the tree did not display the bootstrap value. I even checked the .dnd file with only listed the distance value but not the bootstrap value.

The command I used in the perl script for clustalw alignment was

system("$clustalw -INFILE=$in_file  -OUTFILE=$out_file -TYPE=DNA -CLUSTERING=NJ -BOOTSTRAP=1000 -CONVERT=Phylip");

How can I display the bootstrap values in the tree? Is anything missing in my command? I did not get a clear explanation on it in the clustaw help file!!

clustalw tree • 8.0k views
ADD COMMENT
0
Entering edit mode

What software are you using to view the tree? There may be an option to show/hide the bootstrap values, or to place them at nodes/leaves.

ADD REPLY
0
Entering edit mode

I'm using FigTree (http://tree.bio.ed.ac.uk/software/figtree/) to visualize the Tree. There is an option in FigTree to display branch length or its values. But the original .dnd file itself does not contain any bootstrap values !!!

ADD REPLY
7
Entering edit mode
12.2 years ago
Gustavo ▴ 530

The .dnd file isn't a phylogenetic tree (even though it has a similar format): it is a "guide tree" for the alignment stage.

When you use the clustalw option to create a phylogenetic tree with bootstrap, select phylip output format. The bootstrap values will be included in the phylip output.

(Edited to add: I see you already indicated phylip output. See if the run produced a separate .phy file for this, not the .dnd file.)

ADD COMMENT

Login before adding your answer.

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