source: branches/profile/GDEHELP/HELP_PLAIN/DNAml_rates.help

Last change on this file was 2657, checked in by westram, 20 years ago
  • moved from $ARBHOME/TOOLS
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1
2                              DNAml_rates_1_0
3
4                               Gary J. Olsen
5
6                              August 14, 1992
7
8
9The DNAml_rates program takes a set of sequences and corresponding
10phylogenetic tree and produces and maximum likelihood estimate of the
11rate of nucleotides substitution at each sequence position.
12
13Input is read from standard input.  The format is very much like that
14of the fastDNAml program.  The first line of the input file gives the
15number of sequences and the number of bases per sequence.  Also on
16this line are the requested program option letters.  Any auxiliary
17data required by the options follow on subsequent lines.  Either the
18user must specify the empirical base frequencies (F) option, or
19immediately preceding the data matrix there must be a line of data
20with the frequencies of A, C, G and T.  Next, the program expects a
21data matrix.  The first 10 characters of the first line of data for a
22given sequence in interpreted as the name (blanks are counted).
23Elsewhere in the data matrix, blanks and numbers are ignored.  The
24default data matrix format is interleaved.  If all the data for a
25sequence are on one input line, then interleaved and noninterleaved
26are equivalent.  Following the data matrix there must be a line with
27the number of user-specified trees for which rates are to be estimated
28(as with the U option is fastDNAml).  The rest of the input file is
29one or more user-specified trees with branch lengths (as with the U
30and L options in fastDNAml).
31
32The program writes to standard output.  The output lists the estimated
33rate of change at every site in the sequence, or "Undefined" if there
34are not sufficient unambiguous data at the site.
35
36If the C option is specified, the program also categorizes the rates
37into the requested number of categories.  The current categorization
38algorithm is rather crude, but is probably adequate if the number of
39categories is large enough.  A weighting mask is also created in which
40sites with Undefined rates are assigned a weight of zero.
41
42If the Y option is specified, the program writes the weights and
43categories data to a file in a format appropriate for use by
44fastDNAml.
45
46
47Options summary:
48
491 - print data.  Toggles print data option (default = noprint).
50
51C - write categories.  Requires auxiliary line with a C and the desired
52    number of categories.
53
54F - empirical base frequencies.  Calculates base frequencies from data matrix,
55    rather than expecting a base frequency input line.
56
57I - interleave.  Toggles the data interleave option (default = interleave).
58
59L - userlengths.  This is implicit in the program, so the option is ignored.
60
61M - minimum informative sequences.  Requires an auxiliary data line with an
62    M and the minimum number of sequences in which a sequence position
63    (alignment column) must have unambiguous information in order for the rate
64    at the site to be defined (default = 4).
65
66T - transitions/transversion ratio.  Requires auxiliary line with a T and
67    the ration of observed transitions to transversions (default = 2.0).
68
69U - user trees.  This is implicit in the program, so the option is ignored.
70
71W - user weights.  Requires weights auxiliary data.
72
73Y - categories file.  Writes the weights and categories to a file.
74
75
76The option scripts usertree, weights, n_categories and categories_file are
77useful for adding the appropriate options to the input data matrix.
78
79The option script weights_categories is useful for adding the resulting
80outfile to a fastDNAml input file.
81
Note: See TracBrowser for help on using the repository browser.