Skip to main content
Advances in Bioinformatics logoLink to Advances in Bioinformatics
. 2013 Feb 20;2013:191586. doi: 10.1155/2013/191586

Using Protein Clusters from Whole Proteomes to Construct and Augment a Dendrogram

Yunyun Zhou 1, Douglas R Call 1,2, Shira L Broschat 1,2,3,*
PMCID: PMC3590580  PMID: 23509450

Abstract

In this paper we present a new ab initio approach for constructing an unrooted dendrogram using protein clusters, an approach that has the potential for estimating relationships among several thousands of species based on their putative proteomes. We employ an open-source software program called pClust that was developed for use in metagenomic studies. Sequence alignment is performed by pClust using the Smith-Waterman algorithm, which is known to give optimal alignment and, hence, greater accuracy than BLAST-based methods. Protein clusters generated by pClust are used to create protein profiles for each species in the dendrogram, these profiles forming a correlation filter library for use with a new taxon. To augment the dendrogram with a new taxon, a protein profile for the taxon is created using BLASTp, and this new taxon is placed into a position within the dendrogram corresponding to the highest correlation with profiles in the correlation filter library. This work was initiated because of our interest in plasmids, and each step is illustrated using proteomes from Gram-negative bacterial plasmids. Proteomes for 527 plasmids were used to generate the dendrogram, and to demonstrate the utility of the insertion algorithm twelve recently sequenced pAKD plasmids were used to augment the dendrogram.

1. Introduction

The availability of complete proteomes for hundreds of thousands of species provides an unprecedented opportunity to study genetic relationships among a large number of species. However, the necessary software tools for handling massive amounts of data must first be developed before we can exploit the availability of these proteomes. Currently the tools used for clustering either are restricted in terms of the number of proteomes that can be examined because of the time required to obtain results or else are restricted in terms of their sensitivity. For example, clustering by means of hidden markov models (HMM), multiple sequence alignment, and pairwise sequence alignment by means of the Smith-Waterman alignment algorithm are limited by their time complexity. The Smith-Waterman algorithm, a dynamic programming algorithm, is known to give optimal alignment between two protein sequences for a given similarity matrix [1], but alignment of two sequences of lengths m and n requires O(mn) time. On the other hand, heuristic approximate alignment methods, frequently based on BLAST and its variants [2], reduce the computational time required; for example, in practice BLAST effectively reduces the time to O(n), but this comes at the risk of losing sensitivity to homology detection. In fact, numerous articles—for example, see [3, 4]—have discussed this loss of sensitivity in BLAST-based results compared to those of the Smith-Waterman algorithm. To ensure that a maximum number of homologous sequences are identified, highly sensitive pairwise homology detection is required. Otherwise, the clusters of homologous sequences obtained by means of a given clustering method will not include all possible members and, ultimately, the final results will be less accurate.

In this work we use an alternative sequence comparison algorithm and clustering method called pClust. Rather than approximating Smith-Waterman, pClust systematically eliminates sequence pairs with little likelihood of having alignments and then only employs the Smith-Waterman algorithm on promising pairs [5]. Clustering is accomplished using a method based on a previously developed approach called shingling [6]. By filtering out unlikely sequences and using the Smith-Waterman algorithm judiciously, pClust remains highly sensitive to sequence homology without loss of speed. In an unpublished study of 6,602 proteins from four bacterial proteomes, pClust and BLAST results were compared, and BLASTp missed more than 69% of the aligned pairs identified by pClust. In a different study, a direct clusters-to-clusters comparison was performed with BLAST results used as the test and pClust results used as the benchmark [7]. The results showed that all the BLAST results were included within the pClust results but BLAST missed 14% of the clustered pairs obtained with pClust. In addition to its sensitivity and speed, pClust is readily parallelizable, and to cluster proteins from the proteomes of thousands of species will require high-performance computing platforms and the use of parallel algorithms.

