]> git.donarmstrong.com Git - biopieces.git/blob - bp_usage/plot_karyogram
Here we go
[biopieces.git] / bp_usage / plot_karyogram
1 Author:         Martin Asser Hansen - Copyright (C) - All rights reserved
2
3 Contact:        mail@maasha.dk
4
5 Date:           August 2007
6
7 License:        GNU General Public License version 2 (http://www.gnu.org/copyleft/gpl.html)
8
9 Description:    Plot hits on a karyogram for a given genome.
10
11 Usage:          ... | plot_karyogram [options]
12
13 Options:   [-x          | --no_stream]            -  Do not emit records.
14 Options:   [-o <file>   | --data_out=<file>]      -  Write result to file.
15 Options:   [-g <genome> | --genome=<genome>]      -  Genome layout of karyogram   -  Default=hg18
16 Options:   [-f <string> | --feat_color=<string>]  -  Color of features            -  Default=black
17 Options:   [-I <file>   | --stream_in=<file>]     -  Read input from stream file  -  Default=STDIN
18 Options:   [-O <file>   | --stream_out=<file>]    -  Write output to stream file  -  Default=STDOUT
19
20 Examples:  ... | plot_karyogram -x -g mm8 -o plot.svg  -  Create plot and save to 'plot.svg'.
21