Skip to main content
  • Research Article
  • Open access
  • Published:

Does conservation account for splicing patterns?

Abstract

Background

Alternative mRNA splicing is critical to proteomic diversity and tissue and species differentiation. Exclusion of cassette exons, also called exon skipping, is the most common type of alternative splicing in mammals.

Results

We present a computational model that predicts absolute (though not tissue-differential) percent-spliced-in of cassette exons more accurately than previous models, despite not using any ‘hand-crafted’ biological features such as motif counts. We achieve nearly identical performance using only the conservation score (mammalian phastCons) of each splice junction normalized by average conservation over 100 bp of the corresponding flanking intron, demonstrating that conservation is an unexpectedly powerful indicator of alternative splicing patterns. Using this method, we provide evidence that intronic splicing regulation occurs predominantly within 100 bp of the alternative splice sites and that conserved elements in this region are, as expected, functioning as splicing regulators. We show that among conserved cassette exons, increased conservation of flanking introns is associated with reduced inclusion. We also propose a new definition of intronic splicing regulatory elements (ISREs) that is independent of conservation, and show that most ISREs do not match known binding sites or splicing factors despite being predictive of percent-spliced-in.

Conclusions

These findings suggest that one mechanism for the evolutionary transition from constitutive to alternative splicing is the emergence of cis-acting splicing inhibitors. The association of our ISREs with differences in splicing suggests the existence of novel RNA-binding proteins and/or novel splicing roles for known RNA-binding proteins.

Background

Alternative splicing, the production of multiple mRNA isoforms from a single gene, is critical to the generation of biological complexity and the differentiation of both tissues and species [1]. Consequently, there has been great interest in recent years in developing in silico models of the splicing code – the interactions of cis and trans regulatory elements – from simpler biological features such as genetic sequence, nucleosome positions and RNA secondary structure [2, 3]. Ideally, a splicing model should be able to make several types of predictions: the ‘absolute’ percent-spliced-in Ψ of any exon in various tissues, Δ Ψ between tissues, the impact of mutations on Ψ [4], and binding sites for RNA-binding proteins (RBPs) that affect splicing [5]. Notably, none of these goals requires the model to actually mimic the inner workings of the cell, and most metrics used to evaluate the quality of a model’s predictions do not take into account its biophysical fidelity.

It has long been known that alternative splicing is associated with modified evolutionary conservation of both exons [6] and their flanking introns [7]. Modrek and Lee [6] found that newly created exons (those with non-conserved splice junctions) have low Ψ and hypothesized that this served a useful evolutionary purpose, by allowing the exon to accumulate beneficial mutations without the organism losing the benefits of the original protein in the meantime. Sorek and Ast [7] noted that alternatively spliced exons are disproportionately likely to have conserved flanking introns, and identified that one abundant k-mer in conserved downstream introns had known cis-regulatory properties.

The role of intronic conservation extends to tissue-specific splicing regulation as well. Sugnet et al. [8] found that exons with high Δ Ψ between brain or muscle and other tissues tended to have highly conserved flanking introns. Yeo et al. [9] discovered that conserved Fox and Nova motifs in introns are associated with higher Ψ in brain tissue. Wang et al. [10] found that exons with ‘switch-like’ Δ Ψ> 0.5 between any pair of tissues have increased conservation in flanking introns.

Computational models of splicing often depend on conservation for their accuracy. A previous study on alternative splicing modelling [2] found that a metric of model quality increased by one-third when conservation was incorporated into the model. The most accurate existing models of alternative splicing [4, 11, 12] also rely heavily on conservation. These models train neural networks on over 1000 ‘hand-crafted’ features, including motif counts, position weight matrix (PWM) correspondences, sequence lengths, RNA secondary structure, nucleosome positions, and translatability and frameshift features. In these models, conservation is used both in raw form, as averages over the first 100 bp of each flanking intron (average conservation), and to weight motif counts. The underlying assumption is that conservation is mostly useful to indicate the overall level of cis elements in flanking introns (average conservation) and to determine which occurrences of interesting motifs are actually relevant for splicing (conservation-weighted motif counts).

This article introduces several computational models of splicing that depend on conservation, with the goal of understanding the evolution of alternative splicing. Some previous studies of alternative splicing and conservation [1315] analyze the conservation of alternative splicing patterns between species. Instead, we prefer to focus on the conservation of the sequence near alternative splice sites, as this incorporates flanking introns into the analysis and provides more fine-grained insights into the differing roles of conservation in various regions of the sequence.

Results and discussion

We constructed several computational models of alternative splicing in humans from RNA-Seq data and compared the accuracy of their absolute Ψ predictions, measured as the ability to distinguish cassette exons with high Ψ (> 2/3) from those with low Ψ (< 1/3) for all tissues simultaneously (Fig. 1). Strikingly, one technique which surpasses all previous techniques (Fig. 1(b)) does not use any hand-crafted features at all: instead, it learns directly from the sequence and conservation track (33-way mammalian phastCons). No additional information is provided besides the locations of the splice sites.

