uncoverAPP: run.uncoverapp

View source: R/run.uncoverapp.R

uncoverAPPR Documentation

run.uncoverapp

Description

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.

Usage

uncoverAPP()

Value

This return a Shiny App. The is no value

Author(s)

Emanuela Iovino

Examples

## 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()
}



Manuelaio/uncoverappLib documentation built on Feb. 16, 2023, 12:52 a.m.