Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Creating Graphs

IGB can create several useful graphs from annotation tracks. Although the Depth graph can be utilized for all annotations, the usefulness shines, in combination with the Mismatch graph, with .bam and other short read alignment files. Here, you can see how many reads are present at each nucleotide position (Depth) and where mismatches occur as compared to the genomic sequence file.

Depth Graph

You can generate an overview of the relative density of annotation coverage across an entire chromosome.  The Make Annotation Depth Graph feature dynamically graphs the number of annotations in a track that are present at each nucleotide across the genomic sequence. When you are completely zoomed in, and each pixel represents a single nucleotide base, the graph shows actual values for the number of reads aligned at that genomic location. Using the Select tool to hover over a particular point in the graph will open a tooltip with the actual number of reads at that point.

Right-click on the annotation in the label panel and choose Make Annotation Depth Graph.

The picture below shows a fully expanded .bam file, showing the difficulty of seeing any details. The second picture shows just the depth graph (.bam track is 'hidden') with the tool tip showing the number of reads aligned onto that specific genomic location.

Mismatch Graph

The mismatch graph is specific to short read alignment files, such as .bam.  The graph shows only the number of mismatched nucleotides across all reads at a specific genomic location, which can be very helpful in the detection of allelic variation, SNP identification and also error checking.

This function requires that the genomic sequence be loaded; if it is not loaded at the time you request the graph, IGB will produce a warning with the option to load the sequence for you. If you hover the Select tool over an individual bar of the graph, you will get a tool tip showing the total number of reads, and then the number of reads broken down by nucleotide.

In the picture below, you can see that the total number of reads at the specified position is 260 (blue arrow). Of those reads, 257 at at 'T', which you can see is the matching nucleotide (purple arrows). 3 of those reads contain a 'G' instead; since G is a MISmatch, the graph shows a bar with height of 3 (red arrows).

  • No labels