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 Aug. 6, 2024, 5:17 a.m.