Skip to main content
  • Methodology article
  • Open access
  • Published:

A tree-based conservation scoring method for short linear motifs in multiple alignments of protein sequences

Abstract

Background

The structure of many eukaryotic cell regulatory proteins is highly modular. They are assembled from globular domains, segments of natively disordered polypeptides and short linear motifs. The latter are involved in protein interactions and formation of regulatory complexes. The function of such proteins, which may be difficult to define, is the aggregate of the subfunctions of the modules. It is therefore desirable to efficiently predict linear motifs with some degree of accuracy, yet sequence database searches return results that are not significant.

Results

We have developed a method for scoring the conservation of linear motif instances. It requires only primary sequence-derived information (e.g. multiple alignment and sequence tree) and takes into account the degenerate nature of linear motif patterns. On our benchmarking, the method accurately scores 86% of the known positive instances, while distinguishing them from random matches in 78% of the cases. The conservation score is implemented as a real time application designed to be integrated into other tools. It is currently accessible via a Web Service or through a graphical interface.

Conclusion

The conservation score improves the prediction of linear motifs, by discarding those matches that are unlikely to be functional because they have not been conserved during the evolution of the protein sequences. It is especially useful for instances in non-structured regions of the proteins, where a domain masking filtering strategy is not applicable.

Background

Linear motifs (LM) are short (3–10) amino acid sequences involved in numerous interactions including the modification-based regulation of protein function [1]. In particular, LM allow the formation of dynamic modular protein complexes due to the transient and low energy nature of the interactions they mediate [2]. Furthermore, LM are involved in targeting proteins to the appropriate cellular compartment [3]. Therefore, even if LM alone do not determine the complete molecular function of a protein, they give valuable information about the protein's role and/or position in the cellular function networks [4, 5]. The experimental discovery of LM is time consuming and laborious, hence recently considerable research interest has focused on computational predictive approaches.

LM prediction is focused on the discovery either of new LM patterns, or the finding of new instances of already known patterns. ¿From the algorithmic point of view these two approaches represent different challenges. The identification of significantly over-represented sequence patterns in the former, and the distinction between true and false occurrences of a given pattern in the latter. The length of LM creates difficulties in both cases. The significance assessment of new patterns against the background probability distribution of LM is not straightforward due to their shortness. For the same reason, prediction of new LM instances by pattern matching is prone to produce a high proportion of false positives.

Methods for LM prediction take into account the biological context of those short sequences to evaluate the reliability of the newly predicted patterns or instances. Simple keyword association may sometimes be used to find significant connection between motifs and a specific function. That is the case for the EH1 motif, that occurs mainly in proteins containing domains with a transcription factor function [6]. The use of protein interactions has proven to be a fruitful approach to discover new LM patterns [711]. Currently DILIMOT [7], SLiMDisc [8] and more recently SLiMFinder [9] are the main tools for de novo LM discovery. The first one finds over-represented motifs in sets of proteins with a common functional attribute. The other two look for convergently evolved LM using evolutionary information derived from unrelated proteins that share a functional characteristic.

Resources for finding new instances of known motifs have begun to proliferate. Prosite is a large database of protein functional signatures. It initially included LM represented as regular expressions [12, 13]. Currently, it is mainly devoted to domain profiles [14]. Scansite is a profile based search engine that predicts LM instances using the amino acid frequency information gathered from experimentally determined sites [15]. The ELM resource uses manually curated information about known eukaryotic LM to predict new instances, filtering out false positive matches with information about the structure, cellular compartment and species of the submitted sequence [16]. A similar approach has been implemented subsequently in other resources like the Minimotif Miner [17].

The use of evolutionary conservation has proved to be useful in the field of LM prediction. It improves the identification of truly functional instances of already known motifs [1719] or allows to assess the strength of a new LM pattern [7, 8]. The main assumption of this "phylogenetic footprinting" is that instances are conserved when they have a functional value and therefore conserved instances are less likely to be false positive occurrences of a motif.

When examining the conservation of LM, several specific problems arise. In contrast to domains that can be predicted using hidden Markov models [20], LM cannot be easily detected from a set of homologous sequences, since their conservation signal is not significant due to their length. That is why for motif prediction it is not enough to find a pattern inside a multiple alignment, but it is crucial to also consider the evolutionary relationships among the set of sequences. Moreover, LM tend to localise in structurally disordered segments of the proteins that are difficult to align [21]. This implies that the accuracy of the conservation scoring scheme also depends on the quality of the alignment.

An additional difficulty is the fact that LM have a non-linear pattern of conservation [22]. They are far more ephemeral than globular domains and their signature can appear or disappear as a result of single mutations. Ancestrality is not always necessary. This means that LM can appear de novo during protein sequence evolution, because they do not have to fulfil structural stability constraints in contrast to globular domains. LM losses are also possible in closely related sequences e.g. alternatively spliced forms.

Repetitive LM involved in the interaction with modular proteins, e.g. the DPW epsin motifs that mediate interaction with the adaptor protein AP-2, tend to be present in an inconstant number of copies in homologous proteins.

Finally, it is important to keep in mind that not all the amino acids forming a LM are equally informative. There are key positions, like the S/T/Y in a phosphorylation motif, that if changed result in the loss of function. Other positions accept more than one amino acid of the same physico-chemical group (e.g. acidic, hydrophobic), while some positions can be occupied by any amino acid. These differences have an impact in the definition of LM conservation.

This article presents a new scoring scheme that uses information about the degree of conservation to determine the reliability of a motif match or instance. The method has been developed inside the context of the ELM resource [16] in order to improve its predictive power without excessively degrading real time server performance for users. It is a three stage algorithm that efficiently manages to distinguish between true and randomly generated instances, keeping low both the false negative and false positive rates. A set of homologous sequences is defined. This set is used to reconstruct the evolution of the predicted instance in terms of the conservation of the corresponding regular expression. Subsequently, weights are assigned to the observed evolutionary events. The final conservation score (CS) is computed using all the gathered information.

Results

