Description Usage Arguments Value Author(s) See Also Examples
View source: R/runShinyMethyl.R
Function to run the interactive shinyMethyl session from a shinyMethylSet.
1 | runShinyMethyl(shinyMethylSet1, shinyMethylSet2 = NULL)
|
shinyMethylSet1 |
|
shinyMethylSet2 |
optional |
No value returned. Instead the shinyMethyl interactive session is launched.
Jean-Philippe Fortin
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.