Published August 7, 2024 | https://doi.org/10.59350/gxxda-hz366

What I'm reading (Aug 2024, part 2)

Creators & Contributors

Feature image

Here are a few papers that caught my attention recently. I summarize a few in the deep dive at the top, then link to a few other papers of note later on. Subscribe to Paired Ends to get periodic summaries like this delivered to your e-mail.

Subscribe now

Deep dive

Logan: Planetary-Scale Genome Assembly Surveys Life's Diversity

Paper: Chikhi, et al. "Planetary-Scale Genome Assembly Surveys Life's Diversity." bioRxiv, 2024. https://doi.org/10.1101/2024.07.30.605881

TL;DR: Logan project uses massive parallel cloud computing to assemble genome data from the SRA, creating the largest dataset of assembled sequencing data to date, significantly reducing data volume and enabling planetary-scale biological investigations.

Summary: The authors performed genome assembly on over 27 million sequencing datasets from the Sequence Read Archive (SRA), utilizing massively parallel cloud computing to process the largest public repository of DNA sequencing data. This initiative reduces 50 petabases of raw sequencing data to 384 terabytes of compressed contigs, facilitating more accessible and efficient biological inquiries. The assembled dataset, referred to as the Logan assemblage, represents a significant advancement in handling genomic data at a "planetary" scale. It provides an unprecedented resource for researchers to explore Earth's genetic diversity, spanning various organisms and environments. The Logan assemblage enables quick and comprehensive searches across the entire SRA, demonstrating its utility by aligning diverse sequence queries within hours.

New tools, data, and resources:

Figure 1 from Chikhi, et al. 2024: Assembling all accessions of the SRA using a cloud architecture into unitigs and contigs.
Table 1 from Chikhi et al 2024: Size of existing indexed data vs Logan.

Synsor: a tool for alignment-free detection of engineered DNA sequences

Paper: Tay, et al. "Synsor: a tool for alignment-free detection of engineered DNA sequences." Frontiers in Bioengineering and Biotechnology, 2024. DOI:10.3389/fbioe.2024.1375626.

TL;DR: Synsor is an alignment-free tool for detecting engineered DNA sequences using k-mer signatures and an artificial neural network, providing over 99% accuracy in identifying synthetic DNA in genomic and metagenomic data. This work was financially supported by the Australian Office of National Intelligence (ONI).

Summary: This paper introduces Synsor, a novel computational tool designed for the alignment-free detection of engineered DNA sequences in high-throughput sequencing data. Synsor leverages differences in k-mer signatures between natural and engineered DNA sequences and uses an artificial neural network to classify sequences as natural or engineered with high accuracy. The tool was validated using both natural plasmid and engineered vector sequences, achieving over 99% accuracy. Two case studies demonstrate Synsor's utility: detecting genetically engineered yeast strains and identifying engineered DNA in environmental metagenomic samples from wastewater. Synsor's ability to identify engineered DNA without prior knowledge of the sequences or the host genome makes it a powerful tool for biosecurity and monitoring emerging biological threats.

Methodological highlights:

  • K-mer Signature Analysis: Uses fixed-length frequency vectors to represent k-mer signatures of DNA sequences, allowing for the differentiation between natural and engineered DNA.

  • Neural Net Classification: Employs a neural network trained on k-mer signatures to classify sequences with high accuracy.

  • Case Studies: Demonstrates the tool's effectiveness in both controlled genomic datasets and complex environmental metagenomic samples.

New tools, data, and resources:

  • Synsor Software: Available at https://github.com/aidantay/Synsor under a GPL license, written in Python.

  • Data availability: The publication used 8,739 natural plasmid and 9,735 engineered vector sequences obtained from NCBI.

Flexible parsing, interpretation, and editing of technical sequences with splitcode

Paper: Delaney K. Sullivan and Lior Pachter. "Flexible parsing, interpretation, and editing of technical sequences with splitcode." Bioinformatics, 2024. DOI:10.1093/bioinformatics/btae331.

TL;DR: Splitcode is a versatile tool for preprocessing technical sequences in next-generation sequencing reads, offering efficient and flexible handling of adapters, barcodes, and UMIs, enhancing reproducibility and performance in various sequencing assays.

Summary: The paper introduces splitcode, a tool designed to preprocess technical sequences in next-generation sequencing (NGS) reads. Splitcode addresses the diverse needs of NGS assays by offering flexible parsing, interpretation, and editing capabilities. It efficiently handles adapters, barcodes, and unique molecular identifiers (UMIs) with a low computational footprint. Splitcode's ability to process combinatorial barcodes and extract UMIs defined by their relative positions within reads makes it suitable for a wide range of single-cell and bulk sequencing assays. The tool supports seamless integration with other command-line tools, reducing the need for intermediate file generation and thus improving processing efficiency. Splitcode's flexible configuration options and interoperability with other bioinformatics tools make it a valuable addition to the bioinformatics toolkit, particularly for complex sequencing workflows.

