Part III: Experimental Methods | Chapter 3

X-ray Crystallography & Cryo-EM

Bragg's law, reciprocal lattice, structure factors, the phase problem, Patterson function, molecular replacement, and single-particle cryo-EM reconstruction

Structural Biology at Atomic Resolution

X-ray crystallography and cryo-electron microscopy (cryo-EM) are the two pillars of structural biology, together determining the three-dimensional structures of over 200,000 proteins and nucleic acids. Crystallography pioneered atomic-resolution structure determination (Nobel Prizes to the Braggs (1915), Perutz & Kendrew (1962), and many others), while cryo-EM (Nobel Prize to Dubochet, Frank & Henderson, 2017) has undergone a "resolution revolution" enabling near-atomic resolution without crystals.

1. Bragg's Law

When X-rays of wavelength $\lambda$ impinge on a crystal, they scatter from parallel planes of atoms. Constructive interference occurs when the path difference between rays reflected from adjacent planes equals an integer number of wavelengths.

The structure factor is the central quantity in crystallography. It relates the electron density in the unit cell to the observed diffraction pattern.

Definition and Derivation

The scattered amplitude for reflection $(hkl)$ is the Fourier transform of the electron density $\rho(\mathbf{r})$:

$$F_{hkl} = \int_{\text{cell}} \rho(\mathbf{r})\, e^{2\pi i \mathbf{G}_{hkl} \cdot \mathbf{r}}\, dV$$

For a discrete set of $N$ atoms at positions $\mathbf{r}_j = (x_j, y_j, z_j)$(in fractional coordinates), this becomes:

$$F_{hkl} = \sum_{j=1}^{N} f_j\, e^{2\pi i(hx_j + ky_j + lz_j)} \cdot e^{-B_j \sin^2\theta/\lambda^2}$$

where $f_j$ is the atomic scattering factor (proportional to the number of electrons for forward scattering) and $B_j$ is the Debye-Waller (temperature) factor accounting for atomic displacement.

The structure factor is complex: $F_{hkl} = |F_{hkl}|e^{i\phi_{hkl}}$. The measured intensity is proportional to $|F_{hkl}|^2$, giving the amplitude but losing the phase.

Electron Density from Structure Factors

The electron density is the inverse Fourier transform:

$$\rho(\mathbf{r}) = \frac{1}{V}\sum_{hkl} F_{hkl}\, e^{-2\pi i(hx + ky + lz)} = \frac{1}{V}\sum_{hkl} |F_{hkl}| \, e^{i(\phi_{hkl} - 2\pi(hx+ky+lz))}$$

This is the fundamental equation of crystallography. If we know both $|F_{hkl}|$(from the measured intensities) and $\phi_{hkl}$ (the phases), we can compute the electron density map and build the atomic model.

Full Derivation: Structure Factor from Unit Cell Scattering

X-rays are scattered by the electrons in each atom. The scattering amplitude from a single atom$j$ at position $\mathbf{r}_j$ relative to the unit cell origin is proportional to its atomic scattering factor$f_j$ (which depends on the element and scattering angle), multiplied by a phase factor encoding the atom's position:

$$A_j = f_j \, e^{2\pi i \, \mathbf{G}_{hkl} \cdot \mathbf{r}_j}$$

The total scattered amplitude from the unit cell is the coherent sum over all $N$atoms. Expressing positions in fractional coordinates $\mathbf{r}_j = x_j \mathbf{a} + y_j \mathbf{b} + z_j \mathbf{c}$and using the orthogonality $\mathbf{a}^*_i \cdot \mathbf{a}_j = \delta_{ij}$:

$$\mathbf{G}_{hkl} \cdot \mathbf{r}_j = (h\mathbf{a}^* + k\mathbf{b}^* + l\mathbf{c}^*) \cdot (x_j\mathbf{a} + y_j\mathbf{b} + z_j\mathbf{c}) = hx_j + ky_j + lz_j$$

Therefore the structure factor is:

$$\boxed{F(hkl) = \sum_{j=1}^{N} f_j \, \exp\!\bigl[2\pi i (h x_j + k y_j + l z_j)\bigr]}$$

This is a complex number: $F(hkl) = |F(hkl)|\, e^{i\phi(hkl)}$. The amplitude$|F|$ determines the intensity of the reflection, and the phase $\phi$encodes positional information about the atoms.

Fourier Transform Relationship: Electron Density

The structure factor is the Fourier transform of the electron density$\rho(\mathbf{r})$ within the unit cell:

$$F(hkl) = \int_{\text{cell}} \rho(\mathbf{r}) \, e^{2\pi i (hx + ky + lz)} \, dV$$

Since the crystal is periodic, the electron density can be recovered by the inverse Fourier transform β€” a discrete sum over all Miller indices:

$$\boxed{\rho(\mathbf{r}) = \frac{1}{V} \sum_{h} \sum_{k} \sum_{l} F(hkl) \, \exp\!\bigl[-2\pi i (hx + ky + lz)\bigr]}$$

where $V$ is the unit cell volume. This is the fundamental equation of crystallography: if both $|F(hkl)|$ and $\phi(hkl)$are known for all reflections, the electron density map can be computed directly, revealing every atom in the structure.

Friedel's Law

An important symmetry property of the structure factor follows directly from the definition. Consider the reflection $(-h, -k, -l)$:

$$F(-h,-k,-l) = \sum_j f_j \, e^{-2\pi i(hx_j + ky_j + lz_j)} = \left[\sum_j f_j \, e^{2\pi i(hx_j + ky_j + lz_j)}\right]^* = F^*(hkl)$$

Therefore $|F(-h,-k,-l)| = |F(hkl)|$ and $\phi(-h,-k,-l) = -\phi(hkl)$. This is Friedel's law: the reflections$(hkl)$ and $(\bar{h}\bar{k}\bar{l})$ form a "Friedel pair" with equal intensities. This holds exactly when$f_j$ is real (no anomalous scattering). Violations of Friedel's law near absorption edges provide phase information in anomalous dispersion methods (MAD/SAD).

Python
script.py75 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

4. The Phase Problem

The phase problem is the central challenge of crystallography: we measure $|F_{hkl}|^2$ (intensities) but need$\phi_{hkl}$ (phases) to compute the electron density. The phases contain most of the structural information.

Why Phases Matter More Than Amplitudes

A classic demonstration: if you compute the Fourier transform using the amplitudesof one image with the phases of another, the result resembles the image that contributed the phases. This is because phases encode the positions of features (atoms), while amplitudes encode their relative scattering strength.

Full Derivation: Loss of Phase Information

A detector measures the intensity of each diffraction spot, which is proportional to the squared modulus of the structure factor:

$$I(hkl) \propto |F(hkl)|^2 = F(hkl) \cdot F^*(hkl)$$

Writing $F(hkl) = |F(hkl)|\, e^{i\phi(hkl)}$, the intensity gives us$|F(hkl)|^2$ but discards the phase $\phi(hkl)$ entirely. To compute the electron density:

$$\rho(\mathbf{r}) = \frac{1}{V} \sum_{hkl} |F(hkl)|\, e^{i\phi(hkl)} \, e^{-2\pi i(hx+ky+lz)}$$

we need both $|F(hkl)|$ (from $\sqrt{I}$) and$\phi(hkl)$ (unknown). For a protein with $\sim 10{,}000$unique reflections, this means $\sim 10{,}000$ unknown phases. The problem is severely underdetermined from diffraction data alone β€” this is thephase problem of crystallography.

Without correct phases, even perfect amplitudes yield noise. Conversely, correct phases with approximate amplitudes still produce a recognisable electron density map. The phases encode the positions of structural features, while amplitudes encode their scattering strength.

Derivation: The Patterson Function as a Phase-Free Map

Since we can measure $|F(hkl)|^2$ without phases, we can compute the Fourier transform of the intensities directly. Define the Patterson function:

$$P(\mathbf{u}) = \frac{1}{V} \sum_{hkl} |F(hkl)|^2 \, e^{-2\pi i \, \mathbf{h} \cdot \mathbf{u}}$$

This is equivalent to the autocorrelation of the electron density:

$$P(\mathbf{u}) = \int_{\text{cell}} \rho(\mathbf{r}) \, \rho(\mathbf{r} + \mathbf{u}) \, dV$$

Proof: Using the convolution theorem, the Fourier transform of $|F|^2 = F \cdot F^*$ equals the autocorrelation of$\rho$. For discrete atoms at positions $\mathbf{r}_j$, peaks in$P(\mathbf{u})$ occur at every interatomic vector:

$$\mathbf{u} = \mathbf{r}_j - \mathbf{r}_k, \quad \text{with peak height} \propto Z_j \cdot Z_k$$

