| get.site.test.method,RnBDiffMeth-method {RnBeads} | R Documentation |
Gets the site testing method used to obtain the p-values in the differential methylation tables
## S4 method for signature 'RnBDiffMeth' get.site.test.method(object)
object |
RnBDiffMeth object |
character describing the site test method
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"))
get.site.test.method(dm)