Week 10 - Protein Structure Prediction with Homology Modeling¶
Homology modeling, also known as comparative modeling, predicts the 3D structure of a protein using the 3D structure of its homolog as a template.
A condition for homology modeling is at least 25% homology between the protein of interest and the template protein. The first step is to find a homolog PDB structure for the protein to be predicted.
Example 1: Predict 3D structure of dopamine D2 receptor (Homo sapiens) using Modeller¶
- Run PSI-BLAST for the D2 receptor from Homo sapiens using NCBI’s BLAST (as learned in Week 8).
- Search only the PDB database.
- You will find
3PBL(dopamine D3 receptor) as one of the homolog structures. - Download the PDB file for
3PBLand get the FASTA sequence of D2 dopamine receptor. - Open EasyModeller (if you use Mac, try using Chimera).
- Enter D2R sequence in FASTA format into the specified box.

- Load the 1st template after browsing and finding its location on your computer.

- Click SALIGN to structurally align the two proteins.
- After SALIGN process is complete, click Perform Alignment (may take several minutes).
- Next, click Generate Model.
- The homology-modeled PDB file for your protein will appear on the screen.
- Open this file in UCSF Chimera together with the template
3PBL. - After deleting chain B of
3PBL, structurally compare and contrast the two structures.- Create a chimeric structure using MatchMaker.
- You can perform alignment with UCSF Chimera as well:
- Tools → Sequence → Match → Align → Apply
- Display the alignment of two proteins in this way.
Example 2: Model an already known structure to test modeling accuracy¶
We can model dopamine D3 receptor from Homo sapiens using another GPCR as a template:
- Adenosine A2A receptor
- PDB ID:
3EML
Steps:
- Align two sequences (dopamine D3 receptor and adenosine A2A receptor) using NCBI’s BLAST.
- Check if there is more than 25% homology.
- Open EasyModeller.
- Enter FASTA sequence of D3 receptor into the box provided.
- Load
3EML.pdbas the 1st template. - Run the program as in Example 1.
- Open the modeled PDB structure in UCSF Chimera together with
3PBL(real PDB structure of D3 receptor). - Do MatchMaker analysis and perform alignment.
- In the alignment window, use:
- Structure → Secondary Structure → show actual
- Examine secondary structure to test the success of homology modeling.
- Detect the region badly predicted.
Homology modeling using more than one template¶
Example 3: Model Abl kinase from Abelson murine leukemia virus¶
- Run BLAST for Abl kinase and find 3 PDB structures for it.
- Open EasyModeller.
- Enter FASTA sequence into the provided box.
- Load the 3 templates you found.
- Click SALIGN.
- Click Perform Alignment.
- Click Generate Model.
- Examine the model and comment on what can be done to refine this model.