| get.comparisons,RnBDiffMeth-method {RnBeads} | R Documentation |
Gets all comparisons represented in the object as character vector
## S4 method for signature 'RnBDiffMeth' get.comparisons(object)
object |
|
character vector containing comparisons
Fabian Mueller
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)