Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2024 May 6;52(W1):W341–W347. doi: 10.1093/nar/gkae343

IsoVis – a webserver for visualization and annotation of alternative RNA isoforms

Ching Yin Wan 1,3, Jack Davis 2,3, Manveer Chauhan 3, Josie Gleeson 4, Yair D J Prawer 5, Ricardo De Paoli-Iseppi 6, Christine A Wells 7, Jarny Choi 8,, Michael B Clark 9,
PMCID: PMC11223830  PMID: 38709877

Abstract

Genes commonly express multiple RNA products (RNA isoforms), which differ in exonic content and can have different functions. Making sense of the plethora of known and novel RNA isoforms being identified by transcriptomic approaches requires a user-friendly way to visualize gene isoforms and how they differ in exonic content, expression levels and potential functions. Here we introduce IsoVis, a freely available webserver that accepts user-supplied transcriptomic data and visualizes the expressed isoforms in a clear, intuitive manner. IsoVis contains numerous features, including the ability to visualize all RNA isoforms of a gene and their expression levels; the annotation of known isoforms from external databases; mapping of protein domains and features to exons, allowing changes to protein sequence and function between isoforms to be established; and extensive species compatibility. Datasets visualised on IsoVis remain private to the user, allowing analysis of sensitive data. IsoVis visualisations can be downloaded to create publication-ready figures. The IsoVis webserver enables researchers to perform isoform analyses without requiring programming skills, is free to use, and available at https://isomix.org/isovis/.

Graphical Abstract

Graphical Abstract.

Graphical Abstract

Introduction

The transcriptome of higher organisms is immensely complex with genes commonly producing multiple mRNA products (transcript isoforms). For example, the current GENCODE 44 (1) catalogue of human genes annotates 252 835 transcript isoforms from 62 700 genes, with 89 067 of these isoforms expressed from 19 396 protein-coding genes. Studies in other species have found similar results (1–4). Alternate isoforms are generated by multiple processes including alternative transcriptional initiation sites, alternative splicing and alternative transcription termination sites, with >90% of human genes undergoing alternative splicing (5).

Alternative RNA isoforms encode different RNA and protein sequences, which can modify the functions of proteins and RNA. Specific isoforms play essential roles in numerous cellular, developmental and disease processes, including through genetic mutations that cause pathogenic changes to isoform expression (6,7). The recent maturation of long-read RNA-seq methodologies has also enabled more accurate isoform profiling from both bulk and single-cell samples (8). Studies using long-read RNA-seq have confirmed our understanding of isoforms remains far from complete and that many novel isoforms remain to be discovered in even the most well studied species (8–12).

The enormous number of known and novel isoforms in the transcriptome necessitates tools that can effectively visualise the isoforms identified from RNA-seq, allowing researchers to quickly understand which isoforms are expressed, how they differ from one another, and the potential consequences alternative isoforms could have on gene and protein function. Existing tools for RNA splicing or isoform visualization exist (13–23), however most are software packages that require expertise in R, Java, Python etc. to use (14–16,18,20,21). In addition, existing tools have limitations including: restriction to visualizing specific exons as opposed to whole isoforms (19,23); are not designed to visualize user data (22); can only display small numbers of isoforms or samples (14,16,18,19,23); don’t integrate isoform structure and expression levels (14,17,21); or don’t provide information about the impact of alternative isoforms on the encoded protein (13–16,21–23).

Here we introduce the Isoform Visualizer (IsoVis) to overcome these limitations. IsoVis is user-friendly and requires no programming skills to visualize data provided by the user. The intuitive design can display from 1-to-many isoforms in an isoform stack and their expression in a heatmap. IsoVis provides linked isoform and protein data, including the mapping of protein domains and motifs to exons, allowing changes to protein sequence and function between isoforms to quickly be established. The webserver can visualize isoform data from any species, with linked isoform, open reading frame (ORF) and protein domain information displayed for all chordate species in Ensembl plus additional popular model organisms.

Materials and methods

Implementation

