Learn R Programming

RnBeads (version 1.4.0)

get.comparison.groupsizes,RnBDiffMeth-method: get.comparison.groupsizes-methods

Description

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

Usage

"get.comparison.groupsizes"(object)

Arguments

object
RnBDiffMeth object

Value

character matrix containing comparison group sizes

Examples

Run this code

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)

Run the code above in your browser using DataLab