shiny_motifbreakR | R Documentation |
Run Shiny version of the motifbreakR package.
shiny_motifbreakR()
returns a shinyAppDir
that launches the shiny app when printed.
library(motifbreakR)
app <- shiny_motifbreakR()
if (interactive()) {
shiny::runApp(app)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.