MLLGMar 29, 2020

Elastic Coupled Co-clustering for Single-Cell Genomic Data

arXiv:2003.12970v2Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of data integration for better cell type identification in single-cell genomics, though it appears incremental as it builds on existing transfer learning frameworks.

The authors tackled the problem of improving clustering performance for single-cell genomic data by integrating auxiliary datasets with varying shared information and distributions, resulting in a significant improvement over traditional algorithms.

The recent advances in single-cell technologies have enabled us to profile genomic features at unprecedented resolution and datasets from multiple domains are available, including datasets that profile different types of genomic features and datasets that profile the same type of genomic features across different species. These datasets typically have different powers in identifying the unknown cell types through clustering, and data integration can potentially lead to a better performance of clustering algorithms. In this work, we formulate the problem in an unsupervised transfer learning framework, which utilizes knowledge learned from auxiliary dataset to improve the clustering performance of target dataset. The degree of shared information among the target and auxiliary datasets can vary, and their distributions can also be different. To address these challenges, we propose an elastic coupled co-clustering based transfer learning algorithm, by elastically propagating clustering knowledge obtained from the auxiliary dataset to the target dataset. Implementation on single-cell genomic datasets shows that our algorithm greatly improves clustering performance over the traditional learning algorithms. The source code and data sets are available at https://github.com/cuhklinlab/elasticC3.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes