Skip to content

csoneson/jcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junction coverage compatibility scores

R build status No Maintenance Intended

This repository contains an R package aimed at facilitating the calculation of gene-wise junction coverage compatibility (JCC) scores, as described in

  • Soneson C, Love MI, Patro R, Hussain S, Malhotra D and Robinson MD: A junction coverage compatibility score to quantify the reliability of transcript abundance estimates and annotation catalogs. Life Science Alliance 2019.

The JCC scores are aimed at detecting genes for which estimated transcript abundances are unreliable, either because of problems in the transcript abundance estimation or because of missing or wrongly annotated reference transcripts. It does so by comparing the number of reads predicted to align across each junction, inferred from the transcript abundances and a fragment bias model, to the observed number of junction-spanning reads, obtained via alignment of the reads to the genome. A high JCC score for a gene indicates that the estimated abundances for the corresponding transcripts are unreliable and should be treated with care in downstream analyses.

Installation

The jcc package can be installed using devtools:

library(devtools)
install_github("csoneson/jcc")

or the BiocManager CRAN package

BiocManager::install("csoneson/jcc")

Note that jcc depends on the alpine package, which was removed from Bioconductor in release 3.18. Thus, in order to use jcc, please install Bioconductor release 3.17 or earlier.

About

R package to calculate junction coverage compatibility (JCC) scores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published