This work was initiated by our interest in plasmids. We wanted a software tool that would allow us to obtain genetic relationships among 527 Gram-negative bacterial plasmids based on their putative proteome sequences. In addition, we wanted an efficient means of adding new plasmids to our initial dendrogram as their proteomes become available. Plasmids are typically circular DNA sequences that can transfer between and replicate within bacteria and that are generally classified as broad- or narrow-host range [8, 9]. Plasmid sequences are described as mosaic because they are composed of DNA arising from many sources [10]. Plasmids serve to shuttle important adaptive traits, such as antibiotic resistance, between organisms [11, 12]. Consequently, understanding the genetic relationships among plasmids is important, for example, in the study of microbial evolution, in medical epidemiology, and in assessing the dissemination of antibiotic resistance genes [13, 14]. There are a number of approaches to examine plasmid relationships. Some researchers focus on the identification of important plasmid backbone genes that are involved in horizontal gene transfer (HGT) or replication within bacterial hosts [15, 16]. Some approaches compare compositional features such as genomic signatures and codon usage [5, 17]. Some researchers use network-based representations to explore genetic relationships among plasmids [5, 18, 19]. In this work we use the whole proteomes of 527 Gram-negative (GN) bacterial plasmids to construct a dendrogram.

We use protein cluster information from pClust to construct our dendrogram and then to predict the relationship of new plasmids within the structure of this tree. A binary profile is created for each species, indicating the presence or absence of a protein in each cluster (Figure 1). The concatenation of all the profiles results in a binary matrix from which a distance matrix is calculated, and neighbor joining is then used to construct a dendrogram. The binary matrix also can be viewed as a library of individual profiles that can serve as correlation filters for a new taxon. A profile for a new taxon can be quickly correlated with the profiles in the library to filter out the profile with the highest correlation coefficient. This correlation coefficient is then evaluated based on known biological information and a decision is made as to whether the taxon should be added to the tree. If it is to be added, its binary profile is added to the binary matrix, a new distance matrix is calculated, and neighbor joining is again used to construct a new dendrogram with the additional taxon. To utilize the algorithm for new plasmids, we focus on sequences from twelve pAKD plasmids that were isolated from Norwegian soil [20]. These plasmids belong to incompatibility groups IncP-1(β) and IncP-1(ε). A phylogenetic tree constructed using multiple alignment of the relaxase gene traI is presented by Sen et al. [20] and serves as a basis of comparison for our augmentation results.

Figure 1.

Figure 1

Flowchart for tree construction using pClust.

2. Materials and Methods

2.1. Data Preparation

Zhou et al. [21] presented a virtual hybridization method to construct a dendrogram for 527 GN bacterial plasmids with 50 or more putative coding genes. The same plasmids are used in this study to facilitate comparison. BLASTp with default parameters was used to remove duplicate proteins within plasmid sequences using a similarity score defined by the formula (length of matching sequence)∗(BLAST identity score)/(length of reference protein + length of matching sequence) ≥0.45—that is, proteins with scores ≥0.45 were considered to be duplicates [22]. The maximum score 0.5 is obtained when two proteins are an exact match. Including the matching sequence length in the denominator of the formula insures that a large difference in sequence lengths does not bias the results. After removal of duplicate proteins, more than 97,000 protein sequences remained.

2.2. Dendrogram Construction

The flowchart in Figure 1 shows the approach used to construct a dendrogram for the plasmids based on the >97,000 plasmid protein sequences. The protein sequences P1, P2,…, Pn are used as input into the pClust program [5], which employs the Smith-Waterman algorithm to perform pairwise comparison of a subset of the sequences. The output from pClust is composed of clusters C1, C2,…, Cm of homologous proteins. Protein profiles PM1, PM2,…, PM n are then created for all the plasmids from the pClust output files. Each profile consists of a binary sequence with 1 indicating the presence of a protein and 0 indicating absence (Figure 1). The pClust software was used with default settings in the configuration file except for ExactMatchLen for which a value of 4 was used. A total of 6,618 clusters (defined as having at least two proteins) were identified by pClust. The resulting 527 × 6,618 binary matrix was used to construct the dendrogram for two different distance measures. The Jaccard distance metric was originally developed for computation with binary matrices and is given by