Fig. 1
figure 1

AUC of various alternative splicing models. (a) A convolutional DNN trained on sequences up to 384 bp from each of the four splice sites involved in cassette splicing (8 × 384 bp). (b) Same as (a), weighting the post-convolutional feature map by conservation (8 × 384 bp). (c) Same as (b), using only the 100 bp at each end of the cassette exon (2 × 100 bp). (d) Same as (c), using only the first 100 bp of each flanking intron (2 × 100 bp). (e) State of the art: the method of [11] (1393 features). (f) A DNN trained on only the conservation of the regions in (d) (2 × 100 features). (g) A DNN trained on junction conservation divided by average conservation over 100 bp (2 features). (h) A DNN trained on junction conservation (2 features). (i) A DNN trained on average conservation over 100 bp (2 features). (j) A DNN trained on the combined features of (e) and (g) (1393 + 2 features)

However, even this minimalist model, which we call ConsNet, or conservation-weighted convolutional neural network, is substantially more complex than what is necessary to predict Ψ. Nearly equivalent performance was obtained with a very simple neural network model trained on just two features for each exon: the conservation on the intronic side of each of its splice junctions (junction conservation) normalized by the average conservation over the first 100 bp of the corresponding flanking introns (average conservation), hereinafter called the Junc/Avg model (Fig. 1(g)). (The Junc/Avg model is almost equivalent to training ConsNet on only the first base into the intron, since ConsNet’s conservation track was also normalized by average conservation).

When trained in a simple logistic regression with all of the hand-crafted features from previous models, these two features have the highest weights (Table 1), emphasizing that the Junc/Avg features are individually more useful than any previous features. Further, adding the Junc/Avg features to the previous features improves AUC by 1.6 % (compare Fig. 1(e) and (j)), indicating that Junc/Avg provides substantial new information not captured by any previous features. In particular, Junc/Avg is not merely a proxy for splice site strength: a deep learning model trained to predict Ψ from the MaxEntScan [16] splice site scores of the two alternative splice sites and the two neighbouring constitutive splice sites achieves an AUC of only 0.643 ± 0.007, subtantially lower than the Junc/Avg model.

Table 1 Junc/Avg features are more predictive than any previous features

While the Junc/Avg model is worse than [11] at predicting the absolute Ψ values of events with intermediate Ψ (Table 2), it still performs respectably well even at this task.

Table 2 The state of the art outperforms the Junc/Avg model at intermediate Ψ prediction

The Junc/Avg model appears to be an exceptionally concise summary of phastCons conservation information: it performs as well as a neural network trained on the full 100 bp of intronic conservation (compare Fig. 1(f) and (g)); and it is the simplest model to do so, as junction and average conservation individually perform far worse (Fig. 1(h)/(i)).

The utility of junction and average conservation is not limited to phastCons. GERP++ [17], a measure of purifying selection derived from multiple sequence alignments, is not normalized to be between 0 and 1 so the heuristic of dividing junction by average conservation is not applicable. However, a model trained to predict Ψ from the upstream and downstream GERP++ junction and average scores individually (4 features) obtains an AUC of 0.948 ± 0.003, comparable to using phastCons.

Nonetheless, there are limits to the power of conservation. The Junc/Avg model performs worse than existing models at predicting Δ Ψ between tissues: the Spearman correlation between its predictions and the true tissue differences, concatenated over all tissue pairs and excluding pairs of measurements that are statistically indistinguishable (σ(Δ Ψ)>|Δ Ψ|), is a mere 0.017, compared to 0.072 using the method described in [11]. Even so, the Junc/Avg model does well at predicting Ψ for exons with substantial tissue differences in inclusion (max cross-tissue |Δ Ψ|>10 %), with an AUC of 0.883 ± 0.007.

The Junc/Avg model is also too simple to predict differences in Ψ due to mutations, not least because it does not have access to the sequence and thus has no conception of what a mutation is. Even for absolute Ψ prediction, the sequence contains information beyond what is provided by conservation: giving the model access to the sequence improves AUC (area under the receiver-operating characteristic) by 1.4 % (compare Fig. 1(d) and (f)).

On a more fundamental level, this model does not capture as much biophysical information as previous models, which can predict the effect of trans elements on splicing. Xiong et al. [4] found that removing Muscleblind-like RBPs from their model had a similar effect on Ψ to knocking down these RBPs in actual cells.

Intronic splicing regulation occurs predominantly within 100 bp of the alternative splice sites

Comparing Fig. 1(c) and (d), we see that ConsNet performs worse at predicting absolute Ψ from the 100 bp at each end of the cassette exon than from the first 100 bp of each flanking intron, perhaps because exonic conservation is not a pure indicator of splicing regulation as it is confounded by effects on protein function. With this in mind, we focus on intronic splicing regulation rather than exonic regulation for the remainder of our analysis.

