Abstract
Background
The possibility of integrating viral vectors to become a persistent part of the host genome makes them a crucial element of clinical gene therapy. However, viral integration has associated risks, such as the unintentional activation of oncogenes that can result in cancer. Therefore, the analysis of integration sites of retroviral vectors is a crucial step in developing safer vectors for therapeutic use.
Results
Here we present VISMapper, a vector integration site analysis web server, to analyze next-generation sequencing data for retroviral vector integration sites. VISMapper can be found at: http://vismapper.babelomics.org.
Conclusions
Because it uses novel mapping algorithms VISMapper is remarkably faster than previous available programs. It also provides a useful graphical interface to analyze the integration sites found in the genomic context.
Keywords: Gene therapy, Viral insertion, Viral integration, Sequence mapping, Genome viewer
Background
The stable, long-term correction of diseases by integrating viral vectors carrying healthy copies defective genes in the patient’s genome has become mainstream procedure in clinical gene therapy [1, 2]. However, despite its successful application, viral integration based therapies are not exempt of risks, such as the accidental activation of oncogenes that can cause malignant transformation of the cells [3, 4]. Vector locations in the host genome constitute molecular markers that help monitoring the fate of affected cells. Analysis of vector insertion sites (ISs) is carried out by the amplification (currently using Next Generation Sequencing –NGS- technologies) of sequences from retroviral vectors with a long terminal repeat (LTR). Primers mapping LTRs produce sequence reads with LTR-chromosome junctions, which can be used to accurately determine the chromosomal region of insertion of the viral vector [4]. Such monitoring is required because it is known that distinct gene transfer vectors can have preferences to target gene coding regions, CpG islands, or transcriptional start sites [5–7].
Here we present a new web server, VISMapper, a web tool to manage sequencing data for the detection of viral vector insertion sites in gene therapy experiments. VISMapper is much faster than other alternative software available and provides a comprehensive graphic interface that allows interactive visualization of the viral ISs in the genomic context.
Implementation
VISMapper is written in Node.js (a JavaScript runtime) and uses GenomeMaps [8] for the visual representation of the results in the context of the genome. Thus the resulting viral insertion sites of an experiment can be visualized along with the genomic features they have around, including reads mapped, genes and other type of genomic elements. Supported assemblies for the human genome are GRCh37 and GRCh38.
Cancer genes were taken from the COSMIC [9] database through the CellBase [10] webservices.
Results
Data upload and workspace
VISMapper reads standard FASTQ or FASTA files containing reads corresponding to the insertion sites of the virus. If FASTA files are provided, they are converted to FASTQ format. Since FASTA files lack the quality parameter, this is set to 20 by default for the FASTQ file generated. A value of 20 minimizes the false positive rate when the original sequences are standard quality. In any case, the use of FASTQ containing quality values is obviously preferable. Files can be ZIP compressed. During the upload, user can optionally provide an email to be notified of the end of the data processing (given the speed of data processing it is usually unnecessary).
Read mapping
Reads in the FASTQ file are mapped onto the reference human genome using BWA [11] or HPG-Align [12]. Typically mapping runtimes are in the range of seconds, which makes of VISMapper a truly interactive and accurate tool for exploring the result of retroviral insertion experiments. IS locations are detected by identified reads partially mapped. We use the CIGAR information for this. When the CIGAR of a mapping contains soft or hard clippings it indicates that the corresponding read have part of the genome sequence as well as part of the viral sequence. The reads are arranged by chromosome using SAMTools [13] and are inserted in a MySQL database for facilitating a faster access to them.
Dashboard
The Dashboard is a graphical working environment composed by three panels: the karyotype viewer, the genome viewer and the control panel (See Fig. 1). The karyotype viewer provides a general perspective of all the ISs along the chromosomes. Clicking with the left mouse button magnifies the chromosome, with ISs marked as red lines. Exact details on the IS location are provided by setting the cursor over them. A vertical panel on its left (See Fig. 1) allows filtering IS by the number of reads supporting them. It also allows searching those reads which are closer to oncogenes of genes related to specific tumor types. When the mouse hovers the chromosome in the karyotype a detailed view of the selected chromosome with the IS is displayed. Setting the mouse over the ISs pops up information on its exact location and the number of reads supporting it.
A more detailed view of the region in which the ISs occur (that can be selected by clicking in the karyotype viewer) can be obtained with the genome viewer, which implements GenomeMaps [8]. Several tracks are available at different detail level depending on the zoom level in the genome viewer: a) the surrounding genomic region, b) oncogenes located in the neighborhood (the cursor over them displays information on the genes) and c) reads mapped around the IS (again, information on the read, such as strand, mapping quality, etc. is provided by hovering the mouse on them).
Finally, the control panel allows setting a threshold based on the number of reads that support ISs and allows finding specific cancer genes or genes of specific cancer types (see Fig. 1, left part). Specifically, a box allows setting a threshold with the minimum number of reads to consider a IS (5 by default). The second box allows selecting a specific oncogene (can be searched by name or selected from a list). The list of oncogenes has been extracted from COSMIC. Another box allows displaying only the genes known to be associated with a given tumor.
Report
The control panel allows generating a comprehensive tabular report of the results found. The button report directs to another page with a table containing all the ISs found that can be arranged by all the criteria shown in the header of the columns (chromosome, position, quality, etc.) Different filters (number of reads that support the IS and distance to a cancer gene) can be applied to expand or reduce the number of ISs to consider. This list can be downloaded in tab delimited format and a BAM file with the alignments found by the mapper can also be downloaded.
For any IS considered with the filtering schema used, the report contains the following items:
Chromosome
Position
Number of reads mapped in this position
Average quality of all the reads mapped in the position
Closest oncogene
Distance to the oncogene (0 means that the IS maps within the oncogene)
Position of the oncogene with respect to the IS
Entrez entry of the oncogene
URL to the Entrez entry of the oncogene
Comparison to other web servers for viral is mapping
There are a few web servers for viral vector insertion site analysis, such as, HISAP [14], SeqMap (requires user registration) or QuickMap [15], or the recently published VISA [16]. However, all of them use BLAST [17] or BLAT [18] for read mapping that involve comparatively much longer runtimes. Figure 2 shows a comparative of runtimes where the increase in speed gained by the use of more sophisticated mapping algorithms in VISMapper is obvious. The data used in the comparison were taken from the VISA website and can also be downloaded at the VISMapper documentation site (https://github.com/jmjuanes/vismapper/tree/master/ismapper-test).
In addition, a more detailed comparison was made with the VISA program by generating 4 datasets with known number of IS using the IS generator program from the VISA website (https://visa.pharmacy.wsu.edu/bioinformatics/random_site_generator.html). Table 1 shows the results of the comparison. Relative runtimes are similar to the ones shown in Fig. 2. While both methods give a very small number of false positives, in general VISMapper is able to map a higher percentage of sequences and found more IS sites than VISA.
Table 1.
Dataset | Input size (reads) | Insertion sites | Performance | VISA | VISMapper |
---|---|---|---|---|---|
Input 1 | Runtime | ~72 h | ~60 s | ||
100,000 | 100,000 | IS detected | 99,694 | 99.793 | |
Total sequences mapped | 99,694 | 99,881 | |||
Input 2 | Runtime | ~72 h | ~60 s | ||
50,000 | 50,000 | IS detected | 49,854 | 49,897 | |
Total sequences mapped | 49,855 | 49,936 | |||
Input 3 | Runtime | ~72 h | ~30 s | ||
10,000 | 10,000 | IS detected | 9992 | 9969 | |
Total sequences mapped | 9995 | 9981 | |||
Input 4 | Runtime | ~5 h | ~30 s | ||
1000 | 1000 | IS detected | 906 | 929 | |
Total sequences mapped | 906 | 930 |
Runtimes of both programs are shown for the four datasets, along with the number of sequences correctly mapped, that correspond to the IS detected, and the total number of sequences mapped, which in both cases is slightly superior, demonstrating a low rate of false positives in both cases
In addition, QuickMap does not process more than 50,000 sequences and VISA limits are between 50,000 and 100,000. HISAP could manage up to 100,000 in about 50 min, but cannot arrive to 250,000 sequences. Moreover, none of the other programs provide a graphic interface to analyze the results. Furthermore, QuickMap and HISAP do not support GRCh38.
Conclusions
Because of its speed and sensitivity, VISMapper constitutes an attractive alternative to the options available for viral insertion site analysis. VISMapper offers a unique, interactive graphical working environment that allows a detailed and exhaustive exploration of the consequences and potential risks of the viral vectors inserted in the analyzed genome.
Acknowledgements
Not applicable
Funding
This work is supported by grants BIO2014–57291-R from the Spanish Ministry of Economy and Competitiveness (MINECO), and Plataforma de Recursos Biomoleculares y Bioinformáticos PT13/0001/0007 from the ISCIII, both co-funded with European Regional Development Funds (ERDF); H2020-INFRADEV-1-2015-1 ELIXIR-EXCELERATE (ref. 676,559). None of the funding bodies played any role in the design or conclusions of the study.
Availability of data and materials
VISMapper can be found at: http://vismapper.babelomics.org. VISMapper code can be found in the GitHub repository https://github.com/jmjuanes/vismapper. Associated documentation can be found at: https://github.com/jmjuanes/vismapper/wiki. The data used in the general comparison can be found at: https://github.com/jmjuanes/vismapper/tree/master/ismapper-test.
Abbreviations
- BAM
Binary alignment map
- BWA
Burrows–wheeler algorithm
- IS
Insertion Site
- LTR
Long terminal repeat
- NGS
Next generation sequencing
Authors’ contributions
JMJ, and AG programmed the code, JT and IM programmed and optimized the mapping of sequences, FJC and PMG helped with the programming, VA coordinated the programming work and JD conceived the work and wrote the paper. All the authors read and approved the final manuscript.
Ethics approval and consent to participate
Not applicable
Consent for publication
Not applicable
Competing interests
The authors declare that they have no competing interests.
Publisher’s Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Gaspar HB, Parsley KL, Howe S, King D, Gilmour KC, Sinclair J, Brouns G, Schmidt M, Von Kalle C, Barington T, et al. Gene therapy of X-linked severe combined immunodeficiency by use of a pseudotyped gammaretroviral vector. Lancet. 2004;364(9452):2181–2187. doi: 10.1016/S0140-6736(04)17590-9. [DOI] [PubMed] [Google Scholar]
- 2.Cartier N, Hacein-Bey-Abina S, Bartholomae CC, Veres G, Schmidt M, Kutschera I, Vidaud M, Abel U, Dal-Cortivo L, Caccavelli L, et al. Hematopoietic stem cell gene therapy with a lentiviral vector in X-linked adrenoleukodystrophy. Science. 2009;326(5954):818–823. doi: 10.1126/science.1171242. [DOI] [PubMed] [Google Scholar]
- 3.Cavazzana-Calvo M, Payen E, Negre O, Wang G, Hehir K, Fusil F, Down J, Denaro M, Brady T, Westerman K, et al. Transfusion independence and HMGA2 activation after gene therapy of human beta-thalassaemia. Nature. 2010;467(7313):318–322. doi: 10.1038/nature09328. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Paruzynski A, Arens A, Gabriel R, Bartholomae CC, Scholz S, Wang W, Wolf S, Glimm H, Schmidt M, von Kalle C. Genome-wide high-throughput integrome analyses by nrLAM-PCR and next-generation sequencing. Nat Protoc. 2010;5(8):1379–1395. doi: 10.1038/nprot.2010.87. [DOI] [PubMed] [Google Scholar]
- 5.Schroder AR, Shinn P, Chen H, Berry C, Ecker JR, Bushman F. HIV-1 integration in the human genome favors active genes and local hotspots. Cell. 2002;110(4):521–529. doi: 10.1016/S0092-8674(02)00864-4. [DOI] [PubMed] [Google Scholar]
- 6.Mitchell RS, Beitzel BF, Schroder AR, Shinn P, Chen H, Berry CC, Ecker JR, Bushman FD. Retroviral DNA integration: ASLV, HIV, and MLV show distinct target site preferences. PLoS Biol. 2004;2(8):E234. doi: 10.1371/journal.pbio.0020234. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Wu X, Li Y, Crise B, Burgess SM. Transcription start regions in the human genome are favored targets for MLV integration. Science. 2003;300(5626):1749–1751. doi: 10.1126/science.1083413. [DOI] [PubMed] [Google Scholar]
- 8.Medina I, Salavert F, Sanchez R, de Maria A, Alonso R, Escobar P, Bleda M, Dopazo J. Genome maps, a new generation genome browser. Nucleic Acids Res. 2013;41(Web Server issue):W41–W46. doi: 10.1093/nar/gkt530. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Forbes SA, Bindal N, Bamford S, Cole C, Kok CY, Beare D, Jia M, Shepherd R, Leung K, Menzies A, et al. COSMIC: mining complete cancer genomes in the catalogue of somatic mutations in cancer. Nucleic Acids Res. 2011;39(Database issue):D945–D950. doi: 10.1093/nar/gkq929. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Bleda M, Tarraga J, de Maria A, Salavert F, Garcia-Alonso L, Celma M, Martin A, Dopazo J, Medina I. CellBase, a comprehensive collection of RESTful web services for retrieving relevant biological information from heterogeneous sources. Nucleic Acids Res. 2012;40(Web Server issue):W609–W614. doi: 10.1093/nar/gks575. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Li H, Durbin R. Fast and accurate short read alignment with burrows-wheeler transform. Bioinformatics. 2009;25(14):1754–1760. doi: 10.1093/bioinformatics/btp324. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Tarraga J, Arnau V, Martinez H, Moreno R, Cazorla D, Salavert-Torres J, Blanquer-Espert I, Dopazo J, Medina I. Acceleration of short and long DNA read mapping without loss of accuracy using suffix array. Bioinformatics. 2014;30(23):3396–3398. doi: 10.1093/bioinformatics/btu553. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R. The sequence alignment/map format and SAMtools. Bioinformatics. 2009;25(16):2078–2079. doi: 10.1093/bioinformatics/btp352. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Arens A, Appelt JU, Bartholomae CC, Gabriel R, Paruzynski A, Gustafson D, Cartier N, Aubourg P, Deichmann A, Glimm H, et al. Bioinformatic clonality analysis of next-generation sequencing-derived viral vector integration sites. Human gene therapy methods. 2012;23(2):111–118. doi: 10.1089/hgtb.2011.219. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Appelt JU, Giordano FA, Ecker M, Roeder I, Grund N, Hotz-Wagenblatt A, Opelz G, Zeller WJ, Allgayer H, Fruehauf S, et al. QuickMap: a public tool for large-scale gene therapy vector insertion site mapping and analysis. Gene Ther. 2009;16(7):885–893. doi: 10.1038/gt.2009.37. [DOI] [PubMed] [Google Scholar]
- 16.Hocum JD, Battrell LR, Maynard R, Adair JE, Beard BC, Rawlings DJ, Kiem HP, Miller DG, Trobridge GD. VISA--vector integration site analysis server: a web-based server to rapidly identify retroviral integration sites from next-generation sequencing. BMC Bioinformatics. 2015;16:212. doi: 10.1186/s12859-015-0653-6. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ. Basic local alignment search tool. J Mol Biol. 1990;215(3):403–410. doi: 10.1016/S0022-2836(05)80360-2. [DOI] [PubMed] [Google Scholar]
- 18.Kent WJ. BLAT--the BLAST-like alignment tool. Genome Res. 2002;12(4):656–664. doi: 10.1101/gr.229202. [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.
Data Availability Statement
VISMapper can be found at: http://vismapper.babelomics.org. VISMapper code can be found in the GitHub repository https://github.com/jmjuanes/vismapper. Associated documentation can be found at: https://github.com/jmjuanes/vismapper/wiki. The data used in the general comparison can be found at: https://github.com/jmjuanes/vismapper/tree/master/ismapper-test.