alphafold
Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Predict peptide-MHC class I and II binding affinity using MHCflurry and NetMHCpan neural network models. Identify potential T-cell epitopes from protein sequences. Use when predicting MHC binding for vaccine design or neoantigen identification.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-immunoinformatics-mhc-binding-prediction
技能摘要
原始文档
Goal: Install MHCflurry and download pre-trained prediction models.
Approach: Install via pip and fetch model weights for class I pan-allele or specific allele predictions.
## Download models for specific alleles
mhcflurry-downloads fetch models_class1_pan
Goal: Predict peptide-MHC binding affinity and presentation scores for a set of peptides.
Approach: Load the Class1PresentationPredictor and call predict() with peptide-allele pairs to obtain IC50, percentile rank, and presentation scores.
from mhcflurry import Class1PresentationPredictor
相关技能
Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…
Antibody design: epitope mapping, CDR engineering, bispecific construction.
End-to-end binder design using BindCraft hallucination. Use this skill when: (1) Designing protein binders with built-in…
Guidance for choosing the right protein binder design tool. Use this skill when: (1) Deciding between BoltzGen, BindCraf…