table of contents
- bookworm 1.6.2+ds-3
- bookworm-backports 1.6.5+ds-2~bpo12+1
- testing 1.6.5+ds-2.2
- unstable 1.6.5+ds-2.2
GT-SEQMUTATE(1) | GenomeTools Manual | GT-SEQMUTATE(1) |
NAME¶
gt-seqmutate - Mutate the sequences of the given sequence file(s).
SYNOPSIS¶
gt seqmutate [option ...] [sequence_file ...]
DESCRIPTION¶
-rate [value]
-width [value]
-o [filename]
-gzip [yes|no]
-bzip2 [yes|no]
-force [yes|no]
-help
-version
For each position in the given sequences it is randomly determined with probability (mutation rate / 100) if the given position is mutated. If so, in 80% of the cases a substitution is performed, in 10% an insertion, and in 10% a deletion, respectively. For substitution and insertion events, the nucleotide is generated randomly without regard to the original nucleotide. That is, resubstitutions are possible. This procedure equals the one described on page 1867 of the following paper:
T.D. Wu and C.K. Watanabe. GMAP: a genomic mapping and alignment program for mRNA and EST sequences. Bioinformatics, 21(9):1859-1875, 2005.
REPORTING BUGS¶
Report bugs to https://github.com/genometools/genometools/issues.
11/28/2022 | GenomeTools 1.6.2 |