README.md

This repository is home of R package uncoverappLib launching a unCOVERApp, a web application for clinical assessment and annotation of coverage gaps in target genes. Read more about unCOVERApp on biorxiv

DOI

Table of content

Prerequisites

This app requires following dependencies:

Installation

To install this package, start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
#BiocManager::install("uncoverappLib")     

The development version can be installed directly from Github:

install.packages("devtools")
devtools::install_github("Manuelaio/uncoverappLib")

Major informations about unCOVERApp R dependences are here .

Build Status

Introduction

The rapid spread of NGS-technology has been coupled since its beginning with development of bioinformatic tools for data analysis and interpretation. However, despite increasing accuracy of available approaches, the need to assess sequencing quality of the analysis targets at the base-pair resolution poses growing challenges especially in the clinical settings. In diagnostics indeed, meticulous investigation of every single target base is often required to exclude that pathogenic events across the gene of interest may be missed due to uneven sequence coverage.

unCOVERApp is an interactive web-application for graphical inspection of sequence coverage within gene regions.

unCOVERApp highlights low coverage genomic positions, according to the coverage threshold specified by the user, providing dbNSFP-based annotations for clinical assessment of low coverage regions. It implements basic statistical tools such as binomial probability calculation that genomic positions are adequately covered, and maximum credible allele frequency.

Download_annotation_files

To associate low-coverage sites with functional and clinical annotations, unCOVERApp uses dbNSFP version 4.0 stored in two file:

Those files are stored on Zenodo at following link for downloading. sorted.bed.gz encloses prediction scores (MutationAssessor, SIFT, CADD, M-CAP, Polyphen2-HVAR), allele frequencies observed in gnomAD data, dbsnp accession number, HGVS notations and clinical annotation information from ClinVar and OMIM. Loading sorted.bed.gz allows the annotation of each low coverage genomic position user-defined. . Run following commands to correctly create a unique cache for uncoverappLib using BiocFileCache package.

library(uncoverappLib)
getAnnotationFiles()

Input

As input file unCOVERApp takes:

For more details on working with unCOVERApp see Vignette.

Usage

Load library and set up R environment with annotation file as following. The way to launch unCOVERApp is run.uncoverapp() function.

library(uncoverappLib)
run.uncoverapp()

For more details on working with uncoverapp see Vignette or Documentation.pdf on Github.



Try the uncoverappLib package in your browser

Any scripts or data that you put into this service are public.

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