Description Usage Arguments Value Author(s) Examples
Gets the coverage threshold employed for obtaining statistics in the differential methylation tables
1 2 | ## S4 method for signature 'RnBDiffMeth'
get.covg.thres(object)
|
object |
RnBDiffMeth object |
integer coverage threshold
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.covg.thres(dm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.