In his work about scoring residue conservation, Valdar provides this advice: "Therefore, on the reasonable assumption that no method is perfect, a good conservation score should be no more complex than it needs to be so its deficits can be understood [23]."

The complete work flow of the CS is presented in Figure 1. It illustrates the Web Service implementation that takes as input a protein sequence and gives as output the list of all the predicted instances with their positions and CSs. The following sections describe in detail the ideas underlying each of the three main steps of the core algorithm.

Figure 1
figure 1

Work flow of the conservation score implementation. The conservation score is implemented as a Web Service (light grey) with two embedded Web Services (dark grey). It takes as input a protein sequence and gives as output the list of all the predicted instances with their positions and conservation scores. The Bergen University Web Service finds all the matches for ELM regular expressions in the query sequence. The EBI Web Service does the BLAST search, the multiple alignment and the phylogenetic tree calculation. The three main steps of the core algorithm are highlighted with black boxes.

Step 1: Homologous sequence set definition

The set of homologous sequences is constructed by doing a BLAST search against the UniRef90 database [24]. The UniRef90 database is assembled by merging sequences and sub-sequences that are 90% or more identical, regardless of the source organism [25]. This is important to avoid redundant information inside the homologous sequence set. In fact, two very similar sequences can have the same motif at a certain position because they have not diverged enough in order to mutate those residues. In addition, a non-redundant database increases the speed of the BLAST search and improves the detection of distantly related sequences.

From the BLAST output, sequences that meet all of the following criteria are chosen: they are not annotated as hypothetical or predicted, they have 30% to 90% identity with the query sequence, and they are only 25% longer or shorter than the query sequence. This procedure aims to define a neighbourhood around the query sequence that is big enough to contain distantly related sequences. At the same time, it tries to avoid non-informative similar sequences like fragments or poorly predicted proteins that abound in the UniRef90 database.

This automatic parsing of the BLAST output gave good results for 70% of the sequences that contain known positive instances. The remaining 30% presented sequences that were very distant from the query sequence. These sequences affected the magnitudes of sequence weights, because they appeared as very long branches in the phylogenetic tree. They produced artificially small weight values when normalising by the total branch length (see Conservation score section). Moreover, these "orphan" sequences can diminish the alignment quality because they are only partially aligned, as previously demonstrated in [26].

For these reasons a second stage of sequence quality check was introduced. In this refinement step the outlier sequences that have a "non-common" distance with the query sequence are discarded. Assuming that the phylogenetic distance between each homologous sequence and the query sequence follows a normal distribution, those sequences whose distance is in the right tail of such a distribution are eliminated. More precisely, those sequences whose distance is more than 2 standard deviations away from the average distance. An example of the change in the phylogenetic tree upon refining can be seen in Figure 2. As a result, the sensitivity of the scoring method, i.e. the ability to correctly score the known positive instances, improved by 16%.

Figure 2
figure 2

Example of the impact of the branch length refinement. After the automatic parsing of the BLAST output, outlier sequences that have a "non common" distance with the query sequence are discarded. The distribution of the branch lengths appears more even in the recalculated phylogenetic tree (right). This refinement step improves the alignment quality. It also prevents artificially small sequence weights being obtained upon normalisation by the total branch length. The trees are calculated using the neighbor-joining procedure in ClustalW; they are then rooted using the query sequence as outgroup, as explained in the Sequence weights determination section.

Step 2: Instance conservation determination

According to the scoring scheme, the predicted instance in the query sequence is considered to be conserved in an homologous sequence if the regular expression of the corresponding motif is located in the equivalent position given by the multiple alignment. Other matches to the regular expression that appear in the homologous sequences at different places are not considered evidence for conservation. This removes instances that could occur by convergent evolution. However, limitations in the sequence alignment quality may confound this requirement.

Motif sequence conservation

Consider the MOD_SUMO motif with regular expression [VILMAFP]K.E and the LIG_RGD motif with regular expression RGD. The former has 7 × 1 × 20 × 1 = 140 possible sequences that match the pattern, while the latter has only 1. More than 95% of the ELM motifs have degenerate regular expressions that represent more than one possible matching sequence, as in the MOD_SUMO case. This fact is relevant when quantifying the conservation of a predicted instance, i.e. the presence of the regular expression in a given homologous sequence.

One can consider the motif as a functional unit that requires the presence of all residues in the regular expression in order to be functional. The assumption underlying such a DISCONTINUOUS (DISC) model is that a mutation that disrupts the regular expression has the same cost, regardless of whether it happens in a stringent or a variable position. This corresponds to a deterministic model where the motif will be considered as conserved in the homologous sequence only if the regular expression is exactly matched. Only in this case will the presence value be 1. It is an appropriate approach for motifs such as phosphorylation sites, where the removal of a key residue will result in a non-functional instance. Despite this, it may be too rigorous for more "permissive" LM. For example, take the MOD_SUMO motif with regular expression [VILMAFP]K.E. Using the DISC model, both a mutation in the first position to an amino acid like T or a mutation in the second position to an amino acid different to K will give a presence value of 0. Nevertheless, T is physico-chemically similar to the set [VILMAFP]. Furthermore, the amino acid variability at the first position might be interpreted as a greater tolerance to mutations at that position. Indeed, a more "permissive" LM could still be functional even if the regular expression is not completely conserved, since they could allow for variations that are not considered by the regular expression. This could easily be the case, for example, for an instance in a yeast sequence of a motif that has been assigned from metazoan data.

Alternatively, the instance conservation can be calculated on a positional basis. This is the motivation for the CONTINUOUS (CONT) statistical model. It assumes that the motif's set of allowed sequences could be bigger depending on the proportion of variable and stringent positions in the regular expression. It weights the conservation of an amino acid at a stringent position higher than the conservation at a variable position. The rationale behind this is that the stringent positions are more informative. The information content per position is estimated using the Shannon entropy [27]. For an alphabet of 20 characters (i.e. 20 amino acids), the information content I i at a position i is:

