Abstract

BackgroundMassive genomic data sets from high-throughput sequencing allow for new insights into complex biological systems such as microbial communities. Analyses of their diversity and structure are typically preceded by clustering millions of 16S rRNA gene sequences into OTUs. Swarm introduced a new clustering strategy which addresses important conceptual and performance issues of the popular de novo clustering approach. However, some parts of the new strategy, e.g. the fastidious option for increased clustering quality, come with their own restrictions.ResultsIn this paper, we present the new exact, alignment-based de novo clustering tool GeFaST, which implements a generalisation of Swarm’s fastidious clustering. Our tool extends the fastidious option to arbitrary clustering thresholds and allows to adjust its greediness. GeFaST was evaluated on mock-community and natural data and achieved higher clustering quality and performance for small to medium clustering thresholds compared to Swarm and other de novo tools. Clustering with GeFaST was between 6 and 197 times as fast as with Swarm, while the latter required up to 38% less memory for non-fastidious clustering but at least three times as much memory for fastidious clustering.ConclusionsGeFaST extends the scope of Swarm’s clustering strategy by generalising its fastidious option, thereby allowing for gains in clustering quality, and by increasing its performance (especially in the fastidious case). Our evaluations showed that GeFaST has the potential to leverage the use of the (fastidious) clustering strategy for higher thresholds and on larger data sets.

Highlights

  • Massive genomic data sets from high-throughput sequencing allow for new insights into complex biological systems such as microbial communities

  • Algorithm 3 Fastidious clustering in Generalised fastidious swarming tool (GeFaST) Input: C = Operational taxonomic unit (OTU) from non-fastidious clustering, tf = fastidious clustering threshold, b = abundance threshold, d = distance function Output: C = collection of refined OTUs 1: Determine Vd(C, tf, b); 2: for (h, l) ∈ Vd(C, tf, b) do 3: otu(h).V = otu(h).V ∪ otu(l).V ; 4: otu(h).E = otu(h).E ∪ otu(l).E ∪ {{h, l}}; 5: otu(h).w = otu(h).w ∪ otu(l).w ∪ {{h, l} → d(h, l)}; 6: C := C \ otu(l); 7: end for Results In order to evaluate the performance of our tool as well as the clustering quality of the new fastidious clustering options, we conducted several comparative analyses on the following mock-community and natural data sets:

  • GeFaST showed a smaller dependence on the clustering threshold and was often good or even slightly better than the classic de novo tools

Read more

Summary

Introduction

Massive genomic data sets from high-throughput sequencing allow for new insights into complex biological systems such as microbial communities. Analyses of their diversity and structure are typically preceded by clustering millions of 16S rRNA gene sequences into OTUs. Swarm introduced a new clustering strategy which addresses important conceptual and performance issues of the popular de novo clustering approach. Some parts of the new strategy, e.g. the fastidious option for increased clustering quality, come with their own restrictions

Results
Discussion
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.