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

Last change on this file was 2986, checked in by westram, 20 years ago

fixed link note

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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           Export Column statistics to GnuPlot
12
13OCCURRENCE      ARB_NT/SAI/Etc/Export Column statistics to GnuPlot
14
15DESCRIPTION
16
17        - Select a valid column statistic
18
19        - Select what kind of information should be extracted
20
21             Information         Formula
22             -------------------------------------
23             G+C ratio           (G+C) / N
24             G+A ratio           (G+A) / N
25             Rate                mutation_sum / frequency_sum
26             TT ratio            (min.mutations + transversions) / transversions
27             Most freq. base     F1 / N
28             2nd freq. base      F2 / N
29             3rd freq. base      F3 / N
30             Least freq. base    F4 / N
31             A ratio             A / N
32             C ratio             C / N
33             G ratio             G / N
34             TU ratio            (T+U) / N
35             Helix               boolean (helix or not helix)
36
37             Legend:
38             -------
39             A/C/G/T/U = amount of A/C/G/T/U's in each column
40             N         = total amount of bases in each column
41             Fx        = F1 = count of most freq. base, ..., F4 of least freq. base
42
43
44        - Select if you like smoothing of the values (before they are written to file)
45
46        - Select a filter
47
48        - Select a filename (specify without extension, which will be appended by ARB)
49
50        - Press 'Save' to save to a file or
51          Press 'Save & View' to save and start gnuplot
52
53          In the last case you have some more options:
54
55             - Select gnuplot-internal smoothing function
56
57             - Select if to overlay other statistics (which were saved before)
58
59NOTES           Pressing 'Delete all overlayed files' will delete all the files, which would be
60                overlayed, if you press 'Save & View'.
61
62EXAMPLES        None
63
64WARNINGS        None
65
66BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.