I i = log 2 ( 20 ) + a a i f a a , i log 2 ( f a a , i ) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemysaK0aaSbaaSqaaiabdMgaPbqabaGccqGH9aqpcyGGSbaBcqGGVbWBcqGGNbWzdaWgaaWcbaGaeGOmaidabeaakiabcIcaOiabikdaYiabicdaWiabcMcaPiabgUcaRmaaqafabaGaemOzay2aaSbaaSqaaiabdggaHjabdggaHjabcYcaSiabdMgaPbqabaaabaGaemyyaeMaemyyaeMaeyicI4SaemyAaKgabeqdcqGHris5aOGagiiBaWMaei4Ba8Maei4zaC2aaSbaaSqaaiabikdaYaqabaGccqGGOaakcqWGMbGzdaWgaaWcbaGaemyyaeMaemyyaeMaeiilaWIaemyAaKgabeaakiabcMcaPaaa@54CC@

where faa,iis the frequency of the amino acid aa at position i and the constant log2(20) is the normalisation value for an uniform distribution of amino acids in the sequence. In the particular case of a LM, the frequencies faa,ican be defined from the regular expression. They are calculated assuming an uniform distribution of the amino acids allowed at each motif position. For the MOD_SUMO motif with regular expression [V ILMAFP]K. E: : f a a , 1 = 1 7 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOzay2aaSbaaSqaaiabdggaHjabdggaHjabcYcaSiabigdaXaqabaGccqGH9aqpjuaGdaWcaaqaaiabigdaXaqaaiabiEda3aaaaaa@3556@ , f a a , 2 = 1 1 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOzay2aaSbaaSqaaiabdggaHjabdggaHjabcYcaSiabikdaYaqabaGccqGH9aqpjuaGdaWcaaqaaiabigdaXaqaaiabigdaXaaaaaa@354C@ , f a a , 3 = 1 20 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOzay2aaSbaaSqaaiabdggaHjabdggaHjabcYcaSiabiodaZaqabaGccqGH9aqpjuaGdaWcaaqaaiabigdaXaqaaiabikdaYiabicdaWaaaaaa@363E@ and f a a , 4 = 1 1 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOzay2aaSbaaSqaaiabdggaHjabdggaHjabcYcaSiabisda0aqabaGccqGH9aqpjuaGdaWcaaqaaiabigdaXaqaaiabigdaXaaaaaa@3550@ . The fact that Σaaifaa,i= 1 implies that I i is a bounded value contained in the interval [0, log2(20)] = [0, 4.322], where higher values correspond to stringent positions that allow less amino acid variability and thus contain more information. The theoretical information content of a motif is defined as I m = i = 0 L I i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemysaK0aaSbaaSqaaiabd2gaTbqabaGccqGH9aqpdaaeWaqaaiabdMeajnaaBaaaleaacqWGPbqAaeqaaaqaaiabdMgaPjabg2da9iabicdaWaqaaiabdYeambqdcqGHris5aaaa@3898@ , where L is the motif length. The information content of the observed predicted instance I obs depends on the matching between the homologous aligned subsequence and the regular expression.

I o b s = i = 0 L I i α i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemysaK0aaSbaaSqaaiabd+gaVjabdkgaIjabdohaZbqabaGccqGH9aqpdaaeWbqaaiabdMeajnaaBaaaleaacqWGPbqAaeqaaOGaeqySde2aaSbaaSqaaiabdMgaPbqabaaabaGaemyAaKMaeyypa0JaeGimaadabaGaemitaWeaniabggHiLdaaaa@3F16@

where α i = 1 if the observed amino acid aa is contained in the set of residues accepted for position i; otherwise α i = 0. The presence value in an homologous sequence P seq is the observed information I obs normalised by the theoretical motif information I m . It varies between 0 and 1, where 1 corresponds to an exact match of the regular expression and 0 indicates no match. Incomplete matches have presence values in between, depending on their similarity to the regular expression, i.e. the degree of motif conservation.

Motif position conservation

LM behave differently in multiple sequence alignments. In the best case, they appear as identifiable blocks of conserved residues. Sometimes, though, multiple sequence alignment algorithms fail to properly align them [28]. This is mainly due to the intrinsic difficulty of aligning disordered protein regions. Particular characteristics of some LM make this situation even worse. This is the case for repetitive motifs that occur in different numbers of copies per sequence, and often for those motifs located in the protein C-terminus (Figure 3).

Figure 3
figure 3

Examples of motif misalignments in multiple sequence alignments calculated with ClustalW. Certain linear motifs have characteristics that make them prone to be wrongly aligned by multiple sequence alignment algorithms. This is the case for repetitive motifs that occur in different number of copies per sequence, and often for those motifs located in the protein C-terminus. On the left, the repetitive instances of the DP[FW] epsin motif responsible for the binding with the AP2 adaptor complex. On the right, the C-terminus PTS1 motif involved in the targeting of the eukaryotic catalases to the peroxisome.

The motif position conservation can therefore be approached in different ways. One possibility is to consider only the subsequence aligned onto the predicted instance. This implies the exact conservation of the instance position, therefore this model is called the EXACT (EXC) model. Another option is to search for the motif regular expression in a limited neighbourhood around the predicted instance. This MISALIGNMENT (MIS) model was tried by defining a window of 25 amino acids around the predicted match. It did not produce any significant improvement in the sensitivity of the method (see Testing section).

A real improvement of the sensitivity was achieved by using the EXC model and optimising instead the multiple alignment quality. Three fast multiple alignment algorithms were tested: ClustalW [29], Muscle [30] and Mafft [31]. The best results were obtained with Mafft, which improves the sensitivity of the model by 6% and 4% with respect to ClustalW and Muscle respectively.

More exhaustive multiple sequence alignment algorithms like ProbCons [32] which can perform even better than Mafft were not considered [28]. The reason for this is that the efficiency cost of using Probcons is not compatible with the real time implementation of the method.

Step 3: Sequence weights determination

