Tregwiki:Whole-Genome Alignments: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
>Admin
No edit summary
 
m (1 revision(s))
 
(No difference)

Latest revision as of 15:29, 9 December 2007

Whole Genome Alignments are handy: They can save you a lot of time.

  • The most famous resource here is The Conservation Track of the UCSC browser based on chaining/netting and re-aligning regions with Blastz which was done by the Miller Lab. You can download bed-regions with the table browser and then convert to fasta with my maf2fa and maf2fa-files tools. At the moment, they combine 28 genomes into one single alignment. If you wonder how this works, the best reference (very humble as I am) is my howto.
  • The other main resource is Lawrence Livermore's Comparative Genomics tools, well known as VISTA. Apart from beautiful percent-identity-pots, you can [download http://genome.lbl.gov/vista/downloads.shtml] the alignments in fasta format. They are different from UCSC, I've only seen pairwise alignments to download here until now though you can display them together and possibly weave together several files on your own. But you stick with UCSC as they really support their alignments.
  • Plants: Comparative Plant Genomics at Berkeley lets you view two genomes and their conserved elements using pairwise short non-coding blast hits
  • Note: There is some important difference between UCSC and the VISTA servers: Vista uses MLAGAN, which is global alignment program whereas UCSC is using only BLASTZ, which is local aligner, optimized for speed and perhaps somewhat less sensitive than BLAST. However, if you working on conserved regions, you probably won't to focus only on the best ones anyways. UCSC has definitely the best format, best tool support and fastest servers out there, so unless you have very good reason to do otherwise, I'd suggest you stick with them.