IGV offers several display options for tracks. As an example, this tutorial modifies the display of the loaded copy number data to match the visualization shown in Figure 2a of Beroukhim et al. (2007).
Data as it appears in the paper:
Data as it appears in IGV after modifying the display:

Zoom Out
To zoom out to the whole genome, click the whole genome view icon:

Modify Track Height
To modify the track height:
- Select Tracks > Fit Data to Window.
Sort the Tracks
The figure in the paper sorts the tracks by diagnosis (the value of the DIAGNOSIS attribute). To sort the tracks by data type (expression vs. copy number) and diagnosis (primary vs. secondary vs. other gliomas):
- Select Tracks > Sort Tracks. IGV displays the Sort window.
- Sort by Data Type and then Diagnosis by selecting those attributes:

- Click OK to sort the tracks:

Remove the Gene Expression Data
The figure in the paper shows only the copy number data. For the tutorial, you loaded both gene expression and copy number data. To remove the gene expression data:
- Right-click the DATA TYPE attribute for any gene expression track to select all tracks that have been labeled with this attribute (that is, it selects all the gene expression tracks). IGV displays a context menu.

- Click Remove Tracks in the context menu. IGV displays a list of all tracks that have that attribute value.
- Click Yes to remove the tracks.
- Select Tracks > Fit Data to Window.
Filter the Tracks
The figure in the paper shows only the gliomas. At the moment, you are displaying all of the copy number data. Hover over the Type attribute to see the tumor type of the samples.
To apply a filter that displays only the gliomas (Type = Glioma) and hides the normals (Ploidy(Numeric) ≠ 2):
- Click Tracks>Filter Tracks. IGV displays the Filter Tracks window.
- Define a filter that displays the gliomas (Type is equal to Glioma):
- Select Type from the first drop-down list.
- Select is equal to from the second drop-down list.
- Enter glioma into the text box (third from the left).
- Click the plus (+) button to add a second filter.
- Define a filter that hides normals (Ploidy(Numeric) is not equal to 2).
- Select the check box 'Match all of the following' at the top of the window to combine the filter criteria using a logical AND (Type is equal to Glioma AND Ploidy(Numeric) is not equal to 2):

- Click OK to apply the filter. The display now resembles the visualization shown in Beroukhim et al. (2007):

Group the Tracks
The tracks are sorted by diagnosis (the DIAGNOSIS attribute). Grouping the tracks by attribute makes it easier to see the tracks associated with each attribute value. As an example, group the tracks by diagnosis:
- Select Tracks>Group Tracks. IGV displays a drop-down list of attributes.
- Select DIAGNOSIS and click OK. IGV groups the tracks by diagnosis.

To ungroup the tracks, select Tracks>Group Tracks and select None from the attribute list.