RNA-seq Bioinformatics

Introduction to bioinformatics for RNA sequence analysis

Alignment Visualization - IGV


RNA-seq_Flowchart3


Now that our BAM files have been indexed with samtools we can load them and explore the RNA-seq alignments using the Integrative Genomics Viewer (IGV).

The exercise below assumes that you have IGV installed on your local computer. If you are unable to get IGV to run locally you may also consider a web based version of IGV that runs in your browser. The interface of the IGV Web App is different from the local install, and is missing a few features, but is conceptually very similar. To access it simply visit: IGV Web App.

Visualize alignments with IGV

Start IGV on your computer/laptop. Load the UHR.bam & HBR.bam files in IGV. If you’re using AWS, you can load the necessary files in IGV directly from your web accessible amazon workspace (see below) using ‘File’ -> ‘Load from URL’.

Make sure you select the appropriate reference genome build in IGV (top left corner of IGV): in this case hg38.

If for some reason you do not have access to the BAM files from running through this course you can download and use these cached versions instead:

You may wish to customize the track names as you load them in to keep them straight. Do this by right-clicking on the alignment track and choosing ‘Rename Track’.

Go to an example gene locus on chr22:

Exercise

Try to find a variant position in the RNAseq data:

IGV visualization example (DDX17 3 prime region)

IGV-DDX17


PRACTICAL EXERCISE 7

Assignment: Index your bam files from Practical Exercise 6 and visualize in IGV.

If for some reason you do not have access to the BAM files from running through this course you can download and use these cached versions instead:

Questions

Solution: When you are ready you can check your approach against the Solutions.