Amino-Acid Physicochemical Distance Matrix (Grantham-Modified, Row-Scaled to [0,1])

P0 reference — verbatim Table 18.1 from 2014-schneider-de-novo-molecular-design-book §18.2.1 (Hiss & Schneider, p. ~445). Asymmetric pairwise distance matrix between the 20 standard residues, derived from physicochemical descriptor vectors (modified from Grantham). Each row is scaled to the interval [0, 1]; the matrix is not symmetricd_ij ≠ d_ji in general.

The matrix powers the residue-mutation transition probability in Simulated Molecular Evolution (SME), Particle Swarm Optimization (PSO), and Ant Colony Optimization (ACO) for peptide design (Schneider 2014 §18.2.1, Eq. 18.5):

P(i → j) = exp(−d_ij² / (2σ²)) / Σ_j exp(−d_ij² / (2σ²))

Lower d_ij → higher mutation acceptance. Smaller σ → more conservative mutations.

Verbatim Table 18.1

Rows are the parent residue, columns are the target residue. Diagonal d_ii = 0 (self-mutation). Cells below extracted directly from MinerU-parsed Table 18.1 of the book; some cells in column C are reported as “1” in the source (max distance, scaled).

ARNDCQEGHILKMFPSTWYV
A00.570.570.6510.470.550.310.440.480.490.540.430.580.140.510.300.760.570.33
R0.6200.480.5310.240.300.690.160.540.570.140.510.540.570.610.390.560.430.53
N0.640.4900.130.800.260.240.460.390.860.880.540.820.910.520.260.3710.820.76
D0.700.530.1300.850.340.250.520.450.930.950.560.880.980.600.360.4710.880.84
C0.910.840.650.7200.720.790.740.810.920.920.940.910.950.790.520.6910.900.89
Q0.590.280.300.40100.190.560.160.710.730.340.660.750.490.440.270.840.640.62
E0.630.320.250.2610.1700.580.240.790.810.330.740.820.550.470.380.890.720.71
G0.330.680.430.510.860.470.5300.530.730.750.690.690.830.230.300.3210.800.59
H0.490.170.390.4710.140.230.5600.540.570.180.500.570.440.510.270.660.480.48
I0.470.490.750.8510.550.680.680.4700.030.520.050.110.480.720.450.310.170.15
L0.480.520.770.8710.570.700.700.500.0300.540.080.110.490.730.460.310.180.16
K0.520.130.470.5010.260.280.630.160.500.5300.470.500.510.600.390.540.420.48
M0.430.460.720.8210.520.640.650.440.050.080.4800.140.440.690.410.340.180.11
F0.550.470.770.8610.570.680.750.490.100.110.500.1400.560.760.500.200.110.24
P0.160.610.540.6410.450.550.250.460.560.580.610.510.6700.440.220.870.650.40
S0.560.620.260.370.630.380.450.320.500.800.820.680.760.880.4200.3310.810.70
T0.390.480.440.5710.280.440.400.320.600.620.520.540.690.260.3900.860.620.46
W0.690.470.810.8410.600.710.860.530.280.280.510.310.190.680.820.6000.170.41
Y0.580.400.740.8210.510.630.760.430.170.190.440.190.110.570.740.470.1900.28
V0.330.500.690.7910.500.630.570.440.150.170.510.110.260.350.650.360.460.290

— Verbatim from Schneider 2014, Table 18.1, Ch. 18 (Hiss & Schneider). Reference [42] of Ch. 18 (Schneider & Wrede physicochemical distance scales).

Useful diagonal observations

  • I↔L↔M↔V form a tight aliphatic-hydrophobe cluster: pairwise distances 0.03–0.17. Conservative substitutions for h09 RADA-like assemblies expecting hydrophobic burial.
  • D↔E distance 0.25–0.26 (acidic conservation).
  • K↔R distance 0.13–0.14 (basic conservation, near-neutral).
  • N↔D distance 0.13 (amide ↔ acid; classic conservative-mutation pair).
  • Q↔E distance 0.17–0.19 (long-chain analogue of N↔D).
  • F↔Y↔W form an aromatic cluster: F↔Y 0.11, Y↔W 0.17–0.19.
  • C is the most isolated residue (distances ≈1 to most). Cysteine engineering (h26 disulfide design) cannot be modeled as a “conservative” SME mutation — must be designed explicitly.
  • G↔A↔P small/flexible cluster: G↔A 0.31, A↔P 0.14, G↔P 0.23–0.25.

How to use in STRC

  • h09 hydrogel — RADA16 / EAK16 conservative ablation series: to test which residues are load-bearing for self-assembly, mutate within physicochemical-distance ≤0.20 windows (e.g., R↔K, D↔E, A↔V, N↔Q). Larger jumps (≥0.5) test self-assembly robustness.
  • h09 ACO peptide library (per Recipe — Ant Colony Optimization for Peptide Sequence Design): when the ACO update step needs a residue-similarity prior, use 1 − d_ij from this matrix.
  • h09 SME mutation step-size σ choice: Schneider 2014 §18.2.1 example uses σ = 0.1 (conservative) and σ = 0.5 (broad). σ = 0.05 yields essentially-identical libraries. For h09 RADA16-class peptides expecting β-sheet propensity, σ ≈ 0.15 is a sensible midpoint — preserves residue class with occasional inter-class jump.
  • h26 cysteine disulfide engineering: because column-C distances are mostly = 1 (max), cysteine substitution is the worst case for SME-type continuous evolution. Use explicit design (Rosetta DESIGN, AF3 disulfide-finder) instead.
  • NOT to be used for evolutionary-conservation analyses — this is a physicochemical-mutation matrix, not a BLOSUM/PAM substitution-likelihood matrix.

Connections