Skip to main content

Mining the entire Protein DataBank for frequent spatially cohesive amino acid patterns

Abstract

Background

The three-dimensional structure of a protein is an essential aspect of its functionality. Despite the large diversity in protein structures and functionality, it is known that there are common patterns and preferences in the contacts between amino acid residues, or between residues and other biomolecules, such as DNA. The discovery and characterization of these patterns is an important research topic within structural biology as it can give fundamental insight into protein structures and can aid in the prediction of unknown structures.

Results

Here we apply an efficient spatial pattern miner to search for sets of amino acids that occur frequently in close spatial proximity in the protein structures of the Protein DataBank. This allowed us to mine for a new class of amino acid patterns, that we term FreSCOs (Frequent Spatially Cohesive Component sets), which feature synergetic combinations. To demonstrate the relevance of these FreSCOs, they were compared in relation to the thermostability of the protein structure and the interaction preferences of DNA-protein complexes. In both cases, the results matched well with prior investigations using more complex methods on smaller data sets.

Conclusions

The currently characterized protein structures feature a diverse set of frequent amino acid patterns that can be related to the stability of the protein molecular structure and that are independent from protein function or specific conserved domains.

Peer Review reports

Background

Proteins are primarily composed of a long chain of amino acids that is folded into a complex three-dimensional structure. This spatial structure of a protein is an essential component in its functionality and is thus subjected to evolutionary pressures to optimize the inter-residue contacts that support it. For example, the proteins of thermophilic organisms are known to contain specific adaptations in their amino acid configurations and content to stabilize the molecular protein structure in the high temperature living environment in which these species live [1,2]. Despite the large diversity in protein structures and functionality, it is known that there are common patterns and contact preferences between residues, or even between residues and other biomolecules, such as DNA.

Different methods have been described to explore the amino acid content of a protein and their interactions for a variety of goals. Within the scope of molecular modelling, frequent representations of common inter-residue contacts involve protein contact maps (PCM) or adjacency matrices [3,4]. These types of representations transform the three-dimensional organisation of protein residues into a two-dimensional interaction map. These maps can then be mined to identify common patterns of residues in contact that occur in multiple different protein structures [5]. A variety of techniques have been applied to this problem, such as support vector machines [6], hidden markov models [7,8] and neural networks [9]. These patterns are then commonly used for protein fold prediction, often by first predicting the PCM from the amino acid sequence [10,11]. A second type of mining applied to protein structures involves the discovery of specific re-occurring local structures or amino acid motifs that can be related to a given protein function or family [12]. A common approach to finding such patterns involves the transformation of the protein structure into a residue graph where edges represent interactions or close proximity. Common patterns can then be identified through subgraph mining techniques, which can then be used for the functional characterization of other protein structures [13-16].

The RSCB Protein DataBank (PDB) is the primary collection of protein molecular structures [17]. It contains the full atomic molecular structures for more than 90 000 proteins and protein complexes at the time of writing. This represents the largest collection of protein molecular structures that is nowadays available and has been the subject of many data mining initiatives. However most data mining approaches are only applied to a small subset of the PDB database, typically no more than a few hundred structures. The main hurdle with scaling these approaches up to larger data sets, is that the computation time and memory usage scale up too, in most cases in a more than linear fashion due to the complexity of three-dimensional molecular structures data.

Frequent pattern mining is a data mining technique that was developed to identify elements that often co-occur within a data set. The archetypical usage case is the ‘market basket’ problem, where the goal is to identify which items are often bought together based on the transactions made at a supermarket. Despite the simplicity of this problem, creating an algorithm that can solve it in an accurate and rapid manner is not trivial. A significant amount of research has therefore gone into solving this problem as efficiently as possible and many algorithms now exist that address it. Many common biological challenges can be readily translated into the ‘market basket’ problem, and therefore frequent pattern mining has seen significant use in bioinformatics applications [18]. Relevant to the field of structural biology, frequent pattern mining has been applied to discover the common patterns that are present in PCMs [8] and for secondary structure prediction [19]. A recent extension of the frequent pattern mining field is the concept of pattern cohesion. This metric scores an item set based on the physical distance of the typical items within the set; i.e. items that are far apart can be said to have a low cohesion, while items that are proximal have a high cohesion [20]. While originally proposed for sequence data, this definition of cohesion can be readily extended to three dimensions. This has recently been implemented in a frequent item set miner that can rapidly find patterns of amino acids that often co-occur within a set of protein structures, without the need to convert the protein structure into a contact map or a graph [21]. We use the term FreSCOs (Frequent Spatially Cohesive Component sets) to refer to this type of pattern class.

We have shown that the patterns retrieved on such a protein data set mostly involve combinations of three or four amino acids that frequently occur in close proximity [21]. Thus these FreSCOs are more complex than the pairwise interaction between two residues, but not so extensive that they are unique to a specific protein or protein family. In this paper, we investigate what amino acid patterns are common in a large collection of protein structures and compare the discovered patterns to those that have been described previously using other classes of methods on smaller data sets. Further we explore the possibility to find FreSCOs that can be linked to the optimal growth temperature of the organism or to preferred protein-DNA interactions.

Methods

Data set

