library(minfiData)
library(digest)
Mset.raw <- preprocessRaw(RGsetEx)
digest_preprocessRaw <- list(Meth = minfi:::.digestMatrix(getMeth(Mset.raw)),
Unmeth = minfi:::.digestMatrix(getUnmeth(Mset.raw)))
save(digest_preprocessRaw, file = "../unitTests/digest_preprocessRaw.rda")
sessionInfo()
rm(list = ls())
# ------------------------------------------------------------------------------
# DelayedArray tests
#
library(DelayedArray)
assays(RGsetEx) <- endoapply(assays(RGsetEx), DelayedArray)
Mset.raw <- preprocessRaw(RGsetEx)
digest_preprocessRaw <- list(Meth = minfi:::.digestMatrix(getMeth(Mset.raw)),
Unmeth = minfi:::.digestMatrix(getUnmeth(Mset.raw)))
save(digest_preprocessRaw, file = "../unitTests/digest_preprocessRaw.DelayedArray.rda")
sessionInfo()
rm(list = ls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.