Partek Flow Documentation

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

A fusion gene is a hybrid gene that combines parts of two or more original genes. They can form as a result of chromosomal rearrangements (such as translocation, interstitial deletion, or chromosomal inversion) or abnormal transcription and have been shown to act as drivers of malignant transformation or/and progression in various neoplasms (1). The discovery and characterization of fusion genes hav been greatly facilitated by the use of NGS (2) and several computational algorithms have been developed to detect them. 

This chapter covers will illustrate how to detect fusion genes by: 

Partek Algorithm

General Overview

The Partek® Flow® fusion detection algorithm uses paired-end information to find pairs of genes that may express as a hybrid. A paired-end read is considered for a fusion event if:

  • an alignment from the first-in-pair maps to a different sequence (chromosome) than an alignment from the second-in-pair, or;
  • the distance between all alignments from the first-in-pair and the second-in-pair exceed a custom-defined threshold (default: 50 kb).

The algorithm then reports peaks of reads that are potentially involved in a fusion event. Adjacent peaks are merged if their distance is less than 200 bp (default) and the probability that the peak is derived from the null distribution of peaks (determined by permutation) is reported. False positives hits are reduced by ignoring alignments that overlap with regions masked in the .2bit file. Finally, the peaks are annotated with a transcript model and a report is generated for pairs of peaks which map to different transcripts.

Running Partek Fusion Gene Algorithm within Partek Flow

Partek algorithm can be invoked on a data node containing aligned paired-end reads (i.e. Aligned reads node), through the Detect fusion genes link in the Variant detection section of the toolbox (Figure 1).

 

Figure 1. Invoking Partek fusion gene algorithm via Detect fusion genes link

First, the genome build that should be used for fusion gene detection needs to be specified (Figure 2).

 

Figure 2. Specifying the genome build to be used for fusion gene detection (“iDEA Challenge” project shown as an example)

The next dialog (Fusion options; Figure 3) allows for optimization of several parameters. Min distance between ends specifies the minimum distance (bp) between first in pair and second in pair reads to be considered for a fusion event, while Window gap (bp) defines the minimum distance that needs to be detected between two neighboring fusion candidates in order to label them as independent fusion events. The Annotation model is required to annotate the components of the fusion gene in the output table (see below).

 

Figure 3. Configuration of Partek fusion gene detection dialog (project “Fusion gene” shown as an example)

As a result, a new data node (Fusion) will be created (Figure 4). Selecting the Fusion node opens the toolbox and the list of fusion genes can then be reached via the Task report link.

 

Figure 4. Fusion data node as a result of Partek fusion gene detection algorithm

An example of the output, i.e. Fusion report, is shown in Figure 5. Each row of the table is a potential fusion event, with the columns providing the following information.

  • Chromosome1: chromosome ID for the gene on the left side of the fusion;
  • Start1: start position of the segment on the left;
  • Stop1: stop position of the segment of the left;
  • Chromosome 2: chromosome ID for the gene on the right side of the fusion;
  • Start2: start position of the segment on the right;
  • Stop2: stop position of the segment on the left;
  • Sample ID: sample in which the fusion event was identified;
  • Counts: number of supporting reads;
  • p-value: p-value for the chi-squared test comparing the observed number of counts against the expected number (background distribution);
  • Gene1: gene on the left side of the fusion;
  • Gene2: gene on the right side of the fusion.

All the columns can be sorted by using the arrow buttons () in column headers.

 

Figure 5. Fusion report of Partek fusion gene detection algorithm. Each row represents a fusion gene candidate (an example is shown)

TopHat-Fusion Algorithm

General Overview

TopHat-Fusion is a version of TopHat (see Chapter 6.1) with the ability to align reads across fusion points and detect fusion genes resulting from breakage and re-joining of two different chromosomes or from rearrangements within a chromosome (3). It is independent of gene annotation and can discover fusion products from known genes, unannotated splice variants of known genes or completely unknown genes.

The reads are first aligned to the genome and initially, unaligned reads are then split into multiple 25 bp sequences which are, in turn, aligned to the genome by Bowtie. TopHat-Fusion algorithm then identifies the cases where the first and the last 25 bp segment are aligned to either two different chromosomes or two locations on the same chromosome (spacing is defined by the user). The whole read is then used to identify a fusion point. After the initial fusion candidates are defined, all the segments from initially unaligned reads are realigned against the fusion points (as well as intron boundaries and indels) and the resulting alignments are combined to full read alignments.

