View source: R/run.uncoverapp.R
uncoverAPP | R Documentation |
This function launches unCOVERApp
, a
Shiny
application for clinical assessment of sequence coverage.
Setting where uncoverapp will be launched with following where
option:
'"browser'" in user default browser, '"viewer'" RStudio viewer and '"window'"
in a new Rstudio window.
uncoverAPP()
This return a Shiny App. The is no value
Emanuela Iovino
## Not run: file.name='../path/sorted.bed.gz' tbi='.../path/sorted.bed.gz.tbi' app() ## End(Not run) ## Only run this example in interactive R sessions if (interactive()) { app() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.