Is there anything special about 100 bp? Figure 2 shows the correlation between junction/average conservation and Ψ as the averaging window is increased from 1 to 384 bp into the flanking intron. For upstream introns, the maximum correlation occurs at an averaging window of 132 bp; for downstream introns, 92 bp. Beyond these distances, incorporating additional distal conservation information into the average only degrades the prediction.

Fig. 2
figure 2

Most intronic splicing regulation occurs within 100 bp of the splice site. Correlation between junction/average conservation and tissue-averaged Ψ as the averaging window is increased from 1 to 384 bp of the flanking introns nearest the splice site. The correlation peaks at 132 bp for the upstream splice site and 92 bp for the downstream splice site

To confirm that using only the first 100 bp of each flanking intron does not miss much information, note that once ConsNet is provided with these 200 bp, it does not help the prediction any further to provide it with the conservation and sequence of an entire 384 bp on both the intronic and exonic sides of the splice sites and the same 768-bp region around the two nearest constitutive splice sites (compare Fig. 1(b) and (d)).

Under the assumption that conserved sequences near introns are predominantly splicing regulators, these results provide evidence that most intronic splicing regulation occurs within about 100 bp of the splice site in both upstream and downstream introns. This does not negate the fact that some important intronic splicing regulation occurs further away from the splice site [18]; however, such distal regulation appears to be the exception rather than the rule.

New exons, and old exons with conserved cis elements, have reduced Ψ

We next investigated why Junc/Avg conservation is significantly more informative than either Junc or Avg on their own. Fig. 3 shows a scatter plot of upstream junction versus average conservation for high Ψ (red) and low Ψ (blue) events (as for most of the following analysis, downstream results are similar). The events are divided into 3 regimes based on whether they have high (> 0.5) or low junction or average conservation:

Fig. 3
figure 3

Junction versus average conservation. a) Upstream junction versus average conservation for all high-confidence (σ(Ψ)< 0.1) high Ψ (red) and low Ψ (blue) events (downstream results are similar). 99.8 % of all events fall into one of 3 regimes: high (> 0.5) junction and low average conservation (Old-), high junction and average conservation (Old+), and low junction and average conservation (New). Small Gaussian noise was applied in the y direction to avoid superimposing all tissues for each exon. Pie charts of Ψ for each regime and the whole dataset, also including medium Ψ events (green), are superimposed. b) The same data broken down first by Ψ range and then by conservation regime

  1. 1.

    Old: old exons with few conserved cis elements (high junction, low average)

  2. 2.

    Old+: old exons with many conserved cis elements (high junction, high average)

  3. 3.

    New: new exons (low junction, low average)

The size of the fourth category, with low junction and high average conservation, is negligible with only 0.2 % of events. We note that old and new are relative terms and are on the time scale of the most recent common ancestor of the species included in the conservation track.

As seen from the pie charts of Fig. 3, events in Old- overwhelmingly have high Ψ, those in New mostly have low Ψ, and those in Old+ are evenly split between high and low Ψ with most exons exhibiting differential regulation between cell types (see Additional file 1: Section 1). This explains why Junc/Avg is so effective: junction conservation distinguishes low Ψ New from high Ψ Old-, average conservation distinguishes high Ψ Old- from lower Ψ Old+, but Junc/Avg does both because it assigns similarly low values to both New and Old+, which both have relatively low Ψ (note that all events along the line y=x have the same Junc/Avg value).

The success of both ConsNet and the Junc/Avg model, compared to previous models of alternative splicing, is primarily attributable to the use of junction conservation. Previous models assumed that only the conservation of intronic cis elements was important, but our results show that conservation of the splice junction, which is related to the evolutionary age of the exon, is also extremely predictive of splicing.

Conserved cis elements are associated with reduced Ψ across multiple evolutionary timescales

The inverse correlation between conserved cis elements and Ψ is not limited to conservation across mammalian species. Within each of the regimes New, Old and Old+ – which, recall, refer to mammalian conservation – we compared the Ψ values of exons with high versus low average primate conservation over 100 bp of flanking introns (Table 3). Among Old exons, exons with high average primate conservation – which recently developed conserved cis elements – have lower Ψ than exons which never developed many conserved cis elements. Conversely, among Old+ exons, exons with low average primate conservation – which recently lost conserved cis elements – have higher Ψ than exons that retained them.

Table 3 Intronic cis elements that diverged farther in the past have greater differences in splicing patterns

This indicates that an increase in the conservation of cis elements over both the evolutionary timescale of primates ( 50 million years) and mammals ( 200 million years) is associated with a reduction in Ψ. However, these two timescales are not equally important: exons with many conserved cis elements in mammals but not in primates (Old+ Low) still have lower Ψ than those with many conserved cis elements in primates but not in mammals (Old- High). This indicates that mammalian conservation of cis elements has a more pronounced relationship with Ψ than primate conservation, and that exons with intronic cis elements that diverged farther in the past have greater differences in splicing patterns.