The most up to date TopHat-Fusion version implemented in Partek Flow when the manual was written (2.0.8) focuses on fusions due to chromosomal rearrangements, while fusions resulting from read-through transcription or trans-splicing were not supported. TopHat-Fusion can handle both paired- and single-end reads, but the support of color-space reads is still pending. For details as well as discussion of TopHat-Fusion options, see TopHat-Fusion home page (4).

Running TopHat-Fusion within Partek Flow

TopHat-Fusion is integrated with TopHat 2 and fusion detection is activated by using the Fusion search check box in the TopHat 2 Alignment options dialog (Figure 6).

 

Figure 6. Activating TopHat-Fusion algorithm for detection of fusion genes (“Fusion gene” project shown as an example)

The output is associated with the Fusion results data node (Figure 7), which is a part of TopHat 2 results (in addition to Aligned reads node and, optionally, Unaligned reads node).

 

Figure 7. Fusion results node as a result of TopHat-Fusion algorithm

Selecting the Fusion results node opens the toolbox, with Variant detection options (Figure 8).

 

Figure 8. Variant detection options invokable on TopHat-Fusion results

Fusion report displays an annotated report on detected fusion genes. For that purpose an annotation file needs to be specified first (Figure 9).

 

Figure 9. Selecting an annotation file to annotate TopHat-Fusion results (“Fusion gene” project shown as an example)

The result of annotation is the Fusion report task node as seen in Figure 10.

 

Figure 10. Fusion report task node as a result of annotating Fusion results generated by TopHat-Fusion algorithm

The list of annotated fusion genes, in a form of Fusion report (Figure 11), can be obtained by first selecting the Fusion report task node and then the Task report link from the toolbox. Each row of the table in Figure 11 is a potential fusion event, with the columns providing the following information.

  • Sample ID: sample in which the fusion event was identified;
  • Score: fusion score as defined in the original TopHat-Fusion report (3);
  • Type1: genomic section of the left-hand part of the fusion;
  • Gene1: gene on the left side of the fusion;
  • Transcript1: affected transcript of the Gene1;
  • Type2: genomic section of the right-hand part of the fusion;
  • Gene2: gene on the right side of the fusion;
  • Transcript2: affected transcript of the Gene2
  • Loci: coordinates of the fusion event (a dash indicates genes on different chromosomes, while a colon indicates that both genes are on the same chromosome with the distance between the parts being given after the colon) ;
  • Strands: orientation of the two chromosomes (e.g. ff indicates that both chromosomes are in forwarding direction);
  • Spanning reads: the number of reads spanning the fusion.

All the columns can be sorted by using the arrow buttons () in column headers.

 

Figure 11. Fusion report of TopHat-Fusion fusion gene detection algorithm. Each row represents a fusion gene candidate (an example is shown)

Moreover, Fusion attribute report, when invoked from the Fusion results node, displays a report on attributes of detected fusion genes. Attributes to be tested for association with the fusion should be specified first (Figure 12).

 

Figure 12. Selecting attributes to be tested for association with fusion events (“ER Status” shown as an example)

A new data node, Fusion attribute report, is generated in the Analysis tab (Figure 13) and it provides access to the Task report link in the toolbox.

 

Figure 13. Fusion attribute report node as a result of annotating Fusion results generated by TopHat-Fusion algorithm

The output, Fusion report table (Figure 14) resembles the basic TopHat-Fusion output (Figure 11); each row of the table is a single fusion event and three right-most columns are as follows:

  • p-value: p-value for the chi-squared test comparing the observed number of counts against across the levels of the attribute specified in the setup;
  • % in (attribute level): fraction of reads detected within the samples belonging to the specified level of the attribute (each level is presented as a single column).

 

Figure 14. Fusion attribute report of TopHat-Fusion fusion gene detection algorithm. Each row represents a fusion gene candidate (the example shows comparison of number of fusion reads detected in ER– group vs. ER+ group, with the p-value based on χ2 test)

STAR Algorithm

General Overview

STAR aligner (see Chapter 6.1) also has the ability to detect fusion genes (referred to as “chimeric alignments”) (5). During the first phase of alignment, STAR searches for maximal mappable prefixes (seeds) of sequencing reads. In the second phase, all the seeds that align within user-defined genomic windows are stitched together. If an alignment within one genomic window does not cover the entire read sequence, STAR will try to find two or more windows that cover the entire read. This essentially results in detection of fusion events, with different parts of reads aligning to distal genomic locations, or different chromosomes, or different strands.

The most up to date STAR version implemented in Partek Flow when the manual was written (2.3.0) aligns both paired- and single-end reads. Color-space reads are not supported.

Running STAR Chimeric Alignment within Partek Flow

