Skip to main content

Classification of protein sequences by means of irredundant patterns

Abstract

Background

The classification of protein sequences using string algorithms provides valuable insights for protein function prediction. Several methods, based on a variety of different patterns, have been previously proposed. Almost all string-based approaches discover patterns that are not "independent, " and therefore the associated scores overcount, a multiple number of times, the contribution of patterns that cover the same region of a sequence.

Results

In this paper we use a class of patterns, called irredundant, that is specifically designed to address this issue. Loosely speaking the set of irredundant patterns is the smallest class of "independent" patterns that can describe all common patterns in two sequences, thus they avoid overcounting. We present a novel discriminative method, called Irredundant Class, based on the statistics of irredundant patterns combined with the power of support vector machines.

Conclusion

Tests on benchmark data show that Irredundant Class outperforms most of the string algorithms previously proposed, and it achieves results as good as current state-of-the-art methods. Moreover the footprints of the most discriminative irredundant patterns can be used to guide the identification of functional regions in protein sequences.

Background

The increasing availability of biological sequences, from proteins to entire genomes, poses the need for the automatic analysis and classification of such a huge collection of data. Alignment methods and pattern discovery techniques have been used, for quite some time, to attach various problems emerging in the field of computational biology. Unfortunately most of these methods do not scale well with the lengths of the biological sequences under examination and therefore they are unpractical for genome-wide applications. To overcome this recent obstacle a number of techniques, which do not relay on alignment, have been conceived; these methods are also called alignment-free methods (see [1] for a comprehensive review). Although several alignment methods have been proposed over the years, the development of tools to classify and digest entire genome sequences is still in its infancy.

In this paper we address the classification and analysis of biological sequences without resorting to alignment. We present a method for the classification of protein sequences by means of irredundant patterns. Our method achieves results as good as the current state-of-the-art methods. We show also that the most discriminative irredundant patterns, which are used to distinguish different protein families, provide valuable information on the consensus pattern shared by a particular protein family.

Related works

The protein classification problem can also be treated as a string classification problem. Historically this problem has been studied in the field of text documents classification. Unfortunately most of these approaches, developed for a different kind of strings, fail when applied to biological sequences. The main reasons of this failure are the different nature of biological sequences, particularly rich of regularities known as patterns, and because of their lengths difficult to digest for a general purpose application.

Thus a number of methods have been studied for protein classification based on primary structure. The main distinction is between generative methods against discriminative methods. The former class includes methods such as protein family profiles [2], hidden Markov models (HMMs) [35], and PSI-BLAST [6]. These methods try to derive a model for a set of proteins and then check whether a candidate protein fits the model or not. Unlike generative methods, discriminative methods such as [714] are supervised approaches focused on finding which sequences (including negative examples) can describe a set of proteins despite of another set. This class makes extensive use of support vector machines (SVMs, [15]) based on features of proteins.

Recent results [8, 10] suggest that the best-performing methods are discriminative string algorithms, sometimes called string kernels. The string-based learning algorithm extracts information from the sequences and computes either a feature vector for each sequence or directly a matrix with scores between pairs of sequences. Then sequences are seen as a set of labeled examples (positive if they are in the family and negative otherwise) and an SVM attempts to learn a decision boundary between the different classes. The first string kernel, called Fisher kernel [7], uses an HMM to provide the necessary means of converting proteins into fixed-length vectors. The vector summarizes how different the given sequence is from a typical member of the given protein family. In contrast in the Pairwise method [8] the feature vector, corresponding to a protein, is formed by all the E-values of the Smith-Waterman score (or BLAST score) between the sequence analyzed and each of the training sequences. Other methods, like Spectrum and Mismatch [9, 10], use as protein features the set of all possible substrings of amino acids of fixed length k (k-mer). If two sequences contain many of the same k-mers, their inner product under the k-Spectrum kernel will be large. Equivalently, the Mismatch kernel computes a large inner product between two sequences if these sequences contain many k-mers that differ by at most m mismatches. Then, the SVM-I-sites method [12] encodes into feature vectors the protein's three-dimensional structure, instead of using sequence similarity; conversely the eMOTIF database method [16] defines the kernel in terms of the sequence motifs that appear in a pair of sequences. These motifs were previously extracted from the eBLOCKs database using the eMOTIF-maker algorithm that derives patterns from sequence alignments [17, 18].

