Homology Modeling

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:42 AM on 4/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Homology Modeling

  • a computational technique to predict a protein’s secondary and tertiary structure based on sequence similarity to a known structure (template)

2
New cards

Homologous Proteins

  • homology: common evolutionary ancestry

  • we infer homology when two sequences share more similarity than expected by chance (excess similarity)

  • however homologous protein do not always share significant sequence similarity

  • homology is used for structural modeling

3
New cards

Key Assumption

  • proteins w/ similar sequences have similar structures

  • from structural studies, protein structures is more highly conserved throughout evolution than the protein’s sequence

    • in some protein families, fewer than 5% identical residues are present, while 50% of the related protein’s structure is highly conserved

  • below a certain threshold, may or may not be homologous

    • need to have at least 30% sequence identity to find a homolog

    • if we can’t, forget about homolog

4
New cards

Homology Modeling Pipeline

knowt flashcard image
5
New cards

Homology Modeling Pipeline: Template Identifcation

  • tools: BLAST, PSI-BLAST

  • databases: protein data bank (PDB)

  • selection criteria:

    • sequence identity >30% for good results

    • structural resolution of template

<ul><li><p>tools: BLAST, PSI-BLAST</p></li><li><p>databases: protein data bank (PDB)</p></li><li><p>selection criteria:</p><ul><li><p>sequence identity &gt;30% for good results</p></li><li><p>structural resolution of template</p></li></ul></li></ul><p></p>
6
New cards

Homology Modeling Pipeline: Alignment

  • tools: Clustal Omega, MUSCLE, MAFFT

  • challenges:

    • correctly aligning gaps and insertions

    • handling low sequence similiarity

  • Importance: errors in alignment propagate to the final structure

<ul><li><p>tools: Clustal Omega, MUSCLE, MAFFT</p></li><li><p>challenges:</p><ul><li><p>correctly aligning gaps and insertions</p></li><li><p>handling low sequence similiarity</p></li></ul></li><li><p>Importance: errors in alignment propagate to the final structure</p></li></ul><p></p>
7
New cards

Homology Modeling Pipeline: Model Building

  • rigid body modeling: copying template backbone

    • transplant helices from template (no side chains, just backbone) and put it into the model

  • specifically, identifying sequence conserved regions and copying the coordinates of the backbone atoms

<ul><li><p>rigid body modeling: copying template backbone</p><ul><li><p>transplant helices from template (no side chains, just backbone) and put it into the model</p></li></ul></li><li><p>specifically, identifying sequence conserved regions and copying the coordinates of the backbone atoms</p></li></ul><p></p>
8
New cards

Homology Modeling Pipeline: Loop modeling

  • loop modeling: predicting missing regions

  • identifying sequence variable regions and testing different loop templates/models (database search)

  • loop regions may differ b/w homologs

<ul><li><p>loop modeling: predicting missing regions</p></li><li><p>identifying sequence variable regions and testing different loop templates/models (database search)</p></li><li><p>loop regions may differ b/w homologs</p></li></ul><p></p>
9
New cards

Homology Modeling Pipeline: Side-Chain Modeling + Model Optimization

  • side chain placement, trying rotamers (Rosetta)

    • modeling in the side chains; in conserved sequences just take from the template

    • side chains can only adopt 3 rotamers and how they fit into the structure to build the model

    • the first model might have lots of clashes, so then we put it into a force field to minimize clashes (force field automatically separates atoms)

      • goal is to optimize structure

  • energy minimization: corrects geometry (e.g bond angles, clashes0

  • MD simulations: improves local flexibility and structural accuracy

  • Iterative refinement: combines multiple round of modeling and energy minimization

10
New cards

Validation of Predicted Models

  • Ramachandran Plot: evaluates backbone dihedral angles

    • want to know if phi, psi bonds are ok

  • correct bond lengths and angles

    • model might accidentally push or pull bond angles and interactions, so make sure that the model is consistent w/ chemistry

  • energies of models (Force field, DOPE Score used by MODELLER)

  • burying of hydrophobic residues and exposure of polar residues

  • combining these features: QMEAN in the SWISS-MODEL server