IsoVis is a pure JavaScript application, built using Vue.js (https://vuejs.org/) and BootstrapVue (https://bootstrap-vue.org/). It has been implemented using the Nuxt 2 (https://nuxt.com/) framework for rapid development and deployment.

IsoVis reads the isoform data input file to parse the isoform information, including the locations of exons for each isoform. This is used to build the central visualization (‘isoform stack’), which shows one isoform per row. It then queries external databases to add additional information. Ensembl (24) is queried to fetch gene information as well as information on any known isoforms. InterPro (25) is queried to fetch protein domain and motif mapping information, which is visualized above the isoform stack. InterPro contains more protein data than can be visualized easily along a single row, hence key features of interest are extracted including Pfam-annotated domains, signal peptides (26), intrinsically disordered regions from MobiDB-lite (27) and coils (28).

Users can optionally upload a heatmap data input file. IsoVis parses the file and extracts data from the gene of interest selected by the user, which will then be used to build a heatmap showing the sample data of each shown isoform.

When users upload an isoform stack file containing data from more than one gene, IsoVis shows a prompt to select a gene for visualization. Users can search for the desired gene using either its gene ID specified in the isoform stack file or the Ensembl gene symbol associated with it. When users search via a gene symbol/ partial gene symbol, IsoVis queries the mygene.info service (https://mygene.info) (29) with this information and obtains a list of possible matches from the user-specified species. Then, it checks the Ensembl gene ID of each symbol in the list, and symbols that have matching IDs with those from the isoform stack file are displayed for the user to select from.

Since IsoVis is a pure JavaScript application, uploaded files are read and processed locally within the browser's memory. Hence no data is uploaded to, or stored on, the IsoVis server. As all data being viewed on IsoVis remains private to the user, IsoVis can be utilized for sensitive datasets that cannot be sent to, processed, or stored by, unauthorized third parties.

IsoVis is open source and users can create their own local install by downloading the source code from GitHub (https://github.com/ClarkLaboratory/IsoVis) and following the installation instructions provided.

Results

Here we introduce IsoVis, an accessible and user-friendly webserver for the visualization of RNA isoform structure, expression and protein features. IsoVis accepts a variety of standard transcript and expression files as input, displays isoforms in a fast and intuitive design and outputs high-quality, publication-ready visualization images.

Data upload and selecting species and genes to view

Required inputs

Stack data file: Users upload a GTF, GFF or BED file containing RNA isoform data into IsoVis. All BED file formats from BED4-to-BED12 are accepted. Heatmap data file: Users can optionally upload a CSV or tab-separated text file containing isoform expression levels in one or more samples. Input files must contain gene and transcript IDs and can contain RNA isoform data ranging from one gene to a whole transcriptome. Use of Ensembl gene and transcript IDs are recommended as these are required to fetch canonical isoform and protein data from Ensembl (24) and InterPro (25) and search via gene symbols. Detailed information on data input requirements is provided in the IsoVis website help section.

Species and gene selection

IsoVis can visualize properly formatted isoform stack and expression heatmap data from any species. IsoVis provides linked information from all chordate species (>300) in Ensembl (24), plus common model organisms Drosophila melanogaster (fruit fly) and Saccharomyces cerevisiae (Baker's yeast). Species is set to Homo sapiens by default. For all other supported species, selecting the correct species from the ‘Upload data’ species search box will generate the linked information (Figure 1A, B).

Figure 1.

Figure 1.

IsoVis Data upload and gene selection and visualization features. (A) Data upload function. Select stack (GTF, GFF or BED) file and optionally an expression heatmap (CSV or TXT) file. Search > 300 species to display linked information. (B) Species search includes all chordate species in Ensembl plus fruit fly and yeast. (C) Select gene of interest by Gene ID or gene symbol. (D) Screenshot of IsoVis gene isoform visualization page with annotation of features (red squares). Each row in central stack corresponds to an isoform, displaying splicing and exon structures, as well as expression values as a heatmap where this is available. Isoform/transcript IDs provided by the user are displayed on the left-hand side, with known IDs linked to their associated Ensembl pages. The canonical isoform is sourced from Ensembl and protein information for the gene is visually summarized and key features are mapped to exons on the canonical transcript. Many of the visual elements are interactive, including toggles to show open reading frames and to reverse the reading direction. Data from (30).

If a file contains 1 gene, it will be visualized by default. For files containing multiple genes, the user will be asked to select a gene of interest and may switch genes later. Gene selection can be performed by searching for gene IDs, and where there is a MyGene.info (29) gene symbol linked to the ID, by gene symbol (Figure 1C). The IsoVis visualization currently displays one gene at a time. Other genes from the stack can be selected by clicking on the ‘Change selected gene’ button on the visualization page.

IsoVis features

Isoform Stack: visualization and comparison of isoform structures, splicing and exonic content

The central visualization in IsoVis is the Isoform stack (Figure 1D). Each row corresponds to an isoform. Exons are shown as black boxes and introns as thin lines. Green shading is used to identify any region that is exonic in any isoform, enabling quick assessment of where isoforms differ in structure and sequence. Introns are shrunk and normalized to focus on exonic content. Hovering the mouse/cursor over an exon within the stack displays additional information about the exon, including its exon number, exonic region and genomic coordinates. User provided transcript/isoform IDs are shown to the left of the stack.

The gene strand and 5′ and 3′ coordinates of the gene are displayed below the stack. The gene strand is labelled and indicated by arrowheads pointing from 5′ to 3′. Each arrowhead covers the same length of genomic sequence and therefore their compression gives a visual indication of how much each intron has been shrunk. Many aspects of the stack are interactive, or can be modified using the ‘Stack Options’ menu. Intron normalization can be toggled to show the stack in genomic scale. Reading direction can be reversed to show a gene from left-to-right or right-to-left as per user preference.

IsoVis has a zoom function to examine small scale changes between isoforms, such as changes to exon boundaries. Click and drag to select the region to zoom into or enter the precise genomic coordinates in the ‘Zoom to coordinates’ box. Zoom can be re-set by right clicking.

The order and number of isoforms shown is completely user customizable. By default isoform are displayed in the order found in the uploaded stack file. Isoforms can be dragged to re-ordered, or hidden from the stack using the ‘x’ button, while all isoforms can be hidden or shown by selecting the ‘+’ button to display the Edit Isoform list feature. Isoforms can also be sorted alphabetically or by mean expression level using the sort icons.

Heatmap: quantification and comparison of isoform expression levels within and between samples

IsoVis displays isoform expression data from each sample in a colour-blind friendly heatmap (Figure 1D). Hovering the cursor over a cell will display the isoform, sample and expression value. Log10 transformation of expression values can also be performed.

Canonical transcript and links to reference isoform data: comparison of experimental data to known gene isoform information

When uploaded data is labelled with gene and transcript IDs from a supported species Ensembl (24) and InterPro (25) are queried to display linked information (Figure 1D). The Ensembl canonical isoform for the gene of interest is imported and displayed above the isoform stack, allowing comparison of the annotated major isoform of the gene with those found in user samples. Gene and isoform labels are hyperlinked to their Ensembl pages. The open reading frame (ORF) within the canonical isoform and all annotated isoforms can be toggled on and off using the Stack Options menu, identifying which exons encode UTRs and CDS.

Mapping of protein domains and features to exons: visualizing the impact of alternative isoforms on proteins

Alternative isoforms can code for proteins with altered sequences and functions (6). To enable researchers to quickly estimate the possible impact of alternative isoforms on the encoded proteins IsoVis fetches protein domains and features from InterPro (25). The protein corresponding to the canonical isoform is displayed in a protein track at the top of the stack, with each feature mapped to the exonic regions which encode them. Summary descriptions of each protein domain are also provided (Figure 1D). This immediately allows the user to see, for example, if the gain or loss of an exon in an alternative isoform falls within a known protein domain and therefore might modulate or disrupt its function. Protein information is shown by default but can be disabled in the Stack Options menu.

High quality visualizations

The IsoVis Image Export feature allow users to download high-quality publication-ready images in PNG, JPEG, SVG or PDF formats.

Use cases

Visualizing differentially expressed isoforms during cellular differentiation

Cellular differentiation leads to widespread gene and isoform expression changes. Previous investigation identified 326 differentially expressed isoforms during differentiation of SH-SY5Y neuroblastoma cells (30). DLK1 is involved in regulating cell growth and differentiation (31). IsoVis reveals that while 7 DLK1 isoforms were expressed, almost all expression was from a novel isoform with skipping of exon 2 that was upregulated during SH-SY5Y differentiation into neural-like cells (Figure 2A). ARHGAP36 is reported to be a Rho GTPase activator and downstream effector of sonic hedgehog signalling (32). Four ARHGAP36 isoforms were upregulated during SH-SY5Y differentiation (Figure 2B). Toggling known ORFs and zooming into the start of the coding region reveals 3 of the upregulated isoforms are missing the N-terminal signal peptide and so may have a different cellular localization to the canonical isoform (Figure 2C).

Figure 2.

Figure 2.

Differential expression of known and novel isoforms during SH-SY5Y differentiation (30). (A) Upregulation of a novel isoform of DLK1 during differentiation. (B) Upregulation of 4 ARHGAP36 isoforms during differentiation. (C) Zoom to exons 2–4 of differentially expressed isoforms from (B). An alternative exon boundary in isoforms 203, 204 and 206 causes them to lack the N-terminal signal peptide found in canonical isoform 201. ORF toggle causes exonic coding regions to be thicker and untranslated regions to be thinner. Protein domains (purple), signal peptides (brown), disordered regions (green).

Isoform expression visualization in public large-scale datasets

The Genotype-Tissue Expression (GTEx) consortium have profiled expression in hundreds of tissues and cell lines. We used IsoVis to visualize long-read RNA-seq isoform data from the GTEx V9 release, enabling investigation of the structure and expression of the >70 000 novel isoforms reported (9). CACNB2 is a voltage-gated calcium channel (VGCC) subunit (33). GTEx data identified one known CACNB2 isoform (CACNB2-207), which was expressed across different regions of the brain and heart and one novel isoform that was largely specific to the cerebellum and not expressed at all outside of the brain (Figure 3). This novel CACNB2 isoform has an alternative transcriptional start site and skipping of canonical exon 7 but retains the VGCC beta and guanylate kinase domains.

Figure 3.

Figure 3.

Novel cerebellum-specific CACNB2 isoform in GTEx data (9). Protein domains (purple), disordered regions (green).

Cell-type expression in single-cell datasets

Advances in single-cell RNA-seq (scRNA-seq) methods are enabling single-cell isoform profiling (8). Expression of isoforms across cells and cell-types can identify those involved in the functions of, or transitions between, cell types. We visualized differentially expressed isoforms from scRNA-seq of the differentiation of stem-cells to cortical neurons (34). Multiple DNA replication licensing factor MCM4 isoforms were upregulated in radial glial cells, including the retained intron isoform MCM4-208, which is thought to be a non-coding transcript (24) (Figure 4).

Figure 4.

Figure 4.

Single-cell isoform expression of MCM4 during stem-cell to cortical neuron differentiation (34). For simplicity, expression from cells of the same cell type were pooled to create ‘pseudobulk’ expression values. Protein domains (purple), disordered regions (green).

Demo datasets

IsoVis has an inbuilt demo data page showing the human gene PLEKHM2 from nanopore direct RNA sequencing of SH-SY5Y cells (Figure 1D) (30). IsoVis also hosts whole transcriptome sequencing data from multiple studies, including all datasets shown as use cases (9,30,34), enabling users to fully explore the various features of IsoVis. All demo/hosted data are downloadable.

Discussion and conclusion

Gaining a full understanding of the complexity of the transcriptome and making the most of RNA sequencing datasets requires going beyond gene counts to investigate RNA isoforms. The growing popularity of long-read RNA-seq approaches, which are specifically designed to output high-quality isoform-level data, further necessitates tools to analyse expression results at the isoform level. IsoVis is a novel tool for rapid visualization and analysis of RNA isoforms and is applicable to single-gene amplicon sequencing expression datasets through to whole transcriptome bulk or single-cell libraries. IsoVis has been designed to be applicable to a wide range of researchers by requiring no programming skills, being compatible with a wide range of species and keeping the data under analysis private to the user. In the future we plan to further increase the number of species IsoVis provides linked transcript and protein information for, while also expanding the quantity of protein features and ORF data provided.

IsoVis allows users to explore the rich isoform-level data produced by RNA-seq and provides an intuitive overview of how gene isoforms differ and diverge. Such information will accelerate the understanding of genes, cell types and tissues and facilitate hypothesis generation to investigate the potentially divergent functions of alternate gene isoforms.

Acknowledgements

The authors would like to thank the members of the Clark group for website testing and suggestions, as well as Quentin Gouil, Keith Vance and Nadia Davidson for helpful suggestions and comments. We thank stemformatics.org and ARDC Nectar Research Cloud for providing the infrastructure.

Author contributions: Michael Clark and Christine Wells conceptualised the project. Ching Yin Wan and Jack Davis developed IsoVis software and webserver with Jarny Choi. Manveer Chauhan performed data analysis. Josie Gleeson, Yair Prawer, Ricardo De Paoli-Iseppi and Michael Clark led website feature testing and feedback. Michael Clark and Jarny Choi provided project administration and wrote the manuscript with assistance and review by all authors.

Notes

Present address: Jarny Choi, St Vincent's Institute of Medical Research, Fitzroy, Victoria, 3065, Australia.

Contributor Information

Ching Yin Wan, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Jack Davis, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Manveer Chauhan, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Josie Gleeson, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Yair D J Prawer, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Ricardo De Paoli-Iseppi, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Christine A Wells, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Jarny Choi, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Michael B Clark, Department of Anatomy and Physiology, The University of Melbourne, Parkville, Victoria, 3010, Australia.

Data availability

IsoVis is available at https://isomix.org/isovis/. This website is free and open to all users and there is no login requirement. IsoVis is a fully open source project, under the Mozilla Public License 2.0, and its source code can be found at https://github.com/ClarkLaboratory/IsoVis (doi: 10.5281/zenodo.10864822). The source code includes the demo data.

Funding

National Health and Medical Research Council [GNT1196841 to M.B.C., GNT1186371 to C.A.W.]. Funding for open access charge: National Health and Medical Research Council [GNT1196841 to M.B.C.].

Conflict of interest statement. None declared.

References

  • 1. Frankish  A., Diekhans  M., Jungreis  I., Lagarde  J., Loveland  J.E., Mudge  J.M., Sisu  C., Wright  J.C., Armstrong  J., Barnes  I.  et al.  GENCODE 2021. Nucleic Acids Res.  2021; 49:D916–D923. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2. Bussotti  G., Leonardi  T., Clark  M.B., Mercer  T.R., Crawford  J., Malquori  L., Notredame  C., Dinger  M.E., Mattick  J.S., Enright  A.J.  Improved definition of the mouse transcriptome via targeted RNA sequencing. Genome Res.  2016; 26:705–716. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Zhang  S., Li  R., Zhang  L., Chen  S., Xie  M., Yang  L., Xia  Y., Foyer  C.H., Zhao  Z., Lam  H.M.  New insights into Arabidopsis transcriptome complexity revealed by direct sequencing of native RNAs. Nucleic Acids Res.  2020; 48:7700–7711. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4. Roach  N.P., Sadowski  N., Alessi  A.F., Timp  W., Taylor  J., Kim  J.K.  The full-length transcriptome of C. Elegans using direct RNA sequencing. Genome Res.  2020; 30:299–312. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Wang  E.T., Sandberg  R., Luo  S., Khrebtukova  I., Zhang  L., Mayr  C., Kingsmore  S.F., Schroth  G.P., Burge  C.B.  Alternative isoform regulation in human tissue transcriptomes. Nature. 2008; 456:470–476. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6. Marasco  L.E., Kornblihtt  A.R.  The physiology of alternative splicing. Nat. Rev. Mol. Cell Biol.  2023; 24:242–254. [DOI] [PubMed] [Google Scholar]
  • 7. Cummings  B.B., Marshall  J.L., Tukiainen  T., Lek  M., Donkervoort  S., Foley  A.R., Bolduc  V., Waddell  L.B., Sandaradura  S.A., O’Grady  G.L.  et al.  Improving genetic diagnosis in Mendelian disease with transcriptome sequencing. Sci. Transl. Med.  2017; 9:eaal5209. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8. De Paoli-Iseppi  R., Gleeson  J., Clark  M.B.  Isoform age - splice isoform profiling using long-read technologies. Front. Mol. Biosci.  2021; 8:711733. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Glinos  D.A., Garborcauskas  G., Hoffman  P., Ehsan  N., Jiang  L., Gokden  A., Dai  X., Aguet  F., Brown  K.L., Garimella  K.  et al.  Transcriptome variation in human tissues revealed by long-read sequencing. Nature. 2022; 608:353–359. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10. Leung  S.K., Jeffries  A.R., Castanho  I., Jordan  B.T., Moore  K., Davies  J.P., Dempster  E.L., Bray  N.J., O’Neill  P., Tseng  E.  et al.  Full-length transcript sequencing of human and mouse cerebral cortex identifies widespread isoform diversity and alternative splicing. Cell Rep.  2021; 37:110022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Workman  R.E., Tang  A.D., Tang  P.S., Jain  M., Tyson  J.R., Razaghi  R., Zuzarte  P.C., Gilpatrick  T., Payne  A., Quick  J.  et al.  Nanopore native RNA sequencing of a human poly(A) transcriptome. Nat. Methods. 2019; 16:1297–1305. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12. Patowary  A., Zhang  P., Jops  C., Vuong  C.K., Ge  X., Hou  K., Kim  M., Gong  N., Margolis  M., Vo  D.  et al.  Developmental isoform diversity in the human neocortex informs neuropsychiatric risk mechanisms. 2023; bioRxiv doi:11 October 2023, preprint: not peer reviewed 10.1101/2023.03.25.534016. [DOI] [PMC free article] [PubMed]
  • 13. Strobelt  H., Alsallakh  B., Botros  J., Peterson  B., Borowsky  M., Pfister  H., Lex  A.  Vials: visualizing Alternative Splicing of Genes. IEEE Trans. Vis. Comput. Graph.  2016; 22:399–408. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Gustavsson  E.K., Zhang  D., Reynolds  R.H., Garcia-Ruiz  S., Ryten  M.  ggtranscript: an R package for the visualization and interpretation of transcript isoforms using ggplot2. Bioinformatics. 2022; 38:3844–3846. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Stein  A.N., Joglekar  A., Poon  C.-L., Tilgner  H.U.  ScisorWiz: visualizing differential isoform expression in single-cell long-read data. Bioinformatics. 2022; 38:3474–3476. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Barann  M., Zimmer  R., Birzele  F.  Manananggal - a novel viewer for alternative splicing events. BMC Bioinf.  2017; 18:120. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17. Nassar  L.R., Barber  G.P., Benet-Pagès  A., Casper  J., Clawson  H., Diekhans  M., Fischer  C., Gonzalez  J.N., Hinrichs  A.S., Lee  B.T.  et al.  The UCSC Genome Browser database: 2023 update. Nucleic Acids Res.  2023; 51:D1188–D1195. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18. Annaldasula  S., Gajos  M., Mayer  A.  IsoTV: processing and visualizing functional features of translated transcript isoforms. Bioinformatics. 2021; 37:3070–3072. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Ryan  M.C., Cleland  J., Kim  R., Wong  W.C., Weinstein  J.N.  SpliceSeq: a resource for analysis and visualization of RNA-Seq data on alternative splicing and its functional impacts. Bioinformatics. 2012; 28:2385–2387. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20. Reese  F., Mortazavi  A.  Swan: a library for the analysis and visualization of long-read transcriptomes. Bioinformatics. 2021; 37:1322–1323. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Harrington  E.D., Bork  P.  Sircah: a tool for the detection and visualization of alternative transcripts. Bioinformatics. 2008; 24:1959–1960. [DOI] [PubMed] [Google Scholar]
  • 22. Sun  W., Duan  T., Ye  P., Chen  K., Zhang  G., Lai  M., Zhang  H.  TSVdb: a web-tool for TCGA splicing variants analysis. Bmc Genomics [Electronic Resource]. 2018; 19:405. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23. Katz  Y., Wang  E.T., Silterra  J., Schwartz  S., Wong  B., Thorvaldsdóttir  H., Robinson  J.T., Mesirov  J.P., Airoldi  E.M., Burge  C.B.  Quantitative visualization of alternative exon expression from RNA-seq data. Bioinformatics. 2015; 31:2400–2402. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Martin  F.J., Amode  M.R., Aneja  A., Austine-Orimoloye  O., Azov  A.G., Barnes  I., Becker  A., Bennett  R., Berry  A., Bhai  J.  et al.  Ensembl 2023. Nucleic Acids Res.  2023; 51:D933–D941. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25. Paysan-Lafosse  T., Blum  M., Chuguransky  S., Grego  T., Pinto  B.L., Salazar  G.A., Bileschi  M.L., Bork  P., Bridge  A., Colwell  L.  et al.  InterPro in 2022. Nucleic Acids Res.  2023; 51:D418–D427. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. Käll  L., Krogh  A., Sonnhammer  E.L.L.  Advantages of combined transmembrane topology and signal peptide prediction—the Phobius web server. Nucleic Acids Res.  2007; 35:W429–W432. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Necci  M., Piovesan  D., Clementel  D., Dosztányi  Z., Tosatto  S.C.E.  MobiDB-lite 3.0: fast consensus annotation of intrinsic disorder flavors in proteins. Bioinformatics. 2021; 36:5533–5534. [DOI] [PubMed] [Google Scholar]
  • 28. Lupas  A., Van Dyke  M., Stock  J.  Predicting coiled coils from protein sequences. Science. 1991; 252:1162–1164. [DOI] [PubMed] [Google Scholar]
  • 29. Wu  C., MacLeod  I., Su  A.I.  BioGPS and MyGene.info: organizing online, gene-centric information. Nucleic Acids Res.  2013; 41:D561–D565. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Gleeson  J., Leger  A., Prawer  Y.D.J., Lane  T.A., Harrison  P.J., Haerty  W., Clark  M.B.  Accurate expression quantification from nanopore direct RNA sequencing with NanoCount. Nucleic Acids Res.  2022; 50:e19. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Grassi  E.S., Pietras  A.  Emerging roles of DLK1 in the stem cell niche and cancer stemness. J. Histochem. Cytochem.  2021; 70:17–28. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Nam  H., Jeon  S., An  H., Yoo  J., Lee  H.-J., Lee  S.-K., Lee  S.  Critical roles of ARHGAP36 as a signal transduction mediator of Shh pathway in lateral motor columnar specification. eLife. 2019; 8:e46683. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. Zamponi  G.W., Striessnig  J., Koschak  A., Dolphin  A.C.  The physiology, pathology, and pharmacology of voltage-gated calcium channels and their future therapeutic potential. Pharmacol. Rev.  2015; 67:821–870. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. You  Y., Prawer  Y.D.J., De Paoli-Iseppi  R., Hunt  C.P.J., Parish  C.L., Shim  H., Clark  M.B.  Identification of cell barcodes from long-read single-cell RNA-seq with BLAZE. Genome Biol.  2023; 24:66. [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

IsoVis is available at https://isomix.org/isovis/. This website is free and open to all users and there is no login requirement. IsoVis is a fully open source project, under the Mozilla Public License 2.0, and its source code can be found at https://github.com/ClarkLaboratory/IsoVis (doi: 10.5281/zenodo.10864822). The source code includes the demo data.


Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES