Arguably the most-important tool you will learn about in this course is IGV. Whilst tools like R are very powerful and allow you to perform statistical analyses and test hypotheses, there is no substitute for looking at the data. A trained-eye can quite quickly get a sense of the data quality before any computational analyses have been run. Futhermore, as the person requesting the sequencing, you probably know a lot about the biological context of the samples and what to expect.
Many of the exercises in the course will use IGV, so you will have plenty of time to practice.
For more details
Chr:Start-End
formatGo to File -> Load from file and select /data/test/paired.bam
. Note that the file paired.bam.bai
needs to be present in the same directory. However, you only need to click on the .bam
hg19
is selected from the Genome drop-down menu (top left)chr1:9,939-10,224
in the Genome Navigation panel (2) to navigate to the start of chromosome 1;.bam
file+
symbol in the to-right cornerShade base by quality
The view in IGV is not static and we can scroll-along the genome by holding-down the left mouse in the data panel and dragging left and right
IGV allows us to configure many aspects of the data display
Menu:- View -> Alignments
It’s worth noting that the display settings may be showing fewer reads than you have (downsampling) in order to conserve memory. Also, some QC-fail or PCR duplicates may be filtered.
We also have some options on how to display the reads themselves, which we can acccess by right-clicking on the bam track
Sorting alignments by:-
The reads themselves can also be coloured according to
Experiment with the various settings by right clicking the read alignment track and toggling the options. Think about which would be best for specific tasks (e.g. quality control, SNP calling, CNV finding). We will re-visit these options later when we come to examine particular variant calls
Additional data tracks are also available on the IGV server. These include useful genome annotation tracks, such as:-
You can try this now:-
File
> Load from Server...
It can be really useful to bookmark particular regions of interest that you have identified, in case you want to go back to them after some time. If you want to bookmark the region currently being displayed, click Regions
> Region Navigator
. You will then have the option to Add
that region as a bookmark
Region
> Region Navigator
Add
Description
boxBRCA2
if you can’t think of anywhereRegion
> Region Navigator
now should have BRCA1
listed as a region. Click View
to go back to itThere are a couple of neat features associated with saved regions, which you can access by right-clicked on the red rectangle that appears. We can copy the genome sequence to the clipboard and also BLAT the sequence
N.B. There is also a Define a region of interest button
(5th button on right from the genome location bar) that will allow you to define the start and end of the region
Screenshots can be taken at any point with the File
> Save Image
option. The screenshot is saved as a png
file.