Conserved flanking introns are associated with increased tissue-specific splicing, particularly in the brain

Echoing the relationship demonstrated by [10] between intronic conservation and tissue-specific splicing (see Background), Table 4 shows that the proportions of low, medium and high Ψ exons have much more inter-tissue variance in Old+ than in Old. This suggests that conserved flanking introns cause tissue differences in splicing patterns. There is a particularly large difference in splicing between brain tissue and other tissues in Old+ that barely appears in the other regimes, indicating that the cassette exons responsible for giving the brain its unique phenotypic qualities lie disproportionately in Old+.

Table 4 Conserved flanking introns are associated with greater tissue differences in splicing patterns

However, tissue-specific regulation is not the primary reason why Old+ is evenly split between high and low Ψ. Among exons in Old+ with high-confidence measurements in at least half of tissues, 74 % upstream and 73 % downstream are either high- Ψ or low- Ψ in every tissue. In other words, only about a quarter of Old+ exons display any substantial tissue-specific regulation.

A new definition of intronic splicing regulatory elements

We next studied the relationship of k-mer counts to intronic conservation and splicing. We restricted our analysis to between 15 and 100 bp into the intron from the splice site (the 15-100 bp region), since regions beyond 100 bp are less important for splicing regulation, and using the first 15 bp adjacent to the splice site would confound our analysis with splicing consensus sequences.

Yeo et al. [9] defined intronic splicing regulatory elements (ISREs) as k-mers that are significantly more conserved than the background in the nearest 400 bp to the splice site of both upstream and downstream flanking introns. Voelker and Berglund [19] also used conserved regions as a basis for finding novel ISREs. However, conservation alone is not enough to predict whether a k-mer is associated with increased or decreased splicing, i.e. whether it is an intronic splicing enhancer (ISE) or an intronic splicing silencer (ISS).

An intuitive definition of an ISE (or ISS) is a k-mer with the property that events containing the k-mer have a higher (or lower) Ψ than events that do not. However, this definition does not account for differences in mono- and dinucleotide frequencies between high- and low- Ψ events, and would for instance result in GC-rich k-mers being labelled as ISEs and AT-rich k-mers as ISSs because GC-rich introns are associated with increased splicing. To control for this, we trained a linear regression model to predict tissue-averaged Ψ from mono- and di-nucleotide frequencies and considered the residuals of this model – the difference between the true and predicted Ψ values for each event, which are assumed to be the component of Ψ not attributable to mono- and di-nucleotide frequencies – which we call residual Ψ. We define a k-mer as an ISE if residual Ψ is significantly higher in events containing the k-mer than in events not containing the k-mer at FDR [20] q< 0.05, and as an ISS if residual Ψ is significantly lower, according to a Mann-Whitney test. Under this definition, there are 7 upstream/16 downstream ISE 6-mers and 35 upstream/85 downstream ISS 6-mers, or 143 ISRE-region pairs in total (see Additional file 1: Section 2 and Additional file 2 for a list).

To validate this definition, we trained a neural network to predict absolute Ψ using only ISRE counts in the upstream and downstream 15–100 bp regions, and achieved an AUC of 0.644 ± 0.006, increasing to 0.810 ± 0.006 when two additional features were included to account for nonsense-mediated decay (NMD), Translatable.C1C2 and Translatable.C1AC2 (see [12]). (For this experiment alone, we defined ISREs based on the correlation across only exons not in the test set to avoid bias, leading to a slightly smaller list of 132 ISRE-region pairs.) [9]’s 296 upstream and 278 downstream 6-mers were less useful at predicting Ψ, performing no better than the same number of random 6-mers (Table 5), despite containing over 4 times as many 6-mers as our list.

Table 5 Our ISREs predict Ψ more accurately than [9]’s

Interestingly, there is little overlap between our and [9]’s ISREs: upstream, only 2 of our ISREs (CCTCAG and TGAGTA) overlap [9]’s (compared to an expected value of 296 * 42/4096 = 3.0 if the two sets were selected randomly), 7.2 % of our ISREs’ instances and 5.1 % of our ISREs’ total basewise conservation; downstream, only 4 of our ISREs (TCTGAA, TTAAGA, GTATTT and ATTAGA) overlap (compared to an expected value of 278 * 101/4096 = 6.9 if random), 7.1 % of their instances and 7.2 % of their conservation overlap. One hypothesis for the lack of overlap is that the two definitions may capture different types of ISREs: perhaps our ISREs are moderately functional in a wide variety of locations, while [9]’s are highly functional but only in conserved locations, i.e. in specific genetic contexts. However, using conservation-weighted k-mer counts instead of raw counts, [9]’s ISREs are still less predictive than ours (Table 5), which seems to contradict this hypothesis.

