sim.SeqfromSp | R Documentation |
The function simulates sequences from a species tree. The function assumes that seq-gen has been installed
sim.SeqfromSp(sptree, spname, ntaxasp, ngene, theta=0, noclock=0,
simsequence=1, murate="Dirichlet",alpha=5, seqlength=100, rate=c(1,1,1,1,1,1), frequency=c(1/4,1/4,1/4,1/4),
outfile, format="phylip", concat=TRUE)
sptree |
A species tree which must be a rooted tree. |
spname |
species names |
ntaxasp |
a vector of the number of individuals in each species |
ngene |
number of genes |
theta |
population size |
noclock |
0: clocklike species tree 1: nonclocklike species tree |
simsequence |
1: simulate sequences and gene trees, 0: simulate gene trees |
murate |
distribution of mutation rates |
alpha |
the shape parameter of dirichlet distribution |
seqlength |
the number of nucleotides along the sequences |
rate |
rates |
frequency |
nucleotide frequency |
outfile |
the full path of the output file |
format |
either "phylip" or "nexus" |
concat |
save the concatenated sequences or save single-gene sequences as different data in the same file |
The function writes sequences into a file.
Liang Liu lliu@uga.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.