Description Usage Value Author(s) Examples
View source: R/run.uncoverapp.R
This function launches unCOVERApp
, a
Shiny
application for clinical assessment of sequence coverage.
1 |
This return a Shiny App. The is no value
Emanuela Iovino
1 2 3 4 5 6 7 8 9 10 11 12 | file.name='../path/sorted.bed.gz'
tbi='.../path/sorted.bed.gz.tbi'
run.uncoverapp()
## Only run this example in interactive R sessions
if (interactive()) {
run.uncoverapp()
}
#After running `run.uncoverapp()` the shiny app appears in your browser
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.