View source: R/simulatePhyloPoissonLogNormal.R
generateLengthsPhylo | R Documentation |
Simulate a length matrix of size n.vars times n.sample, with the length of each gene in each sample.
generateLengthsPhylo(tree, id.species, lengths.relmeans, lengths.dispersions)
tree |
The phylogeneti tree. |
id.species |
An n.sample vector, indicating the species of each sample. |
lengths.relmeans |
A vector of mean values to use in the simulation of lengths from the Negative Binomial distribution. |
lengths.dispersions |
A vector or matrix of dispersions to use in the simulation of data from the Negative Binomial distribution. |
lengths.lambda |
A vector of heritability parameters to use in the simulation of data from the lambda model. |
A matrix of the same size as 'length_matrix', with normalization factors to be applied for each sample and each gene.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.