source: branches/sina/HELP_SOURCE/source/arb.hlp

Last change on this file was 19706, checked in by westram, 3 months ago
  • update doc+gui:
    • mention focus strategies.
    • use term 'SAI admin'.
    • arb introduction (updated + linked missing modules).
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.1 KB
Line 
1#       main topics:
2UP      help.hlp
3UP      copyright.hlp
4UP      changes.hlp
5UP      version.hlp
6UP      arb.pdf
7UP      glossary.hlp
8UP      arb_commands.hlp
9UP      FAQS.hlp
10UP      copyNpaste.hlp
11
12#       sub topics:
13SUB     arb_ntree.hlp
14SUB     e4.hlp
15SUB     arb_pars.hlp
16SUB     pt_server.hlp
17SUB     save.hlp
18SUB     no_tree.hlp
19
20
21TITLE           ARB: a Short Introduction
22
23OCCURRENCE      General info
24
25DESCRIPTION     ARB (ARBor, Latin: tree): A software environment for maintaining
26                databases of molecular sequences and additional information, and
27                for analyzing the sequence data, with emphasis on phylogeny
28                reconstruction.
29
30                The programs have primarily been developed for ribosomal
31                ribonucleic acid (rRNA) sequences and, therefore, contain
32                special tools for alignment and analysis of these structures.
33                However, other molecular sequence data can also be handled.
34                Protein gene sequences and predicted protein primary structures
35                as well as protein secondary structures can be stored in the same
36                database.
37
38                The ARB package is designed for graphical user
39                interface. Program control and data display are available in
40                a hierarchical set of windows and subwindows. The majority of
41                operations can be controlled using the mouse for moving the
42                pointer and the left mouse button for initiating and performing
43                operations
44
45SECTION         HOW TO START
46
47                Enter <arb> or <arb filename> to start.
48
49SECTION         ARB MODULES
50
51        ARB_DB
52
53                A central database of (aligned homologous) sequences and
54                additional information, taken from public databases or supplied
55                by the user, is stored in a (binary or ASCII) file (*.arb).
56
57                All ARB tools for database handling and most ARB tools
58                for data analysis act directly upon the database. Any local modifications by
59                individual ARB tools are immediately exported to the database
60                and all other active tools.
61
62                The database can be structured according to phylogeny or other
63                user-defined criteria.
64
65                Tools for text-oriented database searching are integrated.
66
67        ARB_NT  [normally referred to as 'ARB main window']
68
69                Phylogenetic trees derived from the data or imported from other
70                sources are displayed within the main window. Different tree
71                topologies, complete trees, and subtrees can be stored and used for
72                "walking" through the database. Database entries can be
73                shown with the tree on the screen or in separate windows.
74                Trees can be used to define subsets of data for display
75                or analysis by other ARB tools.
76
77                Publication-ready trees can be produced by shaping the
78                displayed tree topology and printing or exporting the tree to
79                foreign software (TREETOOL [], XFIG []).
80
81                [see LINK{arb_ntree.hlp}]
82
83        ARB_EDIT4
84
85                An editor for the display of sequences and sequence-associated
86                data (masks and filters, consensus sequences, higher-order structure) and
87                basic editing functions is available. This tool allows manual entering of
88                new sequences (with a customized keyboard, if desired); manual modification
89                of alignments; search and replacement of sequence stretches; and printout of data.
90
91                Predicted higher-order structure is automatically checked according
92                to a user-provided mask and may be displayed with the sequences by
93                user-definable symbols.
94
95                [see LINK{e4.hlp}]
96
97        ARB_SECEDIT
98
99                This submodule of ARB_EDIT4 displays the currently selected sequence as
100                2D-folded molecule, directly showing the bond in helical regions.
101
102                [see LINK{arb_secedit.hlp}]
103
104        ARB_IMPORT/EXPORT
105
106                ARB modules as well as integrated foreign software (GDE [1],
107                READSEQ [2], CONVERTALIGN [3]) can be used for import and export
108                of (subsets of) data in different formats, and for database
109                merging.
110
111                [see LINK{arb_import.hlp} and LINK{arb_export.hlp}]
112
113        ARB_PROTECTION
114
115                Up to six hierarchical protection levels can be individually
116                assigned to database entries to prevent unintended modification
117                or loss of data.
118
119                [see LINK{Protection.hlp}]
120
121        ARB_NAMES
122
123                Unique identifiers are automatically generated for the
124                individual entries and stored with the database. This prevents
125                multiple entries of the same data, and assignment of identical names to different data.
126
127                [see LINK{sp_IDs.hlp}]
128
129        ARB_PHYL
130
131                ARB tools and integrated foreign software (PHYLIP [4], DE SOETE
132                [1], fastDNAml [4]) allow calculation of similarity/distance
133                matrices, conservation profiles, selection masks and phylogenetic
134                tree reconstruction using different treeing approaches.
135
136                [see LINK{phylo.hlp}]
137
138        ARB_PROBE
139
140                Species- and group-specific probes are designed and checked by searching
141                the complete database for unique sequence stretches.
142                Potential probe or target sites are ranked by user-supplied criteria for mismatch weighing.
143
144                [see LINK{probematch.hlp} and LINK{probedesign.hlp}]
145
146        ARB_PT_SERVER
147
148                The Positional Tree Server provides index-based access to sequence data.
149                Supports ARB_PROBE, as well as oligo-based relative search.
150
151                [see LINK{pt_server.hlp}]
152
153        ARB_PARS
154
155                Sequence based reconstruction of phylogenetic trees using the parsimony algorithm.
156
157                [see LINK{arb_pars.hlp}]
158
159        ARB_DIST
160
161                Distance matrix calculation, tree reconstruction based on neighbor joining, and
162                topology based clustering.
163
164                [see LINK{dist.hlp} and LINK{di_clusters.hlp}]
165
166        ARB_MERGE
167
168                Allows to load two databases,
169                to synchronize the used IDs (ARB_NAMES) and
170                to merge data between these databases.
171
172                [see LINK{arb_merge.hlp}]
173
174NOTES           Most ARB tools allow user
175                input concerning database structure,
176                data selection, inclusion of additional data,
177                specification of analysis parameters, and design of simple
178                programs for online data analysis. Default values or examples
179                are included in the current release.
180
181                Online help is available for all tools (windows).
182
183EXAMPLES        None
184
185WARNINGS        None
186
187BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.