Related Experiment Video
Updated: Jun 4, 2025

07:35
A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
Published on: October 13, 2023
1.6K
Approximate nearest neighbor graph provides fast and efficient embedding with applications for large-scale biological
Jianshu Zhao1,2, Jean Pierre Both3, Konstantinos T Konstantinidis1,2,4
1Center for Bioinformatics and Computational Genomics, Georgia Institute of Technology, 225 North Avenue NW, Atlanta, GA, 30332, USA.
NAR Genomics and Bioinformatics
|December 20, 2024
Summary
We developed annembed, a faster dimension reduction (DR) algorithm for big data visualization. It improves upon UMAP-like methods by using Hierarchical Navigable Small World graphs for efficient processing of large biological datasets.
Area of Science:
- Computational Biology
- Data Science
- Bioinformatics
Background:
- Dimension reduction (DR) algorithms like t-SNE and UMAP are crucial for big data visualization but struggle with large datasets.
- Existing methods face computational bottlenecks, particularly in constructing K-nearest neighbor graphs (K-NNG).
- There is a need for scalable DR techniques applicable to diverse biological data, including genomic sequences.
Purpose of the Study:
- To develop an improved and efficient dimension reduction algorithm for large-scale biological data visualization.
- To enhance the speed and scalability of DR methods by optimizing the K-NNG construction.
- To extend DR capabilities to DNA/RNA sequence data analysis.
Main Methods:
- Developed a novel DR algorithm combining aspects of t-SNE and UMAP.
- Replaced the K-NNG bottleneck with a Hierarchical Navigable Small World (HNSW) graph.
- Integrated HNSW with locality-sensitive hashing (e.g., MinHash) for efficient DNA/RNA sequence distance estimation.
Main Results:
- The annembed library, implemented in Rust, offers competitive accuracy compared to UMAP-like algorithms.
- Demonstrated scalability and effectiveness on large-scale microbial genomics, single-cell RNA sequencing, and metagenomic binning datasets.
- Introduced features for computing local intrinsic dimension and hubness to assess embedding quality.
Conclusions:
- Annembed provides a fast and accurate solution for dimension reduction in big biological data.
- The library facilitates analysis tasks where distance computation is intensive or datasets are massive.
- Annembed is a valuable tool for advancing biological data analysis, particularly in genomics and single-cell studies.
More Related Videos
Related Concept Videos
Protein Networks
3.9K
An organism can have thousands of different proteins, and these proteins must cooperate to ensure the health of an organism. Proteins bind to other proteins and form complexes to carry out their functions. Many proteins interact with multiple other proteins creating a complex network of protein interactions.
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
3.9K
Evolutionary Relationships through Genome Comparisons
5.7K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
5.7K

