EDBT 2026 Demo / reviewers in the wild / expert
Ruiqing Zheng
dblp:222/7170
· DBLP profile ↗
55ranked-venue papers
6as first author
46since 2021 · last 2026
0000-0001-6372-6798ORCID · verified
Domains — the database's venue-derived domains; a paper can count in several
Applied, interdisciplinary, general and emerging computing · 54 · 6 first-author · 45 since 2021Graphics, computer vision, multimedia, augmented reality and games · 1 · 1 since 2021
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | DuoDR: Dual-Stream Collaborative Contrastive Learning with Dual-Axis Neighborhood-Aware Refinement for Drug Repositioning
Shengyi Xu, Tianyang Peng, Xiangmao Meng, Ruiqing Zheng, Ju Xiang |
ISBRA (2) | 5 |
| 2026 | A Single-Cell Perturbation Analysis Framework Integrating Metabolic Constraints and Chain-Based Interpretability
Ruiqing Zheng, Ju Xiang, Min Li 0007 |
ISBRA (2) | 1 |
| 2026 | SRLST: a unified multimodal representation learning framework for spatial transcriptomics analysisabstractMOTIVATION: Spatial transcriptomics (ST) enables molecular profiling within native tissue architecture, yet accurate delineation of spatial domains in ST data is challenging, as it demands the coordinated integration of transcriptomic, spatial, and tissue histological information. RESULTS: We present SRLST, an unsupervised representation learning framework that holistically harmonize these three complementary data modalities to precisely uncover tissue organization. SRLST employs a dual-graph variational autoencoding strategy to jointly model spatial proximity and morphological relations, fusing these with gene-expression embeddings into a unified latent space. Across distinct experimental datasets, SRLST consistently outperforms existing methods in delineating cortical organization, identifying small discontinuous tissue compartments, and capturing complex intratumor heterogeneity. AVAILABILITY AND IMPLEMENTATION: The code implementation of the SRLST algorithm is available at https://github.com/lanbiolab/SRLST. Wei Lan 0001, Tongsheng Ling, Guohang He, Xuhua Yan, Ruiqing Zheng, Min Li 0007, Shirui Pan, Yi Pan 0001 |
Bioinform. | 6 |
| 2026 | DPGOK: A Deep Learning-Based Method for Protein Function Prediction by Fusing GO Knowledge With Protein FeaturesabstractAccurately predicting protein functions is critical for understanding disease mechanisms and discovering potential drug targets. Gene Ontology (GO), with its hierarchical and semantic information, provides valuable context that can be integrated to improve prediction accuracy. Recently, several existing methods have attempted to integrate GO knowledge with protein sequence features for function prediction. However, these methods ignore the fact that GO embeddings should be tailored to proteins to reflect protein-specific functional relevance. To address this limitation, we proposed DPGOK, a deep learning-based method that fused protein-aware GO representations with protein features for function prediction. DPGOK first learns GO semantic representations with a knowledge graph loss and further generates protein-aware GO embeddings under the guidance of protein features. Results show that DPGOK outperforms state-of-the-art methods across all GO domains. Additional experiments demonstrated that DPGOK is capable of discovering hierarchically deeper and more informative functions for target proteins. Ablation studies revealed that the knowledge graph loss we introduced contributes to more stable and semantically coherent GO representations across different domains. Finally, we find that the predictive performance can be further improved when DPGOK is combined with homology-based approaches. Qiurong Yang, Wenkang Wang, Wei Fan 0010, Ruiqing Zheng, Min Li 0007 |
IEEE J. Biomed. Health Informatics | 4 |
| 2025 | GateFuseNet: An Adaptive 3D Multimodal Neuroimaging Fusion Network for Parkinson's Disease DiagnosisabstractAccurate diagnosis of Parkinson's disease (PD) from MRI remains challenging due to symptom variability and pathological heterogeneity. Most existing methods rely on conventional magnitude-based MRI modalities, such as T1weighted images (T1w), which are less sensitive to PD pathology than Quantitative Susceptibility Mapping (QSM), a phasebased MRI technique that quantifies iron deposition in deep gray matter nuclei. In this study, we propose GateFuseNet, an adaptive 3D multimodal fusion network that integrates QSM and T1w images for PD diagnosis. The core innovation lies in a gated fusion module that learns modality-specific attention weights and channel-wise gating vectors for selective feature modulation. This hierarchical gating mechanism enhances ROIaware features while suppressing irrelevant signals. Experimental results show that our method outperforms three existing state-of-the-art approaches, achieving 85.00 % accuracy and 92.06% AUC. Ablation studies further validate the contributions of ROI guidance, multimodal integration, and fusion positioning. Grad-CAM visualizations confirm the model's focus on clinically relevant pathological regions. The source codes and pretrained models can be found at https://github.com/YangGaoUQ/GateFuseNet Hongfu Sun, Ruiqing Zheng, Min Zeng 0004, Min Li 0007, Yang Gao 0030 |
BIBM | 6 |
| 2025 | DeepDICI: Accurately Predicting Drug-Ion Channel Interactions via Deep Learning with Dynamic Structural FeaturesabstractIon channels are critical targets in drug development and play an important role in the treatment of various diseases. However, existing prediction methods either generalize across all drug targets or focus narrowly on specific ion channel proteins, leading to limitations in accuracy and versatility. In this study, we propose DeepDICI, a novel deep learning framework that integrates topology-aware protein embeddings with spatial-channel interaction modeling to overcome these challenges. Our approach leverages a LLaMA3-style language model to capture longrange structural dependencies between transmembrane segments and cytoplasmic domains, effectively simulating the grammar of channel folding. In addition, a Cross-Attention network dynamically aligns drug substructures with channel functional domains, enabling the precise identification of state-dependent binding interfaces. Comprehensive evaluations in multiple scenarios demonstrate that DeepDICI achieves the highest precision of prediction$(P R C>0.98)$and maintains exceptional robustness under cold start conditions, showing a 28.9% improvement in terms of recall for novel chemical scaffolds and a 14.3% increase in terms of accuracy for unseen channel targets. All the results indicate that DeepDICI represents a unified and interpretable paradigm for ion channel-targeted drug discovery, bridging computational predictions with biophysical insights into structuredynamic protein systems. The code and datasets for DeepDICI are freely available at https://github.com/CSUBioGroup/DeepDICI. Zhangli Lu, Zhicun Zeng, Ruiqing Zheng, Min Zeng 0004, Min Li 0007 |
BIBM | 4 |
| 2025 | DP-GPT: GPT-Driven Gene Text Feature Embedding Fused with Gene Expression Data for Depression PredictionabstractIn recent years, with the improvement of living standards, the prevalence of depression has been steadily increasing, making it a growing public health concern. Gene expression data can reveal links between genes and diseases. Studies have shown that gene expression in depression patients differs significantly from healthy individuals, offering potential for early detection. However, existing methods often depend on selecting differentially expressed genes, which may overlook important signals from other genes and are vulnerable to batch effects, limiting model generalization. To address these limitations, we propose DP-GPT, a GPT-driven gene text feature embedding framework fused with gene expression data for depression prediction. DP-GPT integrates gene expression data with features extracted by GPT. Specifically, gene names and summaries are obtained from the NCBI Gene database, then embedded using GPT to generate feature vectors. These are fused with sample gene expression data and fed into a classifier for prediction. Extensive experiments show that DP-GPT achieves superior performance in depression prediction. The source code can be obtained from https://github.com/CSUBioGroup/DP-GPT. Min Zeng 0004, Junyu Gao 0004, Qianpei Liu, Fuhao Zhang, Ruiqing Zheng, Min Li 0007 |
BIBM | 6 |
| 2025 | Contrastive Learning-Based Method for Single-Cell Multi-omics Data Clustering
Zhenlan Liang, Ruiqing Zheng, Huayu Tao, Min Li 0007 |
ISBRA (1) | 2 |
| 2025 | Dynamic Residual Encoding with Slide-Level Contrastive Learning for End-to-End Whole Slide Image RepresentationabstractWhole Slide Image (WSI) representation is critical for cancer subtyping, cancer recognition and mutation prediction.Training an end-to-end WSI representation model poses significant challenges, as a standard gigapixel slide can contain tens of thousands of image tiles, making it difficult to compute gradients of all tiles in a single mini-batch due to current GPU limitations. To address this challenge, we propose a method of dynamic residual encoding with slide-level contrastive learning (DRE-SLCL) for end-to-end WSI representation. Our approach utilizes a memory bank to store the features of tiles across all WSIs in the dataset. During training, a mini-batch usually contains multiple WSIs. For each WSI in the batch, a subset of tiles is randomly sampled and their features are computed using a tile encoder. Then, additional tile features from the same WSI are selected from the memory bank. The representation of each individual WSI is generated using a residual encoding technique that incorporates both the sampled features and those retrieved from the memory bank. Finally, the slide-level contrastive loss is computed based on the representations and histopathology reports ofthe WSIs within the mini-batch. Experiments conducted over cancer subtyping, cancer recognition, and mutation prediction tasks proved the effectiveness of the proposed DRE-SLCL method. Te Gao, Zhihong Shi, Yixiong Liang, Ruiqing Zheng, Hulin Kuang, Min Zeng 0004, Shichao Kan |
ACM Multimedia | 6 |
| 2025 | scHLens: a web server for hierarchically and interactively exploring single cell RNA-seq dataabstractWith the great advancement of single-cell transcriptome technologies, the identification of cellular heterogeneity from scRNA-seq data has become an important task in biomedical research. There are several challenges associated with the existing analysis methods: (i) The reliance on command-line interfaces creates a substantial technical barrier for researchers lacking computational expertise; (ii) existing methods or platforms usually lack flexibility in workflow customization, forcing users into rigid analytical pipelines; (iii) hierarchical cellular subtypes challenge conventional clustering, as fixed-resolution analyses prevent the detection of biologically subtype cells. Here, we develop a hierarchical and interactive web server named scHLens. scHLens supports a user-defined analysis pipeline and hierarchical exploration mode, providing various visualization views and interaction operations. The three case studies demonstrate scHLens's ability to identify cellular heterogeneity. The online web server version is freely available at http://schlens.csuligroup.com, while the Docker version is available at https://hub.docker.com/r/zhiweideng975/schlens, and the source code can be obtained at https://github.com/ZhiweiDeng459/scHLens. Jiazhi Xia, Zhiwei Deng, Min Li 0007, Ruiqing Zheng |
Briefings Bioinform. | 5 |
| 2025 | Leveraging protein language models for cross-variant CRISPR/Cas9 sgRNA activity predictionabstractMOTIVATION: Accurate prediction of single-guide RNA (sgRNA) activity is crucial for optimizing the CRISPR/Cas9 gene-editing system, as it directly influences the efficiency and accuracy of genome modifications. However, existing prediction methods mainly rely on large-scale experimental data of a single Cas9 variant to construct Cas9 protein (variants)-specific sgRNA activity prediction models, which limits their generalization ability and prediction performance across different Cas9 protein (variants), as well as their scalability to the continuously discovered new variants. RESULTS: In this study, we proposed PLM-CRISPR, a novel deep learning-based model that leverages protein language models to capture Cas9 protein (variants) representations for cross-variant sgRNA activity prediction. PLM-CRISPR uses tailored feature extraction modules for both sgRNA and protein sequences, incorporating a cross-variant training strategy and a dynamic feature fusion mechanism to effectively model their interactions. Extensive experiments demonstrate that PLM-CRISPR outperforms existing methods across datasets spanning seven Cas9 protein (variants) in three real-world scenarios, demonstrating its superior performance in handling data-scarce situations, including cases with few or no samples for novel variants. Comparative analyses with traditional machine learning and deep learning models further confirm the effectiveness of PLM-CRISPR. Additionally, motif analysis reveals that PLM-CRISPR accurately identifies high-activity sgRNA sequence patterns across diverse Cas9 protein (variants). Overall, PLM-CRISPR provides a robust, scalable, and generalizable solution for sgRNA activity prediction across diverse Cas9 protein (variants). AVAILABILITY AND IMPLEMENTATION: The source code can be obtained from https://github.com/CSUBioGroup/PLM-CRISPR. Yalin Hou, Ruiqing Zheng, Fuhao Zhang, Fei Guo 0001, Min Li 0007, Min Zeng 0004 |
Bioinform. | 3 |
| 2025 | SpaNN: Spatial Transcriptomic Data Enhancement Using Deep Neural NetworkabstractSpatial transcriptomic sequencing technology is a powerful tool that combines gene expression data with their physical locations in tissues or organs, providing researchers with unprecedented spatial resolution of cellular molecular functions. Currently, spatial transcriptomic sequencing based on in situ hybridization and imaging can obtain cell location information and transcriptome profiles at single-cell resolution, but it only detects a limited number of genes, which restricts its application in exploring whole-genome expression patterns. Therefore, it is essential to predict the spatial distribution of undetected genes in their spatial transcriptomic data. Here, we introduce a novel data enhancement technique, named SpaNN, which predicts transcriptome expression levels in spatial context. SpaNN employs a custom-designed similarity loss that leverages location information from spatial transcriptomic data to train a deep neural network. This network captures joint embeddings and uses a weighted k-nearest-neighbor approach to predict the unmeasured genes spatial expression levels. Our experiments show that SpaNN not only recovers the expression levels of unmeasured genes but also enhances cell clustering and visualization. Additionally, sensitivity and scalability analyses confirm that SpaNN is robust to parameter variations and can handle large-scale datasets effectively. Wenkang Wang, Ruiqing Zheng, Min Li 0007 |
IEEE Trans. Comput. Biol. Bioinform. | 3 |
| 2025 | DISHIC: An Effective Method for Identifying Differential Interaction in Single-Cell Hi-CabstractSingle-cell three-dimensional (3D) genomics plays a vital role in understanding the spatial organization of chromatin within the cell nucleus. It provides insights into how chromatin structures influence regulatory mechanisms and cellular functions that are specific to different cell types and states. Analyzing differential interactions-the fundamental units of the 3D genome-at the single-cell level is crucial for extracting this valuable information. However, single-cell 3D genome data such as single-cell High-throughput Chromatin Conformation Capture (scHi-C) data are inherently sparse, noisy and heterogeneous, posing significant challenges that limit the downstream analyses. Although existing computational methods offer helpful solutions for identifying differential interactions at the single-cell level, most of them do not explicitly account for intrinsic statistical properties of the data, nor do they comprehensively incorporate both within-sample and between-sample covariates. In this study, we developed a statistical method named DISHIC (Differential Interaction analysis in single-cell Hi-C) to perform differential interaction analysis in scHi-C data. DISHIC leverages the Zero-Inflated Negative Binomial-based Wavelet (ZINB-WaVE) model, making it well-suited for high-dimensional zero-inflated count data with high dispersion. It models each bin pair in each sample independently while incorporating both bin-pair-level and cell-level covariates, allowing it to effectively capture noise and heterogeneity in sparse scHi-C data. This approach can detect differential interactions with greater accuracy and reliability while also allowing users to flexibly define covariates as input based on their specific needs. We evaluated the performance of DISHIC using both real and simulated datasets, demonstrating its enhanced effectiveness compared to existing state-of-the-art methods under various conditions. Furthermore, we conducted a comprehensive case study analyzing multi-omics datasets from two types of glial cells. This study explored the intricate relationships among chromatin interactions, gene expressions, and epigenetic modifications, providing new insights into cell-type-specific regulatory mechanisms. Yi-chao Zhao, Ruiqing Zheng, Pengzhen Jia, Min Li 0007 |
IEEE Trans. Comput. Biol. Bioinform. | 2 |
| 2024 | DP-BERT: a pre-trained deep language model for depression prediction using microarray dataabstractIn recent years, the increasing number of individuals diagnosed with depression and the growing awareness of its impact on modern society have highlighted the significance of accurate depression diagnosis. Microarray data has played a crucial role in uncovering the genetic mechanisms underlying depression. However, existing methods for depression prediction using microarray data often rely on the selection of differentially expressed genes. This approach disregards important information from other genes and is susceptible to batch effects, thereby limiting generalizability and model stability. To address these limitations, we propose DP-BERT, a depression prediction model based on Bidirectional Encoder Representations from Transformers (BERT). DP-BERT follows a pre-training and fine-tuning paradigm, leveraging a large amount of unlabeled microarray data from diverse sequencing platforms for pretraining to extract comprehensive genetic-level representations of psychiatric disorders. Subsequently, supervised fine-tuning is performed for depression prediction. Experimental results demonstrate that the pre-trained model achieves superior performance in depression prediction. The source code can be obtained from https://github.com/CSUBioGroup/DP-BERT. Junyu Gao 0004, Min Zeng 0004, Fang Wang 0028, Ruiqing Zheng, Jin Liu 0012, Fei Guo 0001, Min Li 0007 |
BIBM | 5 |
| 2024 | ComLMEss: Combining multiple protein language models enables accurate essential protein predictionabstractAccurately predicting essential proteins is vital for comprehending organism survival, aiding in drug discovery, and informing strategies for treating diseases. While previous computational methods for essential protein prediction have predominantly focused on network-based approaches, recent advancements have seen rapid development in sequence-based prediction methods. However, existing sequence-based prediction methods tend to focus only on sequence-level features, ignoring other biological information at diverse levels. To make use of the diverse information across various biological levels, in this study, we introduce ComLMEss, a novel deep learning framework that combines three protein language models. ComLMEss integrates ProtTrans, ESMFold and OntoProtein, which contain different levels of biological information include protein sequence, conservation, structural, and functional information. ComLMEss employs convolutional neural networks and transformer structure to refine and contextualize the representations from three language models, enabling accurate and robust predictions. Experimental results demonstrate that ComLMEss consistently outperforms existing methods. Ablation studies confirm that the effectiveness of combining different language models focus on different biological information. All results underscore the potential of ComLMEss in essential protein prediction. The source code can be obtained at https://github.com/CSUBioGroup/ComLMEss. Fuhao Zhang, Ruiqing Zheng, Fei Guo 0001, Min Li 0007, Min Zeng 0004 |
BIBM | 4 |
| 2024 | scGDCC: Graph-based Dual Contrastive Calibration for Single Cell MultiOmics ClusteringabstractCell clustering is vital for studying cellular heterogeneity and understanding biological mechanisms. With the advancement of sequencing technologies, it is now possible to obtain multiomics data from single cells, such as ATAC-seq and RNA-seq. Compared to single-omics data, multiomics data offer a more comprehensive view of the cellular landscape. Although several single-cell multiomics clustering methods have been developed, the sparsity and complexity of multiomics data make clustering a challenging computational task. This paper proposes a single cell multiomics clustering method called scGDCC, which is based on graph neural networks and dual contrastive calibration. scGDCC utilizes graph neural networks to capture the neighborhood information of cells and employs dual contrastive calibration to achieve more consistent joint representations of cells. Experiments on five dual-omics datasets (ATAC-seq and RNA-seq) and two triple-omics datasets (ATAC-seq, RNA-seq, and protein) demonstrate the superiority of this clustering method. Additionally, visualization experiments further validate the effectiveness of the joint cellular representations. Huayu Tao, Xinliang Sun, Min Li 0007, Ruiqing Zheng |
BIBM | 5 |
| 2024 | Aligning Multimodal Biomedical Images and Language via One Large Vision-Language ModelabstractLarge Vision-Language Models (LVLMs) have garnered substantial attention in the biomedical image analysis domain due to their robust vision understanding capabilities. However, current methods rely heavily on dataset- and modality-specific fine-tuning. This involves tuning separate models for each dataset and biomedical modality. In this paper, we introduce a method for aligning multimodal biomedical images and language using a single LVLM, dubbed UniMed-LVLM. Specifically, we devise a General Projection Module (GPM) by integrating multiple image projection branches and implementing dynamic routing between the vision encoder and language decoder within the LLaVA-Med framework. Subsequently, we progressively align multiple biomedical modalities using a Parameter-Efficient Fine-Tuning (PEFT) technique known as Low-Rank Adaptation (LoRA). The model is initially trained on the LLaVA-Med dataset and then fine-tuned on four biomedical image analysis datasets: PathVqa, Slake, VqaRad, and Fitzpatrick17k, enabling the simultaneous analysis of radiology, pathology, and dermatology images. A single model is fine-tuned on three modalities across these datasets and evaluated on all test sets. Experimental results show that UniMed-LVLM improves the average evaluation score by 1.88% across the four datasets, validating its effectiveness in handling multimodal biomedical images. Min Zeng 0004, Jinfeng Ding, Yixiong Liang, Ruiqing Zheng, Min Li 0007, Shichao Kan |
BIBM | 5 |
| 2024 | An Effective Tool for Differential Interaction Analysis in Single-Cell Hi-C DataabstractThe three-dimensional (3D) genome refers to exploring the spatial arrangement of chromatins within the cell nucleus. Analyzing differential interactions, the basic units of the 3D genome, particularly at the single-cell level, is crucial for revealing cell-type-specific functions and states. However, the sparsity and heterogeneity of single-cell 3D genome data pose significant challenges. Although existing methods offer helpful solutions, most of them lack the design for data distribution and cell-specific characteristics. Here, we developed a new method, DISHIC, for identifying differential interactions in single-cell high-throughput Chromatin Conformation Capture (scHi-C) data. Based on the ZINB-WaVE model, DISHIC independently models each bin pair, accounting for both bin-pair-level and cell-level covariates. We validated DISHIC's effectiveness and demonstrated its enhanced effectiveness compared to other methods. The code is available at https://github.com/zhaoyichao777/DISHIC. Yi-chao Zhao, Ruiqing Zheng, Pengzhen Jia, Min Li 0007 |
BIBM | 2 |
| 2024 | scCoRR: A Data-Driven Self-correction Framework for Labeled scRNA-Seq Data
Yongxin He, Jin Liu 0012, Min Li 0007, Ruiqing Zheng |
ISBRA (2) | 4 |
| 2024 | Modeling Single-Cell ATAC-Seq Data Based on Contrastive Learning
Wei Lan 0001, Weihao Zhou, Qingfeng Chen, Ruiqing Zheng, Yi Pan 0001, Yi-Ping Phoebe Chen |
ISBRA (1) | 4 |
| 2024 | MSMK: Multiscale Module Kernel for Identifying Disease-Related Genes
Ju Xiang, Shengkai Chen, Xiangmao Meng, Ruiqing Zheng, Min Li 0007 |
ISBRA (1) | 4 |
| 2024 | scMLC: an accurate and robust multiplex community detection method for single-cell multi-omics dataabstractClustering cells based on single-cell multi-modal sequencing technologies provides an unprecedented opportunity to create high-resolution cell atlas, reveal cellular critical states and study health and diseases. However, effectively integrating different sequencing data for cell clustering remains a challenging task. Motivated by the successful application of Louvain in scRNA-seq data, we propose a single-cell multi-modal Louvain clustering framework, called scMLC, to tackle this problem. scMLC builds multiplex single- and cross-modal cell-to-cell networks to capture modal-specific and consistent information between modalities and then adopts a robust multiplex community detection method to obtain the reliable cell clusters. In comparison with 15 state-of-the-art clustering methods on seven real datasets simultaneously measuring gene expression and chromatin accessibility, scMLC achieves better accuracy and stability in most datasets. Synthetic results also indicate that the cell-network-based integration strategy of multi-omics data is superior to other strategies in terms of generalization. Moreover, scMLC is flexible and can be extended to single-cell sequencing data with more than two modalities. Ruiqing Zheng, Jin Liu 0012, Min Li 0007 |
Briefings Bioinform. | 2 |
| 2024 | stAA: adversarial graph autoencoder for spatial clustering task of spatially resolved transcriptomicsabstractWith the development of spatially resolved transcriptomics technologies, it is now possible to explore the gene expression profiles of single cells while preserving their spatial context. Spatial clustering plays a key role in spatial transcriptome data analysis. In the past 2 years, several graph neural network-based methods have emerged, which significantly improved the accuracy of spatial clustering. However, accurately identifying the boundaries of spatial domains remains a challenging task. In this article, we propose stAA, an adversarial variational graph autoencoder, to identify spatial domain. stAA generates cell embedding by leveraging gene expression and spatial information using graph neural networks and enforces the distribution of cell embeddings to a prior distribution through Wasserstein distance. The adversarial training process can make cell embeddings better capture spatial domain information and more robust. Moreover, stAA incorporates global graph information into cell embeddings using labels generated by pre-clustering. Our experimental results show that stAA outperforms the state-of-the-art methods and achieves better clustering results across different profiling platforms and various resolutions. We also conducted numerous biological analyses and found that stAA can identify fine-grained structures in tissues, recognize different functional subtypes within tumors and accurately identify developmental trajectories. Zhaoyu Fang, Ruiqing Zheng, Jin A, Mingzhu Yin, Min Li 0007 |
Briefings Bioinform. | 3 |
| 2024 | CAKE: a flexible self-supervised framework for enhancing cell visualization, clustering and rare cell identificationabstractSingle cell sequencing technology has provided unprecedented opportunities for comprehensively deciphering cell heterogeneity. Nevertheless, the high dimensionality and intricate nature of cell heterogeneity have presented substantial challenges to computational methods. Numerous novel clustering methods have been proposed to address this issue. However, none of these methods achieve the consistently better performance under different biological scenarios. In this study, we developed CAKE, a novel and scalable self-supervised clustering method, which consists of a contrastive learning model with a mixture neighborhood augmentation for cell representation learning, and a self-Knowledge Distiller model for the refinement of clustering results. These designs provide more condensed and cluster-friendly cell representations and improve the clustering performance in term of accuracy and robustness. Furthermore, in addition to accurately identifying the major type cells, CAKE could also find more biologically meaningful cell subgroups and rare cell types. The comprehensive experiments on real single-cell RNA sequencing datasets demonstrated the superiority of CAKE in visualization and clustering over other comparison methods, and indicated its extensive application in the field of cell heterogeneity analysis. Contact: Ruiqing Zheng. ([email protected]). Jin Liu 0012, Weixing Zeng, Shichao Kan, Min Li 0007, Ruiqing Zheng |
Briefings Bioinform. | 5 |
| 2024 | scMAE: a masked autoencoder for single-cell RNA-seq clusteringabstractMOTIVATION: Single-cell RNA sequencing has emerged as a powerful technology for studying gene expression at the individual cell level. Clustering individual cells into distinct subpopulations is fundamental in scRNA-seq data analysis, facilitating the identification of cell types and exploration of cellular heterogeneity. Despite the recent development of many deep learning-based single-cell clustering methods, few have effectively exploited the correlations among genes, resulting in suboptimal clustering outcomes. RESULTS: Here, we propose a novel masked autoencoder-based method, scMAE, for cell clustering. scMAE perturbs gene expression and employs a masked autoencoder to reconstruct the original data, learning robust and informative cell representations. The masked autoencoder introduces a masking predictor, which captures relationships among genes by predicting whether gene expression values are masked. By integrating this masking mechanism, scMAE effectively captures latent structures and dependencies in the data, enhancing clustering performance. We conducted extensive comparative experiments using various clustering evaluation metrics on 15 scRNA-seq datasets from different sequencing platforms. Experimental results indicate that scMAE outperforms other state-of-the-art methods on these datasets. In addition, scMAE accurately identifies rare cell types, which are challenging to detect due to their low abundance. Furthermore, biological analyses confirm the biological significance of the identified cell subpopulations. AVAILABILITY AND IMPLEMENTATION: The source code of scMAE is available at: https://zenodo.org/records/10465991. Zhaoyu Fang, Ruiqing Zheng, Min Li 0007 |
Bioinform. | 2 |
| 2024 | scMoMtF: An interpretable multitask learning framework for single-cell multi-omics data analysisabstractWith the rapidly development of biotechnology, it is now possible to obtain single-cell multi-omics data in the same cell. However, how to integrate and analyze these single-cell multi-omics data remains a great challenge. Herein, we introduce an interpretable multitask framework (scMoMtF) for comprehensively analyzing single-cell multi-omics data. The scMoMtF can simultaneously solve multiple key tasks of single-cell multi-omics data including dimension reduction, cell classification and data simulation. The experimental results shows that scMoMtF outperforms current state-of-the-art algorithms on these tasks. In addition, scMoMtF has interpretability which allowing researchers to gain a reliable understanding of potential biological features and mechanisms in single-cell multi-omics data. Wei Lan 0001, Tongsheng Ling, Qingfeng Chen, Ruiqing Zheng, Min Li 0007, Yi Pan 0001 |
PLoS Comput. Biol. | 4 |
| 2023 | A flexible gene regulatory network reconstruction method based on autoencoder and graph attention networkabstractReconstruction of gene regulatory networks from gene expression profile have been an important challenge task in system biology for decades. Recently, with the advancement of single cell RNA-seq technology, the studies in this field turn from bulk gene expression data to scRNA-seq data. However, the complexity of regulatory relationships and high noise in scRNA-seq introduce further challenges in addressing this issue. In this study, we proposed a flexible gene regulatory network reconstruction method based on autoencoder and graph attention network, called scGiant. scGiant incorporates autoencoder to capture the non-linear representation of genes with graph attention network to learn regulatory relationships among genes. To evaluate the performance of scGiant, we compared it with seven state-of-the-art GRN inference algorithms on four real single-cell RNA sequencing datasets, and the results demonstrate that scGiant is superior in accuracy and scalability. The inferred core GRN of CD8+ naïve T cells also demonstrates its potential in practical biological applications. Ruiqing Zheng, Yanping Zeng, Weixing Zeng, Min Li 0007 |
BIBM | 1 |
| 2023 | Bubble: a fast single-cell RNA-seq imputation using an autoencoder constrained by bulk RNA-seq dataabstractSingle-cell RNA-sequencing technology (scRNA-seq) brings research to single-cell resolution. However, a major drawback of scRNA-seq is large sparsity, i.e. expressed genes with no reads due to technical noise or limited sequence depth during the scRNA-seq protocol. This phenomenon is also called 'dropout' events, which likely affect downstream analyses such as differential expression analysis, the clustering and visualization of cell subpopulations, cellular trajectory inference, etc. Therefore, there is a need to develop a method to identify and impute these dropout events. We propose Bubble, which first identifies dropout events from all zeros based on expression rate and coefficient of variation of genes within cell subpopulation, and then leverages an autoencoder constrained by bulk RNA-seq data to only impute those values. Unlike other deep learning-based imputation methods, Bubble fuses the matched bulk RNA-seq data as a constraint to reduce the introduction of false positive signals. Using simulated and several real scRNA-seq datasets, we demonstrate that Bubble enhances the recovery of missing values, gene-to-gene and cell-to-cell correlations, and reduces the introduction of false positive signals. Regarding some crucial downstream analyses of scRNA-seq data, Bubble facilitates the identification of differentially expressed genes, improves the performance of clustering and visualization, and aids the construction of cellular trajectory. More importantly, Bubble provides fast and scalable imputation with minimal memory usage. Xuhua Yan, Ruiqing Zheng, Min Li 0007 |
Briefings Bioinform. | 3 |
| 2023 | Inferring single-cell gene regulatory network by non-redundant mutual informationabstractGene regulatory network plays a crucial role in controlling the biological processes of living creatures. Deciphering the complex gene regulatory networks from experimental data remains a major challenge in system biology. Recent advances in single-cell RNA sequencing technology bring massive high-resolution data, enabling computational inference of cell-specific gene regulatory networks (GRNs). Many relevant algorithms have been developed to achieve this goal in the past years. However, GRN inference is still less ideal due to the extra noises involved in pseudo-time information and large amounts of dropouts in datasets. Here, we present a novel GRN inference method named Normi, which is based on non-redundant mutual information. Normi manipulates these problems by employing a sliding size-fixed window approach on the entire trajectory and conducts average smoothing strategy on the gene expression of the cells in each window to obtain representative cells. To further alleviate the impact of dropouts, we utilize the mixed KSG estimator to quantify the high-order time-delayed mutual information among genes, then filter out the redundant edges by adopting Max-Relevance and Min Redundancy algorithm. Moreover, we determined the optimal time delay for each gene pair by distance correlation. Normi outperforms other state-of-the-art GRN inference methods on both simulated data and single-cell RNA sequencing (scRNA-seq) datasets, demonstrating its superiority in robustness. The performance of Normi in real scRNA-seq data further reveals its ability to identify the key regulators and crucial biological processes. Yanping Zeng, Yongxin He, Ruiqing Zheng, Min Li 0007 |
Briefings Bioinform. | 3 |
| 2023 | CellBRF: a feature selection method for single-cell clustering using cell balance and random forestabstractMOTIVATION: Single-cell RNA sequencing (scRNA-seq) offers a powerful tool to dissect the complexity of biological tissues through cell sub-population identification in combination with clustering approaches. Feature selection is a critical step for improving the accuracy and interpretability of single-cell clustering. Existing feature selection methods underutilize the discriminatory potential of genes across distinct cell types. We hypothesize that incorporating such information could further boost the performance of single cell clustering. RESULTS: We develop CellBRF, a feature selection method that considers genes' relevance to cell types for single-cell clustering. The key idea is to identify genes that are most important for discriminating cell types through random forests guided by predicted cell labels. Moreover, it proposes a class balancing strategy to mitigate the impact of unbalanced cell type distributions on feature importance evaluation. We benchmark CellBRF on 33 scRNA-seq datasets representing diverse biological scenarios and demonstrate that it substantially outperforms state-of-the-art feature selection methods in terms of clustering accuracy and cell neighborhood consistency. Furthermore, we demonstrate the outstanding performance of our selected features through three case studies on cell differentiation stage identification, non-malignant cell subtype identification, and rare cell identification. CellBRF provides a new and effective tool to boost single-cell clustering accuracy. AVAILABILITY AND IMPLEMENTATION: All source codes of CellBRF are freely available at https://github.com/xuyp-csu/CellBRF. Yunpei Xu, Hong-Dong Li, Cui-Xiang Lin, Ruiqing Zheng, Yaohang Li, Jinhui Xu 0001, Jianxin Wang 0001 |
Bioinform. | 4 |
| 2023 | scNCL: transferring labels from scRNA-seq to scATAC-seq data with neighborhood contrastive regularizationabstractMOTIVATION: scATAC-seq has enabled chromatin accessibility landscape profiling at the single-cell level, providing opportunities for determining cell-type-specific regulation codes. However, high dimension, extreme sparsity, and large scale of scATAC-seq data have posed great challenges to cell-type identification. Thus, there has been a growing interest in leveraging the well-annotated scRNA-seq data to help annotate scATAC-seq data. However, substantial computational obstacles remain to transfer information from scRNA-seq to scATAC-seq, especially for their heterogeneous features. RESULTS: We propose a new transfer learning method, scNCL, which utilizes prior knowledge and contrastive learning to tackle the problem of heterogeneous features. Briefly, scNCL transforms scATAC-seq features into gene activity matrix based on prior knowledge. Since feature transformation can cause information loss, scNCL introduces neighborhood contrastive learning to preserve the neighborhood structure of scATAC-seq cells in raw feature space. To learn transferable latent features, scNCL uses a feature projection loss and an alignment loss to harmonize embeddings between scRNA-seq and scATAC-seq. Experiments on various datasets demonstrated that scNCL not only realizes accurate and robust label transfer for common types, but also achieves reliable detection of novel types. scNCL is also computationally efficient and scalable to million-scale datasets. Moreover, we prove scNCL can help refine cell-type annotations in existing scATAC-seq atlases. AVAILABILITY AND IMPLEMENTATION: The source code and data used in this paper can be found in https://github.com/CSUBioGroup/scNCL-release. Xuhua Yan, Ruiqing Zheng, Jinmiao Chen, Min Li 0007 |
Bioinform. | 2 |
| 2023 | CLAIRE: contrastive learning-based batch correction framework for better balance between batch mixing and preservation of cellular heterogeneityabstractMOTIVATION: Integration of growing single-cell RNA sequencing datasets helps better understand cellular identity and function. The major challenge for integration is removing batch effects while preserving biological heterogeneities. Advances in contrastive learning have inspired several contrastive learning-based batch correction methods. However, existing contrastive-learning-based methods exhibit noticeable ad hoc trade-off between batch mixing and preservation of cellular heterogeneities (mix-heterogeneity trade-off). Therefore, a deliberate mix-heterogeneity trade-off is expected to yield considerable improvements in scRNA-seq dataset integration. RESULTS: We develop a novel contrastive learning-based batch correction framework, CIAIRE, which achieves superior mix-heterogeneity trade-off. The key contributions of CLAIRE are proposal of two complementary strategies: construction strategy and refinement strategy, to improve the appropriateness of positive pairs. Construction strategy dynamically generates positive pairs by augmenting inter-batch mutual nearest neighbors (MNN) with intra-batch k-nearest neighbors (KNN), which improves the coverage of positive pairs for the whole distribution of shared cell types between batches. Refinement strategy aims to automatically reduce the potential false positive pairs from the construction strategy, which resorts to the memory effect of deep neural networks. We demonstrate that CLAIRE possesses superior mix-heterogeneity trade-off over existing contrastive learning-based methods. Benchmark results on six real datasets also show that CLAIRE achieves the best integration performance against eight state-of-the-art methods. Finally, comprehensive experiments are conducted to validate the effectiveness of CLAIRE. AVAILABILITY AND IMPLEMENTATION: The source code and data used in this study can be found in https://github.com/CSUBioGroup/CLAIRE-release. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online. Xuhua Yan, Ruiqing Zheng, Fang-Xiang Wu, Min Li 0007 |
Bioinform. | 2 |
| 2023 | scBKAP: A Clustering Model for Single-Cell RNA-Seq Data Based on Bisecting K-MeansabstractAdvances in single-cell RNA sequencing (scRNA-seq) technologies allow researchers to analyze the genome-wide transcription profile and to solve biological problems at the individual-cell resolution. However, existing clustering methods on scRNA-seq suffer from high dropout rate and curse of dimensionality in the data. Here, we propose a novel pipeline, scBKAP, the cornerstone of which is a single-cell bisecting K-means clustering method based on an autoencoder network and a dimensionality reduction model MPDR. Specially, scBKAP utilizes an autoencoder network to reconstruct gene expression values from scRNA-seq data to alleviate the dropout issue, and the MPDR model composed of the M3Drop feature selection algorithm and the PHATE dimensionality reduction algorithm to reduce the dimensions of reconstructed data. The dimensionality-reduced data are then fed into the bisecting K-means clustering algorithm to identify the clusters of cells. Comprehensive experiments demonstrate scBKAP's superior performance over nine state-of-the-art single-cell clustering methods on 21 public scRNA-seq datasets and simulated datasets. The source codes and datasets are available at https://github.com/YuBinLab-QUST/scBKAP/ and https://doi.org/10.24433/CO.4592131.v1. Hongli Gao, Ren Qi, Ruiqing Zheng, Xin Gao 0001, Bin Yu 0007 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 4 |
| 2022 | BayesImpute: a Bayesian imputation method for single-cell RNA-seq dataabstractSingle-cell RNA-sequencing (scRNA-seq) data suffer from a large number of zeros. Such dropout events hinder the downstream data analyses. We propose BayesImpute, a statistical algorithm to impute dropouts in the scRNA-seq data. BayesImpute first identifies likely dropouts based on expression rate and coefficient of variation of genes within cell subpopulation, and then constructs the posterior distribution for each gene and utilizes the posterior mean to impute dropout values. With several simulated and real scRNA-seq datasets, we demonstrate that BayesImpute is capable of effectively identifying dropouts. In addition, BayesImpute successfully recovers the true expression levels of missing values, improves the clustering and visualization of cell subpopulations, and enhances the identification of differential expression genes. We also show that BayesImpute is scalable and fast with minimal memory usage compared with other statistical-based imputation methods. Ruiqing Zheng, Luyi Tian, Fang-Xiang Wu, Min Li 0007 |
BIBM | 2 |
| 2022 | A single cell potency inference method based on the local cell-specific network entropyabstractAt present, some methods have been proposed to solve the problem from the perspective of the chaos degree in gene functions or interaction network. However, errors in differentiation potency estimates arise if the scRNA-seq profile and underlying interaction network are disturbed by technique-induced or biological-induced noise. Thus, we proposed SPIDE, a single cell potency inference method based on local cell-specific network entropy. SPIDE constructs the weighted cell-specific network for each cell to preserve the heterogeneity of PPI network during differentiation, then estimates the entropy based on each network. The results show that SPIDE reveals better decreasing trends of cells’ differentiation potency than other state-of-the-art methods on most datasets. To conclude, our study provides a universal framework for cell entropy estimation with higher prediction accuracy and universal applicability. Ruiqing Zheng, Edwin Wang, Min Li 0007 |
BIBM | 2 |
| 2022 | KGANCDA: predicting circRNA-disease associations based on knowledge graph attention networkabstractIncreasing evidences have proved that circRNA plays a significant role in the development of many diseases. In addition, many researches have shown that circRNA can be considered as the potential biomarker for clinical diagnosis and treatment of disease. Some computational methods have been proposed to predict circRNA-disease associations. However, the performance of these methods is limited as the sparsity of low-order interaction information. In this paper, we propose a new computational method (KGANCDA) to predict circRNA-disease associations based on knowledge graph attention network. The circRNA-disease knowledge graphs are constructed by collecting multiple relationship data among circRNA, disease, miRNA and lncRNA. Then, the knowledge graph attention network is designed to obtain embeddings of each entity by distinguishing the importance of information from neighbors. Besides the low-order neighbor information, it can also capture high-order neighbor information from multisource associations, which alleviates the problem of data sparsity. Finally, the multilayer perceptron is applied to predict the affinity score of circRNA-disease associations based on the embeddings of circRNA and disease. The experiment results show that KGANCDA outperforms than other state-of-the-art methods in 5-fold cross validation. Furthermore, the case study demonstrates that KGANCDA is an effective tool to predict potential circRNA-disease associations. Wei Lan 0001, Qingfeng Chen, Ruiqing Zheng, Jin Liu 0012, Yi Pan 0001, Yi-Ping Phoebe Chen |
Briefings Bioinform. | 4 |
| 2022 | GLOBE: a contrastive learning-based framework for integrating single-cell transcriptome datasetsabstractIntegration of single-cell transcriptome datasets from multiple sources plays an important role in investigating complex biological systems. The key to integration of transcriptome datasets is batch effect removal. Recent methods attempt to apply a contrastive learning strategy to correct batch effects. Despite their encouraging performance, the optimal contrastive learning framework for batch effect removal is still under exploration. We develop an improved contrastive learning-based batch correction framework, GLOBE. GLOBE defines adaptive translation transformations for each cell to guarantee the stability of approximating batch effects. To enhance the consistency of representations alignment, GLOBE utilizes a loss function that is both hardness-aware and consistency-aware to learn batch effect-invariant representations. Moreover, GLOBE computes batch-corrected gene matrix in a transparent approach to support diverse downstream analysis. Benchmarking results on a wide spectrum of datasets show that GLOBE outperforms other state-of-the-art methods in terms of robust batch mixing and superior conservation of biological signals. We further apply GLOBE to integrate two developing mouse neocortex datasets and show GLOBE succeeds in removing batch effects while preserving the contiguous structure of cells in raw data. Finally, a comprehensive study is conducted to validate the effectiveness of GLOBE. Xuhua Yan, Ruiqing Zheng, Min Li 0007 |
Briefings Bioinform. | 2 |
| 2022 | NIMCE: A Gene Regulatory Network Inference Approach Based on Multi Time Delays Causal EntropyabstractGene regulatory networks (GRNs)are involved in various biological processes, such as cell cycle, differentiation and apoptosis. The existing large amount of expression data, especially the time-series expression data, provide a chance to infer GRNs by computational methods. These data can reveal the dynamics of gene expression and imply the regulatory relationships among genes. However, identify the indirect regulatory links is still a big challenge as most studies treat time points as independent observations, while ignoring the influences of time delays. In this study, we propose a GRN inference method based on information-theory measure, called NIMCE. NIMCE incorporates the transfer entropy to measure the regulatory links between each pair of genes, then applies the causation entropy to filter indirect relationships. In addition, NIMCE applies multi time delays to identify indirect regulatory relationships from candidate genes. Experiments on simulated and colorectal cancer data show NIMCE outperforms than other competing methods. All data and codes used in this study are publicly available at https://github.com/CSUBioGroup/NIMCE. Haonan Feng, Ruiqing Zheng, Jianxin Wang 0001, Fang-Xiang Wu, Min Li 0007 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 2 |
| 2022 | DPCMNE: Detecting Protein Complexes From Protein-Protein Interaction Networks Via Multi-Level Network EmbeddingabstractBiological functions of a cell are typically carried out through protein complexes. The detection of protein complexes is therefore of great significance for understanding the cellular organizations and protein functions. In the past decades, many computational methods have been proposed to detect protein complexes. However, most of the existing methods just search the local topological information to mine dense subgraphs as protein complexes, ignoring the global topological information. To tackle this issue, we propose the DPCMNE method to detect protein complexes via multi-level network embedding. It can preserve both the local and global topological information of biological networks. First, DPCMNE employs a hierarchical compressing strategy to recursively compress the input protein-protein interaction (PPI) network into multi-level smaller PPI networks. Then, a network embedding method is applied on these smaller PPI networks to learn protein embeddings of different levels of granularity. The embeddings learned from all the compressed PPI networks are concatenated to represent the final protein embeddings of the original input PPI network. Finally, a core-attachment based strategy is adopted to detect protein complexes in the weighted PPI network constructed by the pairwise similarity of protein embeddings. To assess the efficiency of our proposed method, DPCMNE is compared with other eight clustering algorithms on two yeast datasets. The experimental results show that the performance of DPCMNE outperforms those state-of-the-art complex detection methods in terms of F1 and F1+Acc. Furthermore, the results of functional enrichment analysis indicate that protein complexes detected by DPCMNE are more biologically significant in terms of P-score. Xiangmao Meng, Ju Xiang, Ruiqing Zheng, Fang-Xiang Wu, Min Li 0007 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 3 |
| 2021 | DeepCI: a deep learning based clustering method for single cell RNA-seq dataabstractSingle cell RNA sequencing enables researchers to analyze cellular heterogeneity at high resolution. In the cellular heterogeneity analysis, unsupervised clustering has been a common and powerful way to identify cell types. Nevertheless, the high dropout rate and high dimension of scRNA-seq data make it still a challenging task. In this study, we proposed DeepCI, a deep neural network based single cell clustering method, which simultaneously accomplishes low-dimensional representation learning and clustering with implicit imputation of scRNA-seq data. Tested on real datasets, DeepCI obtained overall better clustering and visualization performance than several state-of-the-art approaches. Zhenlan Liang, Ruiqing Zheng, Xuhua Yan, Min Li 0007 |
BIBM | 2 |
| 2021 | MKG: a mutual information based method to infer single cell gene regulatory networkabstractGRN is the core of all living organisms that can explain how genes and their products interact at different levels. To infer the potential GRNs from gene expression data remains a great challenge in bioinformatics. Recently, with the development of single cell RNA sequencing technology, inferring cell specific GRNs involving in cell differentiation or cell function becomes a hot topic. Although there are some methods proposed to accomplish the task, it is still less than ideal because of the additional noises of pseudo time and high dropouts in datasets. Therefore, we propose a time-delayed mutual information based method, named MKG. MKG handles the above problems by partitioning the whole trajectory into several time windows then takes the average expression value of cells in each window as the representative cell. To further reduce the impact of dropouts, the mixed KSG estimator is applied to quantify the high-order time-delayed mutual information between pairs of genes. According to the experimental results on multiple simulated and real datasets, MKG has better performance and stability compared with other state-of-the-art algorithms. Yanping Zeng, Xuhua Yan, Zhenlan Liang, Ruiqing Zheng, Min Li 0007 |
BIBM | 4 |
| 2021 | Key residues influencing binding affinities of 2019-nCoV with ACE2 in different speciesabstractThe Novel Coronavirus Disease 2019 (COVID-19) has become an international public health emergency, which poses the most serious threat to the human health around the world. Accumulating evidences have shown that the new coronavirus could not only infect human beings, but also can infect other species which might result in the cross-species infections. In this research, 1056 ACE2 protein sequences are collected from the NCBI database, and 173 species with >60% sequence identity compared with that of human beings are selected for further analysis. We find 14 polar residues forming the binding interface of ACE2/2019-nCoV-Spike complex play an important role in maintaining protein-protein stability. Among them, 8 polar residues at the same positions with that of human ACE2 are highly conserved, which ensure its basic binding affinity with the novel coronavirus. 5 of other 6 unconserved polar residues (positions at human ACE2: Q24, D30, K31, H34 and E35) are proved to have an effect on the binding patterns among species. We select 21 species keeping close contacts with human beings, construct their ACE2 three-dimensional structures by Homology Modeling method and calculate the binding free energies of their ACE2/2019-nCoV-Spike complexes. We find the ACE2 from all the 21 species possess the capabilities to bind with the novel coronavirus. Compared with the human beings, 8 species (cow, deer, cynomys, chimpanzee, monkey, sheep, dolphin and whale) present almost the same binding abilities, and 3 species (bat, pig and dog) show significant improvements in binding affinities. We hope this research could provide significant help for the future epidemic detection, drug and vaccine development and even the global eco-system protections. Senbiao Fang, Ruoqian Zheng, Chuqi Lei, Jianxin Wang 0001, Ruiqing Zheng, Min Li 0007 |
Briefings Bioinform. | 5 |
| 2021 | NIDM: network impulsive dynamics on multiplex biological network for disease-gene predictionabstractThe prediction of genes related to diseases is important to the study of the diseases due to high cost and time consumption of biological experiments. Network propagation is a popular strategy for disease-gene prediction. However, existing methods focus on the stable solution of dynamics while ignoring the useful information hidden in the dynamical process, and it is still a challenge to make use of multiple types of physical/functional relationships between proteins/genes to effectively predict disease-related genes. Therefore, we proposed a framework of network impulsive dynamics on multiplex biological network (NIDM) to predict disease-related genes, along with four variants of NIDM models and four kinds of impulsive dynamical signatures (IDSs). NIDM is to identify disease-related genes by mining the dynamical responses of nodes to impulsive signals being exerted at specific nodes. By a series of experimental evaluations in various types of biological networks, we confirmed the advantage of multiplex network and the important roles of functional associations in disease-gene prediction, demonstrated superior performance of NIDM compared with four types of network-based algorithms and then gave the effective recommendations of NIDM models and IDS signatures. To facilitate the prioritization and analysis of (candidate) genes associated to specific diseases, we developed a user-friendly web server, which provides three kinds of filtering patterns for genes, network visualization, enrichment analysis and a wealth of external links (http://bioinformatics.csu.edu.cn/DGP/NID.jsp). NIDM is a protocol for disease-gene prediction integrating different types of biological networks, which may become a very useful computational tool for the study of disease-related genes. Ju Xiang, Jiashuai Zhang, Ruiqing Zheng, Xingyi Li 0003, Min Li 0007 |
Briefings Bioinform. | 3 |
| 2021 | scGMAI: a Gaussian mixture model for clustering single-cell RNA-Seq data based on deep autoencoderabstractThe rapid development of single-cell RNA sequencing (scRNA-Seq) technology provides strong technical support for accurate and efficient analyzing single-cell gene expression data. However, the analysis of scRNA-Seq is accompanied by many obstacles, including dropout events and the curse of dimensionality. Here, we propose the scGMAI, which is a new single-cell Gaussian mixture clustering method based on autoencoder networks and the fast independent component analysis (FastICA). Specifically, scGMAI utilizes autoencoder networks to reconstruct gene expression values from scRNA-Seq data and FastICA is used to reduce the dimensions of reconstructed data. The integration of these computational techniques in scGMAI leads to outperforming results compared to existing tools, including Seurat, in clustering cells from 17 public scRNA-Seq datasets. In summary, scGMAI is an effective tool for accurately clustering and identifying cell types from scRNA-Seq data and shows the great potential of its applicative power in scRNA-Seq data analysis. The source code is available at https://github.com/QUST-AIBBDRC/scGMAI/. Bin Yu 0007, Cheng Chen 0051, Ren Qi, Ruiqing Zheng, Patrick J. Skillman-Lawrence, Anjun Ma |
Briefings Bioinform. | 4 |
| 2021 | DeepDSC: A Deep Learning Method to Predict Drug Sensitivity of Cancer Cell LinesabstractHigh-throughput screening technologies have provided a large amount of drug sensitivity data for a panel of cancer cell lines and hundreds of compounds. Computational approaches to analyzing these data can benefit anticancer therapeutics by identifying molecular genomic determinants of drug sensitivity and developing new anticancer drugs. In this study, we have developed a deep learning architecture to improve the performance of drug sensitivity prediction based on these data. We integrated both genomic features of cell lines and chemical information of compounds to predict the half maximal inhibitory concentrations [Formula: see text] on the Cancer Cell Line Encyclopedia (CCLE) and the Genomics of Drug Sensitivity in Cancer (GDSC) datasets using a deep neural network, which we called DeepDSC. Specifically, we first applied a stacked deep autoencoder to extract genomic features of cell lines from gene expression data, and then combined the compounds' chemical features to these genomic features to produce final response data. We conducted 10-fold cross-validation to demonstrate the performance of our deep model in terms of root-mean-square error (RMSE) and coefficient of determination [Formula: see text]. We show that our model outperforms the previous approaches with RMSE of 0.23 and [Formula: see text] of 0.78 on CCLE dataset, and RMSE of 0.52 and [Formula: see text] of 0.78 on GDSC dataset, respectively. Moreover, to demonstrate the prediction ability of our models on novel cell lines or novel compounds, we left cell lines originating from the same tissue and each compound out as the test sets, respectively, and the rest as training sets. The performance was comparable to other methods. Min Li 0007, Yake Wang, Ruiqing Zheng, Xinghua Shi, Yaohang Li, Fang-Xiang Wu, Jianxin Wang 0001 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 3 |
| 2021 | An Ensemble Method to Reconstruct Gene Regulatory Networks Based on Multivariate Adaptive Regression SplinesabstractGene regulatory networks (GRNs) play a key role in biological processes. However, GRNs are diverse under different biological conditions. Reconstructing gene regulatory networks (GRNs) from gene expression has become an important opportunity and challenge in the past decades. Although there are a lot of existing methods to infer the topology of GRNs, such as mutual information, random forest, and partial least squares, the accuracy is still low due to the noise and high dimension of the expression data. In this paper, we introduce an ensemble Multivariate Adaptive Regression Splines (MARS) based method to reconstruct the directed GRNs from multifactorial gene expression data, called PBMarsNet. PBMarsNet incorporates part mutual information (PMI) to pre-weight the candidate regulatory genes and then uses MARS to detect the nonlinear regulatory links. Moreover, we apply bootstrap to run the MARS multiple times and average the outputs of each MARS as the final score of regulatory links. The results on DREAM4 challenge and DREAM5 challenge datasets show PBMarsNet has a superior performance and generalization over other state-of-the-art methods. Ruiqing Zheng, Min Li 0007, Xiang Chen 0029, Fang-Xiang Wu, Yi Pan 0001, Jianxin Wang 0001 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 1 |
| 2020 | A robust single cell clustering method based on subspace learning and partial imputationabstractCell heterogeneity analysis is an important and urgent task in single cell data research. Numerous cell type identification methods have been proposed to address the issue. Due to the high rate of dropout and complex biological background, it is still a challenging task to obtain the accurate clusters of cells. In this study, we propose a robust single cell clustering method based on subspace learning and partial imputation, called RCSLI. RCSLI incorporates a modified variable genes selection method and utilizes the self-expression of scRNA-seq data to learn sparse cell-to-cell similarity and impute part of missing expression values. To evaluate the clustering performance of RCSLI, we compare it with nine state-of-the-art single cell clustering methods on eight scRNA-seq datasets. The experimental results show that RCSLI gets more accurate and robust clustering results. The imputation impact on the specific gene markers is evaluated on PBMC data. The classification results by taking these marker genes as predictors show RCSLI recovers the real dropouts, meanwhile, introduces less noise. Ruiqing Zheng, Zhenlan Liang, Xiangmao Meng, Yu Tian 0015, Min Li 0007 |
BIBM | 1 |
| 2020 | Network-based methods for predicting essential genes or proteins: a surveyabstractGenes that are thought to be critical for the survival of organisms or cells are called essential genes. The prediction of essential genes and their products (essential proteins) is of great value in exploring the mechanism of complex diseases, the study of the minimal required genome for living cells and the development of new drug targets. As laboratory methods are often complicated, costly and time-consuming, a great many of computational methods have been proposed to identify essential genes/proteins from the perspective of the network level with the in-depth understanding of network biology and the rapid development of biotechnologies. Through analyzing the topological characteristics of essential genes/proteins in protein-protein interaction networks (PINs), integrating biological information and considering the dynamic features of PINs, network-based methods have been proved to be effective in the identification of essential genes/proteins. In this paper, we survey the advanced methods for network-based prediction of essential genes/proteins and present the challenges and directions for future research. Xingyi Li 0003, Min Zeng 0004, Ruiqing Zheng, Min Li 0007 |
Briefings Bioinform. | 4 |
| 2020 | Identification of Protein Complexes by Using a Spatial and Temporal Active Protein Interaction NetworkabstractThe rapid development of proteomics and high-throughput technologies has produced a large amount of Protein-Protein Interaction (PPI) data, which makes it possible for considering dynamic properties of protein interaction networks (PINs) instead of static properties. Identification of protein complexes from dynamic PINs becomes a vital scientific problem for understanding cellular life in the post genome era. Up to now, plenty of models or methods have been proposed for the construction of dynamic PINs to identify protein complexes. However, most of the constructed dynamic PINs just focus on the temporal dynamic information and thus overlook the spatial dynamic information of the complex biological systems. To address the limitation of the existing dynamic PIN analysis approaches, in this paper, we propose a new model-based scheme for the construction of the Spatial and Temporal Active Protein Interaction Network (ST-APIN) by integrating time-course gene expression data and subcellular location information. To evaluate the efficiency of ST-APIN, the commonly used classical clustering algorithm MCL is adopted to identify protein complexes from ST-APIN and the other three dynamic PINs, NF-APIN, DPIN, and TC-PIN. The experimental results show that, the performance of MCL on ST-APIN outperforms those on the other three dynamic PINs in terms of matching with known complexes, sensitivity, specificity, and f-measure. Furthermore, we evaluate the identified protein complexes by Gene Ontology (GO) function enrichment analysis. The validation shows that the identified protein complexes from ST-APIN are more biologically significant. This study provides a general paradigm for constructing the ST-APINs, which is essential for further understanding of molecular systems and the biomedical mechanism of complex diseases. Min Li 0007, Xiangmao Meng, Ruiqing Zheng, Fang-Xiang Wu, Yaohang Li, Yi Pan 0001, Jianxin Wang 0001 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 3 |
| 2019 | BiXGBoost: a scalable, flexible boosting-based method for reconstructing gene regulatory networksabstractMOTIVATION: Reconstructing gene regulatory networks (GRNs) based on gene expression profiles is still an enormous challenge in systems biology. Random forest-based methods have been proved a kind of efficient methods to evaluate the importance of gene regulations. Nevertheless, the accuracy of traditional methods can be further improved. With time-series gene expression data, exploiting inherent time information and high order time lag are promising strategies to improve the power and accuracy of GRNs inference. RESULTS: In this study, we propose a scalable, flexible approach called BiXGBoost to reconstruct GRNs. BiXGBoost is a bidirectional-based method by considering both candidate regulatory genes and target genes for a specific gene. Moreover, BiXGBoost utilizes time information efficiently and integrates XGBoost to evaluate the feature importance. Randomization and regularization are also applied in BiXGBoost to address the over-fitting problem. The results on DREAM4 and Escherichia coli datasets show the good performance of BiXGBoost on different scale of networks. AVAILABILITY AND IMPLEMENTATION: Our Python implementation of BiXGBoost is available at https://github.com/zrq0123/BiXGBoost. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online. Ruiqing Zheng, Min Li 0007, Xiang Chen 0029, Fang-Xiang Wu, Yi Pan 0001, Jianxin Wang 0001 |
Bioinform. | 1 |
| 2019 | SinNLRR: a robust subspace clustering method for cell type detection by non-negative and low-rank representationabstractMOTIVATION: The development of single-cell RNA-sequencing (scRNA-seq) provides a new perspective to study biological problems at the single-cell level. One of the key issues in scRNA-seq analysis is to resolve the heterogeneity and diversity of cells, which is to cluster the cells into several groups. However, many existing clustering methods are designed to analyze bulk RNA-seq data, it is urgent to develop the new scRNA-seq clustering methods. Moreover, the high noise in scRNA-seq data also brings a lot of challenges to computational methods. RESULTS: In this study, we propose a novel scRNA-seq cell type detection method based on similarity learning, called SinNLRR. The method is motivated by the self-expression of the cells with the same group. Specifically, we impose the non-negative and low rank structure on the similarity matrix. We apply alternating direction method of multipliers to solve the optimization problem and propose an adaptive penalty selection method to avoid the sensitivity to the parameters. The learned similarity matrix could be incorporated with spectral clustering, t-distributed stochastic neighbor embedding for visualization and Laplace score for prioritizing gene markers. In contrast to other scRNA-seq clustering methods, our method achieves more robust and accurate results on different datasets. AVAILABILITY AND IMPLEMENTATION: Our MATLAB implementation of SinNLRR is available at, https://github.com/zrq0123/SinNLRR. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online. Ruiqing Zheng, Min Li 0007, Zhenlan Liang, Fang-Xiang Wu, Yi Pan 0001, Jianxin Wang 0001 |
Bioinform. | 1 |
| 2019 | MGT-SM: A Method for Constructing Cellular Signal Transduction NetworksabstractA cellular signal transduction network is an important means to describe biological responses to environmental stimuli and exchange of biological signals. Constructing the cellular signal transduction network provides an important basis for the study of the biological activities, the mechanism of the diseases, drug targets and so on. The statistical approaches to network inference are popular in literature. Granger test has been used as an effective method for causality inference. Compared with bivariate granger tests, multivariate granger tests reduce the indirect causality and were used widely for the construction of cellular signal transduction networks. A multivariate Granger test requires that the number of time points in the time-series data is more than the number of nodes involved in the network. However, there are many real datasets with a few time points which are much less than the number of nodes in the network. In this study, we propose a new multivariate Granger test-based framework to construct cellular signal transduction network, called MGT-SM. Our MGT-SM uses SVD to compute the coefficient matrix from gene expression data and adopts Monte Carlo simulation to estimate the significance of directed edges in the constructed networks. We apply the proposed MGT-SM to Yeast Synthetic Network and MDA-MB-468, and evaluate its performance in terms of the recall and the AUC. The results show that MGT-SM achieves better results, compared with other popular methods (CGC2SPR, PGC, and DBN). Min Li 0007, Ruiqing Zheng, Yaohang Li, Fang-Xiang Wu, Jianxin Wang 0001 |
IEEE ACM Trans. Comput. Biol. Bioinform. | 2 |
| 2018 | Using Deep Neural Network to Predict Drug Sensitivity of Cancer Cell Lines
Yake Wang, Min Li 0007, Ruiqing Zheng, Xinghua Shi, Yaohang Li, Fang-Xiang Wu, Jianxin Wang 0001 |
ICIC (2) | 3 |
| 2018 | KSIBW: Predicting Kinase-Substrate Interactions Based on Bi-random Walk
Canshang Deng, Qingfeng Chen, Zhixian Liu, Ruiqing Zheng, Jin Liu 0012, Jianxin Wang 0001, Wei Lan 0001 |
ISBRA | 4 |
| 2018 | PBMarsNet: A Multivariate Adaptive Regression Splines Based Method to Reconstruct Gene Regulatory Networks
Ruiqing Zheng, Xiang Chen 0029, Yaohang Li, Fang-Xiang Wu, Min Li 0007 |
ISBRA | 2 |