source: branches/nameserver/HELP_SOURCE/oldhelp/nt_tree_settings_bootstrap.hlp

Last change on this file was 17595, checked in by westram, 6 years ago
File size: 3.4 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      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 ********
12TITLE           Bootstrap display settings
13
14OCCURRENCE      ARB_NT/Properties/Tree options/Bootstrap settings
15
16DESCRIPTION     The following bootstrap related display settings are available:
17
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
34                - 'Show bootstrap circles' toggles the display of bootstrap circles (only
35                  available if the tree contains bootstrap values).
36
37                - 'Greylevel of circles' allows to configure the shading level of bootstrap
38                  circles/disks.
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
44                  of the bootstrap circles/ellipse
45
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.
49
50NOTES           These settings will be managed together with other tree settings (use config
51                icon in 'Tree settings' window)
52
53SECTION         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
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
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
78EXAMPLES        None
79
80WARNINGS        None
81
82BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.