Description Usage Arguments Value Author(s) Examples
This function generates simulation data with arbitrary defined experimental condition.
1 | simulateDropoutCounts(Ngene = 10000, makeDEG=TRUE, PDEG = 0.02, DEG.assign = c(0.5, 0.5), DEG.thr = c("E1", "E1"), replicates = c(48, 48), Lambda = 1)
|
Ngene |
No. of gene (defalult:10000) |
makeDEG |
Whether make DEG or not (defalult:TRUE) |
PDEG |
Percentage of DEG (defalult:0.02) |
DEG.assign |
Ratio of DEG in each cluster (defalult:c(0.5, 0.5)) |
DEG.thr |
Fold change in each cluster (defalult:c("E5", "E5")) |
replicates |
No of repeated measurement in each cluster (defalult:c(3, 3)) |
Lambda |
(defalult:0.1) |
DEG |
DEG list |
FC |
Design matrix specifying fold change |
Simcount |
Count data.frame generated by this function |
Koki Tsuyuzaki, Haruka Ozaki, Mika Yoshimura, Itoshi Nikaido
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
1 2 | res1 <- simulateDropoutCounts()
str(res1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.