Ape Leaves An Empty Vector For Bootstrap Values, Why Is This And How Should I Resolve This Issue?
2
1
Entering edit mode
10.9 years ago
laemtao ▴ 40

I have a tree which needs to be rerooted multiple times upon several conditions, one of which is the bootstrap value. Ape leaves an empty vector for the bootstrap value of a root. What is the real bootstrap of this node? Why is this and how should I resolve this issue?

> tree$node
 [1] ""    "96"  "100" "88"  "100" "84"  "48"  "80"  "84"  "76"  "100" "68" 
[13] "36"  "100" "100" "100" "100" "60"  "36"  "88"  "36"  "92"  "48"  "48" 
[25] "100" "40"  "64"  "100" "68"  "88"  "100" "48"  "100" "40" 

> root(tree, node = 42)$node
 [1] "84"  "100" "88"  ""    "96"  "100" "48"  "80"  "84"  "76"  "100" "68" 
[13] "36"  "100" "100" "100" "100" "60"  "36"  "88"  "36"  "92"  "48"  "48" 
[25] "100" "40"  "64"  "100" "68"  "88"  "100" "48"  "100" "40"
phylogenetics r • 2.6k views
ADD COMMENT
0
Entering edit mode

Hi laemtao,

I met the same problem using ape. Have you resolved this problem? Thank you!

ADD REPLY
1
Entering edit mode
10.9 years ago
Josh Herr 5.8k

To answer your own question think about how you go about computing a bootstrap value. For example, what do you do to compute bootstrap support? Now think about how would you go about computing a bootstrap value on your root node?

I have a question for you: How does a bootstrap value influence the choice of the root of your phylogeny?

ADD COMMENT
0
Entering edit mode
9.9 years ago

Hi all,

I met the same problem as laemtao's. I don't konw how to resolve. Thank you!

ADD COMMENT

Login before adding your answer.

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