Skip to main content

RivIndel: Complex indel detection from short read sequencing

Project description

RivIndel

IN CONSTRUCTION!

Motivation

Complex indels (cxIndels) often introduce multiple deletions, insertions and mismatches during the alignment phase. Complex indels are prone to be found on highly unstable genomes such as Lung Adenocarcinoma (LUAD). A correct interpretation in terms of net base change is crucial: e.g. exon 19 EGFR inframe deletions are actionable, but not frameshift deletions.

These variants are typically called as multiple individual variants by some popular somatic callers (Mutect2, Lancet, etc). Since these individual variants are closely located, there is a high chance that they come from a single compound variant.

RivIndel detects complex indels from targeted sequencing (Illumina). RivIndel scans every targeted region (supplied as a BED file) in a similar fashion than indelSeek. However, RivIndel validates candidate cxIdels after a successful assembly of candidate reads (plus neighbouring soft-clipped reads). This, in turn, leads to a better allele frequency estimation.

Method overview

Slide

Install RivIndel locally

  1. Clone RivIndel repository:
git clone https://github.com/bdolmo/RivIndel.git
cd RivIndel/
  1. Install via pip
pip3 install -e .

Usage

python3 RivIndel.py --bam <input.bam> --bed <test.bed> --vcf <out.vcf>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rivindel-0.0.1.tar.gz (265.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page