Two large collections of three-dimensional structures are used in this study. The first is the collection of all structures contained within the RCSB PDB database, obtained on the 3rd of May, 2013 [17]. Only non-redundant protein sequences were retained as annotated by the Vector Alignment Search Tool in the non-redundant PDB chain set at different sequence similarity cut-offs [22]. The largest set of proteins that was considered in this manner, where structures with a BLAST p-value lower than 10−80 were considered redundant, contains 32 142 protein molecules from a large variety of organisms. As using more stringent redundancy cut-offs had little effect on the resulting patterns [see Additional file 1], we chose to use the largest set for increased statistical power. The second three-dimensional structure data set is a collection of 2 901 DNA-protein complex molecular structures (less than 90% protein sequence identity) as obtained from the RCSB PDB database on the 15th of October, 2013. The data set presented to the pattern mining algorithm used the Cα atom for protein residues and the N1 atom for DNA bases to determine the coordinates for the given label, i.e. the type of amino acid or base.

Pattern mining algorithm

The algorithm used in this paper is based on the principles of frequent pattern mining and the data mining concept of cohesion. In brief, the algorithm considers all possible amino acid combinations and identifies those combinations that are both frequent in the set of protein structures and that consist of amino acids in close average proximity. Hereafter these patterns of frequent spatially cohesive amino acids will be referred to as ‘FreSCOs’. This method can be sped up by pruning the possible search space with little to no loss in accuracy [23]. The next section introduces the definitions and algorithmic framework behind the pattern miner.

The three-dimensional structure of a protein can be considered as a list of points where each point v is a pair (a,c) consisting of an item a I, where I is the set of all possible amino acids and a coordinate c R3. We can then represent a protein as a data object d = {v 1 , …, v l }, where l is the number of amino acids in the protein sequence. The set of all proteins within a given data set is denoted by D. We assume that two points can never occur at the same position, i.e. with the same coordinate. On the other hand, an amino acid a i may occur many times at different positions in a protein d g with V gi denoting the set of these points.

A subset X = {a 1 , …, a k } I is termed a pattern of length k. Within the scope of this paper, we are interested in patterns with both a high support, i.e. those that occur often, and with a high cohesion, i.e. where the items are, on average, in close spatial proximity. For a given pattern X, we denote the set of all data objects that contain all items of X as N(X) = {d D|a X, (a, c) d}. The support of X in a data set D is then defined as

$$ S(X)=\frac{\left|N\right.\left.(X)\right|}{\left|D\right|} $$

The concept of cohesion within the scope of data mining can be readily extended to three-dimensional space. Given a set of points V = {v 1 , …, v k }, let MB(V) denote the ball with the smallest radius that contains V, i.e. the smallest enclosing ball. It has been shown that MB(V) always exists and is unique [24]. Intuitively, we consider the points V to be in close spatial proximity if the radius of MB(V) is small enough. Given a pattern X = {a 1 , …, a k }, assume that each amino acid a i occurs ni times in a protein d g N(X). Within a single protein d g that contains X, R g is then defined as the radius of the smallest enclosing ball for a combination of V = {v 1 , …, v k } that matches X = {a 1 , …, a k }. We then define the cohesive radius of X in D as

$$ R(X)=\frac{{\displaystyle \sum_{d_e\in N(X)}{R}_g(X)}}{\left|N(X)\right|} $$

The pattern miner theoretically enumerates every possible amino acid combination for their support and cohesion radius value, and will return those patterns that exceed the given cut-off for both. The utilized Apriori-like algorithm [25] speeds up this pattern search by using several properties of the support and cohesion metrics [23]. As the most efficient version of this algorithm is used for this study, there is no longer a necessity of explicitly including secondary structure information in the miner. In this manner the data set is not limited by any additional annotation being available and allows inclusions of a much larger set of protein structures. The mining procedure is able to return results after about 6 000 s (1 h40) when run on a local server (one 2.67 Ghz core, 24 Gb RAM) for the largest non-redundant PDB data set (almost 25 Gb of PDB files).

Significance of the discovered patterns

The pattern miner reveals all FreSCOs that are both frequent and in close proximity. Intuitively, one realizes that patterns matching very common amino acids will have on average a smaller enclosing ball by chance than those that are less common. To compensate for this phenomenon, a background distribution is computed for each described pattern based on a permuted set of protein structures. In this background set, the amino acid labels have been randomized for each protein while keeping the overall structure (i.e. the coordinates) identical. The pattern miner is then applied to this permuted set to compute a new cohesion value. Due to the nature of the permutation, the frequency of the amino acids and the patterns will remain the same, as the protein amino acid content does not change. This permutation is repeated ten times and the resulting cohesion values are used to estimate a background distribution for the cohesion value of each pattern. As these background scores seem to follow a normal distribution [see Additional file 2 for an example], the probability that the true cohesion value follows the same background distribution can be computed. The p-value cut-off used is 0.01 with a Bonferroni correction for multiple testing.

Domain enrichment

To identify the known conserved domains present in the studied protein set, the sequence of the non-redundant protein structures extracted from PDB were run through the Pfam sequence search web tool [26]. Domains were identified in 28 665 protein sequences, with a total of 58 459 domain-to-protein assignments. These assignments were compared to the FreSCOs by matching the sequence position of the residues that make up the smallest enclosing ball and the residues that define the conserved domains. In other words, for each FreSCO it was evaluated if the residues that match it are more or less likely to occur in any conserved protein domains. The significance of the overlap between the pattern residues and the domain residues was evaluated using a hypergeometric distribution at a P-value of 0.01 with a Bonferonni correction for multiple testing.

Gene ontology enrichment

