Modality¶
Definition
AI-generated
In machine learning, a modality is a distinct input or output channel or data type—unstructured text, base-level sequence, imaging grids, waveforms, clinical codes, single-cell count matrices—each usually encoded by its own preprocessor or encoder before fusion in a multimodal model.
Why it matters in GWAS¶
Integrating omics, imaging, and text in one model raises questions of batch effects, population structure, and label definition per channel; SNP-based association remains the standard for estimating genetic effects even when auxiliary modalities improve phenotyping.
Example usage¶
"We treated methylation beta values as one modality and PRS bins as another, fusing only after separate missingness QC per type."
Related terms¶
References¶
- Baltrušaitis T, Ahuja C, Morency LP. (2018). Multimodal machine learning: a survey and taxonomy. IEEE TPAMI.
Last updated (UTC · Git history)