zoom manual


Inform pdb2mp MatrixPlot zoom


Zoom
NAME
zoom - zoom in on a region in an mp file.
SYNOPSIS
zoom [options] mpfile
DESCRIPTION
The program zoom cuts out a portion of the mpfile that is to be plotted. The output is directed to stdout, and is in the mp format. zoom is written in nawk.
OPTIONS
x1=<number>
Number. Initial position in horizontal direction.
x2=<number>
Number. End position in horizontal direction.
y1=<number>
Number. Initial position in vertical direction.
y2=<number>
Number. End position in vertical direction.
EXAMPLE
cat data.mp | zoom x1=10 x2=40 y1=300 y2=350 | MatrixPlot scalefile=scaleCol bars=y stringout2=y barpos=10 barpos2=20 > distance.ps
AUTHOR
Jan Gorodkin, gorodkin@cbs.dtu.dk, April 1999.
REFERENCE
MatrixPlot: visualizing sequence constraints. J. Gorodkin, H. H. Stærfeldt, O. Lund, and S. Brunak. Bioinformatics. 15:769-770, 1999. (http://www.cbs.dtu.dk/services/MatrixPlot/)