STAR fusion detection algorithm is integrated with STAR aligner and fusion detection is activated by tick-marking Chimeric alignment option in the Advanced options of the aligner (the Advanced options dialog is reached via Configure link in the setup dialog). As soon as the Chimeric alignment is selected, additional options, specific to the fusion search algorithm, are shown (Figure 15). For discussion on the options details, see STAR documentation.

 

Figure 15. Controls of the STAR fusion gene detection algorithm (aligner defaults are shown)

The output is associated with the Chimeric results data node (Figure 16), which is a part of STAR results (in addition to Aligned reads node and, optionally, Unaligned reads node).

 

Figure 16. Chimeric results node as a result of STAR’s chimeric alignment algorithm

Selecting the Chimeric results node opens the toolbox, with Variant detection options (Figure 17).

 

Figure 17. Variant detection options invokable on STAR’s chimeric alignment results

Fusion report displays an annotated report on detected fusion genes. For that purpose, an annotation file needs to be specified first (Figure 18).

 

Figure 18. Selecting an annotation file to annotate STAR’s chimeric alignment results (“Fusion gene” project shown as an example)

The result of annotation is the Fusion report task node as seen in Figure 19.

 

Figure 19. Fusion report task node as a result of annotating Chimeric results generated by STAR’s chimeric alignment

The list of annotated fusion genes, in a form of Fusion report (Figure 20), can be obtained by first selecting the Fusion report task node and then the Task report link from the toolbox. Each row of the table in Figure 20 is a potential fusion event, with the columns providing the following information.

  • Sample ID: sample in which the fusion event was identified;
  • Score: not applicable;
  • Type1: genomic section of the left-hand part of the fusion;
  • Gene1: gene on the left side of the fusion;
  • Transcript1: affected transcript of the Gene1;
  • Type2: genomic section of the right-hand part of the fusion;
  • Gene2: gene on the right side of the fusion;
  • Transcript2: affected transcript of the Gene2
  • Loci: coordinates of the fusion event (a dash indicates genes on different chromosomes, while a colon indicates that both genes are on the same chromosome with the distance between the parts being given after the colon) ;
  • Strands: orientation of the two chromosomes (e.g. ff indicates that both chromosomes are in forwarding direction);
  • Spanning reads: the number of reads spanning the fusion.

All the columns can be sorted by using the arrow buttons () in column headers.

 

Figure 20. Fusion report of STAR’s chimeric alignment fusion gene detection algorithm. Each row represents a fusion gene candidate (an example is shown; Score is not applicable to STAR)

Moreover, Fusion attribute report, when invoked from the Chimeric results node, displays a report on attributes of detected fusion genes. Attributes to be tested for association with the fusion should be specified (Figure 21).

 

Figure 21. Selecting attributes to be tested for association with fusion events (“ER Status” shown as an example)

A new data node, Fusion attribute report, is generated in the Analysis tab (Figure 22) and it provides access to the Task report link in the toolbox.

 

Figure 22. Fusion attribute report node as a result of annotating Chimeric results generated by STAR’s chimeric alignment algorithm

The output, Fusion report table (Figure 23) resembles the basic TopHat-Fusion output (Figure 11); each row of the table is a single fusion event and three right-most columns are as follows:

  • p-value: p-value for the chi-squared test comparing the observed number of counts against across the levels of the attribute specified in the setup;
  • % in (attribute level): fraction of reads detected within the samples belonging to the specified level of the attribute (each level is presented as a single column).

 

Figure 23. Fusion attribute report of STAR’s chimeric alignment algorithm. Each row represents a fusion gene candidate (the example shows comparison of number of fusion reads detected in ER– group vs. ER+ group, with the p-value based on χ2 test)

References1

  1. Annala MJ, Parker BC, Zhang W, Nykter M. Fusion genes and their discovery using high throughput sequencing. Cancer Lett. 2013;340:192-200.
    1. Costa V, Aprile M, Esposito R, Ciccodicola A. RNA-Seq and human complex diseases: recent accomplishments and future perspectives. Eur J Hum Genet. 2013;21:134-142.
    2. Kim D, Salzberg SL. TopHat-Fusion: an algorithm for discovery of novel fusion transcripts. Genome Biology. 2011;12:R72
    3. TopHat-Fusion. An algorithm for discovery of novel fusion transcripts. http:// http://tophat.cbcb.umd.edu/fusion_index.html Accessed on April 25, 2014
    4. Dobin A, Davies CA, Schlesinger F et al. STAR: ultrafast universal RNA-seq aligner. Bioinformatics. 2013;29:15-21.

 

Additional Assistance

If you need additional assistance, please visit our support page to submit a help ticket or find phone numbers for regional support.


Your Rating: Results: 1 Star2 Star3 Star4 Star5 Star 3 rates

  • No labels