The gene ontology assignments to each protein chain that exist within the PDB database can be used to assess the overlap between specific protein functional characteristics and FreSCOs. To this end, each GO term associated that is annotated to at least 10 protein structures in the non-redundant PDB data set was checked for enrichment of FreSCOs. Gene ontology terms from the molecular function, cellular component and biological process trees were considered. However as most FreSCOs have a frequency of more than 90%, only the most cohesive matches within a protein structure were regarded as a match in this analysis. To this end, only matches where the residues occurred within a minimal enclosing ball with a radius less than 3 Å were included. The P-value for enrichment was calculated based on a hypergeometric distribution against specific FreSCOs occurring in a set of protein structures with a given gene ontology by chance.

Optimal growth temperature

The optimal growth temperature (OGT) for different prokaryotic species was retrieved from the BacDive database on the 17th of December, 2013 [27]. Organisms with an OGT of 37°C were filtered out as these mainly concern pathogenic species whose protein content might bias the analysis [28,29]. Using the species annotation available through PDB, each molecular structure was linked to the species of origin. In this manner 4 952 protein structures from the non-redundant data set could be matched with an OGT. The FreSCOs extracted from the PDB data set can then be related to the OGT by calculating the Spearman correlation between the cohesive radius of the pattern match in a protein structure and the corresponding OGT. As a lower cohesive radius implies a tighter pattern, positive correlation is an indication for patterns with a higher relevance in lower temperatures, and negative correlation for higher temperatures. The p-value cut-off used is 0.01 with a Bonferroni correction for multiple testing.

Results and discussion

Triplet patterns feature synergetic combinations

The entire non-redundant PDB data set can be mined for FreSCOs, i.e. patterns of amino acids that frequently occur in close proximity. Amino acids in close proximity are defined by a maximum cohesive radius of 4.5 Å for the purposes of this analysis, which corresponds to the distance between the Cα atoms of two residues that are typically considered as interacting [9]. The support of the patterns is set to 0.60, much lower than the frequency of the individual amino acids [see Additional file 1] and further reduction of this parameter does not reveal any additional patterns. In the set of 32 142 non-redundant protein structures, 185 and 260 combinations of respectively two (doublet) and three (triplet) amino acids matched these criteria. However, one immediate observation is that the most cohesive FreSCOs are those composed of the most frequent amino acids. This makes sense because frequent amino acids will occur closer together even if it is simply by chance. We can correct for this bias by comparing these results to the cohesive radius of randomized proteins with similar amino acid frequencies. When we removed those FreSCOs whose cohesive radius did not significantly differ from random, 48 doublet and 104 triplet patterns remained [see Additional file 3]. These FreSCOs therefore represent amino acids that are significantly more often in close proximity than one would expect. Given the underlying relationship where triplet patterns can be considered built up out of two doublet patterns, one would expect similar patterns to emerge; however this is clearly not the case. As can be seen in Figure 1, the significant triplet patterns differ greatly from the doublet patterns. For example, the triplet patterns display several strong links between acidic (ASP, GLU) and basic (ARG, LYS) amino acids. These patterns are not present in the doublet list, yet are highly relevant, as previous studies have found that interactions between these residues form the bulk of the ionic bonds in protein structures [30,31]. In addition, there is a tight clustering of the aliphatic amino acids in the triplet patterns, as can be expected given that these amino acids typically form the hydrophobic protein core [32,33]. This is in contrast to the doublet patterns, where the aliphatic amino acids do cluster together but have few connections. We can postulate several reasons for the difference between the doublet and triplet patterns. Due to the correction step, many triplet patterns featuring only frequent amino acids might have been filtered out. However the triplet patterns still retain several combinations of frequent amino acids, such as all possible combinations with the four aliphatic amino acids: ALA-VAL-LEU, ALA-LEU-ILE, ALA-VAL-ILE and VAL-LEU-ILE. Another possible reason is the difference between the doublet and triplet patterns in terms of information content with regards to the positioning and the functionality of the pattern. A combination of two aliphatic amino acids may easily occur simply by chance, while an aliphatic triplet is more indicative of a hydrophobic core. It may be that the chemical interaction is only present between two of the amino acids, such as the FreSCOs featuring a basic and an acidic amino acid, and the third amino acid provides the necessary context for this interaction, for example a hydrophilic or hydrophobic residue. In general, these triplet patterns thus represent a synergetic effect between the three possible interaction pairs in the protein structures. Given their increased information content and their intrinsic novelty compared to patterns found with contact map approaches, the triplet (or larger) patterns will be the main focus of the next analyses.

Figure 1
figure 1

Graph overview of the significant FreSCOs found in the non-redundant PDB data set. Doublet (left) and triplet (right) patterns extracted from the non-redundant protein structure data set that had a cohesive radius significantly less than expected at random. Each node in the graph represents an amino acid and each edge represents a pattern that includes the two connecting amino acids where the edge width is scaled to the number of patterns. The nodes are colored based on the properties of the amino acid: aliphatic (orange), aromatic (red), polar (blue), acidic (purple), basic (green) and glycine (yellow).

The discovered patterns seem to represent common building blocks

