Abstract
Background: Fusion genes play an important role in the tumorigenesis of many cancers. Next-generation sequencing (NGS) technologies have been successfully applied in fusion gene detection for the last several years, and a number of NGS-based tools have been developed for identifying fusion genes during this period. Most fusion gene detection tools based on RNA-seq data report a large number of candidates (mostly false positives), making it hard to prioritize candidates for experimental validation and further analysis. Selection of reliable fusion genes for downstream analysis becomes very important in cancer research. We therefore developed confFuse, a scoring algorithm to reliably select high-confidence fusion genes which are likely to be biologically relevant.
Results: confFuse takes multiple parameters into account in order to assign each fusion candidate a confidence score, of which score ≥8 indicates high-confidence fusion gene predictions. These parameters were manually curated based on our experience and on certain structural motifs of fusion genes. Compared with alternative tools, based on 96 published RNA-seq samples from different tumor entities, our method can significantly reduce the number of fusion candidates (301 high-confidence from 8,083 total predicted fusion genes) and keep high detection accuracy (recovery rate 85.7%). Validation of 18 novel, high-confidence fusions detected in three breast tumor samples resulted in a 100% validation rate.
Conclusions: confFuse is a novel downstream filtering method that allows selection of highly reliable fusion gene candidates for further downstream analysis and experimental validations. confFuse is available at https://github.com/Zhiqin-HUANG/confFuse.
Keywords: RNA-seq, next-generation sequencing, fusion gene, biomarkers, bioinformatics
Introduction
A fusion gene is typically generated from two different genes due to genomic aberrations, or rarely at the transcript level (e.g., read-through co-transcript events). It can lead to enhanced expression or altered activity of an oncogene, or deregulation of a tumor suppressor gene (Abate et al., 2014). Several technologies such as chromosome banding analysis and fluorescence in situ hybridization (FISH) have been successfully applied in detection of chromosomal alterations in the past (reviewed in e.g. Mertens et al., 2015). More recently, next-generation sequencing (NGS) technologies such as paired-end RNA-seq have enabled the generation of accurate, high-resolution data in a single experiment, allowing for unbiased genome-wide fusion detection (Steidl et al., 2011; Seshagiri et al., 2012; Chmielecki et al., 2013; Weischenfeldt et al., 2013; Lilljebjörn et al., 2014). A great number of fusion gene detection tools/pipelines have been developed to interrogate data from NGS, particularly paired-end RNA-seq (Carrara et al., 2013; Kumar et al., 2016). The performance of the tools differs in terms of sensitivity and specificity, depending on the individual algorithms and filtering methods applied (Kumar et al., 2016). Each of these tools/pipelines has its own advantages and weaknesses. A tool/pipeline should be properly chosen for each user's requirements, since one single tool/pipeline may not work best for all different data sets.
Fusion gene detection tools/pipelines generally consist of three major parts: firstly, mapping genomic data on reference genome/transcriptome based on existing alignment tools such as Bowtie (Langmead et al., 2009; Langmead and Salzberg, 2012) and BWA (Li and Durbin, 2009); second, individual methods for generating fusion candidates such as deFuse (McPherson et al., 2011), FusionMap (Ge et al., 2011), and SOAPfuse (Jia et al., 2013); and third, additional filtering algorithms to remove false positive candidates. The sensitivity of fusion gene detection mainly depends on the mapping ability in the alignment step and the specificity mostly depends on the methods of generating fusion candidates and the individual filtering methods.
Most of those tools/pipelines generate a large number of putative fusion transcripts even after filtering, of which most are likely to be false positives or of low biological interest (e.g., precursor read-through transcripts), making it hard to prioritize candidates for experimental validation. Additional filtering methods were developed based on individual datasets in order to select reliable candidates (Cancer Genome Atlas Research Network, 2013; Torres-García et al., 2014). Those individual filters of fusion gene candidates, however, may have a bias toward cancer or cell type-specific artifacts. A method which can work across different data sets would be very helpful for users. Some false positive fusion predictions may be due to sequencing/alignment artifacts or sequencing library preparation (Mertens et al., 2015). Furthermore, strict filtering can decrease sensitivity of true fusion detection (Torres-García et al., 2014). Therefore, we developed confFuse, a new scoring algorithm, which can be applied on paired-end RNA-seq across tumor entities with both high sensitivity and high detection accuracy.
Materials and methods
confFuse was designed to rank fusion candidates based on deFuse output by assigning each fusion candidate a confidence score, with the aim of markedly reducing the total number of fusion candidates while retaining a high recall rate for true positives. It takes multiple features into account, including some from the standard deFuse output and also newly generated features, with each given a specific score weight. These features are closely relevant to mapping performance and fusion-related structure. The final confidence score is the sum of the score weights of different single/combined features (the initial baseline score is 10). These parameter weightings were manually optimized in comparison to a known validated fusion list, in order to achieve a balance between eliminating false positives whilst retaining true fusions. Fusion candidates scoring between 8 and 10 are considered as being high-confidence candidates. The main features used to calculate these score weights are described below and summarized in Table S1.
Training data
Sixteen recently published pediatric glioblastoma RNA-seq samples were chosen as the first training data (International Cancer Genome Consortium PedBrain Tumor Project, 2016). Fusion gene candidates in these 16 samples were first identified by tools SOAPfuse and TopHat2-Fusion (Kim et al., 2013). High-confidence candidates were then filtered for common artifacts and by visual inspection of fusion break points of exons between two fusion partners (International Cancer Genome Consortium PedBrain Tumor Project, 2016). In total, 40 fusion genes were successfully verified by RT-PCR among the 16 samples. The first training data was mainly used to identify and select features from deFuse reports.
The second training data contains 96 RNA-seq samples from seven studies, including pilocytic astrocytoma (n = 7; Jones et al., 2013), thyroid cancer (n = 5; Ricarte-Filho et al., 2013), glioblastoma (n = 47; Bao et al., 2014), lung adenocarcinoma (n = 28; Seo et al., 2012), ependymoma (n = 7; Pajtler et al., 2015), lung cancer liver metastasis (n = 1; Ju et al., 2012), and biphenotypic sinonasal sarcoma (n = 1; Wang et al., 2014). Those samples, including 126 experimentally verified fusion genes, were used to optimize the score weights of varied features.
Validation data
A published study of early-onset prostate cancer including 11 RNA-seq samples were chosen for validation in silico (Weischenfeldt et al., 2013) and three primary breast cancer samples were used for experimental validation.
Artifact list
Despite a prominent role for oncogenic gene fusions in multiple cancer types, it is relatively rare for the exact same fusion to be detected across multiple, unrelated tumor entities. Fusions identified in multiple samples from different tumor entities based on currently available fusion detection tools are therefore mostly considered to be of high false positive rate. This high false positive prediction may be due to genomic complexity such as repeat regions or mapping artifacts in the alignment step. In total, 171 paired-end RNA-seq samples from 15 different entities were used to generate an artifact list of fusions identified in multiple samples from several different entities (Figure 1). To increase the sensitivity, a small number of verified fusions were manually excluded from the artifact list. We aim to assign high-confidence fusion genes a score between 8 and 10, and consider fusions contained in the artifact list to be of high false positive rate. confFuse therefore assigns a negative score (−6) to those fusions in the artifact list in order to rank them outside of the range of confident predictions.
When taking fusion candidates identified by deFuse (version v0.6.1) in no less than three entities (recurrence ≥ 3), 2190 fusions were included in the artifact list (Figure 2). For candidates identified in ≥4 and ≥5 entities, there are 1,409 and 995 fusions in the artifact list, respectively. In this study, we chose a threshold of three entities for the final artifact list. Of note, a small number of additional putative artifacts are still identified with each increase in the number of different tumor types, suggesting that accuracy could be further improved by increasing the complexity of the data set used to generate the artifact list.
In total, 64% (5881/9169) of putative fusion transcripts (n = 9169) identified in the second training data were found in the artifact list (n = 2190). Among them, 62.3% (3666/5881) were fusions from adjacent genes and 91.5% (5378/5881) were identified by deFuse as likely being a product of alternative splicing.
Split reads and spanning reads
One of the most important features supporting a true fusion event is the number of split reads and spanning reads. Since this is related not just to mapping performance, but also to fusion gene expression levels and sequencing depth, we found that setting a simple threshold on the number of split and spanning reads could not best distinguish true and false positive predictions. For example, a true fusion gene with low expression and low coverage sequencing depth may have only a few detectable split and spanning reads. A false positive fusion gene may have a large number of reads due to mapping artifacts and/or unreliable reads aligned to multiple genomic locations. Comparing verified fusions with all initial calls, the distribution of number of split reads and spanning reads between them is similar, of which the majority are of low read numbers (Figure 3). Most of the verified fusions in the first training data have <200 split reads and 50 spanning reads. A threshold purely on the number of split and spanning reads therefore cannot distinguish true and false positive fusion predictions.
In addition, the mapping quality of reads should also be considered. Some spanning reads can be aligned to more than one genomic position, indicating reads of low mapping quality which do not reliably support a fusion event. Breakpoint homology is the number of nucleotides near the fusion break point which can map equally well to both fusion partners, with very high breakpoint homology therefore suggesting more ambiguous support for a fusion event. Most of the verified fusions contain <10 homologous bases at the fusion breakpoint (Figure 3). confFuse therefore assigns a negative score (−1) when breakpoint homology is ≥10. If spanning reads are mapped on a repeat region, it is difficult to identify where they are originally from, and thus those spanning reads are considered as low mapping quality. Therefore, confFuse assigns a negative score to those fusions with the majority of spanning reads aligned on repeat regions, e.g., −0.5 score for fusions of 80% up to 90% of spanning reads aligned on a repeat region and −1 score for those fusions of >90% (Figure 3; Table S1).
Fusion genes with different fusion transcripts (i.e., splice variants) in the same sample may be of high true positive rate, especially those fusion transcripts with a high count of split reads and spanning reads. We observed that deFuse sometimes reports multiple fusion transcripts for the same pair of fusion partner genes (occurrence of the same fusion pairs) indicating high probability of true fusion events. confFuse thus considers the multiple fusion transcripts from a fusion gene as a positive factor supporting a true fusion event.
By combining with the occurrence of the same fusion pairs, the number of supporting reads, mapping quality of reads, possible mapping artifacts and other fusion structure related features mentioned below, confFuse also assigns a positive score from 0.5 to 2.5 to fusions with a high number of split and uniquely mapped spanning reads or a negative score from −0.5 to −2.0 otherwise, such as −1.5 score when all the spanning reads are mapped on more than one genomic location (Table S1).
Fusion structure related features
Two adjacent genes in the same orientation may give rise to an apparent fusion due to read-through transcription or aberrant splicing rather than genomic rearrangement. Although some may acquire novel function, the vast majority are expected to be false positives in terms of their biological relevance. deFuse reports an altsplice feature, indicating that a fusion may arise from alternative splicing between adjacent genes. In the first training data, verified fusion genes do not contain any read-through or alternative splicing events (Figure 4). More than 75% of initially identified fusions are, however, from an alternative splicing event. Therefore, confFuse takes those fusions with read-through or alternative splicing as high false positive fusion candidates by assigning a negative score (−4) in order to separate them from high confidence candidates. An adjacent gene fusion ESR1:CCDC170 was reported from 22 of 990 tumor samples (Veeraraghavan et al., 2014), showing the possibility of true fusions from adjacent genes. Fusion candidates from adjacent genes but without a read-through or altsplice tag are therefore given a reduced penalty of only −0.5. Furthermore, a higher ratio of inter- rather than intra-chromosomal fusions were detected in the verified fusions comparing with all identified fusions (Figure 4), and confFuse therefore also assigns a modest negative score (−0.5) for intrachromosomal predictions (users can reset the score weight to zero if distance between fusion gene partners is large).
True oncogenic fusions typically preserve the open reading frame in order to form a functional fusion protein, and the precise location of a fusion breakpoint point plays a critical role in demonstrating evidence supporting true positive fusions. When the location of a fusion splicing point is at a known exon boundary, such a fusion is more likely to be a true positive. Comparing with all identified fusions, we observed higher ratios of verified fusions preserving an open reading frame and showing fusion splicing points at exon boundaries (Figure 4). confFuse assigns a negative score to fusions with non-detected open reading frame (−1 score) and with splicing point not at an exon boundary (−1.5 score). It is also more likely to be of low biological interest when a break point is located downstream of the 3′ fusion partner because such predictive fusions may not have biological function or may arise from mapping artifacts. confFuse takes those fusions as low-confidence ones by assigning a negative score (−4).
Results and discussion
Recovery rate of verified fusions
In the first training data (n = 16), 77.5% (31/40) of verified fusions were scored ≥8 by confFuse, 15% (6/40) is of 6 ≤ score <8, and 2.5% (1/40) is <6 (Table S2). In total, 8,083 fusion gene candidates (9,169 putative transcripts) from the second training data (n = 96) were identified by deFuse using default settings, of which 126 fusions were previously validated by RT-PCR (Table S3). confFuse called 301 high-confidence fusion genes (score ≥ 8, 301/8,083, 3.7%). Among the 301 fusions were 108 of the 126 validated fusions, resulting in a recovery rate of 85.7% (108/126). The remaining previously validated fusions were either scored <8 (n = 5) or were not detected or were already filtered by default deFuse parameters prior to application of confFuse (n = 13; Table S4). The correlation between recovery rate and confFuse score in the second training data is given in Figure 5. As annotation features such as read-through are not provided by fusionMap and soapFuse, the number of supporting reads was chosen to compare recovery rate. As the threshold for the required minimum number of supporting reads increases, the recovery rate by soapFuse and fusionMap decreases (Figure S1, Tables S9, S10). For fusions with more than five supporting reads, fusionMap predicted 964 fusions, of which 101 were previously verified, resulting in a recovery rate ~80% (101/126); soapFuse predicted 562 fusions, of which 65 were verified before, resulting in a recovery rate ~51.6% (65/126). Thus, setting a threshold only on the number of supporting reads cannot retain a high recovery rate and results in decreasing sensitivity.
Comparison of defuse probability and confFuse confidence score
The distribution of deFuse's own probability score was compared with our confFuse confidence score for all putative fusion transcripts in the second training data (Figure 6). Notably, there are many putative transcripts with a high deFuse probability which were assigned a low score (~ −8) by confFuse, of which most are in the artifact list or of alternative splicing feature. None of these are in the list of 126 known validated fusions in the second training data. Most of the verified fusions (108/126) are located in the range of confFuse confidence score no less than eight. It demonstrates that confFuse is able to identify the verified fusions among hundreds of putative fusions with high deFuse probability.
Comparison of alternative fusion detection tools
Comparing across tools, fusionMap, deFuse (default probability score threshold = 0.5), deFuse-0.81 (deFuse with probability score threshold set to ≥0.81, as used in McPherson et al., 2011), soapFuse, confFuse-6.5 (score ≥ 6.5) and confFuse-8 (high-confidence candidates scored ≥ 8) showed recovery rates of 91.3, 89.7, 84.9, 73, 88.1, and 85.7% respectively for the 126 validated fusions (Figure 7; Tables S4–S6, S9, S10), indicating confFuse can dramatically reduce the number of candidates (from 8,083 to only 301) without compromising detection accuracy when compared with other available tools.
Validation of confFuse predicted candidates
To evaluate the accuracy of high-confidence candidate predictions (score ≥ 8), three primary breast tumor samples were sequenced to generate paired-end RNA-seq data. In total, deFuse predicted 1,026 fusion genes in the three samples, of which 18 scored ≥8 by confFuse. All 18 high-confidence candidates were validated with RT-PCR followed by Sanger sequencing, resulting in 100% validation rate (Figure 8; Table S7). To the best of our knowledge, the 18 novel fusion genes haven't been validated before. Interestingly, one of them (QKI:PACRG) was predicted in three of 1,019 breast cancer samples from TCGA (www.tumorfusions.org), indicating that QKI:PACRG may be a novel recurrent fusion in breast cancer. QKI can suppress cell proliferation and prevent inappropriate activation of the Notch signaling pathway in lung cancer (Zong et al., 2014) and PACRG is an evolutionarily conserved protein with currently unclear function (Dawe et al., 2005). Furthermore, we randomly chose some candidates scored <8 for validation. Nine of 13 candidates (6.5 ≤ score ≤ 7.5, medium confidence) and three of 10 candidates (0.5 ≤ score ≤ 6, low confidence) were experimentally verified (Table S7). Most of the genes involved in verified fusions were in the expression level of FPKM <50 (median≈6.44; Figure S2), indicating that it is not only very highly-expressed candidates being detected but also lowly-expressed ones.
To find out whether or not those verified fusions are individual tumor specific rather than simply artifacts of pan-breast tumor expression, the primers of verified fusions in each sample were used for validation in the other two breast primary tumor samples as control. In total, primers (Untergasser et al., 2012) of 14 verified fusions were used, of which 13 showed true negative in two control samples and one showed a false negative in one control sample DR8V (Figure S3). This “false negative” fusion (CD3D:TOM1L2) in sample DR8V shows a much weaker band in gel compared with the one in sample AC72 where the fusion was true positive, and appears as a double band of different size to AC72, possibly indicating an unspecific PCR product.
In addition, 11 published early-onset prostate cancer samples were used as an in silico validation dataset. Eight hundred and forty-nine fusion genes were called by deFuse, 24 of which were identified as high-confidence fusion (score ≥ 8) by confFuse. The well-known E26 transformation-specific (ETS) fusions were detected by confFuse in 10 of 11 samples, which are the same as previously published results (Weischenfeldt et al., 2013). Among the 24 fusions, 17 were confirmed by DNA-seq, FISH validation or known ETS fusions, resulting in a ~70% (17/24) recovery rate (Table S8).
Overall, confFuse can classify fusion candidates into three groups, namely high-confidence (8 ≤ score ≤ 10), medium-confidence (6.5 ≤ score ≤ 7.5) and low-confidence (score ≤ 6) fusions, which makes the users more convenient to prioritize candidates for validations. Not only novel and biologically relevant fusions can be identified by confFuse, but also well-known fusions across tumor entities can be detected by confFuse.
Conclusions
Based on deFuse reports, the scoring algorithm confFuse assigns each putative fusion transcript a confidence score. In three breast tumor samples, we achieved 100% true positive rate for high-confidence fusion candidates. Once more verified fusion genes are available as reference data, score weight optimization could be further improved. Users can also customize the score weights based on their experience to better analyze their specific data. In summary, confFuse can reliably select high-confidence fusion genes that are more likely to be biologically relevant, achieving both high validation rate and high detection accuracy, while reducing the number of candidates to a realistic number for validation.
Availability of data and material
Training dataset:
Pediatric glioblastoma: EGAS00001001139 (International Cancer Genome Consortium PedBrain Tumor Project, 2016)
Pilocytic astrocytoma: EGAS00001000381 (Jones et al., 2013)
Thyroid cancer: SRP027364 (Ricarte-Filho et al., 2013)
Lund adenocarcinoma: ERP001058 (Seo et al., 2012)
Ependymoma: Application from the authors (Pajtler et al., 2015)
Lung cancer liver metastasis: ERP001058 (Ju et al., 2012)
Biphenotypic sinonasal sarcoma: GSE52257 (Wang et al., 2014)
Validation dataset:
Prostate cancer: EGAS00001000258 (Weischenfeldt et al., 2013)
Ethics statement
This study was carried out in accordance with the recommendations of the ethics committee of the University of Heidelberg, with written informed consent obtained from all subjects in accordance with the Declaration of Helsinki.
Author contributions
ZH wrote the manuscript and implemented the method. PL, YW, DJ, ZH, and MZ designed the experimental validation and interpreted the results. ZH designed the primers and YW performed the validation. DJ, YW, and MZ revised the manuscript. All the authors read and approved the final manuscript.
Conflict of interest statement
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Acknowledgments
We would like to thank Dr. Zuguang Gu and Dr. Barbara Worst for valuable suggestions and discussion, and thank Achim Stephan for technical assistance. We also thank Prof. Dr. Roland Eils's group for IT infrastructure support.
Glossary
Abbreviations
- FPKM
Fragments Per Kilobase of exon per Million mapped reads.
Footnotes
Funding. This study was supported by the DKFZ-Heidelberg Center for Personalized Oncology (DKFZ-HIPO) through HIPO-017.
Supplementary material
The Supplementary Material for this article can be found online at: http://journal.frontiersin.org/article/10.3389/fgene.2017.00137/full#supplementary-material
References
- Abate F., Zairis S., Ficarra E., Acquaviva A., Wiggins C. H., Frattini V., et al. (2014). Pegasus: a comprehensive annotation and prediction tool for detection of driver gene fusions in cancer. BMC Syst. Biol. 8:97. 10.1186/s12918-014-0097-z [DOI] [PMC free article] [PubMed] [Google Scholar]
- Bao Z.-S., Chen H.-M., Yang M.-Y., Zhang C.-B., Yu K., Ye W.-L., et al. (2014). RNA-seq of 272 gliomas revealed a novel, recurrent PTPRZ1-MET fusion transcript in secondary glioblastomas. Genome Res. 24, 1765–1773. 10.1101/gr.165126.113 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cancer Genome Atlas Research Network (2013). Comprehensive molecular characterization of clear cell renal cell carcinoma. Nature 499, 43–49. 10.1038/nature12222 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Carrara M., Beccuti M., Cavallo F., Donatelli S., Lazzarato F., Cordero F., et al. (2013). State of art fusion-finder algorithms are suitable to detect transcription-induced chimeras in normal tissues? BMC Bioinformatics 14(Suppl. 7):S2. 10.1186/1471-2105-14-S7-S2 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Chmielecki J., Crago A. M., Rosenberg M., O'Connor R., Walker S. R., Ambrogio L., et al. (2013). Whole-exome sequencing identifies a recurrent NAB2-STAT6 fusion in solitary fibrous tumors. Nat. Genet. 45, 131–132. 10.1038/ng.2522 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Dawe H. R., Farr H., Portman N., Shaw M. K., Gull K. (2005). The Parkin co-regulated gene product, PACRG, is an evolutionarily conserved axonemal protein that functions in outer-doublet microtubule morphogenesis. J. Cell Sci. 118(Pt 23), 5421–5430. 10.1242/jcs.02659 [DOI] [PubMed] [Google Scholar]
- Ge H., Liu K., Juan T., Fang F., Newman M., Hoeck W. (2011). FusionMap: detecting fusion genes from next-generation sequencing data at base-pair resolution. Bioinforma Oxf. Engl. 27, 1922–1928. 10.1093/bioinformatics/btr310 [DOI] [PubMed] [Google Scholar]
- Gu Z., Gu L., Eils R., Schlesner M., Brors B. (2014). circlize implements and enhances circular visualization in R. Bioinforma Oxf. Engl. 30, 2811–2812. 10.1093/bioinformatics/btu393 [DOI] [PubMed] [Google Scholar]
- International Cancer Genome Consortium PedBrain Tumor Project (2016). Recurrent MET fusion genes represent a drug target in pediatric glioblastoma. Nat. Med. 22, 1314–1320. 10.1038/nm.4204 [DOI] [PubMed] [Google Scholar]
- Jia W., Qiu K., He M., Song P., Zhou Q., Zhou F., et al. (2013). SOAPfuse: an algorithm for identifying fusion transcripts from paired-end RNA-Seq data. Genome Biol. 14:R12. 10.1186/gb-2013-14-2-r12 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Jones D. T. W., Hutter B., Jäger N., Korshunov A., Kool M., Warnatz H.-J., et al. (2013). Recurrent somatic alterations of FGFR1 and NTRK2 in pilocytic astrocytoma. Nat. Genet. 45, 927–932. 10.1038/ng.2682 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ju Y. S., Lee W.-C., Shin J.-Y., Lee S., Bleazard T., Won J.-K., et al. (2012). A transforming KIF5B and RET gene fusion in lung adenocarcinoma revealed from whole-genome and transcriptome sequencing. Genome Res. 22, 436–445. 10.1101/gr.133645.111 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kim D., Pertea G., Trapnell C., Pimentel H., Kelley R., Salzberg S. L. (2013). TopHat2: accurate alignment of transcriptomes in the presence of insertions, deletions and gene fusions. Genome Biol. 14:R36. 10.1186/gb-2013-14-4-r36 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Kumar S., Vo A. D., Qin F., Li H. (2016). Comparative assessment of methods for the fusion transcripts detection from RNA-Seq data. Sci. Rep. 6:21597. 10.1038/srep21597 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Langmead B., Salzberg S. L. (2012). Fast gapped-read alignment with Bowtie 2. Nat. Methods 9, 357–359. 10.1038/nmeth.1923 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Langmead B., Trapnell C., Pop M., Salzberg S. L. (2009). Ultrafast and memory-efficient alignment of short DNA sequences to the human genome. Genome Biol. 10:R25. 10.1186/gb-2009-10-3-r25 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li H., Durbin R. (2009). Fast and accurate short read alignment with Burrows-Wheeler transform. Bioinforma Oxf. Engl. 25, 1754–1760. 10.1093/bioinformatics/btp324 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lilljebjörn H., Ågerstam H., Orsmark-Pietras C., Rissler M., Ehrencrona H., Nilsson L., et al. (2014). RNA-seq identifies clinically relevant fusion genes in leukemia including a novel MEF2D/CSF1R fusion responsive to imatinib. Leukemia 28, 977–979. 10.1038/leu.2013.324 [DOI] [PubMed] [Google Scholar]
- McPherson A., Hormozdiari F., Zayed A., Giuliany R., Ha G., Sun M. G. F., et al. (2011). deFuse: an algorithm for gene fusion discovery in tumor RNA-Seq data. PLoS Comput. Biol. 7:e1001138. 10.1371/journal.pcbi.1001138 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mertens F., Johansson B., Fioretos T., Mitelman F. (2015). The emerging complexity of gene fusions in cancer. Nat. Rev. Cancer 15, 371–381. 10.1038/nrc3947 [DOI] [PubMed] [Google Scholar]
- Pajtler K. W., Witt H., Sill M., Jones D. T. W., Hovestadt V., Kratochwil F., et al. (2015). Molecular classification of ependymal tumors across all CNS compartments, histopathological grades, and age groups. Cancer Cell. 27, 728–743. 10.1016/j.ccell.2015.04.002 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ricarte-Filho J. C., Li S., Garcia-Rendueles M. E. R., Montero-Conde C., Voza F., Knauf J. A., et al. (2013). Identification of kinase fusion oncogenes in post-Chernobyl radiation-induced thyroid cancers. J. Clin. Invest. 123, 4935–4944. 10.1172/JCI69766 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Seo J.-S., Ju Y. S., Lee W.-C., Shin J.-Y., Lee J. K., Bleazard T., et al. (2012). The transcriptional landscape and mutational profile of lung adenocarcinoma. Genome Res. 22, 2109–2119. 10.1101/gr.145144.112 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Seshagiri S., Stawiski E. W., Durinck S., Modrusan Z., Storm E. E., Conboy C. B., et al. (2012). Recurrent R-spondin fusions in colon cancer. Nature 488, 660–664. 10.1038/nature11282 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Steidl C., Shah S. P., Woolcock B. W., Rui L., Kawahara M., Farinha P., et al. (2011). MHC class II transactivator CIITA is a recurrent gene fusion partner in lymphoid cancers. Nature 471, 377–381. 10.1038/nature09754 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Torres-García W., Zheng S., Sivachenko A., Vegesna R., Wang Q., Yao R., et al. (2014). PRADA: pipeline for RNA sequencing data analysis. Bioinforma Oxf. Engl. 30, 2224–2226. 10.1093/bioinformatics/btu169 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Untergasser A., Cutcutache I., Koressaar T., Ye J., Faircloth B. C., Remm M., et al. (2012). Primer3–new capabilities and interfaces. Nucleic Acids Res. 40:e115. 10.1093/nar/gks596 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Veeraraghavan J., Tan Y., Cao X.-X., Kim J. A., Wang X., Chamness G. C., et al. (2014). Recurrent ESR1-CCDC170 rearrangements in an aggressive subset of oestrogen receptor-positive breast cancers. Nat. Commun. 5:4577. 10.1038/ncomms5577 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wang X., Bledsoe K. L., Graham R. P., Asmann Y. W., Viswanatha D. S., Lewis J. E., et al. (2014). Recurrent PAX3-MAML3 fusion in biphenotypic sinonasal sarcoma. Nat. Genet. 46, 666–668. 10.1038/ng.2989 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Weischenfeldt J., Simon R., Feuerbach L., Schlangen K., Weichenhan D., Minner S., et al. (2013). Integrative genomic analyses reveal an androgen-driven somatic alteration landscape in early-onset prostate cancer. Cancer Cell. 23, 159–170. 10.1016/j.ccr.2013.01.002 [DOI] [PubMed] [Google Scholar]
- Zong F.-Y., Fu X., Wei W.-J., Luo Y.-G., Heiner M., Cao L.-J., et al. (2014). The RNA-binding protein QKI suppresses cancer-associated aberrant splicing. PLoS Genet. 10:e1004289. 10.1371/journal.pgen.1004289 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.