get.comparison.groupsizes,RnBDiffMeth-method {RnBeads} | R Documentation |
Gets all comparison group sizes represented in the object as character matrix of dimension n.comparisons x 2 where the columns specify sizes of groups 1 and 2 respectively
## S4 method for signature 'RnBDiffMeth' get.comparison.groupsizes(object)
object |
|
character matrix containing comparison group sizes
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.comparison.groupsizes(dm)