dij=(q+r)(p+q+r), (1)

where q is the number of clusters C1, C2,…, Cn that are 1 for species i and 0 for species j, r is the number of clusters that are 0 for species i and 1 for species j, and p is the number of clusters that are 1 for both species i and j. We also employ a conventional Euclidean distance metric. For both metrics, a neighbor-joining algorithm was used to obtain the final dendrogram.

2.3. Insertion of New Plasmids

As additional plasmid gene sequences become available, we can repeat the procedure described in the previous section to obtain a new dendrogram. The amount of computation and time required to accomplish this task, however, is excessive considering the incremental gain that may be achieved. For example, the original execution time for the 527-plasmid tree was 72 hours on an Intel Xeon CPU E5420 machine with 32 GB of memory. Instead it is preferable to have a means of inserting new plasmids into the existing tree structure as described in this section, where execution of the insertion algorithm takes only a few minutes on a laptop computer.

To insert a new plasmid into an existing dendrogram, proteins P1, P2,…, Pn from a new plasmid are extracted from the plasmid proteome (Figure 2). BLASTp is performed with these proteins against all the proteins in the 6,618 clusters to determine the protein profile for the new plasmid. A protein is considered to be a member of a cluster when its similarity score is >0.2. The similarity score is given by (length of matching sequence)∗(BLAST identity score)/(length of reference protein + length of matching sequence). The cutoff value of 0.2 is consistent with the 40% sequence similarity used as a parameter setting in pClust. Correlation filtering is then performed with the correlation filter library consisting of the protein profiles of the original 527 GN bacterial plasmids. The Pearson's product-moment correlation coefficient, whose absolute value is less than or equal to 1, is used to measure the correlation between two profiles [23, 24]. The larger the correlation value, the greater the similarity between two profiles. This value is used to determine whether the plasmid fits into the dendrogram and, if so, where it should be located as explained in the discussion section. When appropriate, the new protein profile is added to the binary matrix, and a tree is constructed from the entire matrix as described in the previous section.

Figure 2.

Figure 2

Flowchart for insertion of a new taxon into an existing tree using a correlation filter library.

3. Results and Discussions

3.1. 527-Plasmid Dendrogram

Following the procedure described above, a dendrogram was constructed for 527 GN bacterial plasmids. Because of its size, it is not shown, but it is available as supplementary information in Newick standard format (.nwk) for both Jaccard and Euclidean distance metrics and can be viewed using MEGA5 [25]. A tree constructed using the Jaccard distance metric for the same subset of 50 plasmids used in [21] is shown in Figure 3, and the Euclidean distance version is shown in Figure 4. These trees are very similar with only a slight difference in the clustering of the Borrelia plasmids. The tree constructed using the Euclidean distance metric is closer to the one shown in [21], but the Jaccard tree does a better job of clustering the Borrelia plasmids [26, 27]. The Jaccard distance metric is commonly used for a binary matrix. Nevertheless, the results based on Euclidean distance compare favorably with those obtained for a nonbinary intensity matrix using a different approach [21]. It is not clear which distance method gives more accurate results so users should use both matrices and the decision as to which one is more accurate should be determined on the basis of the biology of the system.

Figure 3.

Figure 3

Jaccard distance tree for 50 Gram-negative plasmids.

Figure 4.

Figure 4

Euclidean distance tree for 50 Gram-negative plasmids.

3.2. Insertion of New Plasmids