There is also little overlap between our ISREs and known RBP binding sites. We catalogued 793 6-mers which contain the NOVA binding site YCAY [21] or are subsequences of 7-mers found by [22] to have a high affinity (E score > 0.45) for at least one of 207 RBPs. We found that 12 of the 42 upstream ISREs and 14 of the 101 downstream ISREs matched one of these 793 6-mers, compared to the 42 * 793/4096 = 8.1 upstream and 101 * 793/4096 = 19.6 downstream ISREs that would be expected to match if the two sets were selected randomly. Additional file 1: Section 3 and Additional file 3 list the RBPs which had high affinity for each of the matching 6-mers.

Common k-mers are more conserved in flanking introns

For each k-mer and region (upstream and downstream), we define three properties. First, a k-mer’s intronic conservation enrichment is the average conservation of all bases in the 15–100 bp region that are part of an instance of the k-mer, divided by the average conservation of the 15–100 bp region across all events. Conservation enrichment can be defined per event or globally across all events. If a k-mer has a conservation enrichment greater than 1, it is more conserved than a typical k-mer within 15–100 bp of the splice site.

Second, a k-mer’s enrichment bias is the Spearman correlation of its per-event conservation enrichment with residual Ψ across all events where the k-mer appears at least once. Positive values indicate conservation enrichment near high- Ψ exons and negative values indicate enrichment near low- Ψ exons.

Third, a k-mer’s ISE/ISS character is the Spearman correlation of its count in the 15–100 bp region with residual Ψ across events (to be consistent with the definition of conservation enrichment, we include only events where the k-mer appears at least once). k-mers with more positive (negative) Spearman correlations with residual Ψ are more likely to be ISEs (ISSs).

Figure 4 shows the total count across events versus global conservation enrichment of each 6-mer in the upstream 15–100 bp region. The large variation among 6-mer counts (σ = 182) indicates substantial selection pressure on flanking introns, confirming what we already know from conservation: if introns were not under selection pressure, all counts would be approximately identical, aside from differences due to mono- and di-nucleotide frequencies. Common 6-mers are more conserved than rare ones (Spearman correlation 0.411, p< 1e–166), suggesting that some k-mers are inherently more useful than others and that variants disrupting the k-mers are under negative selection as a result. Conversely, the most severely under-conserved k-mers (conservation enrichment less than one-third the background) are also extremely rare, appearing in a tight band along the lower left edge of the plot.

Fig. 4
figure 4

6-mer count versus conservation enrichment. Total count of each 6-mer versus conservation enrichment in upstream flanking introns (downstream results are similar). The high variation among k-mer counts (σ = 182) indicates substantial selection pressure on flanking introns. More common 6-mers tend to be more conserved (Spearman correlation 0.411, p< 1e-166). The most severely under-conserved k-mers (conservation enrichment less than one-third the background) are also extremely rare, appearing in a tight band along the lower left edge of the plot

ISSs are more conserved near low Ψ exons; ISEs are more conserved near high Ψ exons

Figure 5 compares the upstream ISE/ISS character and enrichment bias of each 6-mer across all events where the 6-mer appears at least once (1488 6-mers, or 36 % of all 6-mers, appeared in fewer than 100 events or never appeared more than once in any event and were excluded). Upstream, these two properties have a Spearman correlation of 0.059 (p< 0.003) across 6-mers; downstream, the correlation is 0.054 (p< 0.005). Hence, ISEs are more conserved near high Ψ exons and ISSs near low Ψ exons.

Fig. 5
figure 5

A ‘meta-correlation’ plot for 6-mers. The x coordinate of each 6-mer is the correlation across events where the k-mer appears of its count in the upstream 15–100 bp region (downstream results are similar) with tissue-averaged Ψ (ISE/ISS character), and the y coordinate gives the correlation of its conservation enrichment with Ψ (conservation bias). These two properties have a Spearman correlation of 0.0588 (p< 0.003) across all 6-mers. 6-mers appearing in fewer than 100 events or never appearing more than once in any event are not shown

This further supports the view that k-mers have some degree of ‘inherent’ regulatory activity, in addition to activity that depends on location and context. Similar k-mers tend to become conserved in the introns flanking exons with similar Ψ, even though the k-mer occurs in different genetic contexts in each intron. If it is evolutionarily advantageous for an exon to have high Ψ, then ISEs will be under selection and eventually become conserved, and vice versa.

Ψ appears to explain differences in ISS and ISE conservation patterns

In the analysis of the previous section, one might wonder whether Ψ was just an extraneous variable: perhaps ISE/ISS character and conservation bias are only correlated because k-mer count and conservation enrichment are themselves correlated. To rule out this possibility, we generated 1000 random permutations of Ψ values for each exon, then recalculated the two properties and their Spearman correlation. Upstream, the correlation was only larger in magnitude than 0.059 for 144 of these 1000 trials (p< 0.144); downstream, the correlation was larger than 0.054 for 175 of 1000 trials (p< 0.175). Though sub-significant, these results suggest that Ψ explains differences in ISS and ISE conservation patterns and that conserved intronic elements near splice sites are conserved because they regulate splicing.