Once the instance conservation has been quantified in each homologous sequence, it is necessary to give a weight to each one of those presence values. As previously stated in [33] the quality of a match depends not only on the strength of the match (i.e. the conservation of the regular expression in this case), but also on the diversity of the sequences matched. Given the complexity of LM evolution, with both non-systematic losses or de novo occurrences, it is difficult to define a weighting scheme that is both specific and accurate. The general idea is that the conservation of the motif in distantly related sequences is more relevant than the conservation in closely related sequences. Conversely, the loss of the motif in distantly related sequences could be the result of the evolutionary divergence process (change of function) and is less informative than the absence of the motif in a close homologous sequence, especially if this is a recurrent fact.

Sequence weights can be calculated as a function of the divergence between the query sequence and each homologous sequence. This weight function is useful when the relative distance between sequences is approximately constant. When the distances among the homologous sequences are variable, which is often the case, a weight function based only on their divergence with the query sequence is not suitable. It can overweight presences in groups of sequences that are distant from the query, but very closely related among themselves. Therefore it becomes necessary to consider also the relative distances between all the homologous sequences. This can be done by taking into account the topology of the phylogenetic tree when assigning their weights.

Tree-based weights [34] have been used in protein profile searches to balance the sequence information contained in a multiple alignment. They are also used in ClustalW during the progressive alignment of the sequence subsets [29]. The weight assigned to each sequence is proportional to its distance from the root, and takes into account the number of neighbouring sequences. Given a multiple alignment of N sequences and the corresponding rooted phylogenetic tree, let b1,seq, ..., bi,seq, ..., bn,seqdenote the path of n branches going from any sequence seq to the root, and li,seqthe length of a branch bi,seq. The Profileweight (profw seq ) for seq is defined as:

p r o f w s e q = i = 1 n l i , s e q o i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiCaaNaemOCaiNaem4Ba8MaemOzayMaem4DaC3aaSbaaSqaaiabdohaZjabdwgaLjabdghaXbqabaGccqGH9aqpdaaeWbqcfayaamaalaaabaGaemiBaW2aaSbaaeaacqWGPbqAcqGGSaalcqWGZbWCcqWGLbqzcqWGXbqCaeqaaaqaaiabd+gaVnaaBaaabaGaemyAaKgabeaaaaaaleaacqWGPbqAcqGH9aqpcqaIXaqmaeaacqWGUbGBa0GaeyyeIuoaaaa@4AF8@

where o i is the order of the node i, i.e. the number of leaves pending from that node. The phylogenetic tree is calculated using the neighbor-joining procedure in ClustalW [29]. Weights should be relative to the query sequence, therefore the tree has to be re-rooted using the query sequence as the outgroup. The weight for the sequence seq has to be corrected to consider the length of the final branch L f that leads to the root. The final weight for a sequence seq is

W s e q = p r o f w s e q + L f N 1 MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4vaC1aaSbaaSqaaiabdohaZjabdwgaLjabdghaXbqabaGccqGH9aqpcqWGWbaCcqWGYbGCcqWGVbWBcqWGMbGzcqWG3bWDdaWgaaWcbaGaem4CamNaemyzauMaemyCaehabeaakiabgUcaRKqbaoaalaaabaGaemitaW0aaSbaaeaacqWGMbGzaeqaaaqaaiabd6eaojabgkHiTiabigdaXaaaaaa@4548@

where N - 1 is the order of the final node. The resulting weights are then proportional to the distance between the homologous and the query sequence and take into consideration the relative relationships among the homologous sequences. These weights are, of course, relative values that depend on the set of sequences and thus have to be standardised as shown in the next section.

Conservation Score

The final score is calculated by adding the presence value P i of each informative sequence i weighted by the corresponding weight W i

C S = i W i P i i W i MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaem4qamKaem4uamLaeyypa0tcfa4aaSaaaeaadaaeqaqaaiabdEfaxnaaBaaabaGaemyAaKgabeaacqWGqbaudaWgaaqaaiabdMgaPbqabaaabaGaemyAaKgabeGaeyyeIuoaaeaadaaeqaqaaiabdEfaxnaaBaaabaGaemyAaKgabeaaaeaacqWGPbqAaeqacqGHris5aaaaaaa@3E5C@

where the normalisation constant in the denominator is the total weight for all the informative sequences in the multiple alignment. Normalisation is necessary to allow comparison of conservation scores coming from different homologous sequence sets. Moreover it produces a bounded score which varies between 0 and 1. The minimum value 0 means that the predicted instance is present only in the query sequence and the 1 indicates full conservation of the motif regular expression in all the informative sequences.

The non-informative sequences discarded from the summation are: those that diverge from the query sequence by more than D lim and have a presence value smaller than P lim ; those with a gap bigger than 15 residues in the positions corresponding to the predicted instance. In other words, those sequences that could have lost the motif because of sequence divergence, or those sequences that do not have the motif because they are missing a larger subsequence e.g. alternatively spliced forms of the query sequence.

Testing

To assess the accuracy of the models, their sensitivity and specificity was calculated in terms of the false negative and false positives rates (FNR and FPR). The known positive set is composed of 356 instances in the ELM database which are linked to experimental evidence and are coming from non-redundant sequences (see Additional file 1). From the published literature, it is not possible to gather the information required to define a suitable set of known negative instances. Therefore, a set of 1020 randomly chosen instances from intracellular protein sequences of the UniRef90 database was constructed (see Additional file 2). Those instances come from the same regular expressions and have an equal length distribution as the known positive instances. Moreover, they are located in protein regions with comparable amino acid distribution and conservation pattern to the true positive set. The procedure is the following:

  1. 1.

    Randomly choose one sequence S from the sequences annotated as intracellular or nuclear and longer than 100 residues in the UniRef90 database.

  2. 2.

    Using the IUPred algorithm [35] calculate the disorder regions R1, ..., R n in S. Motifs appear more frequently in unstructured regions of the proteins where the amino acid distribution and conservation is different from structured areas (globular domains). Therefore, in order to construct a set of random instances that is comparable in terms of background amino acid conservation with the known positive set, it is necessary to search for them only inside the R i protein fragments.

  3. 3.

    From the normal length distribution of known positives, randomly choose a length L. This is to avoid possible biases in the CS calculation caused by differences in the length distribution between the known positive and random instance sets.

  4. 4.

    Randomly choose a regular expression regexp of length L.

  5. 5.

    Search for a match to regexp in any of the R i subsequences longer that 10 residues.