We applied our correlation filter algorithm to twelve new plasmids from the pAKD family [20]. The twelve plasmids cluster together and are most closely grouped with genera typical of other soil bacteria. The correlation coefficient values among the pAKD plasmids were >0.7 and decreased relative to the other plasmids with distance to >0.5 (Figure 5). pAKD plasmids 16, 25, and 34 belong to the IncP-1(ε) compatibility group and form a discrete cluster: pAKD plasmids 1, 14, 15, 17, 18, 29, 31, and 33 cluster as the IncP-1(β) compatibility group. Although pAKD26 falls into the IncP-1(ε) clade, it should be in the IncP-1(β) group if compatibility grouping is considered the gold standard for comparison. Nevertheless, the placement is distal from the eight other plasmids in the β group, and pAKD26 was actually designated as IncP-1β-2 to differentiate it from the other eight plasmids as recently described in [28]. Our results are consistent with [20].

Figure 5.

Figure 5

Subtree for 12 pAKD plasmids.

Importantly, the correlation coefficient is used to check the final dendrogram—that is, a new plasmid should be located near the plasmid with which it is most highly correlated. In addition, the correlation coefficient is used to determine whether a plasmid should even be inserted into a dendrogram. In other words, how does the magnitude of the correlation coefficient influence our confidence in the placement of a new plasmid within an existing dendrogram? Several works offer guidelines for the interpretation of a correlation coefficient [29, 30], but all criteria are in some way arbitrary and ultimately interpretation of a correlation coefficient depends on the purpose. In our case, we chose a value of 0.5, but we also require biological evidence—for example, that a plasmid is, in fact, from a GN bacterium.

To further examine the correlation coefficient, we randomly selected 10 Gram-positive bacterial plasmid proteomes from 10 different genera. The correlation coefficients were found to range from 0.112 to 0.234. GP bacterial plasmids do not belong in our GN bacterial plasmid dendrogram, and our minimum correlation value of 0.5 suffices to exclude these unrelated plasmids. While this level of discrimination is easy to identify, we should note that the 527 GN bacterial plasmids considered in this study do not represent the full diversity of GN plasmids. Thus, it is possible to obtain a small correlation coefficient value for a completely new and uncharacterized GN plasmid. If the new plasmid is able to meet an underlying correlation threshold, it can be placed within the dendrogram structure, and by incorporating the new plasmid sequence information into the correlation filter library, we can group future plasmids that may be closely related to it.

While the method of inserting new plasmids into an existing tree is fast and efficient, at some point, generation of a new dendrogram using all proteins from all the taxa will probably be required. We do not know at what point this will occur, but we assume it will be necessary eventually to insure that all possible protein clusters are included. Recall that a cluster must contain at least two proteins to be considered a cluster. Thus, any new plasmid containing a protein that would have formed a cluster with a single discarded protein represents incomplete information in the library. It is probable that the total number of clusters for all Gram-negative plasmids will ultimately be much greater than 6,818.

4. Conclusion

In this work we present a new ab initio method for constructing a dendrogram from whole proteomes that begins with output from pClust, a software program developed for homology detection for large-scale protein sequence analyses. We develop an efficient approach for insertion of a new species into the dendrogram based on the use of a correlation filter library. This is much more efficient than constructing an entirely new tree which is computationally costly. We illustrate our method by creating a dendrogram for 527 Gram-negative bacterial plasmids and augmenting this dendrogram with twelve pAKD plasmids isolated from Norwegian soil. For purposes of comparison, we also construct a smaller dendrogram consisting of 50 species and use two different distance metrics. The two resulting trees agree well with results shown in [21]. The classification results for the twelve plasmids agree with a phylogenetic tree constructed using multiple sequence alignment of the relaxase gene traI presented in [20].

Supplementary Material

Supplementary File 1: Newick file of Jaccard distance tree for 527 Gram-negative plasmids.

Supplementary File 2: Newick file of Euclidean distance tree for 527 Gram-negative plasmids.

Authors' Contribution

Y. Zhou and S. L. Broschat performed the research for this paper, and all three authors shared in the preparation of the paper.

Conflict of Interests

This work was not influenced by any commercial agency, and no conflict of interests exist.

Acknowledgments

The authors are grateful to Carl M. Hansen Foundation for partial support of Y. Zhou and the Washington State Agricultural Research Center and College of Veterinary Medicine Agricultural Animal Health program for support of D. R. Call.

