[15364] | 1 | #Please insert up references in the next lines (line starts with keyword UP) |
---|
| 2 | UP arb.hlp |
---|
| 3 | UP glossary.hlp |
---|
| 4 | UP nt_tree_settings.hlp |
---|
| 5 | |
---|
| 6 | #Please insert subtopic references (line starts with keyword SUB) |
---|
| 7 | #SUB subtopic.hlp |
---|
| 8 | |
---|
| 9 | # Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain} |
---|
| 10 | |
---|
| 11 | #************* Title of helpfile !! and start of real helpfile ******** |
---|
| 12 | TITLE Bootstrap display settings |
---|
| 13 | |
---|
| 14 | OCCURRENCE ARB_NT/Properties/Tree options/Bootstrap settings |
---|
| 15 | |
---|
[17595] | 16 | DESCRIPTION The following bootstrap related display settings are available: |
---|
[15364] | 17 | |
---|
[17595] | 18 | - 'Show bootstraps' completely toggles whether bootstrap values etc. |
---|
| 19 | will be displayed in the tree view. |
---|
| 20 | |
---|
| 21 | - 'Hide bootstrap below' and 'Hide bootstrap above' allow to configure |
---|
| 22 | which range of bootstrap values is shown in the tree. |
---|
| 23 | |
---|
| 24 | Generally, branches with less than 50% cannot be regarded as supported |
---|
| 25 | (see also section about 'Bootstrap circle size' below). |
---|
| 26 | |
---|
| 27 | If a bootstrap value is hidden => no circle/ellipse will be displayed. |
---|
| 28 | |
---|
| 29 | - 'Bootstrap style' allows to select one of the following display styles: |
---|
| 30 | * 'percent%' (<1% .. 100%) |
---|
| 31 | * 'percent' (<1 .. 100) |
---|
| 32 | * 'float' (<0.01 .. 1.00) |
---|
| 33 | |
---|
[15364] | 34 | - 'Show bootstrap circles' toggles the display of bootstrap circles (only |
---|
| 35 | available if the tree contains bootstrap values). |
---|
| 36 | |
---|
[17595] | 37 | - 'Greylevel of circles' allows to configure the shading level of bootstrap |
---|
| 38 | circles/disks. |
---|
[15364] | 39 | |
---|
| 40 | - If 'Use ellipse' is active, ellipses instead of circles are drawn in |
---|
| 41 | dendrogram tree. |
---|
| 42 | |
---|
| 43 | - 'Bootstrap circle zoom factor' allows to increase/reduce the size |
---|
[17595] | 44 | of the bootstrap circles/ellipse |
---|
[15364] | 45 | |
---|
[15639] | 46 | - 'Bootstrap radius limit' allows to limit the max. bootstrap circle/ellipse size. |
---|
| 47 | If a bootstrap exceeds this limit its circle/ellipse will be drawn in a different |
---|
| 48 | color. |
---|
[15364] | 49 | |
---|
| 50 | NOTES These settings will be managed together with other tree settings (use config |
---|
| 51 | icon in 'Tree settings' window) |
---|
| 52 | |
---|
[15639] | 53 | SECTION Bootstrap circle size |
---|
| 54 | |
---|
| 55 | The radius of the bootstrap circle depends on the bootstrap value itself, |
---|
| 56 | on the length of the branch from the node towards the tree root and on the |
---|
| 57 | configured zoom factor/limit. |
---|
| 58 | |
---|
| 59 | For a zoom factor of 1, a bootstrap value of ~44% will show a circle/ellipse |
---|
| 60 | which completely contains the whole branch. |
---|
| 61 | |
---|
[17595] | 62 | Such a bootstrap value indicates a certain fuzziness and the |
---|
| 63 | associated bootstrap circle attempts to graphically visualize |
---|
| 64 | that fuzziness. |
---|
| 65 | |
---|
| 66 | Branches covered or overlapped by circles can be |
---|
| 67 | considered more or less unstable. |
---|
| 68 | |
---|
[15639] | 69 | For increasing bootstrap values the radius goes towards zero; for smaller |
---|
| 70 | bootstrap values the radius will get infinite - that is why ARB uses |
---|
| 71 | a 'Bootstrap radius limit'. |
---|
| 72 | |
---|
| 73 | The formula used to calculate the (unlimited) bootstrap circle radius is |
---|
| 74 | |
---|
| 75 | (1/sqrt(bootstrap/100) - 1) * 2*branchlength |
---|
| 76 | |
---|
| 77 | |
---|
[15364] | 78 | EXAMPLES None |
---|
| 79 | |
---|
| 80 | WARNINGS None |
---|
| 81 | |
---|
| 82 | BUGS No bugs known |
---|