Appendix D
DGlossary
Terms and abbreviations used in this book, defined for an ML practitioner. Each is also defined inline where it first appears.
- ADMET
- Absorption, distribution, metabolism, excretion, toxicity: the cluster of pharmacological properties that decide whether a drug candidate behaves safely in the body.
- Allele
- One of the alternative versions of the DNA sequence at a given genomic position; a SNP has two, such as an A allele and a G allele.
- Allele frequency
- The fraction of chromosomes in a population carrying a particular allele. The minor allele frequency (MAF) is that of the rarer allele.
- Allele frequency spectrum
- The full range of how common a genetic variant is, from private to a single family up to carried by most of the population; effect size tends to shrink as frequency rises.
- ATAC-seq / DNase-seq
- Assays measuring chromatin accessibility, i.e. which stretches of DNA are physically open and reachable by regulatory proteins.
- Attention
- The transformer operation that lets each position read a weighted blend of every other position, making a token's representation depend on its context.
- Autoregressive decoder
- A model that factors a sequence left to right, predicting each token from the previous ones; a natural generator that also yields a whole-sequence likelihood (e.g. Evo 2, ProGen2).
- backbone
- The chain of a protein's main-chain atoms defining its 3D shape, without the amino-acid side chains that specify identity.
- binder
- A designed protein engineered to bind tightly to a chosen patch on a target molecule's surface.
- Binding affinity (Kd)
- The dissociation constant quantifying how tightly two molecules bind; a smaller Kd means a tighter interaction.
- Binding pose
- A specific three-dimensional placement of a molecule's atoms inside a target protein's pocket. The pose is where binding is physically decided, and finding the correct one is the core of docking.
- CAGE
- An assay measuring transcription start site activity, capturing the exact base where transcription begins and how much starts there.
- Calibration
- Whether a model's numeric scores can be read as reliable probabilities or physical values across proteins, as opposed to only ranking candidates correctly within one protein.
- CASP
- Critical Assessment of Structure Prediction, the biennial blind competition where methods predict structures of sequences whose experimental answers are withheld.
- Causal target
- A gene or protein whose perturbation actually changes the disease, as opposed to one merely correlated with or downstream of the disease.
- Cell state
- A cell's condition summarized as its transcriptome, the vector of which genes are expressed and how strongly, read out by single-cell RNA sequencing.
- Central dogma
- The flow of biological information from DNA to RNA to protein, which is what links the genomic and molecular halves of the field.
- ChIP-seq
- An assay that maps where a specific protein binds DNA (a transcription factor site or a histone modification) by pulling down the protein with its bound DNA and sequencing it.
- Chromatin accessibility
- How open versus tightly packaged a region of DNA is; open regions are where regulatory proteins can dock, marking candidate regulatory elements.
- Cis-regulatory variant
- A DNA change near a gene that alters how much of that gene is expressed, rather than changing the protein's amino-acid sequence.
- Co-evolution
- The tendency of two residues that touch in the folded structure to mutate in a correlated way across evolution, so their alignment columns vary together; the signal that makes structure prediction possible.
- Co-folding model
- A predictor that folds a protein together with its binding partners (ligand, nucleic acid, ion) into one joint structure rather than folding the protein alone.
- Colocalization
- A statistical test of whether a GWAS signal and a molecular QTL at the same locus are driven by the same causal variant (e.g., coloc).
- Complex / assembly
- A structure of multiple molecules bound together, such as protein with protein, DNA, RNA, a ligand, or ions.
- Conformational ensemble
- The population of distinct shapes a molecule actually visits; function often depends on the distribution of states, not any single one.
- Coverage track
- A signal value at (almost) every genomic position, one track per assay per cell type, the common output form of regulatory-genome assays and the prediction target for sequence-to-function models.
- Credible set
- A small group of variants that together are highly likely to contain the causal one, output by fine-mapping methods.
- CRISPRa / CRISPRi
- CRISPR activation and CRISPR interference: using a guided, catalytically dead Cas protein to increase or decrease a gene's expression without cutting the DNA.
- Cryo-electron microscopy (cryo-EM)
- A method for solving structures by imaging flash-frozen molecules with an electron beam, well suited to large complexes that resist crystallization.
- Cryo-EM (cryo-electron microscopy)
- An experimental method that images flash-frozen molecules with an electron beam; handles large assemblies and membrane proteins without needing crystals.
- de novo design
- Building a protein or small molecule from scratch to meet a specification, rather than editing a molecule nature already made.
- de novo protein design
- Creating protein sequences and structures from scratch to meet a specification (for example a binder to a chosen target), rather than modifying a natural protein.
- Deep mutational scanning (DMS)
- An assay that measures the functional effect of many mutations at once by selecting a mutant library under a pressure and sequencing survivors, yielding a per-variant fitness map.
- developability
- The practical qualities a designed protein needs to be usable: expressing in cells, staying soluble, tolerating storage, and not provoking an immune response.
- Diffusion model
- A generator trained to reverse a gradual noising process, denoising from noise into a valid object; in biology usually 3D coordinates of a structure or molecule (e.g. RFdiffusion, AlphaFold3's structure head).
- Distribution shift
- The change in data distribution between training and deployment, e.g. from immortalized cell lines to primary or patient cells, which degrades a model's transfer.
- Docking
- Computationally searching over candidate poses of a molecule in a protein pocket and ranking them with a scoring function, to predict where and how tightly the molecule binds.
- Druggability
- The capacity of a biological target, usually a protein, to be bound and modulated by a drug-like molecule with sufficient affinity and selectivity to have a therapeutic effect.
- Druggable genome
- The subset of human protein-coding genes (roughly 3,000 to 4,500) whose products can plausibly be modulated by a drug; fewer than 700 are hit by an approved drug today.
- Effect size
- How much carrying an allele shifts a trait; for common variants it is typically small, for rare variants it can be large.
- Embedding
- The learned vector a token is mapped to; the geometry of embedding space places biochemically or evolutionarily similar tokens near each other.
- ENCODE / FANTOM5 / GTEx / 4D Nucleome
- Large public consortia that generated regulatory tracks (ENCODE, FANTOM5), tissue-level RNA-seq (GTEx), and 3D-contact maps (4D Nucleome) at scale.
- Encoder (masked language model)
- A model that sees the whole sequence and predicts hidden tokens from both sides, producing context-aware representations rather than generating new sequence (e.g. ESM-2).
- Epistasis
- Non-additive interaction between mutations, where the combined effect differs from the sum of individual effects; sign epistasis is the case where two individually beneficial mutations combine to harm the protein.
- expression
- Whether living cells can actually manufacture a designed protein at usable yield.
- Fine-mapping
- Statistical methods that narrow an associated LD region down toward the specific variant most likely to be causal.
- Fine-tuning
- Continuing to train a pretrained model, usually with a small added task head, on a labeled downstream dataset.
- Fitness map
- An effect score for each variant of a protein (ideally every single-amino-acid substitution), the ground truth against which variant-effect predictors are scored.
- Folding stability (ΔΔG)
- The change in a protein's folding free energy caused by a mutation; positive values are destabilizing. Measured at scale by proteolysis assays and predicted by supervised models like ThermoMPNN.
- Force field
- A parameterized model of the potential energy of a set of atoms as a function of their positions, used to drive physics-based simulations of molecules and their interactions.
- Foundation model
- A model pretrained once on a broad corpus with a self-supervised objective, then adapted to many downstream tasks rather than trained from scratch for each one.
- Free energy perturbation (FEP)
- A physics-based simulation method that computes the relative binding free energy between two similar ligands by simulating the gradual transformation of one into the other. It is accurate and calibrated but computationally expensive and dependent on a good structure and force field.
- Genome-wide significance
- The stringent p-value threshold (about 5e-8) that corrects for the roughly one million independent common-variant tests in a GWAS.
- GWAS (genome-wide association study)
- A study that scans the genome for positions where a variant is statistically associated with a trait across many individuals.
- hallucination (design)
- Optimizing a sequence by backpropagating through a structure predictor toward a high-confidence target structure, as in BindCraft.
- Haplotype block
- A run of variants inherited together and highly correlated, so that one causal variant makes all of them appear associated.
- Heritability
- The fraction of a trait's variation across individuals attributable to genetic differences, estimated classically from twins and families.
- Hi-C
- An assay measuring 3D genome contacts, i.e. which distant stretches of DNA physically touch when the chromosome folds inside the nucleus.
- Homolog
- A sequence related to a query protein by shared ancestry, from another species or a duplicated gene.
- Horizontal pleiotropy
- When a genetic instrument affects the outcome through pathways other than the intended exposure, biasing a Mendelian randomization estimate.
- IC50 / EC50
- The concentration of a compound that produces half of its maximum inhibitory (IC50) or maximum effect (EC50). A lower value means a more potent molecule.
- Intrinsically disordered region (IDR)
- A stretch of a protein that has no fixed fold and stays flexible in the cell, yet is often functional.
- Inverse design
- The design direction of a problem: instead of predicting a property from a molecule, you specify the desired function or shape and generate a novel molecule that realizes it.
- inverse folding
- The task of choosing an amino-acid sequence that folds into a given backbone shape; the inverse of structure prediction.
- Lead SNP / tag
- The variant with the smallest p-value in a GWAS peak; usually just the best-correlated marker (tag) for the causal signal, not the cause itself.
- Ligand
- A small molecule that binds a protein, such as a drug, cofactor, or metabolite.
- Linkage disequilibrium (LD)
- The tendency of nearby variants to be inherited together, so an associated position usually only tags the true causal variant rather than being it.
- Locus-to-gene (L2G)
- A trained classifier that scores which gene a GWAS association acts through, since the associated variant is usually not located in the gene it regulates.
- Log-likelihood ratio (variant scoring)
- The quantity log P(mutant) minus log P(wild-type) at a site; a large negative value flags a mutation the model finds evolutionarily surprising, correlating with functional damage.
- Mendelian randomization (MR)
- Using a genetic variant as an instrumental variable, exploiting random inheritance, to test whether an exposure causes an outcome rather than merely correlating with it.
- Missing heritability
- The historical gap between family-based heritability and the small fraction explained by genome-wide-significant hits, largely resolved as signal hiding in many sub-threshold variants.
- Modality
- A distinct type of biological data or measurement, such as protein sequence, DNA sequence, 3D structure, or single-cell expression.
- Molecular generative model
- A model that samples new molecules from a learned distribution — over SMILES strings, molecular graphs, or 3D atom clouds — rather than scoring molecules supplied to it.
- Molecular graph
- A representation of a molecule as a graph with atoms as nodes and chemical bonds as edges; the natural input for a graph neural network, making connectivity explicit while ignoring 3D geometry.
- Monomer
- A single protein chain, as opposed to a complex of several chains or of a protein bound to other molecules.
- MPRA (massively parallel reporter assay)
- An assay that measures the enhancer activity of thousands of short synthetic DNA sequences at once by wiring each to a readout gene, giving a designed causal test.
- Multimodal integration
- Building models that reason jointly across modalities (DNA, RNA, protein, cell state) rather than one modality in isolation.
- Multiple sequence alignment (MSA)
- The stack of evolutionarily related sequences for a protein; alignment-based methods exploit its per-column conservation and remain competitive with single-sequence language models on variant effect.
- Open Targets
- An open platform that aggregates genetic, genomic, and other evidence into a single target-disease association score, and includes the locus-to-gene (L2G) model for mapping GWAS loci to likely causal genes.
- Out-of-distribution generalization
- A model's accuracy on inputs unlike its training data; protein language models anchored to natural sequences degrade on de novo or heavily engineered proteins.
- Perturb-seq
- A pooled CRISPR screen read out by single-cell RNA sequencing, so each cell's full transcriptome reveals the downstream program controlled by the perturbed gene.
- Perturbation
- A deliberate intervention on a cell, such as knocking out a gene, activating or repressing it with CRISPRa/CRISPRi, or applying a drug, cytokine, or gene circuit.
- Perturbation-response model
- A model that maps a perturbation to the expression shift it causes, so it can score or rank perturbations that have not been experimentally run.
- Pharmacophore
- The three-dimensional arrangement of chemical features — hydrogen-bond donors and acceptors, hydrophobic groups, charges — that a molecule must present to engage a particular target.
- pLDDT
- AlphaFold's per-residue confidence score; low values flag regions that are unreliable or intrinsically disordered.
- Pleiotropy
- When one genetic variant affects multiple traits or pathways, which can violate the assumption in Mendelian randomization that an instrument affects the disease only through the intended target.
- Polygenicity
- The property of a trait being influenced by very many variants each of tiny effect, so there is no single causal gene to find.
- Population stratification
- Confounding by ancestry, where allele frequencies and trait prevalence both differ across groups, faking associations; the genetic analogue of a batch effect.
- Posterior inclusion probability (PIP)
- In fine-mapping, the estimated probability that a specific variant is causal for the signal.
- Potency
- How little of a drug is needed to produce its effect. Higher potency means a lower effective concentration; it is closely tied to binding affinity but is not the whole of a drug's usefulness.
- Pretraining
- The initial, task-agnostic training phase on a large corpus that produces general representations; later adapted or fine-tuned to specific tasks.
- Property / function prediction
- Predicting a measurable quantity about a given molecule, such as binding affinity, stability, or safety, typically from a learned sequence embedding.
- Property prediction
- Predicting a measurable quantity (stability, binding, activity, toxicity) for a molecule whose sequence or structure is already given, as a cheap stand-in for running the assay.
- Protein Data Bank (PDB)
- The public archive of experimentally determined 3D biomolecular structures, roughly 220,000 entries, and the training/evaluation set for structure prediction.
- Protein folding problem
- The task of predicting a protein's 3D structure (the coordinates of its atoms) from its 1D amino-acid sequence.
- Protein language model
- A foundation model whose corpus is protein sequences, trained to predict masked or next residues, from which structure and function information emerges.
- ProteinGym
- A standardized benchmark aggregating over 2.5 million DMS variant measurements across hundreds of assays for evaluating protein fitness and variant-effect models.
- ProteinMPNN
- An inverse-folding model that reads 3D backbone coordinates and predicts a sequence that folds to them; a message-passing network, not a sequence language model.
- Pseudobulk
- The mean expression profile across the cells sharing a condition, used as a per-perturbation summary that discards cell-to-cell variation.
- Purifying selection
- Natural selection removing deleterious alleles from a population, which keeps strongly harmful (large-effect) variants rare rather than common.
- QSAR
- Quantitative structure–activity relationship: the classical approach of regressing hand-crafted molecular descriptors against measured activity to predict a property. It is the conceptual ancestor of modern learned scorers.
- QTL / eQTL
- A quantitative trait locus is a variant that changes a molecular readout; an expression QTL (eQTL) changes a gene's expression level.
- Reference genome
- A single agreed-upon consensus DNA sequence for a species (e.g. the human build GRCh38) against which any individual's genome is described as a set of differences.
- Regulatory track
- A signal measured along the genome by an assay, such as RNA expression, chromatin accessibility, or protein-DNA binding, that a sequence-to-function model learns to predict.
- Representation (embedding)
- The internal vector a model produces for an input; because it is shaped by the whole corpus, it can transfer to tasks the model never trained on.
- RFdiffusion
- A diffusion model that generates protein backbones and can be conditioned to build binders or scaffold catalytic sites.
- RNA-seq
- An assay measuring transcript abundance, the number of RNA copies of each gene in a sample, used as the standard proxy for gene expression level.
- Scoring function
- A fast approximate estimate of how well a molecule binds in a given pose, standing in for a true binding free energy. It may be empirical and physics-inspired (as in AutoDock Vina) or learned (as in Gnina's neural scorer).
- scRNA-seq
- Single-cell RNA-seq: transcript abundance measured per individual cell rather than averaged over a bulk tissue.
- Selectivity
- The degree to which a molecule binds only its intended target and not the many other proteins in a cell. Poor selectivity is a leading source of off-target toxicity.
- self-consistency
- A filter that feeds a designed sequence to an independent structure predictor and keeps it only if the predicted fold matches the intended backbone (low RMSD, high confidence).
- Self-supervised learning
- Training where the label comes from the data itself (for example, mask an amino acid and predict it), so no human annotation is needed.
- Self-supervised pretraining
- Training on a task whose labels come free from the data itself, such as predicting a masked or next token, requiring no experimental annotation.
- Sequence-to-function
- The problem of predicting the regulatory activity produced by a stretch of DNA, reading a long sequence window and outputting genomic tracks.
- Sequence-to-function model
- A model that reads a long DNA window and predicts functional genomic readouts such as gene expression, chromatin accessibility, or splicing.
- Single-nucleotide polymorphism (SNP)
- A single-letter position in the genome where individuals differ; the most common type of variant used in association studies.
- SMILES
- Simplified Molecular-Input Line-Entry System: a text notation that encodes a molecule's atoms and bonds as a string, for example `CC(=O)O` for acetic acid. It lets a molecule be processed like a sentence by sequence models.
- SNP-heritability
- The portion of heritability captured by common SNPs jointly, estimated from genome-wide data rather than from significant hits alone.
- structure-based drug design
- Designing or scoring small molecules using the 3D structure of a target protein's binding pocket.
- Synthesizability (synthetic accessibility)
- How feasibly a proposed molecule can actually be made in a lab. Fast synthetic-accessibility scores give a rough filter, while retrosynthesis planning is the real test; generative models routinely propose molecules that are hard or impossible to synthesize.
- Target (drug target)
- The protein or gene a therapy is designed to act on. Choosing one is a causal question: does perturbing it change the disease, or is it merely correlated with the disease.
- Target discovery
- The process of choosing which gene or protein a drug should act on for a given disease, requiring the target to be both causal for the disease and druggable.
- Token
- One discrete unit of model input: an amino acid or nucleotide, or a learned multi-character chunk such as a k-mer or byte-pair merge.
- Transcription start site (TSS)
- The genomic base at which transcription of a gene begins; its location and activity are read out by CAGE.
- Transfer learning
- Reusing knowledge captured during pretraining to solve a new task, instead of learning that task from zero.
- Transformer
- A neural architecture built from stacked attention layers; the backbone of nearly every biological foundation model.
- Undruggable target
- A protein for which no drug-like molecule is known to bind productively, often transcription factors or scaffolds; the label reflects both intrinsic difficulty and where industry has invested.
- UniProt / UniRef
- The reference database of known protein sequences (hundreds of millions of entries); UniRef is its clustered, redundancy-reduced version, the usual pretraining corpus for protein language models.
- Variant effect (fitness)
- How much a mutation changes a protein's function relative to the wild type; the quantity deep mutational scanning measures and that zero-shot PLM scores approximate.
- Virtual cell
- A model that aims to simulate a cell's response to arbitrary perturbations across contexts; Arc Institute's State is an early example.
- X-ray crystallography
- A method for solving a molecule's 3D structure by crystallizing it and inferring atom positions from how it diffracts X-rays.
- Zero-shot
- Using a model to score a task it was never trained on with labels; here, scoring variant fitness directly from a language model's sequence probabilities.
- Zero-shot prediction
- Using a pretrained model on a task directly, with no task-specific training, for example by reading effects off its likelihoods.