Tutorial 11 - Protein structure prediction

Recap

Make sure you can answer the following questions:

  • Describe the levels of protein structure.
  • How do we represent and store them?
  • Explain the meaning of the words when used for genes: analog, homolog, paralog, ortholog and xenolog.
  • What is a protein ligand?

PDB file

PDB file format from https://lammpstube.com

Homology modeling - protein structure prediction exercise

A simple, although not always reliable, way to discover the secondary structure of a peptide sequence is to look up a protein with similar primary sequence in a database. Let us try this! The task is to obtain the secondary structure of the following peptide sequence: HYLCKYVINAIPPTLTAKIHFRPELPAERNQLIQRLA

  1. Go to https://blast.ncbi.nlm.nih.gov/Blast.cgi and click “Protein blast”.
  2. Enter the sequence and enter “Homo sapiens (taxid:9606)” as organism.
  3. Click the blast button and wait. This may take up to several minutes.
  4. Look for the best matching protein. It should be: “monoamine oxidase A”
  5. Enter this protein name to UniProt.
  6. Check whether the result has a secondary sequence annotation and find the position respective to the BLAST match.

Use the above-described procedure to learn most about the following peptide sequence: TEYAINKLRQLYVLRC.

A hint: the sequence is a part of a frequent protein domain.

Automated protein folding

ESMFold is a deep learning-based method developed for predicting protein tertiary structures from amino acid sequences. In the following steps, we will show how the method works. We will use one of the existing ESMFold predictions and verify it against PDB database.

  1. Access the public ESMFold webserver here.
  2. Use the first available example in ESMFold: plastic degradation protein PETase.
  3. Learn and download the sequence of 300 amino acids representing the primary sequence of PETase.
  4. Predict/retreive, visualize and download the ESMFold tertiary structure prediction (a PDB file).
  5. Generally validate the PDB file with Prosa.
  6. Find the PETase enzyme in PDB database, use sequential search.
  7. Use the sequence that scores most, it should be 5XJH Crystal structure of PETase from Ideonella sakaiensis.
  8. Compare the predicted structure with the X-ray crystallography one available in the PDB database. Employ Pairwise Structure Alignment available through the PDB site.
  9. Use the 5XJH code for the PDB internal structure and upload the PDB file downloaded from ESMFold (set the chain to A and let residues go from 1 to 300).
  10. See the match. The structures match well visually. RMSD gives the average distance between corresponding atoms in the two structures after they have been aligned, its value is 0.57, which is below the threshold of 1 for high quality models. Also, TM-score of 0.99 is close to its maximum value of 1. Generally, scores below 0.20 correspond to randomly chosen unrelated proteins, whereas structures with a score higher than 0.5 assume roughly the same fold.

PETase structure and its alignment with prediction

Independent work

Predict and validate your own protein structure. The output to be reported:

  1. a PDB protein of interest,
  2. a predicted structure,
  3. a validation that reports the match between the experimental and predicted structure.

Test the limits of applicability of the prediction. You can focus on large proteins (such as dynein motor protein 4AKG with multiple interacting domains), disordered proteins, proteins with novel folds, or membrane proteins. However, it becomes more and more difficult to find proteins for which prediction fails. See for example the strengths and limitations of AlphaFold2.

Resources (other from the resources available above):

  1. ESMFold Colab for protein structure prediction,
  2. AlphaFold2 Colab for protein structure prediction,
  3. TM-align for protein structure alignment,
  4. AlphaFold3 server for structure predictions containing proteins, DNA, RNA, ligands, ions.

.

References

Abramson et al.: Accurate structure prediction of biomolecular interactions with AlphaFold 3, Nature, 2024 (pdf preprint).

Poleksic: Algorithms for optimal protein structure alignment, Bioinformatics, 2009 (online).

courses/bin/tutorials/tutorial11.txt · Last modified: 2024/05/16 12:04 by klema