The musicatk Shiny app allows users
to perform mutational signature analysis using an interative graphical user
interface (GUI)
Usage
musicatk(include_version = TRUE, theme = "yeti")
Arguments
- include_version
Include the version number in the header.
Default TRUE
.
- theme
The theme to use for the GUI. Default "yeti"
.
Value
The shiny app will open. No data will be returned.
Examples
if (FALSE) { # \dontrun{
# Start the app
musicatk()
} # }