makeExampleCountsEset | R Documentation |
adapted from DESeq2::makeExampleDESeqDataSet
makeExampleCountsEset(
n = 1000,
m = 12,
betaSD = 0,
interceptMean = 4,
interceptSD = 2,
dispMeanRel = function(x) 4/x + 0.1,
sizeFactors = rep(1, m)
)
n |
number of rows |
m |
number of columns |
betaSD |
the standard deviation for non-intercept betas, i.e. beta ~ N(0,betaSD) |
interceptMean |
the mean of the intercept betas (log2 scale) |
interceptSD |
the standard deviation of the intercept betas (log2 scale) |
dispMeanRel |
a function specifying the relationship of the dispersions on
|
sizeFactors |
multiplicative factors for each sample |
eset <- makeExampleCountsEset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.