Description Usage Arguments Value
Simulate the gene-wise scaling factors for differential expression. Scaling
factor is determined following a log-normal distribution using
getLNormFactors
. These values are use to determine peak
absolute fold change.
Simulate differential expression. Differential expression factors for each
group are produced using getLNormFactors
and these are added
along with updated means for each group. For paths care is taken to make sure
they are simulated in the correct order.
Simulate differential expression. Differential expression factors for each
group are produced using getLNormFactors
and these are added
along with updated means for each group. For paths care is taken to make sure
they are simulated in the correct order.
Simulate differential expression. Differential expression factors for each
group are produced using getLNormFactors
and these are added
along with updated means for each group. For paths care is taken to make sure
they are simulated in the correct order.
1 2 3 4 5 6 7 8 9 10 11 12 | splatSimDoseResponse(sim, params)
splatSimDoseResponseModel(
sim,
params,
models.prob = rep(1/6, 6),
verbose = FALSE
)
calcFC(sim)
calcZeroP(sim)
|
sim |
SingleCellExperiment to add differential expression to. |
params |
splatParams object with simulation parameters. |
SingleCellExperiment with scaling factors for differential expression.
SingleCellExperiment with simulated differential expression.
SingleCellExperiment with simulated differential expression.
SingleCellExperiment with simulated differential expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.