FusionCatcher
Overview
FusionCatcher is a well-known tool that searches for somatic novel/known fusion genes, translocations, and/or chimeras in RNA-seq data. While FusionCatcher itself is not part of Illumina Connected Annotations, we have included a subset of their genomic databases in Illumina Connected Annotations.
Publication
Daniel Nicorici, Mihaela Şatalan, Henrik Edgren, Sara Kangaspeska, Astrid Murumägi, Olli Kallioniemi, Sami Virtanen, Olavi Kilkku. (2014) FusionCatcher – a tool for finding somatic fusion genes in paired-end RNA-sequencing data. bioRxiv 011650
Supported Data Sources
Oncogenes
The following data sources are aggregated and used to populate the isOncogene field in the gene JSON object:
Germline
Healthy (strong support)
banned.txt
Healthy
healthy.txt
non-tumor cell lines
non-tumor_cells.txt
Somatic
Known
known.txt
Gene Pair TSV File
Most of the data files in FusionCatcher are two-column TSV files containing the Ensembl gene IDs that are paired together.
Example
Here are the first few lines of the 1000genomes.txt file:
Parsing
In Illumina Connected Annotations, we will only import a gene pair if both Ensembl gene IDs are recognized from either our GRCh37 or GRCh38 cache files.
Gene TSV File
Some of the data files are single-column files containing Ensembl gene IDs. This is commonly used in the data files representing oncogene data sources.
Example
Here are the first few lines of the oncogenes_more.txt file:
Parsing
Known Issues
Known Issues
FusionCatcher also uses creates custom Ensembl genes (e.g. ENSG09000000002) to handle missing Ensembl genes. Illumina Connected Annotations will ignore these entries since we only include the gene IDs that are currently recognized by Illumina Connected Annotations.
I suspect that these were originally RefSeq genes and if so, we can support those directly in Illumina Connected Annotations in the future.
Download URL
JSON Output
genes
genes object
5' gene & 3' gene
germlineSources
string array
matches in known germline data sources
somaticSources
string array
matches in known somatic data sources
genes
first
gene object
5' gene
second
gene object
3' gene
isParalogPair
bool
true when both genes are paralogs for each other
isPseudogenePair
bool
true when both genes are pseudogenes for each other
isReadthrough
bool
true when this fusion gene is a readthrough event (both are on the same strand and there are no genes between them)
gene
hgnc
string
gene symbol. e.g. MSH6
isOncogene
bool
true when this gene is an oncogene
Last updated
Was this helpful?

