source: branches/tree/HELP_SOURCE/source/props_nds.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      sp_info.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           Node Display Setup (NDS)
13
14OCCURRENCE      ARB_NT/Tree/NDS
15                ARB_GENE_MAP/Properties/NDS
16
17NOTES           Read this text carefully. You won't need this function, but
18                it offers many many new possibilities.
19
20DESCRIPTION     Extracts data from the database entries of every species and
21                builds a user-readable string from that data.
22
23                This string can be used in many different functions, especially
24                to show the species information at the tips of the tree or
25                to show gene information at the tips of the genes in the
26                gene map.
27
28                It allows you to show part of the sequences, the full_name,
29                the accession numbers right in the tree. You may even
30                generate tables with all kinds of useful information, like
31                probe match results for a set of oligo probes.
32
33                Choose the 'NDS' item from the 'ARB_NT/Tree' menu to
34                display the 'NDS' window.
35
36                The order of the data shown at the tree nodes (from left
37                to right) corresponds to the order in the 'NDS' window (top to bottom).
38
39                Enable field extraction:
40
41                        Check the 'LEAF' and/or 'GRP.' checkbox to activate the display of
42                        the corresponding 'field' entry at leafs and/or groups
43                        of the tree shown in the tree display area of the 'ARB_NT' window.
44
45                Select 'FIELD':
46
47                        To select a 'field' click the field name
48                        button and select a fieldname from the popup list.
49
50                        At each leaf ARB will display the content of that field as it is stored
51                        in the species at leaf.
52                        If an ACI/SRT (see below) is specified, it will be applied
53                        to the field content and the result will be displayed.
54
55                        If a species has no content stored for the selected field,
56                        ARB will silently skip that entry from display.
57                        No ACI expression will get applied in that case.
58
59                        If you like to unconditionally apply the ACI/SRT expression,
60                        select '<no field>' here.
61
62                        Selecting a field for group entries does not make sense anymore (old ARB versions
63                        made use of that). Groups may contain several fields (e.g. 'group_name', 'grouped', ...),
64                        but to access these fields you have to use the ACI command 'readdb'.
65
66                        Normally it is recommended to select '<no field>' for groups and
67                        to use the 'taxonomy' ACI command to
68                        retrieve (hierarchical) information about taxonomy.
69
70                Define number of characters:
71
72                        Specify the (maximum) number of characters (including blanks)
73                        allowed to be displayed in the 'WIDTH' subwindow.
74                        If the result is longer, it will be truncated.
75
76                Display ACI/SRT:
77
78                        If an ACI/SRT expression is specified,
79                        the found field content (or an empty string if no field was selected)
80                        will get modified by that expression, before it will be displayed at the tree nodes.
81
82                        Several predefined expressions are available via the <S> button in front of
83                        the ACI/SRT field (see LINK{acisrt.hlp}).
84
85                        The corresponding syntax (see LINK{srt.hlp}, LINK{aci.hlp} and
86                        LINK{reg.hlp}) is displayed in the 'ACI/SRT PROGRAM' subwindow.
87                        The displayed strings can be modified by typing to the subwindows.
88
89SECTION         Sets of entries
90
91                NDS configuration is done using 10 visible entries.
92                Using the 'Entries XX - YY' button
93                you can select which entry subset (of the overall 60 available entries) is shown in this window.
94               
95                For the resulting display information, you can use the next button to choose whether to
96
97                        1. Use all entries (=default for backwards compatibility) or
98                        2. Only use visible entries (recommended use)
99
100                If you choose 1., any activated entry (out of 1-60) is used to create the resulting display information.
101                Switching between entry subsets has no effect on result.
102
103                If you choose 2., only the entries currently displayed in the NDS window are used to
104                create the resulting display information. You may use the 'Entries ...' button
105                to quickly switch between different display setups.
106
107NOTES           Strings generated using 'SRT' or 'ACI' and displayed at the
108                nodes are not stored in the database. You can use
109                the 'Modify fields of listed species'-menuentry in the
110                'Search & Query' window to do this.
111
112                The width of the output is limited to 4000 characters.
113
114EXAMPLES        None
115
116WARNINGS        The NDS setup is stored in the loaded ARB database.
117
118                You can use the config-manager to store/restore the currently edited 10 entries
119                into/from a named config. These configs will be stored in your account when
120                you save properties.
121                Such stored configs can be used to copy the NDS (e.g. from 'Entries 1-10' to 'Entries 11-20'
122                or from one ARB database to another).
123
124BUGS            None
125
Note: See TracBrowser for help on using the repository browser.