The description of the practical is based on the IGV tutorial of Alex H. Wagner
Welcome to the lab for Genome Visualization! This lab will introduce you to the Integrative Genomics Viewer, one of the most popular visualization tools for High Throughput Sequencing (HTS) data.
After this lab, you will be able to:
Things to know before you start: * The lab may take between 1-2 hours, depending on your familiarity with genome browsing. Do not worry if you do not complete the lab. It will remain available to review later.
Thought-provoking question goes here
This tutorial was intended for IGV v2.8.0, which is available on the IGV Download page. It is strongly recommended that you use this version.
We will be using publicly available Illumina sequence data from the HCC1143 cell line. The HCC1143 cell line was generated from a 52 year old caucasian woman with breast cancer. Additional information on this cell line can be found here: HCC1143 (tumor, TNM stage IIA, grade 3, primary ductal carcinoma) and HCC1143/BL (matched normal EBV transformed lymphoblast cell line).
Create a new directory for this practical (working directory) in your home directory to the files of this practical (i.e 02_OMICS_IGV).
You will need the two input files above.
Copy the input bam file – that contains the region Chromosome 21: 19,000,000-20,000,000 of sequence read alignments generated from a cell line HCC1143 – from /shared/02_OMICS
to your working directory.
Download the bai index file from the web to your working dir. using the wget
command.
By default, IGV loads Human hg19 genome version. If you work with another version of the human genome, or another organism altogether, you can change the genome by clicking the drop down menu in the upper-left. For this lab, we will be using Human hg19.
We will also load additional tracks from Server using (File -> Load from Server...
):
Available Datasets -> Annotations -> Genes -> Ensembl Genes
Available Datasets -> Annotations -> Sequence and Regulation -> GC Percentage
Available Datasets -> Annotations -> Variation and Repeats -> dbSNP 1.4.7
Load additional data tracks
Sometimes, it is really useful to save where you are, or to load regions of interest. For this purpose, there is a Region Navigator in IGV. To access it, click Regions -> Region Navigator
. While you browse around the genome, you can save some bookmarks by pressing the Add
button at any time.
Bookmarks in IGV
Regions of interest will be indicated with a red line at the navigation bar below the chromosome.
We will be using the breast cancer cell line HCC1143 to visualize alignments. For speed, only a small portion of chr21 will be loaded (19M:20M).
HCC1143 Alignments to hg19:
Load the read alignment file from your working directory to IGV: File -> Load from File...
, select the bam file, and click OK
. Note that the bam and bai index files must be in the same directory for IGV to load these properly.
Load bam track from File
Navigate to a narrow window on chromosome 21: chr21:19,480,041-19,480,386.
To start our exploration, right click on the track-name, and select the following options: * Sort alignments by start location
* Group alignments by pair orientation
Experiment with the various settings by right clicking the read alignment track (left bar: HCC1143.normal.21.19M-20M.bam) and toggling the options.
Changing how read alignments are sorted, grouped, and colored
You will see reads represented by grey or white bars stacked on top of each other, where they were aligned to the reference genome. The reads are pointed to indicate their orientation (i.e. the strand on which they are mapped). Mouse over any read and notice that a lot of information is available. To toggle read display from hover
to click
, select the yellow box and change the setting.
Changing how read information is shown (i.e. on hover, click, never)
Once you select a read, you will learn what many of these metrics mean, and how to use them to assess the quality of your datasets. At each base that the read sequence mismatches the reference, the colour of the base represents the letter that exists in the read (using the same colour legend used for displaying the reference).
Viewing read information for a single aligned read
In this section we will be looking in detail at 8 positions in the genome, and determining whether they represent real events or artifacts.
Example1. Good quality SNVs/SNPs
Notes:
Question:
1 What does "Shade base by quality" do? How might this be helpful?
The most abundant simple sequence repeat tracts are the homopolymer repeats poly(dA).poly(dT) and poly(dG).poly(dC). Long (> 9 bp) tracts of both types are found at higher than expected frequencies in the non-coding regions of eukaryote genomes. Homopolymer tracts, for example, can serve as protein binding signals, particularly as upstream promoter elements.
Navigate to position chr21:19,518,412-19,518,497
Example 2a
Sort alignments by -> base
Example 2a
Question:
2 How would you better show that the poor base qualities are mostly found on the forward strand?
Example 2b
Group alignments by -> none
Sort alignments by -> base
Example 2b
Notes:
Navigate to position chr21:19,611,925-19,631,555. Note that the range contains areas where coverage drops to zero in a few places.
Example 3
Collapsed
viewColor alignments by -> insert size and pair orientation
Example 3
Note:
GC content influences the succes of PCR amplification, therefore could influence coverage.
Question:
3 Why are there blue and red reads throughout the alignments?
Navigate to region chr21:19,800,320-19,818,162
File
-> Load from server...
)Load repeats
Example 4
Notes:
Navigate to region chr21:19,324,469-19,331,468
Example 5
View as Pairs
and Expanded
viewColor alignments by -> insert size and pair orientation
Sort alignments by -> insert size
Example 5
Questions:
4 What is the insert size of a red colored readpair?
5 How long is the corresponding deletion if the insert size of other reads are 350bp?
Navigate to region chr21:19,089,694-19,095,362
Example 6
Group alignments by -> pair orientation
Color alignments by -> insert size and pair orientation
Example 6
Notes:
File -> Save session