For $N$ atoms there are $N^2$ peaks: $N$ at the origin (self-vectors) and $N(N-1)$ non-origin peaks representing all pairwise interatomic vectors. Heavy atoms with large $Z$ dominate the Patterson map, enabling their localisation for isomorphous replacement phasing.

Molecular Replacement: Rotation and Translation Search

When a homologous structure (the "search model") is available, its known coordinates provide trial phases. The challenge is to find the correct orientation$\mathbf{R}$ and position$\mathbf{t}$ of the model in the new unit cell. This is decomposed into two steps:

Rotation function: Intramolecular vectors (short vectors in the Patterson map) depend only on orientation, not position. The rotation function correlates the observed and model Patterson maps:

$$RF(\mathbf{R}) = \int P_{\text{obs}}(\mathbf{u}) \, P_{\text{model}}(\mathbf{R}\,\mathbf{u}) \, d\mathbf{u}$$

The peak in $RF$ as a function of Euler angles $(\alpha, \beta, \gamma)$gives the correct orientation.

Translation function: With rotation fixed, translate the model by $\mathbf{t}$ and compute structure factors. The translation function maximises the agreement between observed and calculated amplitudes:

$$TF(\mathbf{t}) = \frac{\sum_{hkl} |F_{\text{obs}}(hkl)| \cdot |F_{\text{calc}}(hkl; \mathbf{R}, \mathbf{t})|}{\sqrt{\sum |F_{\text{obs}}|^2 \cdot \sum |F_{\text{calc}}|^2}}$$

Success requires the search model to share $\gtrsim 30\%$ sequence identity with the target. The positioned model provides initial phases for electron density map calculation and iterative refinement.

Python
script.py61 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Temperature Factors and Atomic Displacement

Derivation: The Debye-Waller Factor

Atoms in a crystal are not stationary β€” they undergo thermal vibrations about their equilibrium positions. If atom $j$ is displaced by$\Delta\mathbf{r}_j$ from its mean position, the time-averaged scattering factor becomes:

$$\langle f_j \, e^{2\pi i \mathbf{G} \cdot (\mathbf{r}_j + \Delta\mathbf{r}_j)} \rangle = f_j \, e^{2\pi i \mathbf{G} \cdot \mathbf{r}_j} \cdot \langle e^{2\pi i \mathbf{G} \cdot \Delta\mathbf{r}_j} \rangle$$

For a harmonic (Gaussian) distribution of displacements with mean-square displacement$\langle u^2 \rangle$ along the scattering vector direction, the thermal average evaluates to:

$$\langle e^{2\pi i \mathbf{G} \cdot \Delta\mathbf{r}} \rangle = e^{-\frac{1}{2}(2\pi)^2 \langle u^2 \rangle |\mathbf{G}|^2} = e^{-2\pi^2 \langle u^2 \rangle / d^2}$$

Using $|\mathbf{G}| = 1/d = 2\sin\theta / \lambda$ from Bragg's law, and defining the B-factor as$B = 8\pi^2 \langle u^2 \rangle$:

$$\boxed{f_{\text{eff}} = f_0 \, \exp\!\left(-B \frac{\sin^2\theta}{\lambda^2}\right)}$$

This is the Debye-Waller factor. Its physical meaning is clear: thermal motion "smears" the electron density, reducing the effective scattering power most severely at high angles (large $\sin\theta / \lambda$), where the scattering is most sensitive to precise atomic positions.

Physical Interpretation of B-factors

The B-factor is related to the root-mean-square displacement by:

$$\sqrt{\langle u^2 \rangle} = \sqrt{\frac{B}{8\pi^2}}$$

Typical values in protein structures:

  • Well-ordered core: $B \approx 10\text{--}20$ Γ…$^2$ ($\sqrt{\langle u^2\rangle} \approx 0.36\text{--}0.50$ Γ…)
  • Surface loops: $B \approx 30\text{--}60$ Γ…$^2$ ($\sqrt{\langle u^2\rangle} \approx 0.62\text{--}0.87$ Γ…)
  • Disordered regions: $B > 80$ Γ…$^2$ (often missing in maps)

B-factors serve as a proxy for atomic flexibility. Functionally important loops (e.g., active-site loops in enzymes) often exhibit elevated B-factors, reflecting the conformational plasticity required for catalysis or ligand binding.

The achievable resolution of a crystal structure is intimately connected to B-factors. High overall B-factors mean weak high-angle reflections, limiting resolution. The Wilson plot β€” $\ln(\langle I \rangle / \Sigma f^2)$ vs.$\sin^2\theta / \lambda^2$ β€” yields the overall B-factor from its slope ($-2B$).

