get.comparison.grouplabels,RnBDiffMeth-method {RnBeads}R Documentation

get.comparison.grouplabels-methods

Description

Gets all comparison grouplabels represented in the object as character matrix of dimension n.comparisons x 2 where the columns specify group names 1 and 2 respectively

Usage

## S4 method for signature 'RnBDiffMeth'
get.comparison.grouplabels(object)

Arguments

object

RnBDiffMeth object

Value

character matrix containing comparison group names

Author(s)

Fabian Mueller

Examples


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.grouplabels(dm)


[Package RnBeads version 2.8.1 Index]