computeDiffTab.default.site(X, inds.g1, inds.g2, diff.method = rnb.getOption("differential.site.test.method"), paired = FALSE, adjustment.table = NULL, eps = 0.01)
computeDiffTab.extended.site(X, inds.g1, inds.g2, diff.method = rnb.getOption("differential.site.test.method"), paired = FALSE, adjustment.table = NULL, eps = 0.01, covg = NULL, covg.thres = rnb.getOption("filtering.coverage.threshold"))
limma
package.TRUE
then inds.g1 and inds.g2 should have exactly the same length and should be
order, such that the first element of inds.g1 corresponds to the first element of inds.g2 and so on.diff.method=="limma"
diff.method
)
library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
meth.mat <- meth(rnb.set.example)
sample.groups <- rnb.sample.groups(rnb.set.example)[[1]]
dm <- computeDiffTab.extended.site(meth.mat,sample.groups[[1]],sample.groups[[2]])
summary(dm)
Run the code above in your browser using DataLab