Learn R Programming

RnBeads (version 1.4.0)

includes.sites,RnBDiffMeth-method: includes.sites-methods

Description

Returns TRUE if the differential methylation object contains site-level information

Usage

"includes.sites"(object)

Arguments

object
RnBDiffMeth object

Value

TRUE if the differential methylation object contains site-level information. FALSE otherwise

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"))
includes.sites(dm)

Run the code above in your browser using DataLab