Overview
Biological data visualization bridges the gap between raw quantitative data and human interpretation. Modern high-throughput technologies generate datasets with thousands to millions of measurements, making effective visualization essential for hypothesis generation, quality control, and communication. Good visualizations reveal patterns, outliers, and relationships that summary statistics alone cannot capture, while poor ones can mislead and obscure. The field draws on principles from perceptual psychology, graphic design, and computer science to create representations that align with how the human visual system processes information.
Key Concepts
Data-ink ratio and chartjunk are foundational design considerations. The data-ink ratio, popularized by Edward Tufte, measures the proportion of a graphic’s ink devoted to displaying data versus decorative elements. Maximizing this ratio produces clearer figures. Color encoding must account for color vision deficiencies; tools like ColorBrewer help select perceptually uniform and accessible palettes. Scales and transformations — log scales, normalized axes, and multidimensional scaling — can reveal structure hidden in raw measurements. Overplotting in dense scatter plots is addressed through transparency, hexagonal binning, or kernel density estimation.
Applications
Visualization permeates every stage of biological research. During exploratory analysis, scatter plots and heatmaps of DNA microarray and gene expression data identify differentially expressed genes. In flow cytometry, bivariate dot plots and density plots reveal cell populations based on surface markers. Structural biologists use ribbon diagrams and surface representations to communicate protein structure. High-dimensional data from single-cell sequencing and proteomics increasingly relies on dimensionality reduction plots such as t-SNE and UMAP for visualization.