More recently, the Local Alignment method [11] mimics the behavior of the Smith-Waterman score to build a family of valid kernels. Following the work of [19] they defined a kernel to detect all local alignment between strings by convolving simpler kernels, and hence comparing, in a simple way, strings of different lengths which share common parts. The Profile-based Mismatch method [14] uses probabilistic profiles, such as those produced by the PSI-BLAST algorithm, to define a kernel established on the position-dependent mutation neighborhoods for inexact matching of k-mers in the data (like the Mismatch method). Whereas in the Profile-based Direct method [13] kernel functions are constructed by combining sequence profiles with different approaches for determining the similarity between pairs of protein sequences. However, this kernel makes an extensive use of hyperparameters that increases the risk of overfitting when no dedicated validation data set is used. Finally, in the Word Correlation Matrices method [20] the kernel is defined by average pairwise k-mer (or word) similarity between two sequences (similarly to the Spectrum kernel). The consequent analysis of discriminative words allows also the identification of characteristic regions in biological sequences.

In general, all pattern-based methods operate, directly or indirectly, two distinct steps: first extract patterns from sequences, then use this set of patterns as features for an automatic classification tool, e.g. SVMs.

Remarkably almost all string algorithms consider patterns that are not independent, and therefore the associated scores are obtained using a set of redundant features. In this paper we want to stress the idea that if the learning process has to deal with a set of redundant features, the resulting score is overcounting, a multiple number of times, the contribution of patterns that cover the same region of a sequence. Our conjecture is that the overcounting, due to redundant patterns, might mislead the classification. In the case of pattern-based method we can define if two patterns are independent through the resort of the notion of irredundancy. The class of irredundant patterns is specifically designed to address this issue and it was previously studied in a number of papers [2124]. In [25] we applied a similar technique for the detection of transcription factor binding sites and we showed that the use of irredundancy is useful since redundant patterns can be filtered out without leading to overcounts.

In the next sections we will show that most approaches are using patterns, of various forms, that are redundant. We suppose that a set of irredundant patterns, and consequently a set of independent features, can improve the automatic learning and classification of sequences. Here we present a novel discriminative pairwise method for the classification of protein sequences, called Irredundant Class. Irredundant Class is based on the statistics of irredundant patterns between two sequences, combined with the discriminative power of SVMs. We selected for comparison some of the string-based learning approaches presented above, including the best-performing methods in the protein classification and remote homology detection [7-11, 20]. Our method outperforms most of the previous approaches, and it achieves results as good as current state-of-the-art methods. Moreover, given a protein family, we study the set of most discriminative irredundant patterns and their distribution. We found that the location of the functional consensus pattern for a family, as reported by PROSITE [26], can be identified by the irredundant patterns footprint.

Methods

Irredundant Class

Our method is based on the extraction of irredundant patterns that are common to two sequences. We use the idea of irredundant patterns, to avoid overcounting of patterns that cover the same region multiple times on a sequence. In this section we present the class of irredundant patterns, along with some properties.

Recently the notion of irredundancy was studied for the case of a single sequence [21, 22], in this paper we extend the notion of irredundancy to the case of two sequences. In particular, our approach is substantially inspired by [22], and we refer the reader for a more comprehensive treatment on the original notion. To keep the paper self-contained, we report here the basic concepts, although most of them are only slightly adapted.

Let s = σ1σ2 ... σ n be a sequence of length |s| = n over an alphabet Σ. A character from Σ, say σ, is called a solid character, while a "don't care" character '.' represents any character. A pattern is a string over Σ·(Σ {.})*·Σ, thus containing at least two solid characters. For instance, p = d.dg.g.i...e is a pattern that occurs at locations 1 and 15 in the sequence s = dadgggdistketvdedgsgtidfee.

To give an idea of the notion of irredundancy applied to two sequences s1 and s2, let us consider s1 = abababab and s2 = babababa, and the two patterns p1 = abababa and p2 = ababa that are contained in both the sequences. We can note that the existence of p1 in both s1 and s2 affects the existence of p2 in all locations in which p2 appears. By simply deleting the last ba from p1 or right shifting twice p2 along p1 we can obtain p2. Loosely speaking the two patterns p1 and p2 are not independent, or equivalently they are not irredundant. Intuitively, a pattern is irredundant if it cannot be deduced, along with its location list, by some other patterns. Consequently any redundant pattern can be derived from the set of all irredundant patterns without knowing the original sequences, thus it is not informative. We want to discard all redundant common patterns as non-informative for the learning process.

Definition 1. (Common pattern p, Location list p ) Let s 1and s2 be two sequences on Σ. A string p on Σ {.} is a common pattern with location list p = (l1, l2, ..., l q ) if all of the following hold. (i) |p| ≥ 2, (ii) p[1], p[|p|] Σ, (iii) p occurs both on s1 and s2, and (iv) there exists no location l p such that p occurs at l either on s1 or s2 (the location list is of maximal size).

Clearly, in the two sequences context, a common pattern occurs at least twice, one per sequence. Extending the notation of location list we can then denote by ( p + i), 0 ≤ i ≤ |p| - 1, all the locations in p shifted to the right by i positions.

Definition 2. (p1 p2) For characters σ1 and σ2 we write that σ1 σ2 if and only if σ1 is a don't care or σ1 = σ2. Given two patterns p1 and p2, with |p1| ≤ |p2|, p1 p2 holds if p1|j| p2[j + d] for all 1 ≤ j ≤ |p1|, with 0 ≤ d ≤ |p2| - |p1|.

We also say in this case that p1 is a subpattern of p2 (or p1 occurs in p2), and that p2 implies or extends p1.

Definition 3. (Coverage) Given two patterns p1 and p2 we say that the occurrence at j of p2 is covered by p1 (or by a subpattern of p1 ) if p2 p1 and j ( + i) for an integer 0 ≤ i ≤ |p1| - |p2|.

For instance, the pattern p2 = ababa with location list over s1 = abababab and s2 = babababa, where denotes the occurrence at location j in the sequence s h , is covered at position by p1 = abababa with and i = 2. Note that because p2 is a subpattern of p1 obtained by deleting the last ba from p1 (i.e., the shift integer i is 0), and that because p2 occurs at location 2 in p1. Another example with don't cares is the following, p3 = a.a.a with over s3 = aabababab and s4 = babacacac is covered at all the positions by p4 = aba.a.a with .

Remark 1. Let s1 and s2 be two sequences, and p1 and p2 be two common patterns with p1 p2. Then, by definition p2 must cover at least an occurrence of p1 per sequence.

Definition 4. (Maximal common pattern) Let be the set of common patterns of the sequences s1 and s2. A pattern is maximal in composition if and only if there exists no , li, with p i p l and . A pattern p i maximal in composition is also maximal in length if and only if there exists no pattern , ji, such that p i p j and . A maximal common pattern is a pattern that is maximal both in composition and length.

Requiring maximality in composition and length limits the number of common patterns that may be usefully extracted and accounted for in two sequences. However, the notion of maximality alone does not suffice to bound the number of such patterns. It can be shown that there are sequences that have an unusually large number of maximal common patterns without conveying extra information about the input. A maximal common pattern p is irredundant if p and the list p of its occurrences cannot be deduced by the union of a number of lists of subpatterns of other maximal common patterns. Conversely, we call a common pattern p redundant if p (and its location list p ) can be deduced from the other common patterns without knowing the input sequences. More formally:

Definition 5. (Redundant/Irredundant common pattern) A maximal common pattern p, with location list p , is redundant if there exist maximal common subpatterns p i , 1 ≤ ik, such that (i.e., every occurrence of p on s1 and s2 is already covered by some maximal common patterns). A maximal common pattern that is not redundant is called irredundant common pattern.

Since the redundant common patterns bring no extra information about the two sequences, the set of independent patterns is precisely the class of irredundant common patterns. For instance, we consider the sequences s1 = abababab and s2 = babababa of length 8. Then the list of all irredundant common patterns is the following. p1 = abababa with , p2 = bababab with . The other redundant maximal common patterns are. p3 = ababab with , p4 = bababa with , p5 = ababa with , p6 = babab with , p7 = abab with , p8 = baba with , p9 = aba with , p10 = bab with , p11 = ab with , p12 = ba with .

It is easy to check that p1 and p2 cannot be deduced by other common patterns, whereas p5 along with its location list can be simply deduced by p1, and p7 can be derived from the union of the occurrence lists of some subpatterns of p1 and p2. We want to emphasize that if the two sequences are identical there is only one irredundant common pattern, the sequence itself. This difference with the single sequence approach is due to a peculiarity of the original notion, in which the sequence itself is not considered as a valid pattern.

Definition 6. (Consensus, Meet) The consensus of two sequences s1 and s2 is obtained by matching the characters corresponding to the same positions of the sequences, and inserting a don't care in case of mismatch. Deleting all leading and trailing don't cares from the consensus yields the meet of s1 and s2.

For instance, the consensus of the sequences aaaaab and baaaaa is .aaaa., while their meet is aaaa. Note that a meet is a common pattern between two sequences.

