Loading
Glossary terms, gene targets and the hub added on 24 September 2026 from the CanSim terms map (CC BY 4.0): the vocabulary of cancer AI, each record paraphrasing the page it links. 140 records carry it: 129 terms, 11 targets.
| Cancers | Other tags | ||||
|---|---|---|---|---|---|
Ablation study and multi-task heads An ablation removes one component or modality at a time and re-measures performance, which is the only way to know what each part contributes; multi-task heads let one shared backbone serve several outputs. | none | none | none | ||
Accuracy, macro-F1 and confusion matrices Accuracy is the share of predictions that were right; macro-F1 averages the F1 score of each class equally, so a model cannot look good by getting only the common cancer types right. | none | none | none | ||
Actionable genomic biomarkers An actionable alteration is a change in a tumour's DNA that maps directly to an approved or investigational drug, so finding it changes what the patient is offered. | none | none | none | ||
AJCC stage (TNM staging manual) AJCC stage is the stage group (I to IV) assigned from the TNM manual published by the American Joint Committee on Cancer; it is the staging most clinical tables record. | none | none | none | ||
Analytical databases as a data catalogue (DuckDB, PostgreSQL) DuckDB is an in-process analytical database that queries Parquet files with SQL; PostgreSQL is the standard client-server database; either can hold the metadata spine that joins patients, specimens and assays. | none | none | none | ||
Analytical versus clinical validation Analytical validation shows a test measures what it claims, reliably; clinical validation shows the measurement actually predicts the patient outcome it is meant to. | none | none | none | ||
AnnData and h5ad files AnnData is the Python object, saved as an .h5ad file, that holds an expression matrix together with its per-cell and per-gene annotations; it is the lingua franca of single-cell analysis. | none | none | none | ||
Array and table formats: HDF5, Zarr, OME-Zarr, Parquet HDF5 and Zarr store large numerical arrays in chunks (Zarr is the cloud-friendly one, and OME-Zarr its bio-imaging profile for slide tiles); Parquet stores tables column by column for fast analytical queries. | none | none | none | ||
Attention-based multiple-instance learning (ABMIL, CLAM) Attention-based multiple-instance learning gives each tile of a slide a learned weight and sums the weighted tile vectors into one slide vector, so a slide-level label can train the model and the weights show which regions mattered. | none | none | none | ||
Autoregressive (next-token) modelling An autoregressive model predicts the next element of a sequence from the ones before it; trained on DNA it learns to continue a genome, which is how Evo 2 was built. | none | none | none | ||
Batch effects and harmonisation A batch effect is a difference in the data caused by when, where or how samples were processed rather than by biology; if it lines up with the outcome, a model learns the batch instead of the disease. | none | none | none | ||
Benchmarks, leaderboards and contamination A benchmark is a fixed dataset and task on which models are compared, and a leaderboard ranks them; both mislead once the test data has been seen in training or the metric no longer tracks the goal. | none | none | none | ||
Bootstrap resampling Bootstrapping refits a model or recomputes a statistic on many resamples of the data drawn with replacement, and the spread of the results is a confidence interval that needs no formula. | none | none | none | ||
Bulk RNA sequencing (RNA-seq) and the full transcriptome Bulk RNA sequencing reads all the messenger RNA in a piece of tumour at once, giving one averaged expression value per gene for the whole sample. | none | none | none | ||
C-index (concordance index), Harrell's and Uno's The C-index is the fraction of patient pairs in which the model ranked the patient who had the event sooner as higher risk; 0.5 is a coin toss and 1.0 is perfect ranking. | none | none | none | ||
Calibration: reliability diagrams and the Brier score A calibrated model's predicted 30 percent risk really happens about 30 percent of the time; a reliability diagram plots predicted against observed, and the Brier score measures the squared gap. | none | none | none | ||
Cancer AI vocabulary (CanSim terms map) A hub for the vocabulary of cancer AI: the assays and cohorts models train on, the machine-learning and statistics terms in their papers, the standards their data must follow and the licences that govern reuse. | none | none | hub | ||
Cell composition confound (tumour versus stroma and immune cells) Because a tumour sample is a mix of cancer, stromal and immune cells, a difference between two samples may only reflect a different mix of cells. | none | none | none | ||
Cell lines as a proxy for patients Cancer cell lines are tumour cells grown indefinitely in the laboratory; they are convenient for drug testing but only imperfectly stand in for a patient's tumour. | none | none | none | ||
Censoring and events in survival data A patient is censored when the study ends or they leave before the event (death or progression) happens, so we only know they survived at least that long. | none | none | none | ||
CITATION.cff (Citation File Format) CITATION.cff is a small file in a code repository that says, in a machine-readable way, how to cite the software; GitHub and Zenodo read it to generate citations. | none | none | none | ||
Clinical covariates (age, stage, nodes, treatment flags) Clinical covariates are the ordinary facts about a patient, such as age, stage, node count and whether they had chemotherapy or radiotherapy, that any prognostic model must beat or build on. | none | none | none | ||
Clinical text: EHR notes and pathology reports Much of what is known about a patient sits in free text, in clinic notes and pathology reports; language models are now used to read it and to pair it with slides. | none | none | none | ||
Co-amplification and the 17q12 HER2 amplicon When a cancer copies the HER2 gene many times over, its neighbours on chromosome 17 are copied with it; those co-amplified genes are passengers, not the driver. | Breast cancer, Gastric & gastro-oesophageal junction cancer | none | none | ||
Conformal prediction Conformal prediction wraps any model so that, instead of one answer, it returns a set or interval guaranteed to contain the truth a chosen fraction of the time (say 90 percent), assuming new patients resemble the calibration patients. | none | none | none | ||
Contrastive learning (InfoNCE) Contrastive learning trains a model to pull matching pairs (two views of one slide, or one patient's RNA and protein) close together in embedding space and push non-matching pairs apart. | none | none | none | ||
Controlled-access genomic data (dbGaP, EGA) Controlled-access data can identify a person (raw sequence reads, germline variants), so it is held in archives like dbGaP and EGA and released only to approved researchers under an agreement. | none | none | none | ||
Copy number alteration (CNA) A copy number alteration is a stretch of DNA that a tumour has gained extra copies of or lost, from a single gene to a whole chromosome arm. | none | none | none | ||
Cross-validation and stratified k-fold Cross-validation splits the data into k folds, trains on k minus one and tests on the last, rotating so every sample is tested once; stratified folds keep the class balance the same in each fold. | none | none | none | ||
Data leakage in model evaluation Leakage is when information from the test data reaches the model during training, through a scaler fitted on all samples, a patient split across folds or a benchmark that appeared in the pretraining set, making the model look better than it is. | none | none | none | ||
Data use agreements and consent for research use A data use agreement is the contract a researcher signs to receive controlled data, promising to protect it and use it only as the participants consented. | none | none | none | ||
DCLK1 DCLK1 DCLK1 is a kinase gene from neuronal development that also marks a rare stem-like cell population in the gut, studied as a colorectal and pancreatic cancer stem-cell marker. | Colorectal cancer, Pancreatic ductal adenocarcinoma | none | none | ||
Deep mass-spectrometry proteome (CPTAC) Mass spectrometry weighs fragments of every protein in a sample to identify and quantify thousands of proteins and their phosphorylation sites, the closest measurement to what a cell is actually doing. | none | none | none | ||
Digital pathology and whole-slide images (WSI) Digital pathology scans glass slides into gigapixel images that can be viewed, shared and analysed by software, which is what makes AI on pathology possible. | none | none | none | ||
DNA methylation arrays and beta values (450k, EPIC) Methylation arrays measure, at hundreds of thousands of CpG sites, the fraction of DNA copies carrying a methyl mark; that fraction, between 0 and 1, is the beta value. | none | none | none | ||
DNAJC12 DNAJC12 DNAJC12 is a co-chaperone gene that is strongly expressed in oestrogen receptor-positive (luminal) breast cancers and is used as a luminal marker. | Breast cancer | none | none | ||
Domain shift and domain adaptation (cell line to patient) Domain shift is the mismatch between the data a model was trained on and the data it meets later (cell lines versus tumours, one sequencing platform versus another); domain adaptation is the family of methods that try to bridge it. | none | none | none | ||
Drug response and drug sensitivity (IC50, AUC) Drug sensitivity is how strongly a tumour or cell line is held back by a compound; it is summarised by the concentration that halves growth (IC50) or by the area under the whole dose-response curve. | none | none | none | ||
Drug-response baselines and frameworks: mean-drug floor, LightGBM, DrEval, IMPROVE, DeepTTA The floor for any drug-response model is predicting each drug's average effect across cell lines; tuned gradient-boosted trees such as LightGBM often tie or beat deep models under honest splits, which is why evaluation frameworks now exist. | none | none | none | ||
Drug-response data splits: leave-cell-line-out, leave-drug-out, leave-tissue-out How a drug-response dataset is split decides what a model's accuracy means: hold out cell lines to test personalised prediction, hold out drugs to test drug design, hold out tissues to test repurposing; holding out random pairs only tests imputation. | none | none | none | ||
E2F7 E2F7 E2F7 is an unusual member of the E2F family that represses genes rather than activating them, helping cells pause after DNA damage. | none | none | none | ||
Embedding (learned representation) An embedding is a list of numbers a model produces to stand for an input (a tile, a gene, a patient), placed so that similar inputs land near each other. | none | none | none | ||
Endocrine therapy and endocrine resistance Endocrine therapy blocks the hormones that feed some breast and prostate cancers; endocrine resistance is when the cancer learns to grow without them. | none | none | none | ||
Ensembl gene ID An Ensembl gene ID such as ENSG00000141736 is a stable machine identifier for a gene that survives symbol changes, so pipelines join on it rather than on names. | none | none | none | ||
External validation External validation tests a model on patients from a different hospital, country or platform than it was trained on; it is the only evidence that a result travels. | none | none | none | ||
Fine-tuning versus frozen features, and LoRA Fine-tuning updates a pretrained model's weights on the new task; using it frozen keeps the weights fixed and trains only a small head on its features; LoRA is a cheap middle way that trains small low-rank updates. | none | none | none | ||
Foundation model A foundation model is a large model trained on a vast amount of data without a specific task in mind, then adapted to many downstream uses. | none | none | none | ||
Gene co-expression structure Genes that rise and fall together across samples form co-expression modules; this correlation structure is what expression models mostly learn. | none | none | none | ||
Gene set enrichment analysis (GSEA and ssGSEA) Gene set enrichment analysis asks whether the genes that changed in an experiment cluster in a known pathway or signature, turning a list of genes into a biological story. | none | none | none | ||
Genome builds: GRCh38 versus hg19 (GRCh37) A genome build is the version of the human reference sequence coordinates are measured against; mixing GRCh38 and the older hg19 puts variants at the wrong positions. | none | none | none | ||
Genomic and protein language models: Evo 2, Enformer, ESM Sequence models read DNA or protein letters the way language models read text: ESM predicts protein structure and function, Enformer predicts gene expression from DNA sequence, and Evo 2 models whole genomes with a million-base context. | none | none | none | ||
GISTIC (copy number driver detection) GISTIC scans copy number data across many tumours to find the regions that are amplified or deleted far more often than chance, the likely targets of selection. | none | none | none | ||
GPU training and mixed precision Foundation models are trained on graphics processors, and mixed precision stores most numbers in 16-bit floats to halve memory and double speed; a laptop-class chip can fine-tune small models but pretraining at scale waits for a data-centre GPU. | none | none | none | ||
Grade versus stage Grade describes how abnormal the cancer cells look under the microscope; stage describes how far the cancer has grown and spread. | none | none | none | ||
GRB7 GRB7 GRB7 is an adaptor protein gene that sits next to HER2 on chromosome 17 and is copied along with it in HER2-positive cancers. | Breast cancer, Gastric & gastro-oesophageal junction cancer | none | none | ||
H&E staining (haematoxylin and eosin) H&E is the purple and pink stain on almost every pathology slide: haematoxylin colours cell nuclei blue-purple and eosin colours the cytoplasm and connective tissue pink. | none | none | none | ||
HGNC gene symbol The HGNC symbol is the one official short name for each human gene (ERBB2, not HER2 or NEU), so that datasets can be joined without guessing. | none | none | none | ||
HGVS variant nomenclature HGVS is the standard way to write a DNA or protein change, such as EGFR c.2573T>G or p.Leu858Arg, so that the same variant is named the same way everywhere. | none | none | none | ||
Hugging Face Hub The Hugging Face Hub is the website where most machine-learning models and many datasets are published, with a model card, version history and, for gated models, an access request form. | none | none | none | ||
Human Phenotype Ontology (HPO) The Human Phenotype Ontology is a standard vocabulary of clinical features (signs, symptoms, findings) with codes, used to describe patients in a way computers can compare. | none | none | none |
The table above loads 60 of 140 records first and fetches the rest as you scroll, search or filter. This tag as JSON · table rows · API