|
2 | 2 | layout: userdoc |
3 | 3 | title: "Frequently Asked Questions" |
4 | 4 | author: Heiko Schmidt, Jana Trifinopoulos, Minh Bui, Rob Lanfear |
5 | | -date: 2024-06-25 |
| 5 | +date: 2024-06-29 |
6 | 6 | docid: 9 |
7 | 7 | icon: question-circle |
8 | 8 | doctype: manual |
@@ -75,10 +75,26 @@ How do I interpret ultrafast bootstrap (UFBoot) support values? |
75 | 75 | --------------------------------------------------------------- |
76 | 76 | <div class="hline"></div> |
77 | 77 |
|
78 | | -The ultrafast bootstrap (UFBoot) feature (`-bb` option) was published in ([Minh et al., 2013]). One of the main conclusions is, that UFBoot support values are more unbiased: 95% support correspond roughly to a probability of 95% that a clade is true. So this has a different meaning than the normal bootstrap supports (where you start to believe in the clade if it has >80% BS support). For UFBoot, you should only start to believe in a clade if its support is >= 95%. Thus, the interpretations are different and you should not compare BS% with UFBoot% directly. |
79 | | - |
80 | | -Moreover, it is recommended to also perform the SH-aLRT test ([Guindon et al., 2010]) by adding `-alrt 1000` into the IQ-TREE command line. Each branch will then be assigned with SH-aLRT and UFBoot supports. One would typically start to rely on the clade if its SH-aLRT >= 80% and UFboot >= 95%. |
81 | | - |
| 78 | +The ultrafast bootstrap (UFBoot) feature (`-bb` option) was published in ([Minh et al., 2013]). |
| 79 | +One conclusions from the __analysis of many gene trees__ is that UFBoot support values are |
| 80 | +more unbiased: 95% support correspond roughly to a probability of 95% that a |
| 81 | +clade is true. So this has a different meaning than the normal (more conservative) |
| 82 | +bootstrap supports. |
| 83 | +For UFBoot, you should only start to rely on a branch if its support is >= |
| 84 | +95%. Thus, the interpretations are different and you should not compare BS% with |
| 85 | +UFBoot% directly. |
| 86 | + |
| 87 | +Moreover, it is recommended to also perform the SH-aLRT test ([Guindon et al., 2010]), |
| 88 | +e.g., by adding `-alrt 1000` into the IQ-TREE command line. Each branch will |
| 89 | +then be assigned with SH-aLRT and UFBoot supports. One would be more confident |
| 90 | +if a clade has its SH-aLRT >= 80% and UFboot >= 95%. |
| 91 | + |
| 92 | +> NOTE: These recommendations only apply to single gene trees. If you reconstruct |
| 93 | +> a "concatenation" tree from many genes in a phylogenomic analysis, they do not |
| 94 | +> hold anymore. In fact, UFBoot supports and even the more conservative Felsenstein's |
| 95 | +> bootstrap supports will tend to be 100% and there has been plenty of literature |
| 96 | +> about this issue. You are recommended to compute concordance factors for |
| 97 | +> any phylogenomic analysis. |
82 | 98 |
|
83 | 99 | How does IQ-TREE treat gap/missing/ambiguous characters? |
84 | 100 | --------------------------------------------------------- |
|
0 commit comments