pairwise_mutrate

Overview

simulate_library is a program within the sortseq_tools package which creates a library of random mutants from an initial wildtype sequence and mutation rate.

After you install `sortseq_tools`_, this program will be available to run at the command line.

Command-line usage

usage: sortseq pairwise_mutrate [-h] [-t {dna,rna,protein}] [-s START]
                                [-e END] [-w WTSEQ] [-o OUT]
Options:
-t=dna, --type=dna
 

Undocumented

Possible choices: dna, rna, protein

-s=0, --start=0
 Undocumented
-e, --end Undocumented
-w, --wtseq Wild Type Sequence
-o, --out Undocumented

Table Of Contents

Previous topic

draw

Next topic

preprocess

This Page