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

AUTHOR - Jason Stajich

50       Email jason@bioperl.org
51

HISTORY

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