Description Usage Arguments Value Author(s) Examples
Gets the site testing method used to obtain the p-values in the differential methylation tables
1 2 | ## S4 method for signature 'RnBDiffMeth'
get.site.test.method(object)
|
object |
RnBDiffMeth object |
character describing the site test method
Fabian Mueller
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.site.test.method(dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.