Let now s = σ1σ2 ... σ n be a sequence of n characters over an alphabet Σ. We use to denote the suffix σ j σ j +1... σ n of s; s(j)the sequence where the location j appears; and the location list of p on s. Clearly ; and j p if and only if .

In the following we will briefly present the most important properties of the irredundant common patterns. Those properties are specular with respect to the single sequence approach, as in [22].

Lemma 1. Let p be a common pattern on s1 and s2. Then, p is irredundant if and only if there exists such that the meet of s(min{j, k})and is p for all , where s h is the other sequence with respect to s(j).

Proof. We can prove this Lemma using the Lemmas 4 and 5 described in [22]. They prove that a pattern p' is irredundant, relatively to the approach with a single sequence s, if and only if there exists an occurrence j' of p' in s such that the meet of s and is p' for all k' in . Following this work, we have that a pattern p' is irredundant if and only if at least one of its occurrences in s is not covered by other patterns. Similarly a common pattern p is irredundant, in the two sequences approach, if and only if it has at least an occurrence j in s1, or in s2, that is not covered by other maximal common patterns. Now assume, w.l.o.g., that j s1, and therefore s h is s2. To make the statement of the Lemma valid we have to examine the case in which a common pattern p'' covers together the occurrence j of p in s1 and another occurrence l of p in s1 (i.e., the same sequence in which j appears). Note that p'' covers some occurrences of p if p p"; hence, by definition, p" must cover also an occurrence of p in s2 (as seen in Remark 1). This contradicts the assumptions in which we have to obtain p whenever we intersect the sequences in correspondence of two particular occurrences of p: j in s1 and a in s2.

By the previous facts and the proofs in [22], we can conclude that an irredundant common pattern must have at least an occurrence j in one of the two sequences such that the second part of the Lemma holds, and vice versa.   □

To clarify the meaning of this lemma, we refer the reader to the general example that follows the algorithm.

Theorem 1. Every irredundant common pattern over two sequences s1 and s2 is the meet of a sequence and a suffix of another one.

Proof. From Lemma 1, an irredundant common pattern p (that occurs certainly in both the sequences) must appear at least in the meet of a sequence and a suffix of the other one.   □

An immediate consequence of Theorem 1 is a linear bound for the cardinality of the set of irredundant common patterns. Thus

Theorem 2. The number of irredundant common patterns over two sequences s1 and s2 of length, respectively, m and n is O(m + n).

Proof. From Theorem 1 we have at most m + n - 1 irredundant common patterns, and so O(m + n).   □

With its underlying convolutory structure, Lemma 1 suggests an immediate way for the extraction of irredundant common patterns from sequences and arrays, using available pattern matching with or without FFT [22].

The algorithm

The discovery of all irredundant common patterns over two sequences s1 and s2 is derived from Lemma 1. In this context we are interested in a proof of concept, because the aim is to verify the effectiveness of our method in the classification of protein sequences. The algorithm complexity is dominated by the most computationally intensive operation, step (b), which is the global searching of all occurrences of patterns in the sequences. We implemented this step by means of a naive string searching algorithm with don't cares that accounts for O((m + n)3) time, where m and n are the sizes of s1 and s2. The complete description of the algorithm follows.

Input: two sequences s1 and s2, where |s1| = m and |s2| = n.

Output: the set of all irredundant common patterns over s1 and s2.

  1. 1.

    Compute the m + n -1 meets between s1 or s2 and a suffix of the other sequence; then discard patterns of length < 2.

  2. 2.

    For each meet p:

(a) for each occurrence j found in the previous step, called exposed occurrence, increment a counter, I1[j] or I2[j], depending on the sequence in which j appears;

(b) perform a string search over s1 and s2 to find the number of occurrences of p in s1 and s2, called respectively q1 and q2;

(c) check if the meet p is irredundant (see Lemma 1) by finding at least an exposed occurrence j of p in s(j)that has a counter value equal to the number of occurrences of p in the other sequence (with respect to s(j)). Equivalently, find if there exists an occurrence j in s1 such that I1[j] = q2 or an occurrence j in s2 such that I2[j] = q1.

Example. Consider the sequences s1 = aabababab and s2 = babacacac of length 9. One of the meets computed by the algorithm is the meet of and that is equivalent to compute the meet of and . Finally, it can be expressed as the meet of s1 and , which is actually p = a.a.a (see Table 1).

Table 1 Example of meet between a sequence and a suffix of the other sequence.

The only exposed occurrences of the pattern p are and (given by the meet between positions and ) thus I1 [2] = 1 and I2 [4] = 1. Accordingly Table 2 shows the counters, I1 and I2, of p for each position of s1 and s2.

