Scroll to navigation

TOPPRED(1) User Manuals TOPPRED(1)

NAME

SYNOPSIS

OPTIONS

Following command line options are allowed:

Use value as certain cut-off value. Default is 1.
Use val as critical distance between 2 transmembrane segments. If 2 calculated segments are separated by a distance smaller than val amino-acids only the segment with best hydrophobicity value is taken in account. Default is 2.
switch the cyt-ext calculus to Eucaryotes. Default is Procaryotes.
Produce or display hydrophobic profile in specified format. Currently the supported values for format are:

Warning: this option and the related values are only available if toppred is compiled with the gnuplot support.

Usage display.
Load hydrophobicity scale from file, default is GES-scale. Accepted values are either:

In order to use your own hydrophobicity scale file, see the format of the supported scale files in the toppred data directory on your system; look in /usr/share/toppred/or /usr/local/share/toppred/, or ask your system administrator.

Use value as a core window length, default is 11.
Place the output into file, and store all other files to the same directory than file.
Print output in the specified format. Supported values are: old: old toppred output format, new: new toppred output format (the default value), html: produce an html page per sequence, note that if not specified hydrophobic profile and topologies representation are forced in png format.
Use value as putative cut-off, default is 0.6.
Use value as wedge window length, default is 5.
Use value as critical loop length. If a loop between 2 transmembrane segments has a length greater than val the Lys/Arg ratio is not taken in account to determine the topologies. Default is 60.
Produce images of the topologies in specified format. Currently the supported values for format are: png: produces images of the topologies in png format, none: no graphic representation of the topologies is produced. Default is png.

Warning: this option and the related values are only available if toppred is compiled with the libgdb support.

Display the version number.

FORMAT

toppred only handles fasta sequence format as input.

toppred handles 2 output format via the -O flag.

DESCRIPTION

toppred is a program to determine the topology of a transmembrane protein based on G. von Heijne algorithm.

"Membrane protein structure prediction. Hydrophobicity analysis and the positive-inside rule." J. Mol. Biol. 1992 225,487-494.

Each sequence from seq data in fasta format is processed, and toppred generate the Hydrophobycity profile of the sequence, and the corresponding hydrophobycities values in the file <sequence-ID>.hydro.

Furthermore, the predicted topologies are represented as png images. Each topology is stored in file <sequence-ID>-<number>.png

The hydrophobicity profile is computed using a window formed by a core rectangular window of size n, flanked by 2 triangular windows of size q. NB rectangular and triangular mean that the ponderation values inside those windows are respectively constant and variable.

The hydrophobicity profile is computed using the following window

        ->     n     <-
          ___________
         /⎪         ⎪\
        / ⎪         ⎪ \
       /__⎪_________⎪__\
     -> q  <-     -> q  <-
     ->   l = n + 2q    <-

Thus one can use a rectangular window by setting q to 0.

toppred produces the following output files, depending on the command line options

File containing the hydrophobic values for the sequence foo.
Image representing the hydrophobic profile for the sequence foo in postcript, ppm or png format depending on the -g option value specified on command line, respectively -g ps, -g ppm or -g png.
Image representing the graphic representation of the predicted topology 1... n for the sequence foo in png format if the -t png option is given on the command line.

ENVIRONMENT

TOPPREDDATA could be used to specify an alternate toppred data folder

EXAMPLES

Consider the fasta formated sequence foo in file bar.

Process all sequences in fasta format from bar, display for each sequence the hydrophobicity profile, produce the corresponding foo.hydro and the corresponding foo-<#>.png graphical topologies representation as png images.
Same as previous, except that instead of displaying the hydrophobicity profile on screen, this one is produced in a postcript format image foo.ps
Same a previous, except that the hydrophobicity profile is not displayed neither produced.
Same a previous, except that neither the hydrophobicity profile neither the graphical topologies representation are not produced
Use KD scale instead of default GES scale, while processing sequences.
Write html outpout in file result, furthermore the hydrophobicity profile is produced in PNG format and graphics topologies are not produced.
toppred is able to read data from stdin.

AUTHORS

Eric Deveaud <edeveaud@pasteur.fr>, Institut Pasteur and Katja Schuerer.

2008-05-06 Unix