Week 5 HW: Protein Design part II

cover image cover image

Part A: SOD1 Binder Peptide Design (From Pranam)

Superoxide dismutase 1 (SOD1) is a cytosolic antioxidant enzyme that converts superoxide radicals into hydrogen peroxide and oxygen. In its native state, it forms a stable homodimer and binds copper and zinc.

Mutations in SOD1 cause familial Amyotrophic Lateral Sclerosis (ALS). Among them, the A4V mutation (Alanine → Valine at residue 4) leads to one of the most aggressive forms of the disease. The mutation subtly destabilizes the N-terminus, perturbs folding energetics, and promotes toxic aggregation.

Your challenge:

  1. Design short peptides that bind mutant SOD1.
  2. Then decide which ones are worth advancing toward therapy.

You will use three models developed in our lab:

  • PepMLM: target sequence-conditioned peptide generation via masked language modeling

  • PeptiVerse: therapeutic property prediction

  • moPPIt: motif-specific multi-objective peptide design using Multi-Objective Guided Discrete Flow Matching (MOG-DFM)

Part 1: Generate Binders with PepMLM

1. Begin by retrieving the human SOD1 sequence from UniProt (P00441) and introducing the A4V mutation.

Original sequence: sp|P00441|SODC_HUMAN Superoxide dismutase [Cu-Zn] OS=Homo sapiens OX=9606 GN=SOD1 PE=1 SV=2 MATKAVCVLKGDGPVQGIINFEQKESNGPVKVWGSIKGLTEGLHGFHVHEFGDNTAGCTS AGPHFNPLSRKHGGPKDEERHVGDLGNVTADKDGVADVSIEDSVISLSGDHCIIGRTLVV HEKADDLGKGGNEESTKTGNAGSRLACGVIGIAQ

Introducing A4V mutation: MATKVVCVLKGDGPVQGIINFEQKESNGPVKVWGSIKGLTEGLHGFHVHEFGDNTAGCTSAGPHFNPLSRKHGGPKDEERHVGDLGNVTADKDGVADVSIEDSVISLSGDHCIIGRTLVVHEKADDLGKGGNEESTKTGNAGSRLACGVIGIAQ

2. Using the PepMLM Colab linked from the HuggingFace PepMLM-650M model card generate four peptides of length 12 amino acids conditioned on the mutant SOD1 sequence.
peptides peptides
3. To your generated list, add the known SOD1-binding peptide FLYRWLPSRRGG for comparison.
codigo codigo
4. Record the perplexity scores that indicate PepMLM’s confidence in the binders.
pseudoPerplexity pseudoPerplexity

Part 2: Evaluate Binders with AlphaFold3

2. Navigate to the AlphaFold Server and for each peptide, submit the mutant SOD1 sequence followed by the peptide sequence as separate chains to model the protein-peptide complex.

One of the generated peptide contained an “X” residue representing an unspecified amino acid. For AlphaFold modeling, I replaced this position with alanine to allow structure prediction.

3. Record the ipTM score and briefly describe where the peptide appears to bind. Does it localize near the N-terminus where A4V sits? Does it engage the β-barrel region or approach the dimer interface? Does it appear surface-bound or partially buried?

0 0

Peptide #0 (WRYPVVAGRLKK)

N-terminus/A4V site: The peptide is binding far from the N-terminus where A4V sits, almost at the oposite side.

β-barrel/dimer interface: The peptide localizes to the face opposite the dimerization surface, away from the free loop termini that would normally contact the second monomer.

Surface-bound or buried: It appears surface-bound, not inside the β-barrel or the loops.


Peptide #1 (KRVPVVAAAHWK)

N-terminus/A4V site: The peptide is binding at the other side of the flat surface from the β-barrel.

β-barrel/dimer interface: Since only a single SOD1 monomer is shown in the model, the exact dimer interface cannot be directly observed. Although the peptide appears to be aligned with the flat surface of the β-barrel.

