Description Usage Arguments Value
simulateNegativeControls
simulates random expression profiles
following a negative binomial distribution. Parameters of the negative
binomial are randomly sampled from a normal distribution.
Can be used as negative controls for benchmarking purposes.
1 2 3 4 5 6 7 8 | simulateNegativeControls(
nGenes,
numSamples,
normMean,
normSD,
seed,
verbose
)
|
nGenes |
A integer specifing the number of genes to be simulated. |
numSamples |
A integer specifing the number of samples to be simulated. |
normMean |
A integer specifing the mean parameter of the normal distribution which is used to generate mean expression values for the simulation. |
normSD |
A integer specifing the standard deviation parameter of the normal distribution which is used to to generate mean expression values for the simulation. |
seed |
A 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.