Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > eede1088262777189a3d3f16cb3dc560 > files > 81

garlic-1.6-6.i586.rpm

<html>

<head>
<title>
DUM, DUMP
</title>
</head>

<h1 align=center>
DUM, DUMP
</h1>

<hr size="3">

<font color=#880000>
<b>
NAME
<br>
</b>
</font>

DUM, DUMP - dump selected numeric data to the console (standard output)
or the the specified file.
<br><br>

<font color=#880000>
<b>
SYNOPSIS
<br>
</b>
</font>

<table border=1 cellspacing=1 cellpading=0>

<td align="left">
<font color=#004400>
<b>
SHORT FORM
</b>
</font>
</td>

<td align="left">
<font color=#004400>
<b>
LONG FORM
</b>
</font>
</td>

<tr>

<td align="left">
DUM AVE
<br>
DUM AVE filename
<br>
DUM HYD
<br>
DUM HYD filename
<br>
DUM F1
<br>
DUM F1 filename
<br>
DUM F2
<br>
DUM F2 filename
<br>
DUM F3
<br>
DUM F3 filename
<br>
DUM F4
<br>
DUM F4 filename
<br>
DUM F5
<br>
DUM F5 filename
<br>
DUM F6
<br>
DUM F6 filename
<br>
DUM F7
<br>
DUM F7 filename
</td>

<td align="left">
DUMP AVERAGE
<br>
DUMP AVERAGE filename
<br>
DUMP HYDROPHOBICITY
<br>
DUMP HYDROPHOBICITY filename
<br>
DUMP F1
<br>
DUMP F1 filename
<br>
DUMP F2
<br>
DUMP F2 filename
<br>
DUMP F3
<br>
DUMP F3 filename
<br>
DUMP F4
<br>
DUMP F4 filename
<br>
DUMP F5
<br>
DUMP F5 filename
<br>
DUMP F6
<br>
DUMP F6 filename
<br>
DUMP F7
<br>
DUMP F7 filename
</td>

</table>

<br>

<font color=#880000>
<b>
DESCRIPTION
<br>
</b>
</font>

The command DUM (DUMP) may be used to dump selected numeric data to the
console (standard output) or to the specified file. At present (version 1.6),
the command DUMP may be used to dump hydrophobicity functions. Note that the
selected hydrophobicity function should be calculated first, which is forced
by executing the command PLOT (for example, PLOT AVERAGE will force the
calculation of the average hydrophobicity). The output consists of two columns:
The first column contains the residue serial number (integer) andthe second
column contains the requested value (floating point value). Example:
<br>
<pre>
# Raw hydrophobicity
       0    -3.63
       1     0.46
       2    -2.80
       3     1.25
       4    -0.46
       5    -1.15
       6    -3.64
       7    -0.50
       8    -1.81
       9     0.67
      10    -1.15
</pre>
The first line is just a comment. 
<br><br>

The simplest hydrophobicity function is the average hydrophobicity.
The hydrophobicity functions F1, F2, F3, F4 and F5 were introduced in
version 1.4, and functions F6 and F7 were introduced in version 1.6.
Hydrophobicity functions are described in the following source files:
<br>
F1: hyphob_function1.c
<br>
F2: hyphob_function2.c
<br>
F3: hyphob_function3.c
<br>
F4: hyphob_function4.c
<br>
F5: hyphob_function5.c
<br>
F6: hyphob_function6.c
<br>
F7: hyphob_function7.c
<br><br>

<font color=#880000>
<b>
KEYWORDS
<br>
</b>
</font>

<table border=2 cellspacing=2 cellpading=0>

<td align="left">
KEYWORD
<br>
(SHORT)
</td>

<td align="left">
KEYWORD
<br>
(LONG)
</td>

<td align="left">
DESCRIPTION
</td>

<tr>

<td align="left">
HYD
</td>

<td align="left">
HYDROPHOBICITY
</td>

<td align="left">
Dump raw hydrophobicity values.
</td>

<tr>

<td align="left">
AVE
</td>

<td align="left">
AVERAGE
</td>

<td align="left">
Dump average hydrophobicity, using
<br>
the current sliding window width.
</td>

<tr>

<td align="left">
F1
</td>

<td align="left">
F1
</td>

<td align="left">
Dump hydrophobicity function F1.
</td>

<tr>

<td align="left">
F2
</td>

<td align="left">
F2
</td>

<td align="left">
Dump hydrophobicity function F2.
</td>

<tr>

<td align="left">
F3
</td>

<td align="left">
F3
</td>

<td align="left">
Dump hydrophobicity function F3.
</td>

<tr>

<td align="left">
F4
</td>

<td align="left">
F4
</td>

<td align="left">
Dump hydrophobicity function F4.
</td>

<tr>

<td align="left">
F5
</td>

<td align="left">
F5
</td>

<td align="left">
Dump hydrophobicity function F5.
</td>

<tr>

<td align="left">
F6
</td>

<td align="left">
F6
</td>

<td align="left">
Dump hydrophobicity function F6.
</td>

<tr>

<td align="left">
F7
</td>

<td align="left">
F7
</td>

<td align="left">
Dump hydrophobicity function F7.
</td>

</table>

<br>

<font color=#880000>
<b>
EXAMPLES
<br>
</b>
</font>

<table border=2 cellspacing=2 cellpading=0>

<td align="left">
COMMAND
</td>

<td align="left">
DESCRIPTION
</td>

<tr>

<td align="left">
dump ave
</td>

<td align="left">
Dump average hydrophobicity to the console.
</td>

<tr>

<td align="left">
dump hyd raw.data
</td>

<td align="left">
Dump raw hydrophobicity values to the file
<br>
called raw.data (file names are case sensitive).
</td>

</table>

<br>

<font color=#880000>
<b>
NOTES
<br>
</b>
</font>

(1) A very simple output format was choosen to make it compatible with
popular drawing programs.
<br><br>

<font color=#880000>
<b>
RELATED COMMANDS
<br>
</b>
</font>

PLOT is used to draw the specified hydrophobicity function. It should be
used before the command dump, to force the calculation of the specified
hydrophobicity function. The only exception is raw hydrophobicity (keyword
HYD) - it is assigned automatically.
<br>
WINDOW is used to define the sliding window width, which affects the
average hydrophobicity function.
<br><br>

<hr size="3">

</html>