As can be seen in Figure 2, all triplet FreSCOs contain at least one of the four aliphatic residues, except for the patterns PHE-GLU-ARG and PHE-GLU-LYS. Note that these patterns are not limited to any specific type of protein, in contrast to those documented for more complex spatial residue motifs [13-15]. Most FreSCOs described here have a support of more than 0.9, thus they occur in more than 90% of all the analyzed proteins. Given their ubiquitous presence, they are therefore more akin to common building blocks of the protein structure. In addition, the FreSCOs are unrelated to larger types of protein building blocks, such as the characterized conserved protein domains, as FreSCOs appear in a larger protein set and are not necessarily limited to the conserved regions. To demonstrate this fact, the residues that form these patterns can be matched with the conserved domains present in these proteins. Screening the protein sequences with the Pfam models [26] reveals that 77.18% of the residues in our protein set form part of a characterized protein domain. While a large fraction of the FreSCOs are significantly associated with conserved domains, seven patterns were found to avoid occurring in any protein domains [see Additional file 4]. These depleted patterns thus tend to occur outside of the known conserved regions of the protein structures and feature mostly combinations of glutamate, lysine, glutamine, leucine and isoleucine. However our analysis also showed that the amino acids themselves are not uniformly distributed across conserved domains and non-conserved regions. For example, the conserved domains themselves are highly enriched for cysteine but are highly depleted for proline and serine [see Additional file 5]. These amino acid preferences can partly explain the enrichment or depletion of specific FreSCOs in the conserved domains, as conserved domains seem to be significantly depleted for glutamate, glutamine and lysine residues. The residues that match the discovered FreSCOs thus do not all cluster at specific functional regions or a certain type of secondary structure, as shown for an example protein structure in Figure 3. A gene ontology analysis reveals that certain gene ontology terms are highly enriched for specific FreSCOs with a clear functional role [see Additional file 6]. For example, protein structures annotated as membrane proteins are highly enriched for FreSCOs consisting of mainly hydrophobic amino acids, such as PHE-VAL-LEU. The majority of significant FreSCO associations arises from the molecular function ontology tree. A large amount of FreSCOs are enriched in proteins that bind nucleotides, or have a transferase or oxidoreductase activity. An exhaustive review of all enriched FreSCOs in these gene ontology terms would exceed the scope of this paper. However for the nucleotide-binding proteins many FreSCOs include arginine, which is known to mediate a large number of nucleotide interactions [34,35]. Furthermore many FreSCOs match residues that are in close spatial proximity but at a great distance on the protein sequence (i.e. long-range interactions [32]), even though the pattern miner does not impose such a constraint. The average distance between residues matching FreSCOs is around 20 amino acids along the protein sequence chain for each rule. The distribution of these distances is distinctly bimodal [see Additional file 7], with a separation between short-range (less than 6 residues) and long-range (more than 10 residues) interactions. Most FreSCOs have an equal amount of short-range and long-range matches, which is to be expected, as the mined patterns do not consider the distance along the protein chain when evaluating best matches.

Figure 2
figure 2

Significant triplet FreSCOs extracted from the non-redundant PDB data set. Plotted in the heatmaps is the logarithm of the p-value of a randomized protein data set having an average cohesion radius that is lower or the same for each pattern. The heatmaps were plotted so that every found pattern occurs exactly once using the smallest amount of heatmaps.

Figure 3
figure 3

Illustration of the pattern distribution in a mined protein structure. Protein structure of the HIV-1 protease homodimer [PDB:1DAZ] [36]. Only one of the homodimer chains was mined for FreSCOs (represented in cartoon and stick format), the other is represented in light grey (stick format only). Significant triplet FreSCOs in the mined protein structure are visualized by colorization of the best matching residues, i.e. those with the smallest enclosing ball within this protein structure. Each pattern is assigned a unique color based on amino acid content. Residues that do not match any significant patterns are colored in dark grey.

Specific patterns correlate with optimal growth temperature

Many of the FreSCOs can be linked to interactions that contribute to the stability of the protein structure. This corresponds to previous studies on smaller data sets where similar observations have been made [21]. As mentioned before, thermophilic organisms are known to contain specific adaptations in their protein structures to stabilize them at higher temperatures. Common adaptations for thermophilic proteins include more compact proteins with a larger number of stabilizing contacts [37-39] and increased preferences for specific amino acids. If the FreSCOs are indeed critical building blocks to the overall stability of the protein structure, some should play an important role at higher temperature. To this end, the relation of the average cohesion radius of the FreSCOs to the OGT of the organism of origin was studied.

Starting from the 260 triplet FreSCOs described previously, we find that 49 were significantly correlated with lower temperatures and 95 with higher temperatures [see Additional file 8]. The most striking observation about these patterns, as can be seen in Figure 4, is that those associated with low or high OGT have similar amino acid content. For example, in both cases there are several FreSCOs that include glycine, leucine and alanine. It is already well known that IVYWREL amino acid content of the proteome increases with the OGT [28,29,40,41] and this remains true for the protein structures studied here [see Additional file 9]. It is therefore interesting that we still find many FreSCOs featuring these amino acids correlated with lower temperature. This indicates that the FreSCOs correlated with high OGT are not only determined by an increase in the frequency of these amino acids, but also due to a deliberate grouping of these residues. There are however still some differences in FreSCO residue content. For example, there are no patterns with proline or lysine correlated with low OGT and no patterns with cysteine or glutamine with high OGT. Further there are more patterns with polar residues for low OGT, and more with hydrophobic, acidic and basic residues for high OGT. This matches previous observations that as the OGT increases, the number of polar residues decreases and the number of charged and hydrophobic residues increases [42-45]. These charged residues can then form ionic bonds that stabilize the protein at higher temperatures, typically on the protein surface rather than the protein core [46-48]. The FreSCOs support this locational preference as can be seen in the strong correlation of several patterns featuring glutamate, lysine and a hydrophilic residue with high OGT. Glutamate and lysine are known to frequently occur on the protein surface as their long side chains reduce the chance of charge burial [42,43,46]. A hydrophilic amino acid (e.g. SER, ASN or THR) in the patterns thus provides the necessary context for these interactions as occurring on the protein surface.

