XBSeq(counts, bgcounts, conditions, method = "pooled", sharingMode = "maximum", fitType = "local", pvals_only = FALSE, paraMethod='NP')
paraMethod
. 'NP' stands for non-parametric method. 'MLE' stands for maximum liklihood estimation method. 'NP' is generally recommended for experiments with replicates smaller than 5.
estimateRealCount
, XBSeqDataSet
, estimateSCV
, XBSeqTest
conditions <- c(rep('C1', 3), rep('C2', 3))
data(ExampleData)
Stats <- XBSeq(Observed, Background, conditions)
Run the code above in your browser using DataLab