run.uncoverapp: run.uncoverapp

Description Usage Value Author(s) Examples

View source: R/run.uncoverapp.R

Description

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

Usage

1

Value

This return a Shiny App. The is no value

Author(s)

Emanuela Iovino

Examples

 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

uncoverappLib documentation built on Nov. 8, 2020, 5:07 p.m.