All Projects → suhrig → arriba

suhrig / arriba

Licence: other
Fast and accurate gene fusion detection from RNA-Seq data

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to arriba

MINTIE
Method for Identifying Novel Transcripts and Isoforms using Equivalence classes, in cancer and rare disease.
Stars: ✭ 24 (-85.19%)
Mutual labels:  rna-seq, cancer, structural-variation, gene-fusions
rnafusion
RNA-seq analysis pipeline for detection gene-fusions
Stars: ✭ 72 (-55.56%)
Mutual labels:  rna-seq, gene-fusion, fusion-genes
squid
SQUID detects both fusion-gene and non-fusion-gene structural variations from RNA-seq data
Stars: ✭ 37 (-77.16%)
Mutual labels:  rna-seq, structural-variation, fusion-genes
PopDel
Population-wide Deletion Calling
Stars: ✭ 31 (-80.86%)
Mutual labels:  variant-calling, structural-variation
dysgu
dysgu-SV is a collection of tools for calling structural variants using short or long reads
Stars: ✭ 47 (-70.99%)
Mutual labels:  variant-calling, structural-variation
arcsv
Complex structural variant detection from WGS data
Stars: ✭ 16 (-90.12%)
Mutual labels:  variant-calling, structural-variation
ngs-in-bioc
A course on Analysing Next Generation (/High Throughput etc..) Sequencing data using Bioconductor
Stars: ✭ 37 (-77.16%)
Mutual labels:  rna-seq
Create-a-CV-with-Bootstrap-to-conquer-the-World
Create a CV with Bootstrap to conquer the World!
Stars: ✭ 25 (-84.57%)
Mutual labels:  star
poreplex
A versatile sequenced read processor for nanopore direct RNA sequencing
Stars: ✭ 74 (-54.32%)
Mutual labels:  rna-seq
jquery-stars
jQuery "Magic" animation plugin
Stars: ✭ 15 (-90.74%)
Mutual labels:  star
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (-87.04%)
Mutual labels:  rna-seq
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (-81.48%)
Mutual labels:  rna-seq
mageri
MAGERI - Assemble, align and call variants for targeted genome re-sequencing with unique molecular identifiers
Stars: ✭ 19 (-88.27%)
Mutual labels:  cancer
kana
Single cell analysis in the browser
Stars: ✭ 81 (-50%)
Mutual labels:  rna-seq
simuG
simuG: a general-purpose genome simulator
Stars: ✭ 68 (-58.02%)
Mutual labels:  structural-variation
rna-seq-kallisto-sleuth
A Snakemake workflow for differential expression analysis of RNA-seq data with Kallisto and Sleuth.
Stars: ✭ 56 (-65.43%)
Mutual labels:  rna-seq
cacao
Callable Cancer Loci - assessment of sequencing coverage for actionable and pathogenic loci in cancer
Stars: ✭ 21 (-87.04%)
Mutual labels:  cancer
TCC-GUI
📊 Graphical User Interface for TCC package
Stars: ✭ 35 (-78.4%)
Mutual labels:  rna-seq
MacroUtils
MacroUtils is a collection of high-level APIs in order to make your life easier when writing STAR-CCM+ JAVA macros.
Stars: ✭ 32 (-80.25%)
Mutual labels:  star
Protocols-4pub
Multi-omics analysis protocols by Lyu.
Stars: ✭ 37 (-77.16%)
Mutual labels:  rna-seq

About

Arriba is a command-line tool for the detection of gene fusions from RNA-Seq data. It was developed for the use in a clinical research setting. Therefore, short runtimes and high sensitivity were important design criteria. It is based on the ultrafast STAR aligner, and the post-alignment runtime is typically just ~2 minutes. Arriba's workflow produces fully reusable alignments, which can serve as input to other common analyses, such as quantification of gene expression. In contrast to many other fusion detection tools which build on STAR, Arriba does not require to reduce the STAR parameter --alignIntronMax to detect fusions arising from focal deletions. Reducing this parameter impairs mapping of reads to genes with long introns and may affect expression quantification, hence.

Apart from gene fusions, Arriba can detect other structural rearrangements with potential clinical relevance, including viral integration sites, internal tandem duplications, whole exon duplications, intragenic inversions, enhancer hijacking events involving immunoglobulin/T-cell receptor loci, translocations affecting genes with many paralogs such as DUX4, and truncations of genes (i.e., breakpoints in introns or intergenic regions).

Arriba is the winner of the DREAM SMC-RNA Challenge, an international competition organized by ICGC, TCGA, IBM, and Sage Bionetworks to determine the current gold standard for the detection of gene fusions from RNA-Seq data. The final results of the challenge are posted on the Round 5 Leaderboard and discussed in the accompanying publication.

Get help

Use the GitHub issue tracker to get help or to report bugs.

Citation

Sebastian Uhrig, Julia Ellermann, Tatjana Walther, Pauline Burkhardt, Martina Fröhlich, Barbara Hutter, Umut H. Toprak, Olaf Neumann, Albrecht Stenzinger, Claudia Scholl, Stefan Fröhling and Benedikt Brors: Accurate and efficient detection of gene fusions from RNA sequencing data. Genome Research. March 2021 31: 448-460; Published in Advance January 13, 2021. doi: 10.1101/gr.257246.119

License

The code, software and database files of Arriba are distributed under the MIT/Expat License, with the exception of the script draw_fusions.R, which is distributed under the GNU GPL v3 due to dependencies on GPL-licensed R packages. The terms and conditions of both licenses can be found in the LICENSE file.

User manual

Please refer to the user manual for installation instructions and information about usage. Note: You should not use git clone to download Arriba, because the git repository does not include the blacklist and other database files!

  1. Quickstart

  2. Workflow

  3. Input files

  4. Output files

  5. Visualization

  6. Command line options

  7. Interpretation of results

  8. Utility scripts

  9. Current limitations

  10. Internal algorithm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].