Molecular Techniques in Physiology

Molecular Techniques in Physiology

Molecular Techniques in Physiology

On this page

Blotting Techniques - Spot the Difference!

📌 SNoW DRoP: Southern = DNA; Northern = RNA; Western = Protein.

Blotting techniques identify specific DNA, RNA, or proteins post-electrophoresis. Molecules are transferred to a membrane, then detected with specific probes.

TechniqueTarget MoleculeProbe UsedKey Clinical/Research Application(s)
Southern BlotDNALabeled DNA/RNAGenetic fingerprinting, RFLP, mutation detection
Northern BlotRNA (typically mRNA)Labeled DNA/RNAGene expression studies (mRNA abundance)
Western BlotProteinLabeled AntibodyProtein identification, quantification, disease diagnosis (e.g., HIV)
SouthwesternDNA-binding ProteinsLabeled dsDNAIdentifying transcription factors & interactions
Eastern BlotPost-Translational Mods.Lectins, specific AbsAnalyzing protein PTMs (glycosylation, etc.)
%%{init: {'flowchart': {'htmlLabels': true}}}%%
flowchart TD
Start["<b>🧬 Sample Prep</b><br><span style='display:block; text-align:left; color:#555'>• Isolate DNA/RNA</span><span style='display:block; text-align:left; color:#555'>• Extract protein</span>"]
Electrophoresis["<b>🧪 Separation</b><br><span style='display:block; text-align:left; color:#555'>• Gel electrophoresis</span><span style='display:block; text-align:left; color:#555'>• Sort by size</span>"]
Transfer["<b>📄 Transfer</b><br><span style='display:block; text-align:left; color:#555'>• Move to membrane</span><span style='display:block; text-align:left; color:#555'>• NC or PVDF</span>"]
Blocking["<b>🛡️ Blocking</b><br><span style='display:block; text-align:left; color:#555'>• Prevent binding</span><span style='display:block; text-align:left; color:#555'>• BSA or milk</span>"]
Probing["<b>🔍 Probing</b><br><span style='display:block; text-align:left; color:#555'>• Primary antibody</span><span style='display:block; text-align:left; color:#555'>• Labelled probes</span>"]
Detection["<b>✨ Detection</b><br><span style='display:block; text-align:left; color:#555'>• Visualization</span><span style='display:block; text-align:left; color:#555'>• Band analysis</span>"]

Start --> Electrophoresis
Electrophoresis --> Transfer
Transfer --> Blocking
Blocking --> Probing
Probing --> Detection

style Start fill:#FFF7ED, stroke:#FFEED5, stroke-width:1.5px, rx:12, ry:12, color:#C2410C
style Electrophoresis fill:#FFF7ED, stroke:#FFEED5, stroke-width:1.5px, rx:12, ry:12, color:#C2410C
style Transfer fill:#FFF7ED, stroke:#FFEED5, stroke-width:1.5px, rx:12, ry:12, color:#C2410C
style Blocking fill:#F1FCF5, stroke:#BEF4D8, stroke-width:1.5px, rx:12, ry:12, color:#166534
style Probing fill:#F1FCF5, stroke:#BEF4D8, stroke-width:1.5px, rx:12, ry:12, color:#166534
style Detection fill:#F6F5F5, stroke:#E7E6E6, stroke-width:1.5px, rx:12, ry:12, color:#525252

> ⭐ Western blot is a highly specific confirmatory test for HIV, detecting antibodies against key viral proteins (e.g., p24, gp41, gp120).

