View source: R/generateSyntheticData.R
generateLengths | R Documentation |
Simulate a length matrix of size n.vars times n.sample, with the length of each gene in each sample.
generateLengths(id.species, lengths.relmeans, lengths.dispersions)
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. |
A matrix of lengths, with as many columns as the number of species (length of id.species) and as many rows as the number of parameters in lengths.relmeans.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.