Overview
Genome browsers are specialized visualization tools that display genomic sequences along with aligned annotations and experimental data. They organize information along chromosomal coordinates, presenting multiple data tracks in a stacked, scrollable layout. Users can zoom from the whole-chromosome view down to individual nucleotides, inspect gene models with exon-intron structures, and overlay experimental signals such as read coverage from sequencing experiments. Both web-based and desktop genome browsers have broad application in research and clinical genomics.
Key Concepts
Data tracks are the fundamental organizational unit. Each track represents a distinct data type, gene annotations, repeat elements, sequence conservation scores, ChIP-seq peaks, or RNA-seq coverage. Coordinate systems use assembly-specific reference genomes (e.g., GRCh38 for human) to ensure consistent positioning. Semantic zooming changes the level of detail displayed as the user scrolls through scale levels: at low zoom, only chromosome bands appear; at maximum zoom, individual bases become visible. Popular browsers include the UCSC Genome Browser, Ensembl, IGV (Integrative Genomics Viewer), and JBrowse.
Applications
Genome browsers are indispensable for interpreting sequencing experiments. Researchers use them to examine variants called from DNA sequencing projects, visualize splice junctions and expression levels in next-generation sequencing data, and overlay ChIP-seq and ATAC-seq tracks to study gene regulation and epigenetics. In clinical diagnostics, genome browsers help validate candidate pathogenic variants by revealing their genomic context and conservation.
Practical Protocol
To visualize ChIP-seq peaks in the UCSC Genome Browser, start at genome.ucsc.edu. Select the human assembly (e.g., GRCh38/hg38) from the drop-down menu and enter a gene name or genomic coordinate (e.g., chr1:10,000,000-12,000,000) in the search bar. The browser displays the reference sequence with gene annotations from RefSeq and GENCODE, repeat elements from RepeatMasker, and conservation scores from the Multiz alignment of 100 vertebrates. To load custom ChIP-seq data as a track, click “My Data” > “Custom Tracks” and paste the data in BED or BigWig format (e.g., a peak calls file from MACS2). The custom track appears as a new row that can be clicked for detailed information. For IGV (Integrative Genomics Viewer), download the desktop application from igv.org and load a reference genome via Genomes > Load Genome from Server. Use File > Load from File or URL to load BAM alignment files, BigWig coverage tracks, or VCF variant files. For a practical example, a researcher studying the transcriptional regulator MYC would: (1) download MYC ChIP-seq peaks from ENCODE as a BED file, (2) load them into IGV alongside RNA-seq coverage data from the same cell line, (3) navigate to a known MYC target gene like NCL, and (4) observe a sharp MYC peak at the promoter coinciding with high RNA-seq read density, confirming MYC binding correlates with active transcription. The ability to zoom to single-nucleotide resolution reveals the exact binding motif within the peak summit, linking ChIP-seq signal to sequence-level regulation.