The random instance set constructed is not a real negative set, but it gives an idea of the background noise that the CS models have to deal with. This set was tested to rule out the possibility of a bias in the amino acid composition that could affect the conservation of the random instances. For this purpose a different score that does not take into account any evolutionary information was used. (see Additional file 3, section A).

The results for sensitivity and specificity for a CS threshold of 0.58 are presented in Table 1. They were obtained assigning different values to the parameters D lim and P lim that determine the number of informative sequences for each instance. The TPRs and FPRs of the EXC CONT and EXC DIS models for all the different parameter combinations tried are shown in the Additional file 3, section B. Both EXC CONT and EXC DISC models achieve better specificity (1-FPR) and sensitivity (1-FNR) than the MIS DISC model. The latter seems unsuitable to the given problem since it scores 39% of the random instances as conserved and 16% of the experimentally confirmed instances as not conserved. Considering that sensitivity and specificity have contrasting tendencies, the best accuracy is achieved by the EXC DISC 1 and EXC CONT 1 models which minimise both FPR and FNR.

Table 1 Accuracy of the different models using different sets of parameters

A comparison of the performance of these three models is presented in Figure 4. A ROC curve illustrates the model's performance in term of FPR and true positive rate (TPR = sensitivity). The further away the curve is from the diagonal (random score) and more towards the upper left corner (maximum sensitivity at no FPR cost), the better the model is. The ideal threshold corresponds to the point in the curve just before the start of the plateau where maximum sensitivity is reached at the lowest FPR. This threshold is 0.58 for all models. Independently from the chosen threshold, the EXC DISC cannot have a FPR higher than 0.45, but will always lose some of the known positives. On the other hand, the EXC CONT model can correctly score almost all the known positives but will increase considerably the FPR. The MIS DISC model is better than random, but shows the worst performance.

Figure 4
figure 4

ROC curves illustrating the performance of the different models. Points in each ROC curve indicate the proportion of wrongly scored known negatives (false positive rate, FPR) versus the fraction of correctly scored known positives (true positive rate, TPR). Each point is calculated for a certain threshold inside the score range, [0, 1] for the conservation score. An ideal scoring method would be one arriving at the upper left corner, i.e. TPR = 1 and FPR = 0.

When analysing the performance of the models using different sets of parameters, it becomes clear that the CONT and DISC models have different strengths. The EXC CONT model is good at scoring the known positive instances and can achieve the lowest FNR (0.10). This is because it gives higher scores than the EXC DISC model to the known positive instances that lack a very strong conservation pattern. Therefore it improves the chances of instances that show a partial conservation of the regular expression to be classified as conserved. This is illustrated in Figure 5 where the CSs calculated using both models are plotted for each known positive instance. Dots in the upper right square correspond to well conserved instances, that the two models can properly score. Dots on the left half and above the diagonal, indicate instances with lower conservation signal in the sequence alignment but still with a higher EXC CONT score. This property of the EXC CONT model is related to its capability of scoring the instances depending on the information content of the corresponding regular expression. Actually, the chi-square test for dependency between the CS and the average information content of the regular expression gives a significant result for the EXC CONT model (P = 0.02) but not for the EXC DISC (P = 0.13).

Figure 5
figure 5

Comparison of the EXC DIS and EXC CONT conservation scores for the known positive instances. Each dot represents a known positive instance and its corresponding EXC DISC and EXC CONT conservation scores. Dots in the upper right square correspond to well conserved instances that score highly with both models. Dots on the left half and above the diagonal, indicate poorly conserved instances that are scored higher by the EXC CONT model.

On the other hand, the EXC DISC model can reach the lowest FPR, meaning that it only scores 12% of random instances as conserved. This model manages to maximise the signal to noise ratio, that is to say it achieves the best separation between the score distributions of known positive and known negative instances. From an user point of view this means that for maximally stringent predictions the EXC DISC might be preferable. When the main interest is to identify a larger amount of conserved motifs, while tolerating some wrong predictions, then the EXC CONT model might be better.

Implementation

The CS method has been implemented as a SOAP Web Service that enables both interactive (over the Web) as well as programmatic and thus systematic access to the scoring method. The CS Web Service is accessible at [36]. At this location the user can find a detailed description of the Web Service operations and a client implementation. The latter provides an example of programmatic access to the CS Web Service which would facilitate any remote tool integration.

The complete analytical workflow is illustrated in Figure 1. It comprises distributed Web Services that have been developed within and outside the ELM context. The starting point of the workflow is the ELMMatcher Web Service at the Bergen Center for Computational Science [37]. It accepts as input a protein sequence and returns a list of linear motif matches found within it. At the same time, the query sequence is compared against the UniRef90 sequence database using the WU-Blast Web Service at the EBI [38, 39]. Results from this WU-Blast run are parsed and analysed as described in the Results section. The set of homologous sequences obtained is then used to generate a multiple sequence alignment using the MAFFT Web Service at the EBI [38, 40]. This alignment is then re-used by the EBI's ClustalW Web Service to construct a phylogenetic tree using the neighbor-joining procedure in ClustalW [38, 41]. Finally, all this information is used to calculate the CS and the results are returned to the user.

The CS Web Service should also be accessible via a graphical interface using the Cinema software. Cinema is a tool for annotated multiple alignment visualisation that is being developed in the context of the UTOPIA Toolset [42, 43]. Instructions for using UTOPIA-Cinema as a front end for the CS Web Service are available at [44].

Discussion

The present article presents an heuristic method for quantifying the conservation of a LM instance. The resulting score indicates the likelihood that the predicted instance is functional. It favours the conservation especially in divergent sequences, while tolerating some losses that might have happened during the protein sequence evolution. The scoring method can efficiently estimate the conservation of predicted instances in any sequence because it identifies common trends in LM evolution. It is not a method to predict the particular evolutionary history of each instance, which is a different and non-trivial task.

Conservation scores have been repeatedly implemented in order to improve LM prediction. The QuasiMotiFinder [18] algorithm uses a maximum likelihood-based model [45] to estimate the conservation of instances that resemble Prosite signatures. While being a very robust statistical approach, it is very time consuming for a real time application. The web-based tool Minimotif Miner calculates an evolutionary conservation score that requires the orthologues which are available for the completely sequenced eukaryotic genomes [17]. The significance of this score has been tested against a database of instances with randomised patterns. This could make it less suitable for distinguishing non-functional instances that match the same regular expression of the functional ones (e.g. specificity).

Recently, a conservation score for ranking predicted motif instances has been proposed [19]. This method follows a similar logic to the CS, in particular to the EXC CONT model. On our benchmark sets, it has similar selectivity but lower specificity than the CS EXC CONT model. Differences in the homologous sequence set definition might be the cause for the latter (for a detailed comparison between the two models see Addition file 3, section C).

The limits of the CS presented here can be better understood by having a closer look at the main causes for false negative (FN) and false positive (FP) predictions. Nearly half of the FN have a poor signal conservation that is not even recovered by the CONT model. Those instances are conserved only in one or two homologous sequences, or only in the closely related ones. Half of the remaining FN correspond to apparently de novo motifs that are present only in the query sequence and are therefore by definition not conserved.

Most of the observed FP correspond to random matches of LM regular expressions inside larger blocks of sequence conservation. Those instances also appear conserved in distantly related sequences. Therefore, it is likely that the individual amino acids are functional, either as part of a larger module or as part of an overlapping set of motifs It would mean that some of the FP might actually be TP. Nevertheless, it is difficult to distinguish whether those matches are true functional motifs or not using only their conservation information. This fact indicates that, for a more detailed study of LM evolution, the local distribution of amino acids around the predicted instance is an important element to take into account.

For the sake of generality and robustness it is necessary to check the principal dependencies of the method. As repeatedly shown in the Results section, the multiple alignment quality is crucial for the whole procedure. This implies a dependency on the total amount of information contained in the multiple sequence alignment. One way to estimate the total information in a set of homologous sequences is to calculate its total divergence, which is the sum of all the branches that separate each sequence from the root. The total divergence of the homologous sets of the sequences with known positive instances was calculated. A very small correlation was found between the total divergence and the CS. The Pearson correlation coefficient for the EXC CONT model is 0.14 and it is 0.07 for the EXC DISC model. This means that these models detect the conservation of the LM almost independently from the full sequence conservation pattern.

From the biological point of view, it is perhaps more interesting to investigate the number of different species that have to keep an instance in order to score it as conserved. On average, the known positive instances with CS equal to or higher than 0.58 are maintained in eight different species. For 66% of those instances, all species are vertebrates; for 22%, the different species also include invertebrates or even plants or fungi.

A more technical detail that still deserves some discussion concerns the suitability of regular expressions as the pattern matching tool for LM, compared with the profile/hidden Markov models used in resources like Scansite [46]. The fact that the CONT model achieves the lowest FNR would indicate that approaches that take into account the frequency of amino acids per position would be well suited to LM discovery. It is possible that the motifs in the known positive set tend to evolve by gradual sequence divergence before losing their functionality, instead of suddenly disappearing by point mutation. Since both behaviours have been observed in different motifs [22] and the results here presented are far from being comprehensive it is not possible to make a general statement about the evolutionary dynamics of LM. Nevertheless considering both FPR and FNR together, CONT and DISC models have similar accuracy for certain sets of parameters (EXC DISC 1 and EXC CONT 1). This indicates that, for the required level of resolution, regular expressions are appropriate for assessing the conservation of LM.

In a first application of the CS method, it has been used in validating detection of novel KEN box motifs [47]. The CS was significantly higher for KEN box motifs in cell cycle proteins, as compared to similar control motifs.

Conclusion

Linear motifs are important modules in defining protein function. The conservation score method improves linear motif prediction especially in non-structured regions of the protein sequences, where the domain masking strategy for discarding non-functional instances is not applicable. The models developed are able to trace the conservation signal of differentially conserved true instances (false negative rates between 0.14 and 0.17). The divergence among sequences in the set is used to weight the conservation but the whole conservation score is independent from the total divergence inside the homologous sequence set. Moreover, the models have a high signal to noise ratio and therefore the false positive rates are low (0.19–0.22).

The conservation score is currently available as a Web Service at [36]. A graphical interface of the Web Service is provided by the UTOPIA toolset [43]. In the near future the conservation score will be added to the ELM resource.

Abbreviations

LM:

linear motif

CS:

conservation score

EXC:

exact

MIS:

misalignment

CONT:

continuous

DISC:

discontinuous

FPR:

false positive rate

FNR:

false negative rate

TPR:

true positive rate

FP:

false positive

FN:

false negative

TP:

true positive

TN:

true negative

regexp:

regular expression.