References

  • 1.Smith TF, Waterman MS. Identification of common molecular subsequences. Journal of Molecular Biology. 1981;147(1):195–197. doi: 10.1016/0022-2836(81)90087-5. [DOI] [PubMed] [Google Scholar]
  • 2.Altschul SF, Madden TL, Schäffer AA, et al. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Research. 1997;25(17):3389–3402. doi: 10.1093/nar/25.17.3389. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Brutlag DL, Dautricourt J-P, Diaz R, Fier J, Moxon B, Stamm R. BLAZE: an implementation of the Smith-Waterman sequence comparison algorithm on a massively parallel computer. Computers and Chemistry. 1993;17(2):203–207. [Google Scholar]
  • 4.Shpaer EG, Robinson M, Yee D, Candlin JD, Mines R, Hunkapiller T. Sensitivity and selectivity in protein similarity searches: a comparison of Smith-Waterman in hardware to BLAST and FASTA. Genomics. 1996;38(2):179–191. doi: 10.1006/geno.1996.0614. [DOI] [PubMed] [Google Scholar]
  • 5.Wu C, Kalyanaraman A, Cannon WR. PGraph: efficient parallel construction of large-scale protein sequence homology graphs. IEEE Transactions on Parallel and Distributed Systems. 2012;23(10):1923–1933.6127863 [Google Scholar]
  • 6.Gibson D, Kumar R, Tomkins A. Discovering large dense subgraphs in massive graphs. Proceedings of the 31st International Conference on Very Large Data Bases; September 2005; pp. 721–732. [Google Scholar]
  • 7.Kalyanaraman A, Aluru S, Kothari S, Brendel V. Efficient clustering of large EST data sets on parallel computers. Nucleic Acids Research. 2003;31(11):2963–2974. doi: 10.1093/nar/gkg379. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Bapteste E, Boucher Y, Leigh J, Doolittle WF. Phylogenetic reconstruction and lateral gene transfer. Trends in Microbiology. 2004;12(9):406–411. doi: 10.1016/j.tim.2004.07.002. [DOI] [PubMed] [Google Scholar]
  • 9.Fidelma Boyd E, Hill CW, Rich SM, Hard DL. Mosaic structure of plasmids from natural populations of Escherichia coli . Genetics. 1996;143(3):1091–1100. doi: 10.1093/genetics/143.3.1091. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Ochman H, Lawrence JG, Grolsman EA. Lateral gene transfer and the nature of bacterial innovation. Nature. 2000;405(6784):299–304. doi: 10.1038/35012500. [DOI] [PubMed] [Google Scholar]
  • 11.Thomas CM. Paradigms of plasmid organization. Molecular Microbiology. 2000;37(3):485–491. doi: 10.1046/j.1365-2958.2000.02006.x. [DOI] [PubMed] [Google Scholar]
  • 12.Thomas CM, Nielsen KM. Mechanisms of, and barriers to, horizontal gene transfer between bacteria. Nature Reviews Microbiology. 2005;3(9):711–721. doi: 10.1038/nrmicro1234. [DOI] [PubMed] [Google Scholar]
  • 13.Couturier M, Bex F, Bergquist PL, Maas WK. Identification and classification of bacterial plasmids. Microbiological Reviews. 1988;52(3):375–395. doi: 10.1128/mr.52.3.375-395.1988. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Dennis JJ. The evolution of IncP catabolic plasmids. Current Opinion in Biotechnology. 2005;16(3):291–298. doi: 10.1016/j.copbio.2005.04.002. [DOI] [PubMed] [Google Scholar]
  • 15.Huang J, Gogarten JP. Ancient horizontal gene transfer can benefit phylogenetic reconstruction. Trends in Genetics. 2006;22(7):361–366. doi: 10.1016/j.tig.2006.05.004. [DOI] [PubMed] [Google Scholar]
  • 16.Karlin S, Burge C. Dinucleotide relative abundance extremes: a genomic signature. Trends in Genetics. 1995;11(7):283–290. doi: 10.1016/s0168-9525(00)89076-9. [DOI] [PubMed] [Google Scholar]
  • 17.Karlin S. Detecting anomalous gene clusters and pathogenicity islands in diverse bacterial genomes. Trends in Microbiology. 2001;9(7):335–343. doi: 10.1016/s0966-842x(01)02079-0. [DOI] [PubMed] [Google Scholar]
  • 18.Brilli M, Mengoni A, Fondi M, Bazzicalupo M, Liò P, Fani R. Analysis of plasmid genes by phylogenetic profiling and visualization of homology relationships using Blast2Network. BMC Bioinformatics. 2008;9, article 551 doi: 10.1186/1471-2105-9-551. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Halary S, Leigh JW, Cheaib B, Lopez P, Bapteste E. Network analyses structure genetic diversity in independent genetic worlds. Proceedings of the National Academy of Sciences of the United States of America. 2010;107(1):127–132. doi: 10.1073/pnas.0908978107. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Sen D, Van der Auwera GA, Rogers LM, Thomas CM, Brown CJ, Top EM. Broad-host-range plasmids from agricultural soils have IncP-1 backbones with diverse accessory genes. Applied and Environmental Microbiology. 2011;77:7975–7983. doi: 10.1128/AEM.05439-11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Zhou Y, Call DR, Broschat SL. Genetic relationships among 527 Gram-negative bacterial plasmids. Plasmid. 2012;68(2):133–141. doi: 10.1016/j.plasmid.2012.05.002. [DOI] [PubMed] [Google Scholar]
  • 22.Call DR, Singer RS, Meng D, et al. blaCMY-2-positive IncA/C plasmids from Escherichia coli and Salmonella enterica are a distinct component of a larger lineage of plasmids. Antimicrobial Agents and Chemotherapy. 2010;54(2):590–596. doi: 10.1128/AAC.00055-09. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Rodgers JL, Nicewander WA. Thirteen ways to look at the correlation coefficient. The American Statistician. 1988;42:59–66. [Google Scholar]
  • 24.Stigler MS. Francis Galton's account of the invention of correlation. Statistical Science. 1989;4:73–79. [Google Scholar]
  • 25.Tamura K, Peterson D, Peterson N, Stecher G, Nei M, Kumar S. MEGA5: molecular evolutionary genetics analysis using maximum likelihood, evolutionary distance, and maximum parsimony methods. Molecular Biology and Evolution. 2011;28(10):2731–2739. doi: 10.1093/molbev/msr121. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Lescot M, Audic S, Robert C, et al. The genome of Borrelia recurrentis, the agent of deadly louse-borne relapsing fever, is a degraded subset of tick-borne Borrelia duttonii . PLoS Genetics. 2008;4(9) doi: 10.1371/journal.pgen.1000185.e1000185 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Purser JE, Norris SJ. Correlation between plasmid content and infectivity in Borrelia burgdorferi . Proceedings of the National Academy of Sciences of the United States of America. 2000;97(25):13865–13870. doi: 10.1073/pnas.97.25.13865. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Norberg P, Bergstrom M, Jethava V, Dubhashi D, Hermansson M. The IncP-1 plasmid backbone adapts to different host bacterial species and evolves through homologous recombination. Nature Communications. 2011;2, article 268 doi: 10.1038/ncomms1267. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Buda A, Jarynowski A. Life-time of correlations and its applications. Wydawnictwo Niezalezne. 2010;1:5–21. [Google Scholar]
  • 30.Cohen J. Statistical Power Analysis For the Behavioral Sciences. 2nd edition. Hillsdale, NJ, USA: Law-rence Erlbaum Associates; 1988. [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary File 1: Newick file of Jaccard distance tree for 527 Gram-negative plasmids.

Supplementary File 2: Newick file of Euclidean distance tree for 527 Gram-negative plasmids.


Articles from Advances in Bioinformatics are provided here courtesy of Wiley

RESOURCES