Description Usage Arguments Value Author(s)
Set up a tree model for branch site selection analysis
1 2 | setup.branch.site.tm(mod, foreground, bgc = FALSE, altModel = TRUE,
init.sel.neg = 0, init.sel.pos = 0, init.bgc = 0, init.weights = NULL)
|
mod |
an object of type |
foreground |
a character string giving a tree branch name or label identifying foreground branches |
bgc |
If |
altModel |
If |
init.sel.neg |
Initial value for negative selection parameter |
init.sel.pos |
Initial value for positive selection paramter |
init.bgc |
Initial value for bgc parameter (Ignored if bgc==FALSE) |
init.weights |
Numeric vector of length three giving the initial weight parameters. The first two values determine the relative frequencies of negatively, neutral, and positively selected sites. The last parameter determines the frequency of sites affected by bgc, and is ignored if bgc==FALSE. All values should be >= 0. |
An object of type tm
which can be used as the init.mod
argument to phyloFit to perform the branch-site test.
Melissa J. Hubisz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.