Figure 4
figure 4

Overview of patterns found to be associated with higher or lower OGT. Triplet FreSCOs found to be related to proteins present in organisms with a lower (left) or higher (right) OGT. At the top of the figure is a graph where each node represents an amino acid and each edge represents patterns that include the two connecting amino acids where the edge width is scaled to the number of patterns. The nodes are colored based on the properties of the amino acid: aliphatic (orange), aromatic (red), polar (blue), acidic (purple), basic (green) and glycine/proline (yellow). At the bottom of the figure are heatmaps featuring the amino acid combinations that are either enriched in lower (left) or higher (right) OGT. The color of the heatmaps corresponds to the logarithm of the correlation p-value. The heatmaps are plotted so that each pattern occurs exactly once.

Mined patterns can represent preferential DNA-protein contacts

Many of the described FreSCOs were significantly enriched in nucleotide-binding proteins [see Additional file 1]. In previous analyses, the pattern miner ignored any DNA molecules that were present in the PDB molecular structures. However, patterns that combine amino acids and DNA bases can be uncovered using the spatial miner by inclusion of these molecules. FreSCOs found through such an analysis thus detail the significantly frequent and cohesive interactions between DNA-binding proteins and their ligands. These interactions are typically mediated by contacts made between amino acids and the DNA bases or backbone. It is well established that there is no clear deterministic recognition code between amino acids and bases that exists over all DNA-binding proteins [49]. However it is known that certain amino acid – base patterns exist that, while they have no predictive power, are enriched in DNA-protein complexes [50,51]. These preferential contacts between amino acids and DNA bases can be complex, featuring several bases or amino acids [52]. Therefore we will search for FreSCOs in a set of protein-DNA complexes from the PDB database in a similar manner to the patterns with only amino acids described previously. The maximum cohesive radius is increased to 7 Å, as the FreSCOs now need to bridge two macromolecules, and the support is set at 0.70. As we are interested in the contact between the protein and the DNA molecule, the FreSCOs are filtered so that only those that feature at least one base and at least one amino acid are retained. This results in 221 FreSCOs, which are combinations of one to three bases and one to two amino acids. Based on a background distribution, 94 of these patterns were found to be significant [see Additional file 10]. As can be seen in Figure 5, thymine is the base that is featured in the most FreSCOs (62 out of the 94). One possible explanation for this fact is that thymine has been found to have the largest contribution to the area surface in DNA-protein interfaces [53]. The most common amino acid in the FreSCOs is arginine (23 out of the 94). This matches previous findings where arginine is one of the primary amino acids to support interactions with DNA bases (ACGT) and the DNA backbone [34,35]. This is due to the positive charge that the arginine can carry, which allows favorable interactions with the typically negatively charged DNA molecule. Indeed, it has been observed that the DNA-protein interface is strongly enriched for the acidic amino acids arginine and lysine [53]. Other amino acids that are known to form a significant amount of the hydrogen bonds between the protein and the DNA molecule are serine, threonine, and glycine [34]. These amino acids (SER, THR, GLY, ARG, LYS) are the most represented residues among the mined FreSCOs. Amino acids that have been previously described as uncommon in protein-DNA interactions [52], such as cysteine, methionine and tryptophan, are not featured in any of the FreSCOs. The most significant FreSCO, i.e. the pattern that is most independent from the frequency of its residues or bases, was T-GLY-ARG with a p-value of 2.97 · 10−283. The interesting aspect of this FreSCO is the presence of glycine, which only has a small uncharged side chain, yet has been previously described as forming a significant number of hydrogen bridges in protein-DNA complexes [34]. One can easily envision an interaction where both amino acids cooperate by either forming hydrogen bridges with a thymine base, or where one amino acid stabilizes the interaction by e.g. associating with the DNA backbone. An example can be found in Figure 6 for the DNA-protein complex of the Bacillus caldolyticus cold shock protein (PDB: 2HAX). Here the glycine residue is in a position to directly interact with the thymine base, while the typically positively charged guanidine group of the arginine residue can interact with the negatively charged phosphate DNA backbone of the nucleotide.

Figure 5
figure 5

Significant FreSCOs found in the protein-DNA complex molecular structures. Only the associations between the bases and amino acids are shown, edges between bases or between amino acids were removed. Nodes and edges are colored by base (A: green, C: blue, G: yellow and T: red). Edge width corresponds to the number of patterns shared between the connected nodes.

Figure 6
figure 6

Example of a T-GLY-ARG pattern match. Residues matching the FreSCO T-GLY-ARG in the molecular structure of the DNA-binding cold shock protein from Bacillus caldolyticus [PDB:2HAX] [54]. Different subunits of the pattern have been coloured: thymine nucleotide (red), glycine (yellow) and arginine (green). Remainder of the protein and DNA-molecule have been coloured grey. The left part of the figure features the pattern in stick form, right features the labels of the non-hydrogen atoms in the pattern.

Conclusions

