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

NAME

6       mutate.pl - randomly mutagenize a single protein or DNA sequence
7

SYNOPSIS

9         ./mutate.pl -p 25 -i test.fa -n 5 -f swiss -o muts.swiss
10
11         #or
12
13         ./mutate.pl --percent=25 --input=test.fa --number=5 -output=x.fa
14

DESCRIPTION

16       Randomly mutagenize a single protein or DNA sequence one or more times.
17       Specify percentage mutated and number of resulting mutant sequences.
18       Print mutagenized sequences to STDOUT or write to an output file.
19
20         -h|--help    Help
21         -p|--percent Percent mutagenized
22         -n|--number  Number of mutant sequences created
23         -o|--output  Output file (optional)
24         -f|--format  Output format (default: fasta)
25         -i|--input   Input file
26

FEEDBACK

28       User feedback is an integral part of the evolution of this and other
29       Bioperl scripts. Send your comments and suggestions to the Bioperl
30       mailing list.  Your participation is much appreciated.
31
32         bioperl-l@bioperl.org                  - General discussion
33         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
34
35   Reporting Bugs
36       Report bugs to the Bioperl bug tracking system to help us keep track of
37       the bugs and their resolution. Bug reports can be submitted via the
38       web:
39
40         http://bugzilla.open-bio.org/
41

AUTHOR

43       Brian Osborne, bosborne at alum.mit.edu
44
45
46
47perl v5.12.0                      2010-04-29                      BP_MUTATE(1)
Impressum