- Proceedings
- Open access
- Published:
Interpolative multidimensional scaling techniques for the identification of clusters in very large sequence sets
BMC Bioinformatics volume 13, Article number: S9 (2012)
Abstract
Background
Modern pyrosequencing techniques make it possible to study complex bacterial populations, such as 16S rRNA, directly from environmental or clinical samples without the need for laboratory purification. Alignment of sequences across the resultant large data sets (100,000+ sequences) is of particular interest for the purpose of identifying potential gene clusters and families, but such analysis represents a daunting computational task. The aim of this work is the development of an efficient pipeline for the clustering of large sequence read sets.
Methods
Pairwise alignment techniques are used here to calculate genetic distances between sequence pairs. These methods are pleasingly parallel and have been shown to more accurately reflect accurate genetic distances in highly variable regions of rRNA genes than do traditional multiple sequence alignment (MSA) approaches. By utilizing Needleman-Wunsch (NW) pairwise alignment in conjunction with novel implementations of interpolative multidimensional scaling (MDS), we have developed an effective method for visualizing massive biosequence data sets and quickly identifying potential gene clusters.
Results
This study demonstrates the use of interpolative MDS to obtain clustering results that are qualitatively similar to those obtained through full MDS, but with substantial cost savings. In particular, the wall clock time required to cluster a set of 100,000 sequences has been reduced from seven hours to less than one hour through the use of interpolative MDS.
Conclusions
Although work remains to be done in selecting the optimal training set size for interpolative MDS, substantial computational cost savings will allow us to cluster much larger sequence sets in the future.
Background
The continued advancement of pyrosequencing techniques has made it possible for scientists to study complex bacterial populations, such as 16S rRNA, directly from environmental or clinical samples without the need for involved and time-consuming laboratory purification [1]. As a result, there has been a rapid accumulation of raw sequence reads awaiting analysis in recent years, placing an extreme burden on existing software systems. Alignment of sequences across these large data sets (100,000+ sequences) is of particular interest for the purposes of sequence classification and identification of potential gene clusters and families, but such analysis cannot be completed manually and represents a daunting computational task. The aim of this work is the development of an efficient and effective pipeline for clustering large quantities of raw biosequence reads.
Methods
One technique often used in sequence clustering is multiple sequence alignment (MSA), which employs heuristic methods in an attempt to determine optimal alignments across an entire sample. However, global pairwise sequence alignment algorithms have previously been reported to better identify microbial richness in genomes with hypervariable regions, like 16S rRNA, than do MSA techniques, while also offering superior computational scaling [1]. For these studies, genetic distances produced by the Needleman-Wunsch pairwise aligner algorithm [2] were converted to Cartesian coordinates through Multidimensional Scaling (MDS) for the purpose of clustering and visualization [3].
This basic clustering pipeline is shown in Figure 1, and it has been used to good effect for sample sizes of 100,000 or fewer sequences with less than 200 bases in each. However, the computational complexity of both the distance calculation and multidimensional scaling is O(N2), where N is the number of sequences, rendering the overall process untenable as the sample size grows very large.
To overcome these performance bottlenecks, we have employed an interpolative MDS algorithm [4], wherein a small, in-sample subset of sequences is subjected to full NW and MDS calculations and then the results are used to interpolate Cartesian coordinates for the remaining, out-of-sample sequences from the larger data set. This reduces the computational complexity to O(M2) + O(M*(N-M)) for both distance and scaling operations, where N is the number of sequences in the initial data set, M is the number of in-sample sequences, and N-M is the number of out-of-sample sequences. The basic interpolative MDS scheme is illustrated in Figure 2.
To further enhance computational throughput and ease job management, we implemented the updated pipeline utilizing the Twister Iterative MapReduce runtime [5] to take advantage of the map-reduce pattern inherent in these calculations. Twister, developed in our lab, also enables us to target large, Linux-based compute clusters [6]. This scaled-up pipeline is shown in Figure 3.
Results and discussion
Full calculation on entire data set
Figure 4 shows the results of running full Needleman-Wunsch (NW) and Multidimensional Scaling (MDS) calculations on a set of 100,000 raw 16S rRNA sequence reads. The results of this calculation fit well with the expected groupings for this genome [7, 8]. The initial clustering calculation colors the predicted sequences in a given grouping, while the MDS calculation produces Cartesian coordinates for each sequence. As Figure 4 shows, the spatial and colored results correspond to the same sequences, indicating that the combination of NW and MDS produce reasonable sequence clusters.
Interpolation: 50000 in-sample sequences, 50000 out-of-sample sequences
Figure 5 shows the results of running interpolative MDS and NW on the same 100,000 sequences, with 50,000 in-sample and 50,000 out-of-sample data points. The basic structure observed in this case is similar to that seen in the full calculation discussed above. Some slight differences within individual clusters are noted, but the major sequence groupings are intact.
Interpolation: 10000 in-sample sequences, 90000 out-of-sample sequences
Figure 6 shows the results of running interpolative MDS and NW on the same 100,000 sequences, with 10,000 in-sample and 90,000 out-of-sample data points. Once again, the same basic clustering structure is observed, although more significant changes in intra-cluster arrangement can be seen.
Performance results
Figure 7 shows the wall-clock time required to run each complete pipeline discussed above. The full, non-interpolative calculation required about seven hours, while the interpolative pipeline consisting of 50,000 in-sample and 50,000 out-of-sample points required about three-and-a-half hours. Finally, the interpolative calculation with 10,000 in-sample and 90,000 out-of-sample sequences completed in a little under an hour.
Conclusions
This study demonstrates the effectiveness of combining the Needleman-Wunsch genetic distance algorithm with Multidimensional Scaling (MDS) to enable visual identification of sequence clusters in a large sample of raw reads from the 16S rRNA genome. In addition, the use of interpolative MDS and the Twister Iterative MapReduce runtime provides significant improvement in overall computational throughput while maintaining the basic structure of the resultant sequence space. Further investigation is needed to determine the optimal ratio of in-sample to out-of-sample data set sizes in order to strike the proper balance between performance and intra-cluster detail. Future plans include the study of other genomes and scaling up these studies to cluster millions of sequence reads in the span of a single pipeline run.
Abbreviations
- NW:
-
Needleman-Wunsch
- MDS:
-
Multidimensional Scaling
- MSA:
-
Multisequence Alignment
- rRNA:
-
ribosomal ribonucleic acid.
References
Sun Y, Cai Y, Liu L, Farrell ML, McKendree W, Farmerie W: ESPRIT: estimating species richness using large collections of 16S rRNA pyrosequences. Nucl Acids Res. 2009, 37 (10): e76-10.1093/nar/gkp285.
Needleman SB, Wunsch CD: A general method applicable to the search for similarities in the amino acid sequence of two proteins. J Mol Biol. 1970, 48: 443-453. 10.1016/0022-2836(70)90057-4.
Qiu X, Fox GC, Yuan H, Bae S, Chrysanthakopoulos G, Nielsen HF: Parallel clustering and dimensional scaling on multicore systems. Invited talk at the 2008 High Performance Computing & Simulation Conference (HPCS 2008) In Conjunction With The 22nd European Conference on Modelling and Simulation (ECMS 2008): 3-6 June 2008; Nicosia, Cyprus. 2008, High Performance Computing & Simulation Conference (HPCS 2008) In Conjunction With The 22nd European Conference on Modelling and Simulation (ECMS 2008): 3-6 June 2008; Nicosia, Cyprus
Bae S, Choi J, Qiu J, Fox G: Dimension reduction and visualization of large high-dimensional data via interpolation. Proceedings of ACM HPDC. 2010, conference: 20-25 June 2010; Chicago
Ekanayake J, Li H, Zhang B, Gunarathne T, Bae S, Qiu J, Fox G: Twister: a runtime for iterative mapReduce. Proceedings of the First International Workshop on MapReduce and its Applications of ACM HPDC. 2010, conference: 20-25 June 2010; Chicago
Ekanayake J: Architecture and performance of runtime environments for data intensive scalable computing. PhD thesis. 2010, Indiana University, School of Informatics and Computer Science
Neethu S, Tang H, Doak T, Ye Y: Comparing bacterial communities inferred from 16S rRNA gene sequencing and shotgun metagenomics. Pac Symp Biocomput. 2011: 165-76.
Ye Y: Identification and quantification of abundant species from pyrosequences of 16S rRNA by consensus alignment. Proceedings of BIBM. 2010, 2010: 153-157. : 18-21 December 2010; Hong Kong
Acknowledgements
This study was funded by the NIH and the American Recovery & Reinvestment Act, grant number 5 RC2 HG 005806-02.
This article has been published as part of BMC Bioinformatics Volume 13 Supplement 2, 2012: Proceedings from the Great Lakes Bioinformatics Conference 2011. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/13/S2
Author information
Authors and Affiliations
Corresponding author
Additional information
Competing interests
The authors declare that they have no competing interests.
Authors' contributions
AH participated in software development and sequence clustering, and drafted the manuscript. YR, SE and SHB participated in software development and sequence clustering. QD provided sequence samples for study and participated in results analysis. MR provided sequence samples for study and participated in study design and results analysis. JQ leads the SALSA lab where this work was performed and provided guidance in the use of the Twister map-reduce runtime in the computational pipeline. GF conceived of the study, participated in its design and coordination, and helped refine the manuscript.
Rights and permissions
Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
About this article
Cite this article
Hughes, A., Ruan, Y., Ekanayake, S. et al. Interpolative multidimensional scaling techniques for the identification of clusters in very large sequence sets. BMC Bioinformatics 13 (Suppl 2), S9 (2012). https://doi.org/10.1186/1471-2105-13-S2-S9
Published:
DOI: https://doi.org/10.1186/1471-2105-13-S2-S9