Difference between revisions of "Preparing whole genome alignments"

From GenomeView Manual
Jump to navigation Jump to search
Line 15: Line 15:
  
 
In order to view comparative annotations, you need to follow these steps:
 
In order to view comparative annotations, you need to follow these steps:
* Enable comparative annotations: <pre>Under “File”, select “Configuation”.
+
* Enable comparative annotations: <pre>Under “File”, select “Configuation”.<br/>Select the tab for “Comparative track”.<br/>Make sure the box for “Enable comparative annotations” is checked.</pre>
Select the tab for “Comparative track”.
 
Make sure the box for “Enable comparative annotations” is checked.
 
</pre>
 
 
# Load in one annotation file for each genome in your multiple alignment (checking to make sure all contig ID’s match those used in the .maf file).
 
# Load in one annotation file for each genome in your multiple alignment (checking to make sure all contig ID’s match those used in the .maf file).
 
# You should now see annotations for each genome in the multiple alignment.
 
# You should now see annotations for each genome in the multiple alignment.

Revision as of 16:25, 18 November 2013

Creating a multiple alignment

  1. Generate a series of pair-wise alignments to “seed” the multiple alignment process.
    Example:  all_bz - "(((((((human chimp) gorilla) baboon) (rat mouse)) (cow pig)) chicken) fugu)" blastz.specs >&all_bz.log
  2. Generate the multiple alignment
    Example:  tba "(((((((human chimp) gorilla) baboon) (rat mouse)) (cow pig)) chicken) fugu)" *.*.maf tba.maf >&tba.log
  3. "project" the alignment onto a reference sequence. This will not make it a reference-based alignment; it just allows for visualization.
     Example:  maf_project tba.maf chicken > tba_project_chicken.maf

Loading .maf files into GenomeView

Once you have a .maf multiple alignment, projected onto a reference genome, you can load this into GenomeView.

First, verify that all contig ID’s used in the .maf file match the contig ID’s used in your genome sequence and annotation files. Load the genome sequence, annotation, and .maf file with matching contig ID’s into Genomeview.

In order to view comparative annotations, you need to follow these steps:

  • Enable comparative annotations:
    Under “File”, select “Configuation”.<br/>Select the tab for “Comparative track”.<br/>Make sure the box for “Enable comparative annotations” is checked.
  1. Load in one annotation file for each genome in your multiple alignment (checking to make sure all contig ID’s match those used in the .maf file).
  2. You should now see annotations for each genome in the multiple alignment.