Skip to content

mskilab-org/readsupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check codecov.io

readsupport

Set of utility functions for use with GenomicRanges

Installation

  1. Install R-4.0 or later

  2. Install devtools

install.packages('devtools')
install.packages('testthat')
  1. Install readsupport and dependent packages
## allows dependencies that throw warnings to install
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE)

devtools::install_github('mskilab/readsupport')

Read Support

What (short or long) reads support a given (known) rearrangement? This analysis is important for vetting or merging rearrangement calls, for genotyping new samples, and for co-calling.

readsupport allows you to assess the read support for a junction or arbitrary rearranged contig (including those representing a multi-part rearrangements). It is built on top of gGnome, RSeqLib, and GenomicRanges.

Examples under construction!

Attributions

Marcin Imielinski - Associate Professor, Weill Cornell Medicine; Core Member, New York Genome Center

Zi-Ning Choo - MD-PhD student, Tri-Institutional MD PhD program, Cornell University

Alon Shaiber - Genomics Data Scientist, Imielinski Lab, Weill Cornell Medicine

About

Computes read support for arbitrary junctions and contigs for single, paired-end, and linked reads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages