## ----echo = FALSE, message = FALSE--------------------------------------------
library(knitr)
knitr::opts_chunk$set(
    error = FALSE,
    tidy  = FALSE,
    message = FALSE,
    warning = FALSE,
    fig.width = 6,
    fig.height = 6,
    fig.align = "center")

## ----eval = FALSE-------------------------------------------------------------
# 
# RGset <- read.metharray.exp(...)
# annotation(RGset) <- list(array = "IlluminaHumanMethylationMSA",
#                           annotation = "10a1.hg19")
# 
# 

## -----------------------------------------------------------------------------

sessionInfo()


