Description Usage Arguments Value References Examples
This function provides an interface to the beta-binomial model from DSS package by Hao Wu. It calculates the differential methylation statistics using a beta-binomial model with parameter shrinkage. See the reference for details.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | calculateDiffMethDSS(
meth,
adjust = c("SLIM", "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
"none", "qvalue"),
mc.cores = 1
)
## S4 method for signature 'methylBase'
calculateDiffMethDSS(
meth,
adjust = c("SLIM", "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
"none", "qvalue"),
mc.cores = 1
)
|
meth |
a methylBase object |
adjust |
different methods to correct the p-values for multiple testing.
Default is "SLIM" from methylKit. For "qvalue" please see
|
mc.cores |
integer denoting how many cores should be used for parallel differential methylation calculations (can only be used in machines with multiple cores). |
a methylDiff object
Feng H, Conneely K and Wu H (2014). A bayesian hierarchical model to detect differentially methylated loci from single nucleotide resolution sequencing data. Nucleic acids research
1 2 3 | data(methylKit)
dssDiffay <- calculateDiffMethDSS(methylBase.obj, adjust="SLIM", mc.cores=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.