Search papers, labs, and topics across Lattice.
This paper introduces scGTN, a novel clustering framework for single-cell RNA sequencing (scRNA-seq) that leverages a deep Siamese Graph Transformer Network to address the challenges of sparsity, noise, and complex intercellular structures in scRNA-seq data. By formulating the data as a graph and utilizing dual augmented views, scGTN captures complementary intercellular information while incorporating shortest-path and node-wise distance metrics to enhance structural relationships. Experimental results on multiple benchmark datasets reveal that scGTN consistently outperforms existing clustering methods, highlighting its effectiveness in advancing cellular heterogeneity analysis.
scGTN not only captures the complex intercellular relationships in single-cell RNA sequencing data but also achieves superior clustering performance compared to traditional methods.
Single-cell RNA sequencing (scRNA-seq) serves a pivotal role in characterizing gene expression at the cellular level, enabling the identification of cell types and advancing the understanding of cellular heterogeneity. Despite the significant progress in scRNA-seq data clustering, we argue that current methods always ignore the sparsity and noise, as well as the complex intercellular structural information inherent in scRNA-seq data. Toward this end, in this paper, we propose a novel single-cell RNA-seq clustering framework via deep Siamese Graph Transformer Network (termed scGTN), which explicitly integrates gene expression profile and intercellular structural dependencies for cell clustering. In particular, we formulate scRNA-seq data as a graph and construct two augmented graph views that serve as dual views to capture complementary intercellular information. Then, a Siamese graph transformer network is employed to explicitly incorporate shortest-path information and node-wise distances for capturing richer structural relationships between cells. Finally, we employ an optimal transport strategy to guide the cell clustering in a self-supervised manner. Extensive experiments on multiple benchmark scRNA-seq datasets demonstrate that our scGTN consistently outperforms existing methods. Our code is available at https://github.com/W-RMSL/scGTN.