| runShinyMethyl {shinyMethyl} | R Documentation |
Function to run the interactive shinyMethyl session from a shinyMethylSet.
runShinyMethyl(shinyMethylSet1, shinyMethylSet2 = NULL)
shinyMethylSet1 |
|
shinyMethylSet2 |
optional |
No value returned. Instead the shinyMethyl interactive session is launched.
Jean-Philippe Fortin
## Not run:
if (require(minfiData)){
baseDir <- system.file("extdata", package = "minfiData")
targets <- read.450k.sheet(baseDir)
targets$Sample_Plate <- substr(targets$Slide,1,7)
RGSet <- read.450k.exp(base = baseDir, targets = targets)
summarized.data <- shinySummarize(RGSet)
runShinyMethyl(summarized.data)
}
## End(Not run)