ISSs are more conserved than ISEs in new exons

We then compared the overall conservation of ISEs versus ISSs for various regimes, using a Mann-Whitney test to compare the distribution of conservation scores for every base in every ISE with the comparable distribution for ISSs (Table 6). Overall, upstream ISEs are more conserved than ISSs and downstream ISSs are more conserved than ISEs. Despite this difference, ISSs are more conserved near new exons both upstream and downstream, suggesting that intronic regulatory elements are at least partially responsible for the low percent inclusion of this set of exons.

Table 6 ISS vs ISE conservation across various exon sets

Conclusions

There are several pathways by which alternative splicing can evolve [23]: exonization from non-coding regions, transition from constutitive splicing, and exon shuffling. Lev-Maor et al. [24] argued that the evolutionary transition from constitutive to alternative splicing is triggered by a weakening of the 5’ splicing consensus sequence. Our results suggest an additional mechanism for this transition: the emergence of conserved ISSs. Originally, old constitutive exons would be situated in Old-, with high Ψ and few conserved cis elements; if at some time it became beneficial for the exon to be alternatively spliced or have tissue-specific splicing patterns, conserved ISSs would eventually emerge and the exon would migrate to Old+.

We have identified 6-mer ISREs that are associated with Ψ in the upstream and downstream introns flanking alternatively spliced exons, listed in the Additional files. The relatively high predictive power of these ISREs suggests the existence of novel RNA-binding proteins and/or novel splicing roles for known RNA-binding proteins. Alternatively, some ISREs could influence splicing via RNA secondary structure or effects on transcription rate. These ISREs are promising candidates for future experimental study.

Methods

The dataset used in this research consists of Ψ values across 16 tissues for 10689 cassette exons derived from RNA-Seq data and mapped to the hg19/GRCh37 human genome [25]. Low-confidence measurements (standard deviation of Ψ> 0.1) were pruned from the dataset when training and evaluating the models, leaving a total of 56784 events (exon-tissue pairs) from 7982 exons with at least one high-confidence measurement. See Additional file 1: Sections 1 and 2 of [4] for details on data processing.

Some of the additional analysis used tissue-averaged Ψ values, which are calculated from the full 16 × 10689 measurements. Analysis of mammalian conservation used phastCons basewise conservation scores [26] from 33 placental mammals; analysis of primate conservation used phastCons scores from 10 primates.

Deep neural network (DNN) models were trained using the Hebel Python/CUDA library [27]. This GPU-accelerated library performs backpropagation [28] via mini-batch stochastic gradient descent with Nesterov momentum [29] and L1 and L2 weight decay [30]. Hebel incorporates two recent breakthroughs in deep learning, dropout [31] and rectified linear units [32, 33], which have enabled DNNs to achieve state-of-the-art performance in a wide variety of problem domains, including speech recognition [34] and computer vision [35]. The architecture and training procedure of ConsNet (Additional file 1: Figure S1) and the other neural network models are described in Additional file 1: Section 4.

AUC, or area under the receiver-operating characteristic [36], denotes the ability of each model to discriminate between exons with Ψ< 1/3 from those with Ψ> 2/3; as shown in Fig. 3, these two groups collectively constitute 98.8 % of all exons. (The remaining 1.2 % of exons with intermediate Ψ were excluded from the AUC calculation since only a small deviation from the experimental value could cause these exons to be labelled as an incorrect prediction).

Abbreviations

DNN:

Deep neural network

ISE:

Intronic splicing enhancer

ISRE:

Intronic splicing regulatory element

ISS:

Intronic splicing silencer

NMD:

Nonsense-mediated decay

RBP:

RNA binding protein

Ψ :

Percent spliced-in