In this paper, we describe the mining of an interesting and relevant new pattern class, which we term ‘FreSCOs’, in the largest data set of protein molecular structures that is currently available. The found FreSCOs consist of combinations of two or three amino acids and seem to represent common building blocks aiding in the stability of the protein structure. These patterns are not directly related to any specific type of protein function as they occurred in over 90% of the analyzed structures, nor are they limited to the conserved domains of the proteins. Many of the discovered FreSCOs feature combinations of glutamate and lysine. These FreSCOS are only significant in the triplet combinations and not in the doublet patterns, suggesting an essential synergetic relationship with a third amino acid, which was often an aliphatic residue. FreSCOs featuring glutamate and lysine are found to occur mostly outside of known conserved protein domains yet are a frequent feature in protein structures. Lastly they are highly enriched in organisms that live at higher temperatures, indicating an important role in the thermostability of proteins. In general, comparison to growth temperatures reveal that hydrophilic residues were mostly found to be related with low temperatures, and hydrophobic, acidic and basic residues to high temperatures. Studying these temperature relationships with FreSCOs allows description of their synergistic tendencies among different amino acids and provides some indication of positional context, as was seen for FreSCOs containing glutamate and lysine in combination with hydrophobic residues. Further the enrichment of specific FreSCOs at higher temperature supports earlier conclusions that the mined patterns play a critical role in protein structure stability. Inclusions of the DNA molecular structures into the data set allowed description of patterns related to the contact preferences of protein-DNA complexes. Here the majority of the found patterns involve a thymine base or an arginine residue, which matches known preferences. Many of the FreSCOs described in this case indicate complex interactions involving several bases or amino acids and thus go beyond a simple one amino acid to one base contact preference.

The next step will be to extend the framework to account for the similarity between amino acids when mining these proximal patterns. The current implementation considers each amino acid type as a discrete entity, however it is well established that some amino acids are more similar than others. This can be directly integrated into the mining framework to improve the detection of important amino acid patterns. In addition, currently around half of all matches for a given FreSCO describe short-range interactions. The proposed cohesive miner can theoretically be constrained to exclude residue matches that exist in close proximity on the protein chain, which may result in more interesting and less evident patterns. Further the function analysis of the found FreSCOs supports their use in studies targeting a specific subset of proteins to discover common patterns that may exist beyond the amino acid singleton or duplet.

Abbreviations

FreSCO:

Frequent spatially cohesive component set

OGT:

Optimal growth temperature

PCM:

Protein contact map

PDB:

RCSB Protein DataBank

