source: trunk/HELP_SOURCE/source/props_nds.hlp

Last change on this file was 18883, checked in by westram, 3 years ago
  • 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                        To avoid truncation insert zero.
77
78                Display ACI/SRT:
79
80                        If an ACI/SRT expression is specified,
81                        the found field content (or an empty string if no field was selected)
82                        will get modified by that expression, before it will be displayed at the tree nodes.
83
84                        Several predefined expressions are available via the <S> button in front of
85                        the ACI/SRT field (see LINK{acisrt.hlp}).
86
87                        The corresponding syntax (see LINK{srt.hlp}, LINK{aci.hlp} and
88                        LINK{reg.hlp}) is displayed in the 'ACI/SRT PROGRAM' subwindow.
89                        The displayed strings can be modified by typing to the subwindows.
90
91SECTION         Sets of entries
92
93                NDS configuration is done using 10 visible entries.
94                Using the 'Entries XX - YY' button
95                you can select which entry subset (of the overall 60 available entries) is shown in this window.
96               
97                For the resulting display information, you can use the next button to choose whether to
98
99                        1. Use all entries (=default for backwards compatibility) or
100                        2. Only use visible entries (recommended use)
101
102                If you choose 1., any activated entry (out of 1-60) is used to create the resulting display information.
103                Switching between entry subsets has no effect on result.
104
105                If you choose 2., only the entries currently displayed in the NDS window are used to
106                create the resulting display information. You may use the 'Entries ...' button
107                to quickly switch between different display setups.
108
109NOTES           Strings generated using 'SRT' or 'ACI' and displayed at the
110                nodes are not stored in the database. You can use
111                the 'Modify fields of listed species'-menuentry in the
112                'Search & Query' window to do this.
113
114                The width of the output is limited to 4000 characters.
115
116EXAMPLES        None
117
118WARNINGS        The NDS setup is stored in the loaded ARB database.
119
120                You can use the config-manager to store/restore the currently edited 10 entries
121                into/from a named config. These configs will be stored in your account when
122                you save properties.
123                Such stored configs can be used to copy the NDS (e.g. from 'Entries 1-10' to 'Entries 11-20'
124                or from one ARB database to another).
125
126BUGS            None
127
Note: See TracBrowser for help on using the repository browser.