source: tags/ms_r16q4/HELP_SOURCE/oldhelp/phylo.hlp

Last change on this file was 6141, checked in by westram, 15 years ago
  • spellchecked all (phew)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           ARB_PHYLO - Create filters by base frequency
12
13OCCURRENCE      ARB_NT/SAI/Create Filter/by Base Frequency
14
15DESCRIPTION     Calculate base frequencies and/or a base frequency filter.
16
17                Open Config/Filter to define how the filter will be created:
18
19                     Define the alignment range, for which the filter shall
20                     be generated using the input fields 'Start at column'
21                     and 'Stop at column'. Columns outside that range will get
22                     filtered, i.e. the generated filter will contain '0'.
23
24                     Define the similarity range, which will lead to a '1' in the
25                     resulting base frequency filter, by specifying the lower and
26                     upper percentage in the input field 'Minimal similarity'
27                     and 'Maximal similarity'. Similarity values outside that range
28                     will lead to '0' in the generated base frequency filter and will
29                     as well not be exported as base frequencies. (Note: It's not necessary to
30                     re-calculate, when you change this value)
31
32                     For non-regular sequence characters (gaps, ambiguity codes and lowercase characters)
33                     you may define how the frequency calculation acts, by setting their toggles to one of
34                     the following values:
35
36                        don't count (ignore)
37
38                              The corresponding characters are ignored (as if they were not present).
39
40                        if occurs most often => forget whole column
41
42                              If the corresponding character(s) occur(s) more often than any other
43                              regular sequence character, then skip column, i.e. write '0' to filter.
44
45                        if occurs => forget whole column
46
47                              If (one of) the corresponding character(s) occurs, then skip the column,
48                              i.e. write '0' to filter.
49
50                        count, but do NOT use as maximum
51
52                              The corresponding characters are counted like regular sequence characters,
53                              but never interpreted as "being the most homologous character".
54                              Compared with 'don't count' it will result in lower base frequencies, cause
55                              the overall number of characters occurring per column will be higher.
56
57                        treat as regular character
58
59                              This is only applicable to 'ambiguity codes'. Treats ambiguity codes like
60                              regular sequence characters. (Note: 'treat as uppercase char' setting for
61                              lowercase characters affects ambiguity codes as well, if treated as regular
62                              characters)
63
64                        treat as uppercase char
65
66                              This is only applicable to 'lowercase chars'. Simply treat regular lowercase
67                              sequence characters like uppercase characters.
68
69                Press 'Calculate/Column Filter' to calculate the base frequencies.
70
71                When calculated, three lines will appear below your sequences in the main window.
72                Reading the columns of these 3 lines from top to bottom, they mark completely
73                filtered columns by 'XXX' and else show the frequency of the most frequent base in percent.
74
75                The color of each column indicates whether the frequency will be exported and respectively
76                whether the column will be '0' or '1' in the base frequency filter.
77
78                If pleased with the results, either export detailed base frequencies
79                via 'File/Export frequencies' or export a base frequency filter via 'File/Export filter'.
80
81NOTES           None
82
83EXAMPLES        To create a filter which hits all columns containing sequence data, use the following settings:
84
85                   - all alignment columns
86                   - similarity 0 to 100
87                   - both gaps: 'don't count (ignore)'
88                   - ambiguity codes: 'treat as regular character'
89                   - lowercase chars: 'treat as uppercase char'
90
91WARNINGS        None
92
93BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.