Table 2 Example of counters I1 and I2 of a meet.

We note that and that . Then step (b) performs a string search of p over s1 and s2. We obtain that is with cardinality q1 = 2, and that is with cardinality q2 = 2. Since z1 <q2 and z2 <q1 we can conclude by Lemma 1 that p is redundant.

Scoring irredundant patterns

First of all we have to empirically motivate our choice for irredundant patterns rather than considering all maximal patterns. Table 3 shows the number of irredundant against maximal common patterns for 10 pairs of protein sequences used in the final experiments. Results indicate that the number of irredundant patterns tends to be an order of magnitude lower than maximal patterns for not-so-short sequences, and that the latter can be exponential in the size of sequences; thus we avoid the overcount of many sequence regions. Moreover maximal patterns can be prohibitive to extract for some long sequences. Whereas we have already proved that the number of irredundant patterns is at most linear in the size of sequences. Once a set of irredundant common patterns over two protein sequences s1 and s2 is acquired, we compute a scoring function based on the frequency of patterns and on the properties of amino acid compositions. Here we report the general form of the scoring function:

Table 3 Irredundant vs. maximal patterns.

where F p is defined as the number of occurrences of the pattern p in s1 and s2, and E[F p ] is the expected value of F p . To compute the expected value of F p we assume that the sequences are drawn from an i.i.d. process. The probability of a pattern p is simply the product of the probabilities of its symbols a i p. If a i is a solid character we compute its probability using the BLOSUM62 substitution matrix [27]; whereas the probability of a don't care is fixed to 1. Since we have assumed that the sequences come from an i.i.d. process, the expected number of occurrences of the pattern p in s1 and s2 is:

where m, n, and |p| are, respectively, the lengths of the two sequences and the pattern p. Given a set of N sequences the input for the SVM learning process is the matrix of scores, i.e. Score(s i , s j ) with 1 ≤ i, jN. The result of this process is a learning distance function that can be treated as an indefinite kernel. When applying SVMs with this kernel, we therefore have to resort to one of the workarounds discussed in [28]. In particular, in case of weak non-positivity of the learning function, we force the optimizer to stop after a maximum number of iterations. Despite these manageable problems, we successfully applied the matrix of scores as a kernel matrix in SVMs, and we retain for future work the task of bridging the gap in the non-positivity of the learning function.

Results and discussion

We assessed the effectiveness of our method on the classification of protein families into superfamilies. Recent works were compared against the dataset presented in [8]. This dataset is based on the Structural Classification Of Proteins (SCOP, [29]) version 1.53, removing similar sequences with an E-value threshold of 10-25. The data consist of 4352 sequences grouped into 54 families and 23 superfamilies selected by Liao and Noble. For each family, proteins within the family are considered positive test examples, and proteins within the superfamily but outside the family are considered positive training examples; negative examples are chosen outside the fold, and were randomly split into training and test sets in the same ratio as the positive examples. Therefore this assessment consists of 54 experiments, each corresponding to a target family having at least 10 positive training examples and 5 positive test examples, and no sequence homologies known a priori. In these experiments there is usually an unbalanced number of negative sequences with respect to the number of positive sequences, as illustrated in Table 4. In short, the task consists on classifying target families of sequences into superfamilies of SCOP using an SVM.

Table 4 Experiments of Liao and Noble.

For the comparison against state-of-the-art methods we use as metric the receiver operating characteristic (ROC) score. Given a ranking of the test sequences scores in output from the SVM, ROC score is the normalized area under the curve that plots the number of positive examples correctly predicted (true positives) as a function of the number of negative examples found to be positive (false positives) for each different possible classification threshold of a specific experiment. Our results were obtained using the Gist SVM version 2.3; realized by Noble and Pavlidis [30], it implements the soft margin optimization algorithm described in [31].

For every target family we have to extract the irredundant common patterns, compute the score matrix, train the SVM, and then classify the test sequences. The requirements in terms of time can vary dramatically. In general, they are related to the number of sequences and to the protein family. The most time consuming step is the training of the SVM with times that range between few minutes up to 50 minutes, in some difficult cases. Experimental data and results of other methods were taken from [11, 20]. Table 5 shows the scores of ROC, ROC50, and Median rate of false positives (mRFP) averaged out over all the experiments for Irredundant Class and state-of-the-art methods. We report in bold the best results for each score. These scores indicate that our method outperforms most learning algorithms in literature, and it is comparable to state-of-the-art Local Alignment kernels.

Table 5 Comparison of results against state-of-the-art methods

For a more detailed view, the ROC scores distribution is illustrated in Figure 1(a). The green line (triangles), corresponding to the Local Alignment version "eig" (that was suggested by the authors for a lower computational expensive with respect to the version "ekm"), seems to perform slightly better than the Irredundant Class in blue (squares), but the minimum ROC score of the Local Alignment is much smaller. Figure 1(b) reports the distribution of ROC scores per family. The Irredundant Class shows a more robust behavior for all experiments with respect to the other learning algorithms. In particular, the smallest ROC score of our method was obtained for the 15-th experiment with the value 0.614, while all other methods get their lowest peaks for the 13-th experiment with values much smaller, e.g. 0.22 for Local Alignment. Family-by-family details can be caught from Figure 2 for the comparison of the Irredundant Class against, respectively, (a) Mismatch and (b) Local Alignment ("eig"). The former is one of the most efficient kernels in literature, while the latter is known to achieve high performance. Again, we can observe that Irredundant Class achieves better performance than Mismatch and similar results when compared with Local Alignment.

Figure 1
figure 1

ROC scores distributions. (a) ROC scores distribution for the Irredundant Class and state-of-the-art methods. (b) ROC scores across families.

Figure 2
figure 2

ROC scores family-by-family comparisons. (a) Family-by-family ROC scores comparison of the Irredundant Class against Mismatch. (b) Family-by-family ROC scores comparison of the Irredundant Class against Local Alignment version "eig."

Analysis of irredundant patterns footprint

Although the classification of protein sequences, through an SVM, does not provide an alignment per se, one can use the footprint of irredundant patterns to detect candidate functional sites in protein sequences. Here we are not interested in aligning a set of sequences, but we want to analyze the distribution of the most discriminative irredundant common patterns.

We recall that the result of the SVM learning process, for a target protein family, is a set of weights α = (α1, ..., α N ) associated to the N training sequences of its superfamily. We want to study the distribution of irredundant common patterns in the test sequences using for each pattern p a weight that is proportional to its score and to the weight α i of the corresponding training sequence that generated p, with 1 ≤ iN. Consider a test sequence s test and the set of training sequences s1, ..., s N ; each pair (s test , s i ) generates a set of irredundant patterns test, i . For each pattern p in test, i we compute its score as the product ln () × α i and we associate this score to the positions of s test covered by solid characters of p. We repeat the same process for all patterns in test, i , for each 1 ≤ iN; and for each location we sum the contributions of all patterns that cover that location. We obtain a histogram of the footprint of the irredundant patterns for the test sequence s test . The interpretation of this histogram is that picks should correspond to conserved regions, thus to candidate functional sites.

We picked three families at random from the dataset used. For every protein family we use as target functional sites the PROSITE [26] manually found consensus patterns. To better highlight the distribution of footprints we build, for each family, a multiple alignment of the test sequences and plot all histograms over this alignment. Figure 3 shows the resulting histogram for the protein family S100. A red bar shows the location of the functional pattern reported by PROSITE, also shown in the picture. For this family we can see that a clear signal is present and that picks correspond quite well with conserved amino acids in the functional site. Similar considerations apply also for the families in Figure 4. In Figure 4(a) we observe picks mostly in correspondence of Cysteines, whereas in Figure 4(b) the pattern reported by PROSITE results in two functional sites that share comparable high scores.

Figure 3
figure 3

Irredundant patterns footprint for protein family 50. Histogram of the irredundant patterns footprint for S100 proteins (family no. 50 of Table 4).

Figure 4
figure 4

Irredundant patterns footprint for protein families 32 and 53. Histogram of the irredundant patterns footprint for: (a) plant defensis (family no. 32 of Table 4) and (b) bacterial repressors (family no. 53).

Note that these results are obtained comparing sequences from a protein family and its superfamily, thus the chances to find the actual signal are weak as opposed to standard alignment methods, which consider only the protein family. Nevertheless the profile of the family functional site can be computed as a post process of our analysis by a multiple alignment of candidate regions.

This analysis does not yield to an alignment of sequences, but it is a way to interpret the distribution of irredundant patterns. In summary the most discriminative patterns contain information about the functional site of a protein family, but this information is not explicitly available by simple inspection.

Conclusion

