shiny_motifbreakR: Run Shiny version of the motifbreakR package.

View source: R/scoreMotif.R

shiny_motifbreakRR Documentation

Run Shiny version of the motifbreakR package.

Description

Run Shiny version of the motifbreakR package.

Usage

shiny_motifbreakR()

Value

returns a shinyAppDir that launches the shiny app when printed.

Examples

library(motifbreakR)

app <- shiny_motifbreakR()

if (interactive()) {
  shiny::runApp(app)
}

Simon-Coetzee/motifBreakR documentation built on July 13, 2024, 7:12 p.m.