View source: R/initialCounts.R
generateGeneCounts | R Documentation |
Generates the transcripts in the cell.
generateGeneCounts(numCells, mu, popHet)
numCells |
The number of cells to generate counts for. |
mu |
a vector containing the mean of each gene to simulate counts for. |
popHet |
the degree of heterogeneity within the cell population. Should be a vector of length two specifying the bounds. |
Output is matrix of counts, genes on the rows and cells on the columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.