References

  1. Nilsen TW, Graveley BR. Expansion of the eukaryotic proteome by alternative splicing. Nature. 2010; 463(7280):457–63.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Barash Y, Calarco JA, Gao W, Pan Q, Wang X, Shai O, Blencowe BJ, Frey BJ. Deciphering the splicing code. Nature. 2010; 465(7294):53–9.

    Article  CAS  PubMed  Google Scholar 

  3. Licatalosi DD, Darnell RB. RNA processing and its regulation: global insights into biological networks. Nat Rev Genet. 2010; 11(1):75–87.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Xiong HY, Alipanahi B, Lee LJ, Bretschneider H, Merico D, Yuen RK, Hua Y, Gueroussov S, Najafabadi HS, Hughes TR, et al. The human splicing code reveals new insights into the genetic determinants of disease. Science. 2015; 347(6218):1254806.

    Article  PubMed  Google Scholar 

  5. Ray D, Kazan H, Chan ET, Castillo LP, Chaudhry S, Talukder S, Blencowe BJ, Morris Q, Hughes TR. Rapid and systematic analysis of the RNA recognition specificities of RNA-binding proteins. Nat Biotechnol. 2009; 27(7):667–70.

    Article  CAS  PubMed  Google Scholar 

  6. Modrek B, Lee CJ. Alternative splicing in the human, mouse and rat genomes is associated with an increased frequency of exon creation and/or loss. Nat Genet. 2003; 34(2):177–80.

    Article  CAS  PubMed  Google Scholar 

  7. Sorek R, Ast G. Intronic sequences flanking alternatively spliced exons are conserved between human and mouse. Genome Res. 2003; 13(7):1631–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Sugnet CW, Srinivasan K, Clark TA, O’Brien G, Cline MS, Wang H, Williams A, Kulp D, Blume JE, Haussler D, et al. Unusual intron conservation near tissue-regulated exons found by splicing microarrays. PLoS Comput Biol. 2006; 2(1):4.

    Article  Google Scholar 

  9. Yeo GW, Van Nostrand EL, Liang TY. Discovery and analysis of evolutionarily conserved intronic splicing regulatory elements. PLoS Genet. 2007; 3(5):85.

    Article  Google Scholar 

  10. Wang ET, Sandberg R, Luo S, Khrebtukova I, Zhang L, Mayr C, Kingsmore SF, Schroth GP, Burge CB. Alternative isoform regulation in human tissue transcriptomes. Nature. 2008; 456(7221):470–6.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Xiong HY, Barash Y, Frey BJ. Bayesian prediction of tissue-regulated splicing using RNA sequence and cellular context. Bioinformatics. 2011; 27(18):2554–62.

    CAS  PubMed  Google Scholar 

  12. Leung MK, Xiong HY, Lee LJ, Frey BJ. Deep learning of the tissue-regulated splicing code. Bioinformatics. 2014; 30(12):121–9.

    Article  Google Scholar 

  13. Lareau LF, Green RE, Bhatnagar RS, Brenner SE. The evolving roles of alternative splicing. Curr Opin Struct Biol. 2004; 14(3):273–82.

    Article  CAS  PubMed  Google Scholar 

  14. Merkin J, Russell C, Chen P, Burge CB. Evolutionary dynamics of gene and isoform regulation in Mammalian tissues. Science. 2012; 338(6114):1593–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Barbosa-Morais NL, Irimia M, Pan Q, Xiong HY, Gueroussov S, Lee LJ, Slobodeniuc V, Kutter C, Watt S, Çolak R, et al. The evolutionary landscape of alternative splicing in vertebrate species. Science. 2012; 338(6114):1587–93.

    Article  CAS  PubMed  Google Scholar 

  16. Yeo G, Burge CB. Maximum entropy modeling of short sequence motifs with applications to rna splicing signals. J Comput Biol. 2004; 11(2–3):377–94.

    Article  CAS  PubMed  Google Scholar 

  17. Davydov EV, Goode DL, Sirota M, Cooper GM, Sidow A, Batzoglou S. Identifying a high fraction of the human genome to be under selective constraint using gerp++. PLoS Comput Biol. 2010; 6(12):1001025.

    Article  Google Scholar 

  18. Lovci MT, Ghanem D, Marr H, Arnold J, Gee S, Parra M, Liang TY, Stark TJ, Gehman LT, Hoon S, et al. Rbfox proteins regulate alternative mRNA splicing through evolutionarily conserved RNA bridges. Nat Struct Mol Biol. 2013; 20(12):1434–42.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Voelker RB, Berglund JA. A comprehensive computational characterization of conserved mammalian intronic sequences reveals conserved motifs associated with constitutive and alternative splicing. Genome Res. 2007; 17(7):1023–33.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Benjamini Y, Hochberg Y. Controlling the false discovery rate: a practical and powerful approach to multiple testing. J R Stat Soc Ser B Methodol. 1995; 57(1):289–300.

    Google Scholar 

  21. Dredge BK, Darnell RB. Nova regulates GABAA receptor γ2 alternative splicing via a distal downstream UCAU-rich intronic splicing enhancer. Mol Cell Biol. 2003; 23(13):4687–700.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Ray D, Kazan H, Cook KB, Weirauch MT, Najafabadi HS, Li X, Gueroussov S, Albu M, Zheng H, Yang A, et al. A compendium of RNA-binding motifs for decoding gene regulation. Nature. 2013; 499(7457):172–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Keren H, Lev-Maor G, Ast G. Alternative splicing and evolution: diversification, exon definition and function. Nat Rev Genet. 2010; 11(5):345–55.

    Article  CAS  PubMed  Google Scholar 

  24. Lev-Maor G, Goren A, Sela N, Kim E, Keren H, Doron-Faigenboim A, Leibman-Barak S, Pupko T, Ast G. The “alternative” choice of constitutive exons throughout evolution. PLoS Genet. 2007; 3(11):203.

    Article  Google Scholar 

  25. Fujita PA, Rhead B, Zweig AS, Hinrichs AS, Karolchik D, Cline MS, Goldman M, Barber GP, Clawson H, Coelho A, Diekhans M, Dreszer TR, Giardine BM, Harte RA, Hillman-Jackson J, Hsu F, Kirkup V, Kuhn RM, Learned K, Li CH, Meyer LR, Pohl A, Raney BJ, Rosenbloom KR, Smith KE, Haussler D, Kent WJ. The UCSC Genome Browser database: update 2011. Nucleic Acids Res. 2010; 39(suppl 1):871–5.

    Google Scholar 

  26. Siepel A, Bejerano G, Pedersen JS, Hinrichs AS, Hou M, Rosenbloom K, Clawson H, Spieth J, Hillier LW, Richards S, et al. Evolutionarily conserved elements in vertebrate, insect, worm, and yeast genomes. Genome Res. 2005; 15(8):1034–50.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Bretschneider H. Hebel - GPU-Accelerated Deep Learning Library in Python. 2014. doi:10.5281/zenodo.10050. https://zenodo.org/record/10050.

  28. Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back-propagating errors. Nature. 1986; 323:533–6.

    Article  Google Scholar 

  29. Nesterov Y. A method of solving a convex programming problem with convergence rate O(1/k2). Sov Math Dokl. 1983; 27(2):372–6.

    Google Scholar 

  30. Moody J, Hanson S, Krogh A, Hertz JA. A simple weight decay can improve generalization. NIPS. 1995; 4:950–7.

    Google Scholar 

  31. Hinton GE, Srivastava N, Krizhevsky A, Sutskever I, Salakhutdinov R. Improving neural networks by preventing co-adaptation of feature detectors. CoRR. 2012;abs/1207.0580. http://arxiv.org/abs/1207.0580,.

  32. Jarrett K, Kavukcuoglu K, Ranzato M, LeCun Y. What is the best multi-stage architecture for object recognition?. ICCV. 2009; 12:2146–53.

    Google Scholar 

  33. Nair V, Hinton GE. Rectified linear units improve restricted boltzmann machines. ICML. 2010; 27:807–14.

    Google Scholar 

  34. Graves A, Mohamed A, Hinton G. Speech recognition with deep recurrent neural networks. ICASSP. 2013; 38:6645–9.

    Google Scholar 

  35. Krizhevsky A, Sutskever I, Hinton GE. Imagenet classification with deep convolutional neural networks. NIPS. 2012; 25:1097–105.

    Google Scholar 

  36. Hanley JA, McNeil BJ. The meaning and use of the area under a receiver operating characteristic (ROC) curve. Radiology. 1982; 143(1):29–36.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We extend special thanks to Benjamin Blencowe for suggesting the analysis of Additional file 1: Section 1, and Andrew Delong for guidance with neural network training. We also thank Hannes Bretschneider, the developer of the Hebel DNN library used in our research, Hui Yuan Xiong and Leo J. Lee for processing the RNA-Seq data used in our analysis, and Hui Yuan Xiong, Leo J. Lee and Michael Leung for helpful discussions.

