rnb.execute.computeDiffMeth(x, pheno.cols, region.types = rnb.region.types.for.analysis(x), covg.thres = rnb.getOption("filtering.coverage.threshold"), pheno.cols.all.pairwise = rnb.getOption("differential.comparison.columns.all.pairwise"), columns.pairs = rnb.getOption("columns.pairing"), columns.adj = rnb.getOption("covariate.adjustment.columns"), adjust.sva = rnb.getOption("differential.adjustment.sva"), pheno.cols.adjust.sva = rnb.getOption("inference.targets.sva"), adjust.celltype = rnb.getOption("differential.adjustment.celltype"), skip.sites = !rnb.getOption("analyze.sites"), disk.dump = rnb.getOption("disk.dump.big.matrices"), disk.dump.dir = tempfile(pattern = "diffMethTables_"), ...)
x
on which the dataset should be partitioned. Those columns are required to be factors or logical.
In case of factors, each group in turn will be compared to all other groupscomputeDiffTab.extended.site
for details.pheno(x)
on which all pairwise comparisons should be conducted.
A value of NULL
(default) indicates no columns.rnb.sample.groups
. See its documentation for details.rnb.execute.ct.estimation
for details.disk.dump=TRUE
.
must be a character specifying an NON-EXISTING valid directory.computeDiffTab.extended.site
for details.RnBDiffMeth
object. See class description for details.
library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
dm <- rnb.execute.computeDiffMeth(rnb.set.example,pheno.cols=c("Sample_Group","Treatment"))
get.comparisons(dm)
Run the code above in your browser using DataLab