Description Usage Arguments Value Author(s) Examples
View source: R/sequencewrapper.R
A wrapper function for the sequence simulator programs ms, seqgen, simSeq, and PhyloSim.
1 2 3  | sequence.wrapper(n = 10, L = 10, method = "", ms.args = NULL,
  tree = NULL, pi.n = 0.25, kappa = "", outfile = "out",
  ancseq = NULL, rate.in = 1)
 | 
n | 
 number of sequences  | 
L | 
 length of sequence  | 
method | 
 choice of sequence simulation  | 
ms.args | 
 arguments passed to ms  | 
tree | 
 tree of format phylo  | 
outfile | 
 name of the file that writes out  | 
Writes out sequences in phylip format to your working directory.
Rebecca Harris <rbharris@uw.edu>
1  | library(phyclust)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.