run.uncoverapp {uncoverappLib}R Documentation

run.uncoverapp

Description

This function launches unCOVERApp, a Shiny application for clinical assessment of sequence coverage.

Usage

run.uncoverapp()

Value

This return a Shiny App. The is no value

Author(s)

Emanuela Iovino

Examples


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


[Package uncoverappLib version 1.2.0 Index]