Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

From the main window of IGV, click on File -> Import Genome... and you should be presented with the following window.

...

From the main window of IGV, click on File -> Load from File.... Choose bowtie.sorted.bam

...

You can do this from within IGV:

  1. Choose File -> Run igvtools....
  2. Choose "index" from the commands drop-down menu.
  3. Select your *.vcf file (Ex: bowtie.vcf) for "Input File"
  4. Click the "run" button.

It will look like nothing has happened, but you can now close the "Run" window and choose File -> Load File. If you navigate to your IGV directory, you will now see a brand new bowtie.vcf.idx file. You can now load the file bowtie.vcf, and it will show up as a new track near the top of your window.

...

Workflow 2: Viewing Human Genome Data in IGV

If you've made it through the other exercises on your own data, take a look at some human genome re-sequencing data where the files can be loaded directly from public databases.

Advanced exercise: human data scavenger hunt
Anchor
scavenger
scavenger

...

  1. Download and install the Integrative Genome Viewer from the Broad Institute.
  2. Select "Human hg18" as the reference genome
  3. Get some data: File -> “Load from Server…” -> 1000 genomes -> CEU and YRI trios
  4. Navigate to the GABBR1 gene and the rightmost exons
  5. Zoom in until you find the SNP
  6. Load and look at the SNP track: File -> Load from server -> Annotations -> Variants -> dbSNP

This is whole genome coverage data; later we'll look at exome data.

...