References

  1. Yang X: Multisite protein modification and intramolecular signaling. Oncogene 2005, 24(10):1653–62. 10.1038/sj.onc.1208173

    Article  CAS  PubMed  Google Scholar 

  2. Houtman J, Yamaguchi H, Barda-Saad M, Braiman A, Bowden B, Appella E, Schuck P, Samelson L: Oligomerization of signaling complexes by the multipoint binding of GRB2 to both LAT and SOS1. Nat Struct Mol Biol 2006, 13(9):798–805. 10.1038/nsmb1133

    Article  CAS  PubMed  Google Scholar 

  3. Kaiser S, Brickner J, Reilein A, Fenn T, Walter P, Brunger A: Structural basis of FFAT motif-mediated ER targeting. Structure 2005, 13(7):1035–45. 10.1016/j.str.2005.04.010

    Article  CAS  PubMed  Google Scholar 

  4. Yang X: Multisite protein modification and intramolecular signaling. Oncogene 2005, 24(10):1653–62. 10.1038/sj.onc.1208173

    Article  CAS  PubMed  Google Scholar 

  5. Seet B, Dikic I, Zhou M, Pawson T: Reading protein modifications with interaction domains. Nat Rev Mol Cell Biol 2006, 7(7):473–83. 10.1038/nrm1960

    Article  CAS  PubMed  Google Scholar 

  6. Copley R: The EH1 motif in metazoan transcription factors. BMC Genomics 2005, 6: 169. 10.1186/1471-2164-6-169

    Article  PubMed Central  PubMed  Google Scholar 

  7. Neduva V, Russell R: DILIMOT: discovery of linear motifs in proteins. Nucleic Acids Res 2006, 34(Web Server issue):W350–5. 10.1093/nar/gkl159

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Davey N, Edwards R, Shields D: The SLiMDisc server: short, linear motif discovery in proteins. Nucleic Acids Res 2007, 35: W455–9. 10.1093/nar/gkm400

    Article  PubMed Central  PubMed  Google Scholar 

  9. Edwards R, Davey N, Shields D: SLiMFinder: A Probabilistic Method for Identifying Over-Represented, Convergently Evolved, Short Linear Motifs in Proteins. PLoS ONE 2007., 2(10):

  10. Tan S, Hugo W, Sung W, Ng S: A correlated motif approach for finding short linear motifs from protein interaction networks. BMC Bioinformatics 2006, 7: 502. 10.1186/1471-2105-7-502

    Article  PubMed Central  PubMed  Google Scholar 

  11. Aragues R, Sali A, Bonet J, Marti-Renom M, Oliva B: Characterization of protein hubs by inferring interacting motifs from protein interactions. PLoS Comput Biol 2007, 3(9):1761–71. 10.1371/journal.pcbi.0030178

    CAS  PubMed  Google Scholar 

  12. Bairoch A: PROSITE: a dictionary of sites and patterns in proteins. Nucleic Acids Res 1991, 19(Suppl):2241–5.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Sigrist C, Cerutti L, Hulo N, Gattiker A, Falquet L, Pagni M, Bairoch A, Bucher P: PROSITE: a documented database using patterns and profiles as motif descriptors. Brief Bioinform 2002, 3(3):265–74. 10.1093/bib/3.3.265

    Article  CAS  PubMed  Google Scholar 

  14. Hulo N, Bairoch A, Bulliard V, Cerutti L, De Castro E, Langendijk-Genevaux P, Pagni M, Sigrist C: The PROSITE database. Nucleic Acids Res 2006, 34: D227–30. 10.1093/nar/gkj063

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  15. Obenauer J, Cantley L, Yaffe M: Scansite 2.0: Proteome-wide prediction of cell signaling interactions using short sequence motifs. Nucleic Acids Res 2003, 31(13):3635–41. 10.1093/nar/gkg584

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Puntervoll P, Linding R, Gemund C, Chabanis-Davidson S, Mattingsdal M, Cameron S, Martin D, Ausiello G, Brannetti B, Costantini A, Ferrè F, Maselli V, Via A, Cesareni G, Diella F, Superti-Furga G, Wyrwicz L, Ramu C, McGuigan C, Gudavalli R, Letunic I, Bork P, Rychlewski L, Kuster B, Helmer-Citterich M, Hunter W, Aasland R, Gibson T: ELM server: A new resource for investigating short functional sites in modular eukaryotic proteins. Nucleic Acids Res 2003, 31(13):3625–30. 10.1093/nar/gkg545

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  17. Balla S, Thapar V, Verma S, Luong T, Faghri T, Huang C, Rajasekaran S, del Campo J, Shinn J, Mohler W, Maciejewski M, Gryk M, Piccirillo B, Schiller S, Schiller M: Minimotif Miner: a tool for investigating protein function. Nat Methods 2006, 3(3):175–7. 10.1038/nmeth856

    Article  CAS  PubMed  Google Scholar 

  18. Gutman R, Berezin C, Wollman R, Rosenberg Y, Ben-Tal N: QuasiMotiFinder: protein annotation by searching for evolutionarily conserved motif-like patterns. Nucleic Acid Res 2005, 33(Web Server issue):W255–61. 10.1093/nar/gki496

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Dinkel H, Sticht H: A computational strategy for the prediction of functional linear peptide motifs in proteins. Bioinformatics 2007, 23(24):3297–303. 10.1093/bioinformatics/btm524

    Article  CAS  PubMed  Google Scholar 

  20. Schultz J, Copley R, Doerks T, Ponting C, Bork P: SMART: a web-based tool for the study of genetically mobile domains. Nucleic Acids Res 2000, 28(1):231–4. 10.1093/nar/28.1.231

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. Fuxreiter M, Tompa P, Simon I: Local structural disorder imparts plasticity on linear motifs. Bioinformatics 2007, 23(8):950–6. 10.1093/bioinformatics/btm035

    Article  CAS  PubMed  Google Scholar 

  22. Neduva V, Russell R: Linear motifs: evolutionary interaction switches. FEBS Lett 2005, 579(15):3342–3345. 10.1016/j.febslet.2005.04.005

    Article  CAS  PubMed  Google Scholar 

  23. Valdar W: Scoring residue conservation. Proteins 2002, 48(2):227–41. 10.1002/prot.10146

    Article  CAS  PubMed  Google Scholar 

  24. Wu C, Apweiler R, Bairoch A, Natale D, Barker W, Boeckmann B, Ferro S, Gasteiger E, Huang H, Lopez R, Magrane M, Martin M, Mazumder R, O'Donovan C, Redaschi N, Suzek B: The Universal Protein Resource (UniProt): an expanding universe of protein information. Nucleic Acids Res 2006, 34(Database issue):D187–91. 10.1093/nar/gkj161

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Suzek B, Huang H, McGarvey P, Mazumder R, Wu C: UniRef: comprehensive and non-redundant UniProt reference clusters. Bioinformatics 2007, 23(10):1282–8. 10.1093/bioinformatics/btm098

    Article  CAS  PubMed  Google Scholar 

  26. Thompson J, Plewniak F, Poch O: A comprehensive comparison of multiple sequence alignment programs. Nucleic Acids Res 1999, 27(13):2682–90. 10.1093/nar/27.13.2682

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Shannon C: A mathematical theory of communication. Bell System Technical Journal 1948, 27: 379–423. and 623–656

    Article  Google Scholar 

  28. Perrodou E, Chica C, Poch O, Gibson T, Thomps on J: A new protein linear motif benchmark for multiple sequence alignment software. BMC Bioinformatics 2008, 9: 213. 10.1186/1471-2105-9-213

    Article  PubMed Central  PubMed  Google Scholar 

  29. Thompson J, Higgins D, Gibson T: CLUSTAL W: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position-specific gap penalties and weight matrix choice. Nucleic Acids Res 1994, 22(22):4673–80. 10.1093/nar/22.22.4673

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Edgar R: MUSCLE: a multiple sequence alignment method with reduced time and space complexity. BMC Bioinformatics 2004., 5(113):

    Google Scholar 

  31. Katoh K, Misawa K, Kuma K, Miyata T: MAFFT: a novel method for rapid multiple sequence alignment based on fast Fourier transform. Nucleic Acids Res 2002, 30(14):3059–66. 10.1093/nar/gkf436

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Do C, Mahabhashyam M, Brudno M, Batzoglou S: ProbCons: Probabilistic consistency-based multiple sequence alignment. Genome Res 2005, 15(2):330–40. 10.1101/gr.2821705

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Jonassen I, Helgesen C, Higgins D: Scoring function for pattern discovery programs taking into account sequence diversity. Reports in Informatics, University of Bergen 1996.

    Google Scholar 

  34. Thompson J, Higgins D, Gibson T: Improved sensitivity of profile searches through the use of sequence weights and gap excision. Comput Appl Biosci 1994, 10(1):19–29.

    CAS  PubMed  Google Scholar 

  35. Dosztányi Z, Csizmok V, Tompa P, Simon I: IUPred: web server for the prediction of intrinsically unstructured regions of proteins based on estimated energy content. Bioinformatics 2005, 21(16):3433–4. 10.1093/bioinformatics/bti541

    Article  PubMed  Google Scholar 

  36. CS Web Service[http://conscore.embl.de/CS.wsdl]

  37. ELMMatcher Web Service[http://api.bioinfo.no/wsdl/ELMMatcher.wsdl]

  38. Labarga A, Valentin F, Anderson M, Lopez R: Web services at the European bioinformatics institute. Nucleic Acids Res 2007, 35(Web Server issue):W6–11. 10.1093/nar/gkm291

    Article  PubMed Central  PubMed  Google Scholar 

  39. WU-Blast Web Service[http://www.ebi.ac.uk/Tools/webservices/services/wublast]

  40. MAFFT Web Service[http://www.ebi.ac.uk/Tools/webservices/services/mafft]

  41. ClustalW Web Service[http://www.ebi.ac.uk/Tools/webservices/services/clustalw]

  42. Pettifer S, Sinnott J, Attwood T: UTOPIA: user friendly tools for operating informatics applications. Comparative and Functional Genomics 2004, 5: 56–60. 10.1002/cfg.359

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  43. UTOPIA Toolset[http://utopia.cs.manchester.ac.uk/]

  44. Instructions UTOPIA-Cinema[http://utopia.cs.man.ac.uk/ELM-CS]

  45. Pupko T, Bell R, Mayrose I, Glaser F, Ben-Tal N: Rate4Site: an algorithmic tool for the identification of functional regions in proteins by surface mapping of evolutionary determinants within their homologues. Bioinformatics 2002, 18(Suppl 1):S71–7.

    Article  PubMed  Google Scholar 

  46. Yaffe M, Leparc G, Lai J, Obata T, Volinia S, Cantley L: A motif-based profile scanning approach for genome-wide prediction of signaling pathways. Nat Biotechnol 2001, 19(4):348–53. 10.1038/86737

    Article  CAS  PubMed  Google Scholar 

  47. Travé MichaelSG, Ramu C, Chica C, Gibson T: Discovery of candidate KEN box motifs using cell cycle keyword enrichment combined with native disorder prediction and motif conservation. Bioinformatics 2008, in press.

    Google Scholar 

Download references

Acknowledgements

The CS pipeline Web Service was developed within the framework of the EU FP6 EMBRACE project (LHSG-CT-2004-512092). The authors would like to thank Julie Thompson for providing the Profileweight module used as the base of the weighting scheme. Zsuzsanna Dosztányi for supplying the IUPred software used in the generation of random instances. James Sinnot and David Thorne in the UTOPIA team for providing a graphical interface for the CS Web Service. Jan Christian Bryne who developed and maintains the ELMMatcher Web Service. All the ELM colleagues. Claudia would like to thank Nir Ben-Tal and Norman Davey for creative discussion, Francesca Diella for useful advice and Niall Haslam for critical reading of the manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Toby J Gibson.

Additional information

Authors' contributions

CC designed, developed and benchmarked. AL implemented the embedded EBI Web Services of the CS. CMG implemented a Java wrapper solution to encapsulate CC's python pipeline and expose the CS as a Web Service. RL hosts the EBI resources. TJG oversees ELM resource development.

Electronic supplementary material

12859_2007_2214_MOESM1_ESM.txt

Additional file 1: Set of known positives. This set is composed of 356 instances in the ELM database which are linked to experimental evidence and are coming from non-redundant sequences. (TXT 15 KB)

12859_2007_2214_MOESM2_ESM.txt

Additional file 2: Set of random instances. This set contains 1020 randomly chosen instances from intracellular protein sequences of the UniRef90 database. (TXT 41 KB)

12859_2007_2214_MOESM3_ESM.pdf

Additional file 3: Supplementary information. Find here more information about the test of bias in the random set, the optimisation of the model parameters and the comparison with Dinkel and Sticht method [19]. (PDF 83 KB)

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chica, C., Labarga, A., Gould, C.M. et al. A tree-based conservation scoring method for short linear motifs in multiple alignments of protein sequences. BMC Bioinformatics 9, 229 (2008). https://doi.org/10.1186/1471-2105-9-229

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-9-229

Keywords