Preprint
Machine Learning

Prediction of liquid–liquid phase separating proteins using machine learning

Xiaoquan Chu, Tanlin Sun, Qian Li, Youjun Xu, Zhuqing Zhang, Luhua Lai, Jianfeng Pei
February 15, 2022BMC Bioinformatics180 citations

180

Citations

12

Influential Citations

BMC Bioinformatics

Venue

2022

Year

Abstract

Abstract Background The liquid–liquid phase separation (LLPS) of biomolecules in cell underpins the formation of membraneless organelles, which are the condensates of protein, nucleic acid, or both, and play critical roles in cellular function. Dysregulation of LLPS is implicated in a number of diseases. Although the LLPS of biomolecules has been investigated intensively in recent years, the knowledge of the prevalence and distribution of phase separation proteins (PSPs) is still lag behind. Development of computational methods to predict PSPs is therefore of great importance for comprehensive understanding of the biological function of LLPS. Results Based on the PSPs collected in LLPSDB, we developed a sequence-based prediction tool for LLPS proteins (PSPredictor), which is an attempt at general purpose of PSP prediction that does not depend on specific protein types. Our method combines the componential and sequential information during the protein embedding stage, and, adopts the machine learning algorithm for final predicting. The proposed method achieves a tenfold cross-validation accuracy of 94.71%, and outperforms previously reported PSPs prediction tools. For further applications, we built a user-friendly PSPredictor web server ( http://www.pkumdl.cn/PSPredictor ), which is accessible for prediction of potential PSPs. Conclusions PSPredictor could identifie novel scaffold proteins for stress granules and predict PSPs candidates in the human genome for further study. For further applications, we built a user-friendly PSPredictor web server ( http://www.pkumdl.cn/PSPredictor ), which provides valuable information for potential PSPs recognition.

Analysis

Why This Paper Matters

Liquid-liquid phase separation (LLPS) is a fundamental biophysical process underlying the formation of membraneless organelles, which are critical for cellular organization and function. Dysregulation of LLPS is linked to diseases such as neurodegeneration and cancer. Despite intensive study, the full repertoire of phase separation proteins (PSPs) remains unknown. This paper addresses that gap by introducing PSPredictor, a machine learning-based tool that predicts PSPs from protein sequence alone. Its significance lies in enabling large-scale genomic screening for PSPs, which can accelerate discovery of new scaffold proteins and disease-relevant condensates.

Technical Contributions

The key innovation is the combination of two types of sequence-derived features: componential (e.g., amino acid composition) and sequential (e.g., order-based patterns). This hybrid embedding captures both global and local sequence properties relevant to phase separation. The method then applies a machine learning classifier (not specified in the abstract, but likely a random forest or SVM) to distinguish PSPs from non-PSPs. The model is trained on the LLPSDB database, a curated collection of experimentally validated PSPs. The authors also built a user-friendly web server, making the tool accessible to biologists without computational expertise.

Results

PSPredictor achieves a tenfold cross-validation accuracy of 94.71%, which the authors claim outperforms previous PSP prediction tools. The paper does not provide specific comparison metrics (e.g., precision, recall, F1) or external validation results, but the high accuracy suggests strong discriminative power. The tool was applied to identify novel scaffold proteins for stress granules and to predict PSP candidates in the human genome, demonstrating practical utility.

Significance

This work contributes to the growing field of computational biology by providing a sequence-based predictor for a functionally important class of proteins. The web server lowers the barrier for experimental biologists to generate hypotheses about LLPS. For AI practitioners, the paper exemplifies how domain-specific feature engineering (componential + sequential) can boost performance on biological sequence classification tasks. Future work could explore deep learning architectures (e.g., transformers) to further improve accuracy and generalizability.