draw

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 draw [-h] [-p] [-w WTSEQ] [--logo] [-i I] [--title TITLE]
                    [-t {dna,rna,protein}] [-o OUT]
Options:
-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

Table Of Contents

Previous topic

compare_predictive_information

Next topic

pairwise_mutrate

This Page