| 1 | # main topics: |
|---|
| 2 | UP arb.hlp |
|---|
| 3 | UP glossary.hlp |
|---|
| 4 | |
|---|
| 5 | # sub topics: |
|---|
| 6 | #SUB subtopic.hlp |
|---|
| 7 | |
|---|
| 8 | # format described in ../help.readme |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | TITLE Export Column statistics to GnuPlot |
|---|
| 12 | |
|---|
| 13 | OCCURRENCE ARB_NT/SAI/Etc/Export Column statistics to GnuPlot |
|---|
| 14 | |
|---|
| 15 | DESCRIPTION |
|---|
| 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 | '1' means no smoothing, '2' means each value is smoothed with its neighbor, etc. |
|---|
| 46 | If you e.g. smooth by '21', then the statistic will contain 20 columns less than |
|---|
| 47 | the unsmoothed stat (for each 21-tupel only one value is written, i.e. 10 values are |
|---|
| 48 | missing on the left and 10 are missing on the right side). |
|---|
| 49 | |
|---|
| 50 | - Select a filter |
|---|
| 51 | |
|---|
| 52 | - Select a filename (specify without extension, which will be appended by ARB) |
|---|
| 53 | |
|---|
| 54 | - Press 'Save' to save to a file or |
|---|
| 55 | Press 'Save & View' to save and start gnuplot |
|---|
| 56 | |
|---|
| 57 | In the last case you have some more options: |
|---|
| 58 | |
|---|
| 59 | - Select gnuplot-internal smoothing function |
|---|
| 60 | |
|---|
| 61 | - Select if to overlay other statistics (which were saved before) |
|---|
| 62 | |
|---|
| 63 | NOTES Pressing 'Delete all overlayed files' will delete all the files, which would be |
|---|
| 64 | overlayed, if you press 'Save & View'. |
|---|
| 65 | |
|---|
| 66 | EXAMPLES None |
|---|
| 67 | |
|---|
| 68 | WARNINGS None |
|---|
| 69 | |
|---|
| 70 | BUGS No bugs known |
|---|