In this paper we studied how the notion of irredundant patterns can solve an issue that is rising in the field of string-based learning algorithms. Almost all string-based approaches consider patterns that are not independent, and therefore the associated scores overcount, a multiple number of times, the contribution of patterns that cover the same region of a sequence, called redundant patterns. Thus we use the class of irredundant common patterns over two sequences, which is specifically designed to address this issue. We design a novel method, called Irredundant Class, that is a discriminative pairwise learning algorithm based on support vector machines. Results on benchmark data show that the Irredundant Class outperforms most of the approaches previously proposed, and it achieves results as good as current state-of-the-art methods. Moreover the footprint of the most discriminative irredundant patterns can be interpreted, in a biological fashion, as a guide for the identification of characteristic regions in protein sequences. Finally, the Irredundant Class approach is not limited to protein sequences, but it can also be applied to DNA or RNA sequences. The investigation of these areas will be part of future work.

References

  1. Vinga S, Almeida J: Alignment-free sequence comparison - a review. Bioinformatics 2003, 19(4):513–523. 10.1093/bioinformatics/btg005

    Article  CAS  PubMed  Google Scholar 

  2. Gribskov M, McLachlan AD, Eisenberg D: Profile analysis: detection of distantly related proteins. Proc Natl Acad Sci U S A 1987, 84(13):4355–4358. 10.1073/pnas.84.13.4355

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Krogh A, Brown M, Mian IS, Sjöolander K, Haussler D: Hidden Markov models in computational biology: applications to protein modeling. Journal of Molecular Biology 1994, 235: 1501–1531. 10.1006/jmbi.1994.1104

    Article  CAS  PubMed  Google Scholar 

  4. Baldi P, Chauvin Y, Hunkapiller T, McClure M: Hidden Markov models of biological primary sequence information. Proc Natl Acad Sci U S A 1994, 91: 1059–1063. 10.1073/pnas.91.3.1059

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Karplus K, Barrett C, Hughey R: Hidden Markov models for detecting remote protein homologies. Bioinformatics 1998, 14: 846–856. 10.1093/bioinformatics/14.10.846

    Article  CAS  PubMed  Google Scholar 

  6. Altschul SF, Madden TL, Schffer AA, Schaffer RA, Zhang J, Zhang Z, Miller W, Lipman DJ: Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Research 1997, 25: 3389–3402. 10.1093/nar/25.17.3389

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  7. Jaakkola T, Diekhans M, Haussler D: Using the Fisher kernel method to detect remote protein homologies. In Proceedings of the 7th International Conference on Intelligent Systems for Molecular Biology (ISMB 1999). Edited by: Thomas Lengauer, Richard Schneider, Peer Bork, Douglas L Brutlag, Janice I Glasgow, Hans-Werner Mewes and Ralf Zimmer. AAAI; 1999:149–158.

    Google Scholar 

  8. Liao L, Noble WS: Combining pairwise sequence similarity and support vector machines for detecting remote protein evolutionary and structural relationships. Journal of Computational Biology 2003, 10: 857–868. 10.1089/106652703322756113

    Article  CAS  PubMed  Google Scholar 

  9. Leslie CS, Eskin E, Noble WS: The spectrum kernel: a string kernel for SVM protein classification. In Proceedings of the 7th Pacific Symposium on Biocomputing (PSB 2002) Edited by: Russ B Altman, A Keith Dunker, Lawrence Hunter and Teri E Klein. 2002, 564–575.

    Google Scholar 

  10. Leslie CS, Eskin E, Cohen A, Weston J, Noble WS: Mismatch string kernels for discriminative protein classification. Bioinformatics 2004, 20(4):467–476. 10.1093/bioinformatics/btg431

    Article  CAS  PubMed  Google Scholar 

  11. Saigo H, Vert JP, Ueda N, Akutsu T: Protein homology detection using string alignment kernels. Bioinformatics 2004, 20(11):1682–1689. 10.1093/bioinformatics/bth141

    Article  CAS  PubMed  Google Scholar 

  12. Hou Y, Hsu W, Lee ML, Bystroff C: Efficient remote homology detection using local structure. Bioinformatics 2003, 19: 2294–2301. 10.1093/bioinformatics/btg317

    Article  CAS  PubMed  Google Scholar 

  13. Rangwala H, Karypis G: Profile-based direct kernels for remote homology detection and fold recognition. Bioinformatics 2005, 21(23):4239–4247. 10.1093/bioinformatics/bti687

    Article  CAS  PubMed  Google Scholar 

  14. Kuang R, Ie E, Wang K, Wang K, Siddiqi M, Freund Y, Leslie C: Profile-based string kernels for remote homology detection and motif extraction. Journal of Bioinformatics and Computational Biology 2005, 3(3):527–550. 10.1142/S021972000500120X

    Article  CAS  PubMed  Google Scholar 

  15. Vapnik VN: Statistical Learning Theory. Wiley-Interscience; 1998.

    Google Scholar 

  16. Ben-Hur A, Brutlag DL: Remote homology detection: a motif based approach. Bioinformatics 2003, 19(Suppl 1):i26-i33. 10.1093/bioinformatics/btg1002

    Article  PubMed  Google Scholar 

  17. Nevill-Manning CG, Wu TD, Brutlag DL: Highly specific protein sequence motifs for genome analysis. Proc Natl Acad Sci U S A 1998, 95: 5865–5871. 10.1073/pnas.95.11.5865

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  18. Huang JY, Brutlag DL: The eMOTIF database. Nucleic Acids Research 2001, 29: 202–204. 10.1093/nar/29.1.202

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Haussler D: Convolution kernels on discrete structures. In Technical Report. University of California at Santa Cruz, Santa Cruz, CA, USA; 1999.

  20. Lingner T, Meinicke P: Word correlation matrices for protein sequence analysis and remote homology detection. BMC Bioinformatics 2008, 9: 259. 10.1186/1471-2105-9-259

    Article  PubMed Central  PubMed  Google Scholar 

  21. Apostolico A, Tagliacollo C: Incremental discovery of the irredundant motif bases for all suffixes of a string in O ( n2log n ) time. Theoretical Computer Science 2008, 408(2–3):106–115. 10.1016/j.tcs.2008.08.002

    Article  Google Scholar 

  22. Apostolico A, Tagliacollo C: Optimal offline extraction of irredundant motif bases. Lecture Notes in Computer Science. In Proceedings of the 13th Annual International Computing and Cobinatorics Conference (COCOON 2007). Volume 4598. Edited by: Lin G. Springer; 2007:360–371.

    Google Scholar 

  23. Apostolico A, Parida L: Incremental paradigms of motif discovery. Journal of Computational Biology 2004, 11: 15–25. 10.1089/106652704773416867

    Article  CAS  PubMed  Google Scholar 

  24. Pisanti N, Crochemore M, Grossi R, Sagot MF: Bases of motifs for generating repeated patterns with wild cards. IEEE/ACM Transactions on Computational Biology and Bioinformatics 2005, 2: 40–50. 10.1109/TCBB.2005.5

    Article  CAS  PubMed  Google Scholar 

  25. Comin M, Parida L: Detection of subtle variations as consensus motifs. Theoretical Computer Science 2008, 395(2–3):158–170. 10.1016/j.tcs.2008.01.017

    Article  Google Scholar 

  26. Hulo N, Bairoch A, Bulliard V, Cerutti L, Cuche B, de Castro E, Lachaize C, Langendijk-Genevaux P, Sigrist C: The 20 years of PROSITE. Nucleic Acids Research 2008, (36 Database):D245–9.

  27. Henikoff S, Henikoff JG: Amino acid substitution matrices from protein blocks. Proc Natl Acad Sci U S A 1992, 89(22):10915–10919. 10.1073/pnas.89.22.10915

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Eichhorn J: Applications of kernel machines to structured data. PhD thesis. Technische Universität Berlin; 2007.

    Google Scholar 

  29. Murzin AG, Brenner SE, Hubbard T, Chothia C: SCOP: a structural classification of proteins database for the investigation of sequences and structures. Journal of Molecular Biology 1995, 247: 536–540.

    CAS  PubMed  Google Scholar 

  30. Noble WS, Pavlidis P: Gist support vector machine and kernel principal components analysis software toolkit. Columbia University; 2002.

    Google Scholar 

  31. Jaakkola T, Diekhans M, Haussler D: A discriminative framework for detecting remote protein homologies. Journal of Computational Biology 2000, 7: 95–114. 10.1089/10665270050081405

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We want to thank Raffaele Giancarlo for having brought to our attention this problem and the related work. M.C. is partially supported by the Ateneo Project of University of Padova and by the CaRiPaRo Project.

This article has been published as part of BMC Bioinformatics Volume 11 Supplement 1, 2010: Selected articles from the Eighth Asia-Pacific Bioinformatics Conference (APBC 2010). The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/11?issue=S1.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Matteo Comin.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

All authors have equally contributed to, seen and approved the manuscript.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://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

Comin, M., Verzotto, D. Classification of protein sequences by means of irredundant patterns. BMC Bioinformatics 11 (Suppl 1), S16 (2010). https://doi.org/10.1186/1471-2105-11-S1-S16

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-11-S1-S16

Keywords