Usage
makeExampleDESeqDataSet_multifac(n = 1000, m = 12, betaSD_condition = 1,
betaSD_tissue = 3, interceptMean = 4, interceptSD = 2,
dispMeanRel = function(x) 4/x + 0.1, sizeFactors = rep(1, m))
Arguments
m
number of columns (samples)
betaSD_condition
the standard deviation for condition betas, i.e. beta ~ N(0,betaSD)
betaSD_tissue
the standard deviation for tissue 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
2^trueIntercept
sizeFactors
multiplicative factors for each sample