Description Usage Arguments Value
simulateCellTypes
simulates in silico expression profiles
of specific cell-types using a negative binomial distribution.
Simulation is based on biological data and marker genes
of these cell-types.
1 2 3 4 5 6 7 | simulateCellTypes(
referenceCellTypes,
markerGenes,
numSamples,
seed,
verbose
)
|
referenceCellTypes |
Matrix of single-cell expression values of the cell-type to be simulated. Used to estimate parameters for negative binomial distribution. Samples as columns and genes as rows. Counts have to be normalized beforehand. |
markerGenes |
Character vector containing marker genes which
characterize the cell-type to be simulated. Gene identifiers need
to be consistend with |
numSamples |
An integer specifing the number of samples to be simulated. |
seed |
An integer specifing seed for simulation. Default is |
verbose |
Logical, indicating whether status updates will be printed.
Default is |
Matrix with simulated count values. Samples as columns and genes as rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.