5. The Patterson Function

Definition and Properties

The Patterson function uses only the measured intensities (no phases required):

$$P(\mathbf{u}) = \frac{1}{V}\sum_{hkl} |F_{hkl}|^2 e^{-2\pi i \mathbf{G}_{hkl} \cdot \mathbf{u}}$$

Equivalently, $P(\mathbf{u}) = \int \rho(\mathbf{r})\, \rho(\mathbf{r} + \mathbf{u})\, dV$β€” the autocorrelation of the electron density. Peaks in the Patterson map occur at positions $\mathbf{u} = \mathbf{r}_j - \mathbf{r}_k$ (interatomic vectors), with heights proportional to $Z_j \cdot Z_k$.

For $N$ atoms, there are $N(N-1)$ non-origin Patterson peaks, plus a large origin peak. The Patterson function is critical for:

  • Locating heavy atoms (isomorphous replacement)
  • Finding anomalous scatterers (MAD/SAD phasing)
  • Molecular replacement (rotation/translation search)
Python
script.py70 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Resolution and R-factors

Derivation: Resolution in Crystallography

The resolution of a crystal structure is defined by the minimum d-spacing of the observed reflections. From Bragg's law, the smallest resolvable spacing is:

$$\boxed{d_{\min} = \frac{\lambda}{2\sin\theta_{\max}}}$$

At the theoretical limit $\theta_{\max} = 90Β°$, we get$d_{\min} = \lambda/2$. In practice, crystal disorder, radiation damage, and thermal motion limit $\theta_{\max}$ to much smaller values.

The number of independent reflections within a given resolution shell is determined by the volume of the reciprocal-space sphere of radius $1/d_{\min}$, divided by the volume per reciprocal lattice point ($1/V$ where $V$ is the unit cell volume):

$$N_{\text{refl}} \approx \frac{4}{3}\pi \left(\frac{1}{d_{\min}}\right)^3 \cdot V = \frac{4\pi V}{3\, d_{\min}^3}$$

For a typical protein with unit cell volume $V = 100{,}000$ Γ…$^3$: at 3.0 Γ… resolution there are $\sim 15{,}500$ reflections; at 2.0 Γ… there are $\sim 52{,}400$; at 1.0 Γ… there are $\sim 419{,}000$. Higher resolution provides exponentially more data and correspondingly more detail in the electron density map.

Derivation: The R-factor and R-free

The quality of an atomic model is assessed by how well its predicted structure factors match the observations. The crystallographic R-factor(or residual) is:

$$\boxed{R = \frac{\sum_{hkl} \bigl| |F_{\text{obs}}(hkl)| - |F_{\text{calc}}(hkl)| \bigr|}{\sum_{hkl} |F_{\text{obs}}(hkl)|}}$$

A random set of atoms gives $R \approx 0.59$ for acentric reflections. Typical values for refined protein structures:

  • Good structure: $R \approx 0.15\text{--}0.20$
  • High resolution ($< 1.5$ Γ…): $R \approx 0.10\text{--}0.15$
  • Low resolution ($> 3$ Γ…): $R \approx 0.20\text{--}0.25$

However, $R$ can be artificially reduced by adding parameters (more atoms, more refinement). To guard against overfitting, BrΓΌnger (1992) introduced $R_{\text{free}}$:

$$R_{\text{free}} = \frac{\sum_{hkl \in T} \bigl| |F_{\text{obs}}| - |F_{\text{calc}}| \bigr|}{\sum_{hkl \in T} |F_{\text{obs}}|}$$

where $T$ is a test set of reflections (typically 5–10% of the data) that are excluded from refinement. Since the model has never "seen" these reflections, $R_{\text{free}}$ provides an unbiased cross-validation metric. A well-refined structure has $R_{\text{free}} - R \lesssim 0.05$; a larger gap suggests overfitting.

The relationship between resolution and the number of refinable parameters determines the data-to-parameter ratio. At 2.0 Γ… resolution, a typical protein has $\sim 4$observations per refined parameter (coordinates + B-factors); at 3.5 Γ… this drops below 1, requiring restraints (stereochemistry, NCS) to avoid overfitting.

6. Molecular Replacement

Principle

If a homologous structure (the "search model") is available, molecular replacement finds its orientation and position in the new crystal by:

Step 1 β€” Rotation search: Find the rotation$R$ that best overlaps the Patterson functions. The rotation function is:

$$RF(R) = \int P_{\text{obs}}(\mathbf{u})\, P_{\text{model}}(R\mathbf{u})\, dV$$

Step 2 β€” Translation search: For the best rotation, find the translation $\mathbf{t}$ that maximises the correlation between observed and calculated structure factors:

$$TF(\mathbf{t}) = \frac{\sum_{hkl} |F_{\text{obs}}| |F_{\text{calc}}(R, \mathbf{t})| \cos(\phi_{\text{calc}} - \phi_{\text{obs}})}{\sqrt{\sum |F_{\text{obs}}|^2 \sum |F_{\text{calc}}|^2}}$$

The phases from the positioned model provide initial estimates for the unknown phases, allowing computation of the electron density map and iterative model building/refinement.

7. Single-Particle Cryo-EM

Cryo-EM images individual macromolecules frozen in vitreous ice, eliminating the need for crystallisation. The "resolution revolution" was driven by direct electron detectors and improved image processing algorithms.

Image Formation

Each micrograph is a 2D projection of the 3D Coulomb potential of the molecule, convolved with the contrast transfer function (CTF):

$$I(\mathbf{r}) = \int_{-\infty}^{\infty} V(\mathbf{r}, z)\, dz \otimes \text{CTF}(\mathbf{r}) + \text{noise}$$

The CTF oscillates as a function of spatial frequency:

$$\text{CTF}(s) = -\sin\left[\pi\left(\Delta f \lambda s^2 - \frac{C_s \lambda^3 s^4}{2}\right)\right]$$

where $\Delta f$ is the defocus, $\lambda$ the electron wavelength (0.025 Γ… at 200 kV), $C_s$ the spherical aberration, and$s = |\mathbf{s}|$ the spatial frequency. CTF correction is essential for high-resolution reconstruction.

3D Reconstruction

The central theorem is the Fourier slice theorem: the 2D Fourier transform of a projection at angle $\phi$ equals a central slice through the 3D Fourier transform at the same angle:

$$\hat{P}_\phi(s_x, s_y) = \hat{V}(R_\phi(s_x, s_y, 0))$$

The reconstruction problem is: given $N$ 2D projections at unknown orientations, determine both the orientations and the 3D map. This is solved iteratively:

  1. Estimate orientation of each particle image (angular assignment)
  2. Insert all Fourier slices into 3D Fourier space
  3. Inverse Fourier transform to obtain 3D reconstruction
  4. Refine orientations against the current 3D model
  5. Repeat until convergence
Python
script.py126 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Applications of X-ray Crystallography

Structure-Based Drug Design

Crystal structures of drug targets (enzymes, receptors) complexed with lead compounds reveal the binding mode at atomic detail. This enables rational optimisation of potency, selectivity, and pharmacokinetic properties. Landmark successes include HIV protease inhibitors (saquinavir, ritonavir), influenza neuraminidase inhibitors (oseltamivir/Tamiflu), and kinase inhibitors (imatinib/Gleevec for chronic myeloid leukaemia).

Protein Engineering & Enzyme Mechanisms

Knowing the 3D arrangement of active-site residues allows rational mutagenesis to alter substrate specificity, enhance thermostability, or create novel catalytic activities. Transition-state analogue complexes captured crystallographically have elucidated the mechanisms of serine proteases, lysozyme, and many other enzymes at the level of individual bond-breaking and bond-forming steps.

Virus Structures

X-ray crystallography revealed the icosahedral symmetry of virus capsids, beginning with tomato bushy stunt virus (Harrison, 1978) and rhinovirus (Rossmann, 1985). These structures guided the design of antiviral drugs and informed vaccine development. The SARS-CoV-2 spike protein structure (determined by cryo-EM) was available within weeks of the pandemic onset, enabling rapid vaccine design.

The Ribosome & GPCRs

The atomic structure of the ribosome β€” a 2.5 MDa RNA-protein machine β€” was solved by Ramakrishnan, Steitz, and Yonath (Nobel Prize 2009), revealing the mechanism of translation and enabling structure-based antibiotic design. G protein-coupled receptors (GPCRs), the largest family of drug targets, were crystallised by Lefkowitz and Kobilka (Nobel Prize 2012), transforming our understanding of signal transduction.

Historical Context

Key Milestones in Crystallography

1912 β€” Von Laue: Max von Laue demonstrated X-ray diffraction from crystals, proving both the wave nature of X-rays and the periodic structure of crystals (Nobel Prize 1914).

