단백질의 번역 후 변형(Post-translational modifications, PTMs)은 단백질의 구조와 기능을 조절하는 중요한 요소로, 신호 전달, 단백질 안정성, 세포 내 위치 조절 등 다양한 생물학적 과정에서 중심적...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
단백질의 번역 후 변형(Post-translational modifications, PTMs)은 단백질의 구조와 기능을 조절하는 중요한 요소로, 신호 전달, 단백질 안정성, 세포 내 위치 조절 등 다양한 생물학적 과정에서 중심적...
단백질의 번역 후 변형(Post-translational modifications, PTMs)은 단백질의 구조와 기능을 조절하는 중요한 요소로, 신호 전달, 단백질 안정성, 세포 내 위치 조절 등 다양한 생물학적 과정에서 중심적인 역할을 수행합니다. PTM 위치의 정확한 예측은 이러한 조절 메커니즘과 질병 연관 변화를 이해하는 데 필수적입니다. 하지만, 불균형한 데이터, 이질적인 모티프, 특히 저자원 또는 덜 연구된 PTM 유형에 대한 제한된 라벨 데이터로 인해 PTM 예측은 여전히 도전적인 과제로 남아 있습니다. 본 연구에서는 이러한 문제를 해결하기 위해 두 가지 상호보완적인 트랜스포머 기반 모델, DL-SPhos와 PTMGPT2를 제안하였습니다. 두 모델은 각각 판별 기반(discriminative) 및 생성 기반(generative) 학습 전략을 통해 PTM 예측의 새로운 방향을 제시합니다.
DL-SPhos는 세린(Serine) 인산화 예측에 특화된 판별형 트랜스포머 모델입니다. 이 모델은 트랜스포머 인코더와 분류기(classification head)를 결합하여 문맥 기반의 잔기 수준 정보를 반영한 예측을 수행합니다. DL-SPhos는 어텐션 메커니즘을 통해 키나아제 특이적 모티프를 식별하며, 직관적인 해석이 가능합니다. 다양한 벤치마크에서 평가한 결과, DL-SPhos는 키나아제 비특이적 및 특이적 설정 모두에서 높은 정밀도를 기록하며 기존 분류 모델들을 능가하였습니다.
반면, PTMGPT2는 PTM 예측을 위한 생성 기반 프레임워크를 제시합니다. 이 모델은 PTM 예측 문제를 프롬프트 조건 기반(sequence-to-modification) 생성 문제로 재정의하여, 예측하고자 하는 PTM 유형, 서열 문맥, 또는 생물학적 제약조건 등을 포함한 구조화된 프롬프트를 입력으로 받아 유연하게 잔기–변형 쌍을 출력합니다. 프롬프트 튜닝과 토큰 설계(token engineering)를 통해 예측 작업을 세밀하게 조절할 수 있으며, 어텐션 분석은 서열–라벨 간의 생물학적으로 해석 가능한 관계를 제공합니다.
총 19종의 PTM 유형을 대상으로 한 벤치마크 평가에서, PTMGPT2는 MCC, F1-score, Precision 등 핵심 지표 전반에서 최신 기법들을 안정적으로 능가하였습니다. 사례 기반 생물학적 분석에서도 모델의 유효성이 입증되었는데, 어텐션 헤드를 통한 분석에서는 다양한 키나아제 계열에서 알려진 PTM 모티프들이 성공적으로 복원되었으며, 생성적 돌연변이 시뮬레이션을 통해 암 관련 유전자들(TP53, BRAF, RAF1) 근처의 변형 민감 영역도 효과적으로 식별하였습니다. 이러한 결과는 PTMGPT2가 단순한 예측을 넘어서 기능적 서열 요소에 대한 기전적 통찰을 제공함을 보여줍니다.
결론적으로, DL-SPhos와 PTMGPT2는 해석 가능성, 일반화 능력, 생물학적 타당성을 결합하여 PTM 예측의 수준을 한층 끌어올렸습니다. DL-SPhos는 특정 키나아제에 기반한 정밀 예측에 적합하며, PTMGPT2는 다양한 PTM 유형을 아우를 수 있는 프롬프트 기반의 확장 가능한 플랫폼을 제공합니다. 두 모델의 통합은 향후 변이 해석, 단백질체학, 정밀 의학 등의 분야에서 활용될 수 있는 단백질 모델링 파이프라인의 새로운 가능성을 제시합니다.
다국어 초록 (Multilingual Abstract)
Post-translational modifications (PTMs) are critical modulators of protein structure and function, playing central roles in signal transduction, protein stability, and cellular localization. The accurate prediction of PTM sites is essential for unders...
Post-translational modifications (PTMs) are critical modulators of protein structure and function, playing central roles in signal transduction, protein stability, and cellular localization. The accurate prediction of PTM sites is essential for understanding regulatory mechanisms and disease-associated alterations. However, computational PTM prediction is hindered by imbalanced data, heterogeneous motifs, and limited labeled datasets, especially for low-resource or less-studied PTM types. This work addresses these challenges by introducing two transformer-based models: DL-SPhos and PTMGPT2 that offer complementary approaches to PTM site prediction through discriminative and generative learning strategies.
DL-SPhos is a discriminative transformer model designed specifically for serine phosphorylation prediction. It combines a transformer encoder with a classification head, enabling residue-level scoring informed by contextual embeddings. The model leverages attention mechanisms to identify kinase-specific motifs and offers interpretability. Evaluated across multiple benchmarks, DL-SPhos demonstrates high precision in serine phosphorylation tasks, outperforming traditional classifiers in both kinase-agnostic and kinase-specific settings.
In contrast, PTMGPT2 introduces a generative modeling framework for PTM prediction. It frames PTM site prediction as a prompt-conditioned sequence generation task, accepting structured prompts that define target PTM types, sequence context, or biological constraints. This enables the model to output residue–modification labels in a flexible and scalable manner without retraining. Prompt tuning and token engineering support fine-grained control over prediction tasks, while attention heads offer biologically coherent insights into sequence–label dependencies.
Benchmark evaluations across 19 PTM types reveal that PTMGPT2 consistently outperforms state-of-the-art models on key metrics including MCC, F1 score, and precision. In-depth case studies further validate PTMGPT2’s biological utility: attention head analysis recovers known PTM motifs across kinase families, and generative perturbation experiments reveal mutation-sensitive hotspots near phosphosites in cancer-associated genes such as TP53, BRAF, and RAF1. These results demonstrate that PTMGPT2 not only supports accurate PTM prediction but also facilitates mechanistic insight into functional sequence elements.
Together, DL-SPhos and PTMGPT2 advance the state of PTM site prediction by combining interpretability, generalization, and biological relevance. DL-SPhos provides a robust solution for targeted kinase-specific tasks, while PTMGPT2 offers a prompt-tuned, extensible platform for large-scale PTM tasks. Their integration into protein modeling pipelines holds promise for downstream applications in variant interpretation, proteomics, and precision medicine.
목차 (Table of Contents)