Difference between revisions of "Preparing whole genome alignments"

From GenomeView Manual
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
==Loading .maf files into GenomeView==
 
==Loading .maf files into GenomeView==
*Once you have a .maf multiple alignment, projected onto a reference genome, you can load this 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:
+
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.
** Enable comparative annotations:
+
 
Under “File”, select “Configuation”.
+
In order to view comparative annotations, you need to follow these steps:
Select the tab for “Comparative track”.
+
* Enable comparative annotations:
Make sure the box for “Enable comparative annotations” is checked.
+
**Under “File”, select “Configuation”.
## 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).
+
**Select the tab for “Comparative track”.
## You should now see annotations for each genome in the multiple alignment.
+
**Make sure the box for “Enable comparative annotations” is checked.
 +
*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.

Latest revision as of 16:26, 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”.
    • Select the tab for “Comparative track”.
    • Make sure the box for “Enable comparative annotations” is checked.
  • 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.