View source: R/simulatePhyloPoissonLogNormal.R
simulateDataPhylo | R Documentation |
Use the Phylogenetic Poisson Log Normal model to simulate the data.
simulateDataPhylo(
count_means,
count_dispersions,
tree,
prop.var.tree,
model.process = "BM",
selection.strength = 0
)
tree |
a dated phylogenetic tree of class |
prop.var.tree |
the proportion of the common variance explained by the tree for each gene. It can be a scalar, in which case the same parameter is used for all genes. Otherwise it needs to be a vector with length |
model.process |
the process to be used for phylogenetic simulations. One of "BM" or "OU", default to "BM". |
selection.strength |
if the process is "OU", the selection strength parameter. |
Z a matrix with the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.