Surface-bound or buried: It appears surface-bound, not inside the β-barrel or the loops but closer to the surface of SOD1 A4V.


Peptide #2 (WSYPAAGGKWWA)

N-terminus/A4V site:

β-barrel/dimer interface:

Surface-bound or buried:


Peptide #3 (WRYYVVAGKWGE)

N-terminus/A4V site:

β-barrel/dimer interface:

Surface-bound or buried:


Peptide #4 (FLYRWLPSRRGG)

N-terminus/A4V site:

β-barrel/dimer interface:

Surface-bound or buried:


4. In a short paragraph, describe the ipTM values you observe and whether any PepMLM-generated peptide matches or exceeds the known binder
#PeptidePseudo-PerplexityipTM
0WRYPVVAGRLKK14.840.29
1KRVPVVAAAHWK9.490.45
2WSYPAAGGKWWA16.200.47
3WRYYVVAGKWGE20.020.39
4FLYRWLPSRRGG22.360.41

ipTM measures the accuracy of the predicted relative positions of the subunits within the complex. Values higher than 0.8 represent confident high-quality predictions, while values below 0.6 suggest likely a failed prediction.

All the ipTM score values are below 0.6, ranging from 0.29 to 0.47, suggesting that the predicted complexes may not represent a reliable interaction. Nevertheless, if the ipTM results are compared to the known SOD1-binding peptide FLYRWLPSRRGG, we can see that peptide #2 (ipTM = 0.47) and peptide #1 (ipTM = 0.45), slightly exceeded the ipTM value of the known binder. These results suggest that while the predicted interactions are weak, some generated peptides show comparable or slightly improved interface scores relative to the known binder.

Part 3: Evaluate Properties of Generated Peptides in the PeptiVerse

Structural confidence alone is insufficient for therapeutic development. Using PeptiVerse, let’s evaluate the therapeutic properties of your peptide! For each PepMLM-generated peptide:

  1. Paste the peptide sequence.
  2. Paste the A4V mutant SOD1 sequence in the target field.
  3. Check the boxes
    1. Predicted binding affinity
    2. Solubility
    3. Hemolysis probability
    4. Net charge (pH 7)
    5. Molecular weight

Compare these predictions to what you observed structurally with AlphaFold3. In a short paragraph, describe what you see. Do peptides with higher ipTM also show stronger predicted affinity? Are any strong binders predicted to be hemolytic or poorly soluble? Which peptide best balances predicted binding and therapeutic properties?

Choose one peptide you would advance and justify your decision briefly.

0 0

1 1

2 2

3 3

4 4

Part 4: Generate Optimized Peptides with moPPIt

Now, move from sampling to controlled design. moPPIt uses Multi-Objective Guided Discrete Flow Matching (MOG-DFM) to steer peptide generation toward specific residues and optimize binding and therapeutic properties simultaneously. Unlike PepMLM, which samples plausible binders conditioned on just the target sequence, moPPIt lets you choose where you want to bind and optimize multiple objectives at once.

  1. Open the moPPit Colab linked from the HuggingFace moPPIt model card

  2. Make a copy and switch to a GPU runtime.

  3. In the notebook:

    1. Paste your A4V mutant SOD1 sequence.

    2. Choose specific residue indices on SOD1 that you want your peptide to bind (for example, residues near position 4, the dimer interface, or another surface patch).

    3. Set peptide length to 12 amino acids.

    4. Enable motif and affinity guidance (and solubility/hemolysis guidance if available). Generate peptides.

  4. After generation, briefly describe how these moPPit peptides differ from your PepMLM peptides. How would you evaluate these peptides before advancing them to clinical studies?

Part C: Final Project: L-Protein Mutants

High level summary: The objective of this assignment is to improve the stability and auto-folding of the lysis protein of a MS2-phage. This mechanism is key to the understanding of how phages can potentially solve antibiotic-resistance.