References

  1. Jaenicke R, Böhm G. The stability of proteins in extreme environments. Curr Opin Struct Biol. 1998;8:738–48.

    Article  CAS  PubMed  Google Scholar 

  2. England J, Shakhnovich E. Structural determinant of protein designability. Phys Rev Lett. 2003;90:218101.

    Article  PubMed  Google Scholar 

  3. Godzik A, Kolinski A, Skolnick J. Topology fingerprint approach to the inverse protein folding problem. J Mol Biol. 1992;227:227–38.

    Article  CAS  PubMed  Google Scholar 

  4. Selbig J, Argos P. Relationships between protein sequence and structure patterns based on residue contacts. Proteins. 1998;31:172–85.

    Article  CAS  PubMed  Google Scholar 

  5. Hu J, Shen X, Shao Y, Bystroff C, Zaki MJ. Mining protein contact maps. In 2nd BIOKDD workshop on data mining in bioinformatics;2002.

  6. Wu S, Zhang Y. A comprehensive assessment of sequence-based and template-based methods for protein contact prediction. Bioinformatics (Oxford, England). 2008;24:924–31.

    Article  Google Scholar 

  7. Pollastri G, Baldi P. Prediction of contact maps by GIOHMMs and recurrent neural networks using lateral propagation from all four cardinal corners. Bioinformatics (Oxford, England). 2002;18 Suppl 1:S62–70.

    Article  Google Scholar 

  8. Zaki MJ, Bystroff C. Mining residue contacts in proteins using local structure predictions. In Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering. IEEE Comput. Soc;2000:168–175.

  9. Hamilton N, Burrage K, Ragan MA, Huber T. Protein contact prediction using patterns of correlation. Proteins. 2004;56:679–84.

    Article  CAS  PubMed  Google Scholar 

  10. Cheng J, Randall AZ, Sweredoski MJ, Baldi P. SCRATCH: a protein structure and structural feature prediction server. Nucleic acids research. 2005;33(Web Server issue):W72–6.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Bacardit J, Widera P, Márquez-Chamorro A, Divina F, Aguilar-Ruiz JS, Krasnogor N. Contact map prediction using a large-scale ensemble of rule sets and the fusion of multiple predicted structural features. Bioinformatics (Oxford, England). 2012;28:2441–8.

    Article  CAS  Google Scholar 

  12. Liu Z-P, Wu L-Y, Wang Y, Zhang X-S, Chen L. Bridging protein local structures and protein functions. Amino Acids. 2008;35:627–50.

    Article  CAS  PubMed  Google Scholar 

  13. Dhifli W, Saidi R, Nguifo EM. Smoothing 3D protein structure motifs through graph mining and amino acid similarities. J Comput Biol. 2014;21:162–72.

    Article  CAS  PubMed  Google Scholar 

  14. Huan J, Wang W, Bandyopadhyay D, Snoeyink J, Prins J, Tropsha A. Mining Spatial Motifs from Protein Structure Graphs. In: Proceedings of the eighth annual international conference on Research in computational molecular biology. 2004. p. 308–15.

    Google Scholar 

  15. Rahat O, Alon U, Levy Y, Schreiber G. Understanding hydrogen-bond patterns in proteins using network motifs. Bioinformatics (Oxford, England). 2009;25:2921–8.

    Article  CAS  Google Scholar 

  16. Vacic V, Iakoucheva LM, Lonardi S, Radivojac P. Graphlet kernels for prediction of functional residues in protein structures. J Comput Biol. 2010;17:55–72.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Kouranov A, Xie L, de la Cruz J, Chen L, Westbrook J, Bourne PE, et al. The RCSB PDB information portal for structural genomics. Nucleic Acids Res. 2006;34(Database issue):D302–5.

    Article  CAS  PubMed  Google Scholar 

  18. Naulaerts S, Meysman P, Bittremieux W, Vu TN, Vanden Berghe W, Goethals B, Laukens K. A primer to frequent itemset mining for bioinformatics. Brief Bioinform. 2013:bbt074.

  19. Stelle D, Barioni MC, Scott LP. Using data mining to identify structural rules in proteins. Appl Math Comput. 2011;218:1997–2004.

    Google Scholar 

  20. Cule B, Goethals B, Robardet C. A new constraint for mining sets in sequences. In: Proceedings of the 2009 SIAM International Conference on Data Mining. Philadelphia, US: SIAM; 2009.

    Google Scholar 

  21. Zhou C, Meysman P, Cule B, Laukens K, Goethals B. Mining spatially cohesive itemsets in protein molecular structures, Proceedings of the 12th International Workshop on Data Mining in Bioinformatics. 2013. p. 42–50.

    Google Scholar 

  22. Madej T, Lanczycki CJ, Zhang D, Thiessen PA, Geer RC, Marchler-Bauer A, et al. MMDB and VAST+: tracking structural similarities between macromolecular complexes. Nucleic Acids Res. 2014;42(Database issue):D297–303.

    Article  CAS  PubMed  Google Scholar 

  23. Zhou C, Meysman P, Cule B, Laukens K, Goethals B. Discovery of Spatially Cohesive Itemsets in Three-dimensional Protein Structures. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2014;PP:1.

    Google Scholar 

  24. Gärtner B. Fast and robust smallest enclosing balls. In: Nešetřil J, editor. Algorithms-ESA’99. Berlin, Heidelberg: Springer Berlin Heidelberg; 1999. p. 325–38 [Lecture Notes in Computer Science].

    Google Scholar 

  25. Agrawal R, Imieliński T, Swami A. Mining association rules between sets of items in large databases. ACM SIGMOD Record. 1993;22:207–16.

    Article  Google Scholar 

  26. Punta M, Coggill PC, Eberhardt RY, Mistry J, Tate J, Boursnell C, et al. The Pfam protein families database. Nucleic Acids Res. 2012;40(Database issue):D290–301.

    Article  CAS  PubMed  Google Scholar 

  27. Söhngen C, Bunk B, Podstawka A, Gleim D, Overmann J. BacDive–the Bacterial Diversity Metadatabase. Nucleic Acids Res. 2014;42(Database issue):D592–9.

    Article  PubMed  Google Scholar 

  28. Zeldovich KB, Berezovsky IN, Shakhnovich EI. Protein and DNA sequence determinants of thermophilic adaptation. PLoS Comput Biol. 2007;3:e5.

    Article  PubMed  PubMed Central  Google Scholar 

  29. Goncearenco A, Ma B-G, Berezovsky IN. Molecular mechanisms of adaptation emerging from the physics and evolution of nucleic acids and proteins. Nucleic acids research. 2014;42:2879–92.

    Article  CAS  PubMed  Google Scholar 

  30. Mitchell JBO, Thornton JM, Singh J, Price SL. Towards an understanding of the arginine-aspartate interaction. J Mol Biol. 1992;226:251–62.

    Article  CAS  PubMed  Google Scholar 

  31. Faure G, Bornot A, de Brevern A. Protein contacts, inter-residue interactions and side-chain modelling. Biochimie. 2008;90:626–39.

    Article  CAS  PubMed  Google Scholar 

  32. Selvaraj S, Gromiha MM. Importance of hydrophobic cluster formation through long-range contacts in the folding transition state of two-state proteins. Proteins. 2004;55:1023–35.

    Article  CAS  PubMed  Google Scholar 

  33. Baldwin RL. Making a network of hydrophobic clusters. Science (New York, NY). 2002;295:1657–8.

    Article  CAS  Google Scholar 

  34. Luscombe NM, Laskowski R, Thornton JM. Amino acid–base interactions: a three-dimensional analysis of protein-DNA interactions at an atomic level. Nucleic Acids Res. 2001;29:2860–74.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  35. Kono H, Sarai A. Structure-based prediction of DNA target sites by regulatory proteins. Proteins. 1999;35:114–31.

    Article  CAS  PubMed  Google Scholar 

  36. Mahalingam B, Louis JM, Reed CC, Adomat JM, Krouse J, Wang YF, et al. Structural and kinetic analysis of drug resistant mutants of HIV-1 protease. Eur J Biochem. 1999;263:238–45.

    Article  CAS  PubMed  Google Scholar 

  37. Kumar S, Tsai C-J, Nussinov R. Factors enhancing protein thermostability. Protein Eng Des Sel. 2000;13:179–91.

    Article  CAS  Google Scholar 

  38. Berezovsky IN, Shakhnovich EI. Physics and evolution of thermophilic adaptation. Proc Natl Acad Sci U S A. 2005;102:12742–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  39. Tokuriki N, Oldfield CJ, Uversky VN, Berezovsky IN, Tawfik DS. Do viral proteins possess unique biophysical features? Trends Biochem Sci. 2009;34:53–9.

    Article  CAS  PubMed  Google Scholar 

  40. Klipcan L, Safro I, Temkin B, Safro M. Optimal growth temperature of prokaryotes correlates with class II amino acid composition. FEBS Lett. 2006;580:1672–6.

    Article  CAS  PubMed  Google Scholar 

  41. Ma B-G, Goncearenco A, Berezovsky IN. Thermophilic adaptation of protein complexes inferred from proteomic homology modeling. Structure (London, England : 1993). 2010;18:819–28.

    Article  CAS  Google Scholar 

  42. Berezovsky IN, Chen WW, Choi PJ, Shakhnovich EI. Entropic stabilization of proteins and its proteomic consequences. PLoS Comput Biol. 2005;1:e47.

    Article  PubMed  PubMed Central  Google Scholar 

  43. Greaves RB, Warwicker J. Mechanisms for stabilisation and the maintenance of solubility in proteins from thermophiles. BMC Struct Biol. 2007;7:18.

    Article  PubMed  PubMed Central  Google Scholar 

  44. Berezovsky IN, Zeldovich KB, Shakhnovich EI. Positive and negative design in stability and thermal adaptation of natural proteins. PLoS Comput Biol. 2007;3:e52.

    Article  PubMed  PubMed Central  Google Scholar 

  45. Kumwenda B, Litthauer D, Bishop OT, Reva O. Analysis of protein thermostability enhancing factors in industrially important thermus bacteria species. Evol Bioinformatics Online. 2013;9:327–42.

    Article  Google Scholar 

  46. Glyakina AV, Garbuzynskiy SO, Lobanov MY, Galzitskaya OV. Different packing of external residues can explain differences in the thermostability of proteins from thermophilic and mesophilic organisms. Bioinformatics (Oxford, England). 2007;23:2231–8.

    Article  CAS  Google Scholar 

  47. Schweiker KL, Makhatadze GI. A computational approach for the rational design of stable proteins and enzymes: optimization of surface charge-charge interactions. Methods Enzymol. 2009;454:175–211.

    Article  CAS  PubMed  Google Scholar 

  48. Cambillau C, Claverie JM. Structural and genomic correlates of hyperthermostability. J Biol Chem. 2000;275:32383–6.

    Article  CAS  PubMed  Google Scholar 

  49. Matthews BW. Protein-DNA interaction. No code for recognition. Nature. 1988;335:294–5.

    Article  CAS  PubMed  Google Scholar 

  50. Garvie CW, Wolberger C. Recognition of Specific DNA Sequences. Mol Cell. 2001;8:937–46.

    Article  CAS  PubMed  Google Scholar 

  51. Benos PV, Lapedes AS, Stormo GD. Is there a code for protein-DNA recognition? Probab(ilistical)ly. BioEssays : news and reviews in molecular, cellular and developmental biology. 2002;24:466–75.

    Article  CAS  Google Scholar 

  52. Luscombe N, Thornton JM. Protein–DNA interactions: amino acid conservation and the effects of mutations on binding specificity. J Mol Biol. 2002;320:991–1009.

    Article  CAS  PubMed  Google Scholar 

  53. Nadassy K, Wodak SJ, Janin J. Structural features of protein-nucleic acid recognition sites. Biochemistry. 1999;38:1999–2017.

    Article  CAS  PubMed  Google Scholar 

  54. Max KEA, Zeeb M, Bienert R, Balbach J, Heinemann U. Common mode of DNA binding to cold shock domains. Crystal structure of hexathymidine bound to the domain-swapped form of a major cold shock protein from Bacillus caldolyticus. FEBS J. 2007;274:1265–79.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We are very grateful to Dr. Pierre Rouzé for some helpful comments during the BBC2013 poster session regarding the research presented in this paper. The computational resources and services used in this work were provided by the VSC (Flemish Supercomputer Center), funded by the Hercules Foundation and the Flemish Government – department EWI. This work was supported by the Fund for Scientific Research - Flanders (FWO- Vlaanderen) project “Evolving graph patterns”. CZ is financially supported by the China Scholarship Council (CSC).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Pieter Meysman.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

