source: tags/arb_5.1/HELP_SOURCE/oldhelp/max_freq.hlp

Last change on this file was 6142, checked in by westram, 15 years ago
  • backport [6141] (parts not affecting code at all, i.e. helpfiles, figs, ..)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 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           Calculate the Percentage of the Most Frequent Base
12
13OCCURRENCE      ARB_NT/SAI/create SAI/Max Frequency
14
15DESCRIPTION     Finds the most frequent base in each column for all marked
16                species. Than the number of all sequences with this base are
17                divided by:
18                        a: the number of all marked sequences, if not ignoring gaps
19                        b: the number of bases in this column, if ignoring gaps
20                The resulting percentage is divided by ten and the second last
21                digit taken:
22
23                        0%  - 25% will never occur
24                        25% - 29% -> '2'
25                        30% - 39% -> '3'
26                        ...
27                        90% - 99% -> '9'
28                        100%      -> '0'
29
30
31NOTE            The result can be used as a conservation profile and filter:
32                W.L.'s rule:
33                The higher the number the more conserved the position.
34
35EXAMPLES        Say one column contains 7 A's 4 G's and 5 Gaps.
36                Ignoring Gaps will result in 7/11 == 64 %
37                which is converted to '6'.
38                Otherwise we get 7/16 == 44% which will be indicated by a
39                '4' in the target sequence.
40
41NOTE            '-' @#@ are regarded as gaps.
42                '.' are always ignored.
43
44BUGS            No bugs known yet
Note: See TracBrowser for help on using the repository browser.