1913–1915 β€” The Braggs: William Henry Bragg and William Lawrence Bragg (father and son) formulated Bragg's law and solved the first crystal structures (NaCl, diamond). W. L. Bragg remains the youngest Nobel laureate in science, winning the 1915 Nobel Prize in Physics at age 25.

1958–1962 β€” Perutz & Kendrew: John Kendrew solved the first protein structure (myoglobin, 1958) and Max Perutz solved haemoglobin (1960), using isomorphous replacement with heavy atoms. They shared the 1962 Nobel Prize in Chemistry.

Dorothy Hodgkin: Determined the structures of penicillin (1945), vitamin B$_{12}$ (1955), and insulin (1969). She received the 1964 Nobel Prize in Chemistry β€” one of only five women to win the Chemistry Nobel.

1970s–1990s β€” Synchrotron Revolution: Synchrotron radiation sources provided tuneable, high-brilliance X-ray beams that dramatically accelerated data collection (from weeks to hours), enabled multi-wavelength anomalous dispersion (MAD) phasing, and made microcrystal diffraction feasible. Third-generation synchrotrons (ESRF, APS, SPring-8) became the workhorses of structural biology.

2009–present β€” XFELs: X-ray free-electron lasers (LCLS, SACLA, European XFEL) produce femtosecond X-ray pulses of extraordinary brilliance. Serial femtosecond crystallography (SFX) exploits the "diffraction before destruction" principle: each microcrystal is destroyed after yielding a single diffraction snapshot, but thousands of patterns are merged computationally. This enables time-resolved crystallography with sub-picosecond resolution, capturing enzyme intermediates, photoreceptor activation, and other ultrafast biological processes in real time.

8. X-ray Crystallography vs. Cryo-EM

PropertyX-ray CrystallographySingle-Particle Cryo-EM
SampleCrystal requiredSolution/vitreous ice
ResolutionRoutinely < 2 Γ…2–4 Γ… typical
Size limitNo upper limitBest > 100 kDa
Conformational statesSingle (crystal packing)Multiple (3D classification)
Phase problemMR, MIR, MAD/SADInherent in images
SpeedDays (+ crystallisation)Days (grid prep + imaging)

9. Modern Developments

Serial Femtosecond Crystallography

X-ray free-electron lasers (XFELs) produce ultra-short pulses ($\sim 10$ fs) that outrun radiation damage ("diffraction before destruction"). Microcrystals are streamed through the beam, with each crystal yielding a single diffraction pattern. Thousands of patterns are merged to build a complete dataset, enabling time-resolved crystallography at sub-picosecond resolution.

AlphaFold & ML Structure Prediction

AlphaFold2 (Jumper et al., 2021) predicts protein structures from sequence alone with near-experimental accuracy for many targets. While this has transformed structural biology, experimental methods remain essential for: (1) novel folds outside training data, (2) ligand binding and drug design, (3) conformational dynamics, (4) validation and quality control.

Cryo-ET and In Situ Structural Biology

Cryo-electron tomography (cryo-ET) images biological samples in 3D by tilting the specimen and collecting a tilt series. Combined with subtomogram averaging, it reveals macromolecular structures in situ within cells, providing the native structural context that is lost in single-particle approaches.

MicroED

Micro-electron diffraction (MicroED) uses electron beams to collect diffraction data from nanocrystals ($< 1\;\mu$m) that are too small for X-ray crystallography. The data are processed with adapted crystallographic software, and structures are solved by molecular replacement or direct methods.

Chapter Summary

  • β€’ Bragg's law $n\lambda = 2d\sin\theta$ governs when X-ray diffraction occurs from crystal lattice planes.
  • β€’ The reciprocal lattice provides the natural framework for diffraction; the Laue condition $\Delta\mathbf{k} = \mathbf{G}_{hkl}$ is equivalent to Bragg's law.
  • β€’ Structure factors $F_{hkl} = \sum_j f_j e^{2\pi i(hx_j+ky_j+lz_j)}$ encode both amplitude and phase; the electron density is their inverse Fourier transform.
  • β€’ The phase problem β€” phases are lost in intensity measurements β€” is the central challenge; phases carry most structural information.
  • β€’ The Patterson function maps interatomic vectors without requiring phases; crucial for heavy-atom methods and molecular replacement.
  • β€’ Molecular replacement solves phases using a homologous structure via rotation and translation searches.
  • β€’ Cryo-EM images individual molecules without crystals; the Fourier slice theorem enables 3D reconstruction from 2D projections.