Contents
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.
usage: sortseq draw [-h] [-p] [-w WTSEQ] [--logo] [-i I] [--title TITLE]
[-t {dna,rna,protein}] [-o OUT]
| -p=False, --pairwise=False | |
| Undocumented | |
| -w, --wtseq | Wild Type Sequence |
| --logo=False | Draw matrix as logo |
| -i, --i | Input file, otherwise input through the standard input. |
| --title | Undocumented |
| -t=dna, --type=dna | |
Undocumented Possible choices: dna, rna, protein | |
| -o, --out | Undocumented |