Funding

Funding was provided by the Natural Sciences and Engineering Research Council of Canada’s John C. Polanyi Award, grants from the Canadian Institutes of Health Research and the Ontario Genomics Institute and the NVIDIA Compute the Cure award. MW was supported by a Rogers Scholarship. BA was supported by a joint Autism Research Training and NeuroDevNet Fellowship. BJF is a Fellow of the Canadian Institute for Advanced Research.

Availability of data and materials

The RNA-Seq dataset supporting the conclusions of this article is available in the Gene Expression Omnibus repository under accession number http://0-www-ncbi-nlm-nih-gov.brum.beds.ac.uk/geo/query/acc.cgi?acc=GSE30611GSE30611.

Authors’ contributions

MW performed the computational analysis, proposed the Junc/Avg model and the analysis of Figures 2, 4 and 5, Tables 3, 4 and 6 and Additional file 1: Section 2, and drafted the manuscript. BA proposed that ConsNet’s accuracy was due to the region near the splice site, leading to the conception of the Junc/Avg model, proposed the analysis of Fig. 3 and Additional file 1: Section 3, and edited the manuscript. BJF proposed ConsNet, the use of convolutional neural networks for predicting alternative splicing, the analysis of Tables 1, 2 and 5, and edited the manuscript. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

No ethics approval was required for this study.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Brendan Frey.

Additional files

Additional file 1

Supplementary information. (PDF 183 kb)

Additional file 2

Upstream and downstream ISSs and ISEs. (CSV 1 kb)

Additional file 3

ISREs with high affinity for RBPs. (CSV 1 kb)

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wainberg, M., Alipanahi, B. & Frey, B. Does conservation account for splicing patterns?. BMC Genomics 17, 787 (2016). https://0-doi-org.brum.beds.ac.uk/10.1186/s12864-016-3121-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12864-016-3121-4

Keywords