PM and KL designed the experiments and analysed the results; CZ, BC and BG designed and optimized the spatial pattern mining algorithm; PM and CZ performed the experiments; PM, CZ, BC, BG and KL wrote the paper. All authors read and approved the final manuscript.

Additional files

Additional file 1:

Patterns mined from protein structure sets with lower redundancy.

Additional file 2:

Example of the cohesion radius distribution for permutated protein structures.

Additional file 3:

Frequency and cohesion radius of the significant doublet and triplet FreSCOs in the non-redundant protein data set.

Additional file 4:

Domain enrichment and depletion P-values for each mined FreSCO.

Additional file 5:

Domain enrichment and depletion P-values of individual amino acids.

Additional file 6:

Gene ontology enrichment for the 104 significant FreSCOs.

Additional file 7:

Distribution of the distance along the protein sequence between residues captured for each FreSCO match.

Additional file 8:

Mined FreSCOs significantly correlated with optimal growth temperature.

Additional file 9:

Correlation of individual amino acids in a protein and the associated OGT.

Additional file 10:

Overview of the significance of the found amino acid–base FreSCOs in the protein-DNA complex structure data set.

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/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Meysman, P., Zhou, C., Cule, B. et al. Mining the entire Protein DataBank for frequent spatially cohesive amino acid patterns. BioData Mining 8, 4 (2015). https://doi.org/10.1186/s13040-015-0038-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13040-015-0038-4

Keywords