Description Usage Arguments Value Note Examples
This is an interface for Bioconductor package methylGSA.
1 | runExample(run = TRUE)
|
run |
Run the app or not. Default is TRUE |
The shiny app will be opened in a web browser.
In order to run the app, the following R/Bioconductor packages needs to be installed properly: shinycssloaders, DT, ggplot2, IlluminaHumanMethylation450kanno.ilmn12.hg19 (if analyzing 450K array) IlluminaHumanMethylationEPICanno.ilm10b4.hg19 (if analyzing EPIC array)
1 2 3 4 | ## Please note: in this example, the argument run is set to be FALSE in
## order to pass R CMD check. However, when using the app, users are
## expected to launch the app by runExample()
runExample(FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.