Methodological highlights:

  • Flexible Parsing and Editing: Capable of parsing and editing technical sequences based on user-defined read structures, handling variable-length and inconsistent-location barcodes and UMIs.

  • Efficient Performance: Achieves throughputs exceeding 10 million reads per minute with low memory usage, optimized for standard computing environments.

  • Integration with Other Tools: Supports streaming reads to and from other command-line tools, enhancing workflow efficiency and reducing disk usage.

  • Splitcode Software

Figure 1 from Sullivan & Pachter Bioinformatics 2024: Overview of the splitcode workflow. The splitcode program takes in a set of FASTQ files and a user-specified config file, which serves as a recipe describing how the reads should be parsed. The user executes splitcode on the command-line, specifying command-line options on how the output should be formatted. The output consists of one or more of the following: the original FASTQ files (possibly edited), the extracted sequences (e.g. UMI sequences which are unknown and need to be extracted by using location information or anchor points), and the final barcodes which are unique for each combination of identified tags. The output may take the form of FASTQ files, gzip-compressed FASTQ files, BAM files, or interleaved sequences directed to standard output, depending on what the user specifies.

Solving genomic puzzles: computational methods for metagenomic binning

Paper: Mallawaarachchi, Vijini, et al. "Solving genomic puzzles: computational methods for metagenomic binning." Briefings in Bioinformatics, 2024. https://doi.org/10.1093/bib/bbae372.

TL;DR: This review examines the computational methods used for metagenomic binning, highlighting various features, techniques, and challenges, and discusses the latest trends and improvements needed in the field.

Summary: The paper provides a comprehensive review of metagenomic binning methods, which cluster sequences into bins representing different taxonomic groups. It categorizes and analyzes different approaches, such as nucleotide composition, abundance, graph structures, and other biological information. The review also explores the challenges faced by current methods, such as handling complex and heterogeneous metagenomic data and improving accuracy for short sequences. Recent trends, including the incorporation of deep learning techniques and graph-based methods, are discussed. The authors emphasize the importance of addressing these challenges to enhance the accuracy and efficiency of metagenomic binning tools, which are crucial for studying microbial ecology, human health, and biotechnology.

Systematic comparison tables: The paper has many tables that compare features, year published, programming language, user interface, etc. for binning tools with separate tables for composition-based binning tools, abundance-based binning tools, hybrid tools, tools that use graph structures, ensemble binning tools, bin refinement tools, and visualization tools.

Figure 3 from Mallawaarachchi et al Briefings in Bioinformatics 2024: Summary plots of binning tools. Summary count plots of tools by (A) binning category, (B) programming languages used, (C) user interfaces provided, (D) types of sequences binned, (E) sequence length cut-off (in base pairs), and (F) cumulative count of tools by year.

Review: Epigenome editing technologies for discovery and medicine

Paper: McCutcheon, Sean R., et al. "Epigenome editing technologies for discovery and medicine." Nature Biotechnology, 2024. DOI:10.1038/s41587-024-02320-1. (Read free: https://rdcu.be/dPqG4).

TL;DR: This review article explores the development and application of epigenome editing technologies, focusing on their potential to elucidate gene regulation mechanisms and treat a wide range of diseases by precisely manipulating gene expression through heritable yet reversible modifications.

Summary: The review details the evolution and applications of epigenome editing technologies, highlighting their ability to precisely manipulate gene expression without altering the underlying DNA sequence. These technologies, including CRISPR-dCas9-based systems, enable targeted modifications of DNA methylation, histone modifications, and chromatin structure. The article emphasizes the potential of epigenome editing in studying gene regulation mechanisms, annotating genomic functions, and programming cell state and lineage specification. The authors discuss the use of these technologies in various therapeutic contexts, such as treating genetic disorders, cancers, and other complex diseases driven by epigenetic alterations. Epigenome editing offers a powerful approach for both basic research and clinical applications, providing insights into gene regulation and potential treatments that avoid the risks associated with traditional gene editing.

Fig. 4
Figure 4 from McCutcheon et al Nature Biotechnology 2024: Schematic of ex vivo and in vivo applications of epigenome engineering. (a) cell fate engineering; (b) enhancing T cell immunotherapy; © rescuing haploinsufficiency or silenced genes.

Other papers of note

Subscribe to Paired Ends to get summaries like this delivered to your e-mail.

Additional details

Description

What I'm reading this week in genomics, bioinformatics, cancer biology, epigenome editing, biosecurity, synthetic biology, single-cell omics, population genetics, microbial genomics, ...

Dates

Issued
2024-08-07T12:08:55
Updated
2024-08-07T12:08:55