Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

K-ary clustering with optimal leaf ordering for gene expression data.

Ziv Bar-Joseph1, Erik D Demaine, David K Gifford

  • 1Laboratory for Computer Science, MIT, 545 Technology Square, Cambridge, MA 02139, USA. zivbj@mit.edu

Bioinformatics (Oxford, England)
|June 13, 2003
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

SenSet defines cell-type specific senescence signatures in the aged human lung.

The EMBO journal·2026
Same author

MolQuery: Prediction of Lipid Synthesizability Using Active Learning.

ACS omega·2026
Same author

Deep Batch Active Learning for Protein Structure Modeling.

Journal of computational biology : a journal of computational molecular cell biology·2026
Same author

Evaluation of statistical differential analysis methods for identification of senescent cells using single-cell transcriptomics.

Cell reports methods·2026
Same author

Single-cell atlas of human lung aging identifies cell type dyssynchrony and increased transcriptional entropy.

Nature communications·2026
Same author

T-cell receptors that are <i>k</i>-binding have defined sequence features.

Frontiers in immunology·2025
Same journal

Biomedical Concept Recognition with Error-aware Negative-enhanced Ranking Framework.

Bioinformatics (Oxford, England)·2026
Same journal

TEDLH: Domain HMMs for sensitive detection of remote homologues.

Bioinformatics (Oxford, England)·2026
Same journal

PLNFGL: Joint Estimation of Multi-Condition Gene Networks from Single-cell RNA-seq Data.

Bioinformatics (Oxford, England)·2026
Same journal

MCFST: Spatial domain identification method based on multi-view graph convolutional network and graph fusion network.

Bioinformatics (Oxford, England)·2026
Same journal

SpaBiT: Enhancing Spatial Transcriptomics Resolution via Bidirectional Attention Transformers.

Bioinformatics (Oxford, England)·2026
Same journal

EDEL: Enhancing Dense Retrievers for Curation of Biomedical Knowledge Bases.

Bioinformatics (Oxford, England)·2026
See all related articles

This study introduces a novel k-ary hierarchical clustering algorithm that is more robust to noise and missing data in gene expression analysis. The new method improves cluster identification and data visualization compared to traditional binary approaches.

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Genomics

Background:

  • Gene expression analysis requires effective data organization and visualization.
  • Hierarchical clustering is a popular tool but is sensitive to noise and lacks distinct cluster identification.
  • Existing methods produce numerous possible orderings for hierarchical clustering trees.

Purpose of the Study:

  • To develop a new hierarchical clustering algorithm to address limitations of existing methods.
  • To reduce susceptibility to noise and improve cluster identification in gene expression data.
  • To provide a single optimal ordering for the hierarchical clustering tree.

Main Methods:

  • An efficient algorithm constructs a k-ary tree, allowing up to k children per node.

Related Experiment Videos

  • The algorithm optimally orders the leaves of the constructed k-ary tree.
  • Combining k clusters at each step enhances robustness against noise and missing values.
  • Main Results:

    • The k-ary construction algorithm runs in O(n^3) regardless of k.
    • The leaf ordering algorithm runs in O(4^k * n^3).
    • Examples demonstrate superior global presentation and cluster identification compared to binary tree methods.

    Conclusions:

    • The proposed k-ary hierarchical clustering algorithm offers improved robustness and visualization for gene expression data.
    • Optimal leaf ordering maintains pairwise relationships without sacrificing robustness.
    • The implementation is available in C++ on Linux.