1BP_CHAOS_PLOT(1)      User Contributed Perl Documentation     BP_CHAOS_PLOT(1)
2
3
4

NAME

6       chaos_plot - a chaos plot from DNA and RNA sequences
7

SYNOPSIS

9         chaos_plot.pl -i/--input=INPUTFILE -f/--format=SEQFORMAT
10               -o/--output=OUTPUTFILE -g/--graphics=GRAPHIC FORMAT
11               -w/--width=WIGHT -h/--height=HEIGHT
12

DESCRIPTION

14       This scripts generates image files using GD image library to visualize
15       nucleotide sequences using chaos plot.
16

OPTIONS

18       Valid graphics formats are currently gd, gd2, png, wbmp, jpeg and gif.
19
20       The default size of the image file is 600x400.
21
22       The sequence input can be provided using any of the three methods:
23
24       unnamed argument
25            chaos_plot filename
26
27       named argument
28            chaos_plot -i filename
29
30       standard input
31            chaos_plot < filename
32

FEEDBACK

34       Mailing Lists
35
36       User feedback is an integral part of the evolution of this and other
37       Bioperl modules. Send your comments and suggestions preferably to the
38       Bioperl mailing list.  Your participation is much appreciated.
39
40         bioperl-l@bioperl.org                  - General discussion
41         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
42
43       Reporting Bugs
44
45       Report bugs to the Bioperl bug tracking system to help us keep track of
46       the bugs and their resolution. Bug reports can be submitted via the
47       web:
48
49         http://bugzilla.open-bio.org/
50

AUTHOR - Jason Stajich

52       Email jason@bioperl.org
53

HISTORY

55       This code is based on EMBOSS C code for chaos.c by Ian Longden.
56       Included are documentation from EMBOSS code:
57
58       Chaos produces a chaos plot.  The original application is part of the
59       ACEDB genome database package, written by ** Richard Durbin (MRC LMB,
60       UK) rd@mrc-lmba.cam.ac.uk, and Jean Thierry-Mieg (CRBM du CNRS, France)
61       mieg@crbm1.cnusc.fr
62
63
64
65perl v5.8.8                       2007-05-07                  BP_CHAOS_PLOT(1)
Impressum