get.comparisons-RnBDiffMeth-methods: get.comparisons-methods

Description Usage Arguments Value Author(s) Examples

Description

Gets all comparisons represented in the object as character vector

Usage

1
2
## S4 method for signature 'RnBDiffMeth'
get.comparisons(object)

Arguments

object

RnBDiffMeth object

Value

character vector containing comparisons

Author(s)

Fabian Mueller

Examples

1
2
3
4
5
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)

RnBeads documentation built on March 3, 2021, 2 a.m.