paper-with-me

Papers

Single-Sequence-Based Protein Secondary Structure Prediction using One-Hot and Chemical Encodings of Amino Acids

2024-07-06 · Hoa Trinh, Satish Kumar Thittamaranahalli

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.

📄 PDF Abstract BibTeX arXiv:2407.05173

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionProtein Secondary Structure Prediction

Similar Papers 제목 키워드 기반

PS4: a Next-Generation Dataset for Protein Single Sequence Secondary Structure Prediction

2023-03-01 · biorXiv Preprint 2023 3 · Omar Peracha

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 Prediction

A Protein Structure Prediction Approach Leveraging Transformer and CNN Integration

2024-02-29 · Yanlin Zhou, Kai Tan, Xinyu Shen, Zheng He 외

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+2

MUFold-SS: Protein Secondary Structure Prediction Using Deep Inception-Inside-Inception Networks

2017-09-12 · Chao Fang, Yi Shang, Dong Xu

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 Prediction

Deep Supervised and Convolutional Generative Stochastic Network for Protein Secondary Structure Prediction

2014-03-06 · Jian Zhou, Olga G. Troyanskaya

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 Prediction

Protein Secondary Structure Prediction Using Transformers

2025-12-09 · Manzi Kevin Maxime arxiv

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