run.uncoverapp {uncoverappLib} | R Documentation |
This function launches unCOVERApp
, a
Shiny
application for clinical assessment of sequence coverage.
run.uncoverapp()
This return a Shiny App. The is no value
Emanuela Iovino
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