mrbayes.lset | R Documentation |
Set model parameters for mrbayes
.
mrbayes.lset(..., partition)
... |
arguments in |
partition |
a character string giving the labelling for a partion. |
a list containing a subset (including the empty and the full set) of model parameters.
"4by4"
, "doublet"
, "codon"
, or "protein"
.
1
, 2
, 6
, or "mixed"
.
"universal"
, "vertmt"
, "mycoplasma"
, "yeast"
, "ciliates"
, or "metmt"
.
"haploid"
, "diploid"
, or "zlinked"
.
"equal"
, "gamma"
, "propinv"
,"invgamma"
, or "adgamma"
.
1-24
1-24
"equal"
, "ny98"
, or "m3"
.
"no"
or "yes"
.
"all"
, "variable"
, "noabsencesites"
, or "nopresencesites"
.
"no"
or "yes"
.
Christoph Heibl
J.P. Huelsenbeck & Ronquist F. 2001. MrBayes: Bayesian inference of phylogenetic trees. Bioinformatics 17: 754-755.
Ronquist F. & J.P. Huelsenbeck. 2003. MrBayes 3: Bayesian phylogenetic inference under mixed models. Biometrics 19: 1572-1574.
MrBayes website: https://mrbayes.sourceforge.net/.
mrbayes.prset
to set prior distributions, mrbayes.mcmc
to set parameters of the Markov chain Monte Carlo (MCMC), and mrbayes
to run MrBayes locally or prepare input files for a computer cluster.
## F81
mrbayes.lset(nst = 2)
## GTR + Gamma
mrbayes.lset(nst = 6, rates = "gamma")
## GTR + Gamma + I
mrbayes.lset(nst = 6, rates = "invgamma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.