Single-Sequence-Based Protein Secondary Structure Prediction using One-Hot and Chemical Encodings of Amino Acids
In protein secondary structure prediction, each amino acid in sequence is typically treated as a distinct category and represented by a one-hot vector. In this study, we developed two novel chemical representations for amino acids utilizing molecular fingerprints and the dimensionality reduction algorithm FastMap. We demonstrate that the two new chemical encodings can provide additional information about the interactions of amino acids in sequences that an LSTM-based model cannot capture with one-hot encoding alone. Compared to the latest LSTM-based model used in the single-sequence-based method SPOT-1D-Single, our ensemble model utilizing one-hot and chemical encodings achieves better accuracy across most test sets while requiring approximately nine times fewer trainable parameters for each encoding model. Our single-sequence-based method is valuable for its simplicity, lower resource requirements, and independence from external sequence data. It is beneficial when quick or preliminary predictions are needed or when data on homologous sequences is scarce.
Code (0)
등록된 구현이 없습니다.
Tasks
Dimensionality ReductionProtein Secondary Structure PredictionSimilar Papers 제목 키워드 기반
PS4: a Next-Generation Dataset for Protein Single Sequence Secondary Structure Prediction
Protein secondary structure prediction is a subproblem of protein folding. A lightweight algorithm capable of accurately predicting secondary structure from only the protein residue sequence could therefore provide a use…
PredictionProtein FoldingProtein Secondary Structure PredictionA Protein Structure Prediction Approach Leveraging Transformer and CNN Integration
Proteins are essential for life, and their structure determines their function. The protein secondary structure is formed by the folding of the protein primary structure, and the protein tertiary structure is formed by t…
Language ModelingLanguage ModellingPredictionProtein Language Model+2MUFold-SS: Protein Secondary Structure Prediction Using Deep Inception-Inside-Inception Networks
Motivation: Protein secondary structure prediction can provide important information for protein 3D structure prediction and protein functions. Deep learning, which has been successfully applied to various research field…
image-classificationImage ClassificationPredictionProtein Secondary Structure PredictionDeep Supervised and Convolutional Generative Stochastic Network for Protein Secondary Structure Prediction
Predicting protein secondary structure is a fundamental problem in protein structure prediction. Here we present a new supervised generative stochastic network (GSN) based method to predict local secondary structure with…
PredictionProtein Secondary Structure PredictionProtein Structure PredictionProtein Secondary Structure Prediction Using Transformers
Predicting protein secondary structures such as alpha helices, beta sheets, and coils from amino acid sequences is essential for understanding protein function. This work presents a transformer-based model that applies a…
Protein Secondary Structure PredictionData Augmentation