includes.sites,RnBDiffMeth-method {RnBeads} | R Documentation |
Returns TRUE
if the differential methylation object contains site-level information
## S4 method for signature 'RnBDiffMeth' includes.sites(object)
object |
RnBDiffMeth object |
TRUE
if the differential methylation object contains site-level information. FALSE
otherwise
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")) includes.sites(dm)