When you load genomic data, IGV displays the data in horizontal rows called tracks. Typically, each track represents one sample or experiment. For each track, IGV displays the track identifier, one or more attributes, and the data.

When loading a data file, IGV uses the file extension to determine the file format (see File Formats), the file format to determine the data type (Table 1), and the data type to determine the track default display options (Table 2).
You can override IGV's default display options in several ways:
This section describes a few commonly used display options that apply to all (or most) tracks: graph type, data range, track color, track height, and track names. For information about how to load and display specific types of data, see Viewing Data. For a complete list of display options, review the options available in the pop-up menus, Preferences window, Color Legends window, and the menu bar (View and Tracks menus).
Most tracks are displayed using one of four graph types (the following graphs show the same data):
| Heatmap: | |
| Bar chart: | |
| Scatter plot: | |
| Line plot: |
IGV determines the default graph type for a track as described in Default Display.
To change the graph type of selected tracks:
The data range for a track provides the minimum, baseline, and maximum value for the graph. IGV determines the default data range for a track as described in Default Display.
To change the data range for selected heat map tracks:
To change the data range for other selected tracks:
Changing the data range can significantly affect the data display:
| minimum, baseline, maximum | Result |
|---|---|
| 0,0,3 | |
| -1.5,0,1.5 | |
| -5,0,5 | |
To change the track color for selected heat map tracks:
To change the track color for tracks that are displayed as something other than a heatmap (i.e., bar chart, scatter plot, or line plot):
To change the height of selected tracks:
To change the height of all tracks:
To fit the data to the window:
By default, IGV displays track names to the left of the attribute panel. Legibility of the track names depends on track height; for example, track names will not be legible when track height is 1 pixel).
To select the attribute IGV uses as the track name:
To display the track name as a track label:
To rename a track:
You can only rename one track at a time. You can preserve track name changes only by saving the session.
There are 3 different options for viewing the feature track. These allow you to display overlapping features, such as different transcripts of a gene, on one line or multiple lines
To change the view of the feature track, right-click on the feature track and select one of the options:
Collapsed

Squished
![]()
Expanded

For expression data, use the GCT file format. This a tab-delimited format that contains a row for each probe set ID (or gene), a column for each sample, and expression values for each feature in each sample.
To display expression data, IGV must first map the probe set IDs named in the expression data file to their genomic locations. IGV displays data for all of the probes that it can map to genomic locations. If none of the probes in the file can be mapped, IGV displays an error message.
IGV determines the genomic locations for probes as follows:
Choose preferred mapping: By default, IGV uses its probe mapping files before its gene mapping files. If you prefer to map probes to genes, select the Map probes to genes radio button on the Probes tab of the Preferences window.
Probe mapping files map probe identifiers to chromosomal locations. They are compiled from source files provided by Affymetrix, Agilent, and Illumina. The Affymetrix and Agilent mapping files are split by species due to their large size. Separate mapping files are provided for human, mouse, and other (non-mouse, non-human) species. Human probe identifiers are mapped to hg18. Depending on the vendor, mouse probe identifiers are mapped to mm9 (Affymetrix), mm5 (Agilent) or mm8 (Illumina).
Following are links to the probe mapping files:
Gene mapping files map probe identifiers to gene identifiers. Following are links to the gene mapping files:
The probe and gene mapping files are compiled from source files provided by Affymetrix, Agilent, and Illumina. A list of the source files is available at http://www.broadinstitute.org/igv/resources/probes/data_sources_for_mapping.txt.
IGV displays RNAi data similarly to expression data, with one exception: to facilitate analysis of hairpin scores, IGV provides a unique RNAi bar chart. To display the bar chart:
The following figure explains how to read the bar chart.
Hover over a track to view hairpin values.

For segmented copy number data, use the SEG or CBS file format.
By default, IGV fills the gaps between adjacent segments by extending the segment endpoints. When zoomed in sufficiently, error bars indicate the gaps:
Alternatively, you can leave the gaps between the segments. In this case, the gaps appear gray:
To modify how gaps are displayed between adjacent segments set the "Join Adjacent CopyNumber Segments" option on the General tab of the Preferences window.
IGV can display genome-wide association study (GWAS) data as a "manhattan plot", color-coded by chromosome. Data formats are describe here.

The plot represents the significance of the association between a SNP or haplotype and the trait being measured. The Y-axis shows -log10 transformed P values, which represent the strength of association.
The size of the data points in the plot and their height on the left-hand side of the data pane relate directly to their significance: the larger the point and the higher the point on the scale, the more significant the association with the trait. You can see the point size difference in the following screenshot of data on chromosome 1.

As in other parts of IGV, hovering over a data point allows you to see a pop-up containing the data specifically associated with that point. You can see the pop-up for the topmost data point in this image. Note that the point's position on the scale on the left is associated with its P value.

The following commands appear in the pop-up menu for GWAS tracks:
| Command | Description |
|---|---|
| Rename Track | Renames the track. |
| Remove Track | Removes the selected track from the display. |
| Set Data Range... | Changes the minimum, baseline, and maximum values of the scale used for the GWAS data. |
| Change Track Height... | Changes the display height of the track. |
|
Color Scheme |
Changes the display to use different color schemes for the chromosome color-coding. The chromosome color scheme (default) uses the colors defined in the legend in the Alignment tab of the Preferences window.
The single color scheme changes all the chromosomes to display in a single color (blue by default).
The alternating color scheme uses two colors (blue and gold by default) that alternate through the chromosomes.
|
|
Set primary color... |
Set the color for the single color scheme and for one of the colors in the alternating color scheme. |
| Set alternating color... | Set the alternating color in the alternating color scheme. |
|
Set minimum point size... |
Set the minimum data point display size. |
| Set maximum point size... | Set the maximum data point display size. |
| Save image... | Save the current display as a PNG file. |