![Southern, Northern, Western Blot Comparison](https://ylbwdadhbcjolwylidja.supabase.co/storage/v1/object/public/notes/L1/Physiology_Molecular_Physiology_Molecular_Techniques_in_Physiology/805e6b38-a6c6-4815-92df-0cf8bf0e27e9.png)


##  PCR & Amplification - Multiply & Conquer!

Polymerase Chain Reaction (PCR): Rapid in-vitro amplification of specific DNA. (9 words)
*   **Core Principle**: Exponential DNA copy increase. (5 words)
*   **Key Components**: (2 words)
    -   DNA Template: Target DNA. (3 words)
    -   Primers (Fwd/Rev): Short ssDNA, define region. (6 words)
    -   Taq Polymerase: Heat-stable DNA synthesizing enzyme. (6 words)
    -   dNTPs: Building blocks (A,T,C,G). (4 words)
    -   Buffer + Mg²⁺: Optimal conditions. (4 words)
*   **PCR Cycle (~25-35 repeats)**: (4 words)
    1.  **Denaturation**: ~**95°C**; dsDNA → ssDNA. (6 words)
    2.  **Annealing**: ~**50-65°C**; primers bind template. (6 words)
    3.  **Extension**: ~**72°C**; Taq extends primers. (6 words)
    📌 Mnemonic: DAT (Denature, Anneal, Taq extend). (7 words)

```mermaid
%%{init: {'flowchart': {'htmlLabels': true}}}%%
flowchart TD

Start["<b>🧪 Setup</b><br><span style='display:block; text-align:left; color:#555'>• DNA Sample</span><span style='display:block; text-align:left; color:#555'>• PCR Reagents</span>"]
Cycle{"<b>🔄 PCR Cycle</b><br><span style='display:block; text-align:left; color:#555'>• Thermal cycles</span><span style='display:block; text-align:left; color:#555'>• 3-step process</span>"}
Denature["<b>🔥 Denaturing</b><br><span style='display:block; text-align:left; color:#555'>• High heat applied</span><span style='display:block; text-align:left; color:#555'>• ssDNA Strands</span>"]
Anneal["<b>❄️ Annealing</b><br><span style='display:block; text-align:left; color:#555'>• Primers bind</span><span style='display:block; text-align:left; color:#555'>• Cooler temp</span>"]
Extend["<b>🧬 Extension</b><br><span style='display:block; text-align:left; color:#555'>• New DNA built</span><span style='display:block; text-align:left; color:#555'>• Taq polymerase</span>"]
Final["<b>📈 Amplified DNA</b><br><span style='display:block; text-align:left; color:#555'>• Exponential gain</span><span style='display:block; text-align:left; color:#555'>• Final product</span>"]

Start --> Cycle
Cycle -->|Denaturation| Denature
Denature -->|Annealing| Anneal
Anneal -->|Elongation| Extend
Extend -.->|Repeat| Cycle
Cycle ==>|Final| Final

style Start fill:#FFF7ED, stroke:#FFEED5, stroke-width:1.5px, rx:12, ry:12, color:#C2410C
style Cycle fill:#FEF8EC, stroke:#FBECCA, stroke-width:1.5px, rx:12, ry:12, color:#854D0E
style Denature fill:#FDF4F3, stroke:#FCE6E4, stroke-width:1.5px, rx:12, ry:12, color:#B91C1C
style Anneal fill:#EEFAFF, stroke:#DAF3FF, stroke-width:1.5px, rx:12, ry:12, color:#0369A1
style Extend fill:#F1FCF5, stroke:#BEF4D8, stroke-width:1.5px, rx:12, ry:12, color:#166534
style Final fill:#F6F5F5, stroke:#E7E6E6, stroke-width:1.5px, rx:12, ry:12, color:#525252

PCR cycle diagram

⭐ Taq polymerase from Thermus aquaticus is crucial for PCR; its thermostability allows it to survive repeated high-temperature denaturation steps. (21 words)

  • Yield: $2^n$ DNA copies (n = cycles). (7 words)
  • Variants: RT-PCR (RNA template), qPCR (quantitative). (5 words)

(Total body word count: 101 words excluding heading, mermaid, image caption text itself, but including text within bullets and blockquote.)

Sequencing & Arrays - Code Breakers!

  • DNA Sequencing: Determines precise nucleotide order (A, T, C, G).
    • Sanger Sequencing (Dideoxy Method):
      • Uses ddNTPs to terminate DNA chain elongation.
      • Separates fragments by size via electrophoresis. Gold standard for small scale.
    • Next-Generation Sequencing (NGS):
      • Massively parallel; sequences millions of fragments simultaneously.
      • Applications: Whole genome sequencing (WGS), RNA-Seq.
  • DNA Microarrays (Gene Chips):
    • Glass slides with thousands of specific DNA probes.
    • Detects gene expression levels (cDNA from mRNA) or SNPs.
    • Principle: Hybridization of fluorescently labeled nucleic acids.

⭐ Sanger sequencing is crucial for validating NGS findings and sequencing PCR products, despite lower throughput.

Sanger Sequencing Process Diagram

Gene Manipulation - Designer Genes!

  • Definition: Intentional modification of an organism’s genetic material to achieve desired traits or study gene function.
  • Core Techniques:
    • Recombinant DNA Technology: Combining DNA from different sources using restriction enzymes and ligases.
    • Site-Directed Mutagenesis: Introducing specific nucleotide changes to study protein structure/function.
    • Gene Knockout/Knock-in: Deleting a gene (knockout) or replacing it with a modified version/reporter gene (knock-in) to assess its physiological role.
    • CRISPR-Cas9: A powerful, precise, and versatile gene editing tool for adding, deleting, or altering DNA sequences. CRISPR-Cas9 gene editing and repair mechanisms
  • Applications in Physiology:
    • Creating transgenic animal models of human diseases.
    • Investigating gene function and regulation in physiological processes.
    • Developing gene therapies for genetic disorders.

High-Yield Fact: CRISPR-Cas9 system, derived from a bacterial immune defense mechanism, allows for highly specific genomic modifications, revolutionizing functional genomics and therapeutic development in physiology research for conditions like Duchenne Muscular Dystrophy (DMD).

High‑Yield Points - ⚡ Biggest Takeaways

  • PCR: Amplifies DNA for genetic diagnosis & infection detection (e.g., TB, viral loads).
  • ELISA: Detects proteins/antibodies; for hormone assays & viral screening (e.g., HIV).
  • Western Blot: Confirms specific proteins (e.g., HIV) using antibodies after separation.
  • Southern Blot for DNA analysis; Northern Blot for RNA analysis (detect specific sequences).
  • Flow Cytometry: Analyzes cell properties; for immunophenotyping & CD4 counts.
  • FISH: Visualizes DNA/RNA in situ for chromosomal abnormalities, gene mapping.
  • CRISPR-Cas9: Precise gene editing tool for targeted DNA modification.

Practice Questions: Molecular Techniques in Physiology

Test your understanding with these related questions

Techniques used for protein expression proteomics study include:

1 of 5

Flashcards: Molecular Techniques in Physiology

1/3

_____ is a technique to record ion current flow through a single protein channel.

TAP TO REVEAL ANSWER

_____ is a technique to record ion current flow through a single protein channel.

Patch-clamp

browseSpaceflip

Enjoying this lesson?

Get full access to all lessons, practice questions, and more.

Start Your Free Trial