Comprehensive theory, key formulas, diagrams, and memory aids for Molecular Biology Techniques.
Chromatography is a set of laboratory techniques used to separate, purify, and identify the components of a complex mixture of biomolecules (proteins, nucleic acids, metabolites) based on their physical and chemical properties.
All chromatographic methods involve a stationary phase (a solid or liquid bound to a support) and a mobile phase (a liquid or gas that flows over or through the stationary phase, carrying the sample).
| Technique | Separation Principle | Stationary Phase | Application |
|---|---|---|---|
| Size-Exclusion (Gel Filtration) | Molecular size / shape | Porous polymer beads (e.g., agarose) | Separating large proteins from small proteins; desalting |
| Ion-Exchange (IEC) | Net electrical charge | Charged resin beads (cationic or anionic) | Purifying proteins by charge; separating amino acids |
| Affinity Chromatography | Specific biospecific binding | Ligands covalently bound to beads (e.g., antibodies) | Purifying specific proteins (e.g., His-tagged proteins) |
| High-Performance Liquid (HPLC) | Hydrophobicity (usually reversed-phase) | Micro-fine silica beads with hydrocarbon chains | Rapid, high-resolution separation and quantitation |
graph TD
A[Protein Mixture] --> B{Choose Separation Mode}
B -->|By Size| C[Size-Exclusion: Large elutes first, small gets trapped in beads]
B -->|By Charge| D[Ion-Exchange: Bind oppositely charged, elute with salt gradient]
B -->|By Affinity| E[Affinity: Specific binding to ligand, elute with free ligand]
Electrophoresis separates charged biomolecules (proteins, DNA, RNA) in an electric field through a porous gel matrix. The rate of migration depends on the molecule's charge-to-mass ratio and the pore size of the gel.
Sodium Dodecyl Sulfate Polyacrylamide Gel Electrophoresis separates proteins by size. - SDS: An anionic detergent that denatures proteins and coats them with a uniform negative charge proportional to their mass. This masks the native charge of the protein. - Beta-Mercaptoethanol (or DTT): Reducing agents added to break disulfide bonds, fully unfolding the protein subunits. - Since all proteins now have the same negative charge-to-mass ratio, they migrate through the polyacrylamide gel toward the anode separated strictly by molecular weight (MW). Small proteins move faster. - Gels are stained with Coomassie Brilliant Blue to visualize bands.
Spectrophotometry is a technique that measures how much light a chemical substance absorbs by measuring the intensity of light as a beam passes through a sample solution.
The concentration of a solute in solution is directly proportional to its absorbance:
$$A = \varepsilon \cdot c \cdot l$$
Where: - $A$ = Absorbance (dimensionless, measured as $\log(I_0 / I)$). - $\varepsilon$ = Molar absorption coefficient (or molar extinct coefficient, $\text{M}^{-1} \text{ cm}^{-1}$), specific to the solute at a given wavelength. - $c$ = Concentration of the solute ($\text{M}$ or $\text{mol/L}$). - $l$ = Path length of the cuvette (typically 1 cm).
PCR is an in vitro technique used to amplify a specific target DNA sequence, producing millions of copies from a minute starting sample. It relies on a thermostable DNA polymerase (e.g., Taq Polymerase from Thermus aquaticus).
Each cycle doubles the amount of target DNA and is repeated 25–35 times.
graph LR
A[Denaturation: 95°C] --> B[Annealing: 55°C]
B --> C[Extension: 72°C]
C -->|Repeat 30 cycles| D[Exponential DNA Amplification]