1 / 27

Genome Alignment

Genome Alignment. Alignment Methods. Needleman-Wunsch (global) and Smith-Waterman (local) use dynamic programming Guaranteed to find an optimal alignment given a particular scoring function Too computationally intensive for genome alignment, especially multiple genomes. Genome Alignment.

Télécharger la présentation

Genome Alignment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Genome Alignment

  2. Alignment Methods • Needleman-Wunsch (global) and Smith-Waterman (local) use dynamic programming • Guaranteed to find an optimal alignment given a particular scoring function • Too computationally intensive for genome alignment, especially multiple genomes

  3. Genome Alignment • Depending on level of similarity, genome alignments may need to contend with rearrangements and large-scale duplications and deletions • Draft or partial genomes can both benefit from and confound alignment • Need to visualize results in summary form

  4. Genome Alignment • Pair-wise • Align two genomes • Example: MUMmer • Multiple or complex samples and a reference genome • All of one genome plus whatever parts match from the other genome(s) • Example: PIPs • Multiple alignment • All of all the genomes • Example: Mauve

  5. Some aligners http://mummer.sourceforge.net/ MUMmer http://www.ebi.ac.uk/~bjp/pecan/Pecan http://asap.ahabs.wisc.edu/mauve/index.php Mauve

  6. MUMmer (Maximal Unique Match) http://mummer.sourceforge.net/ • Fast pair-wise comparison of draft or complete genomes using nucleotide or 6-frame translated sequences • MUMmer 3.0 can find all 20-basepair or longer exact matches between a pair of 5-megabase genomes in 13.7 seconds, using 78 MB of memory, on a 2.4 GHz Linux desktop computer

  7. Suffix Tree Delcher et al. Fast algorithms for large-scale genome alignment and comparison. Nucleic Acids Res. 2002 Jun 1;30(11):2478-83.

  8. MUMMER plot Genome 2 Genome 1

  9. 5 Campylobacter PROmer analysis • Fouts et al. Major structural differences and novel potential virulence mechanisms from the genomes of multiple campylobacter species. PLoS Biol. 2005 Jan;3(1):e15. • One genome is used as the x-axis for all four pair-wise comparisons • X-shape characteristic of collinearity interrupted by inversions around the origin or terminus of replication • Loss of collinearity in more distant comparisons

  10. Human Gut metagenomePercent Identity Plot (PIP) of random shotgun reads to a complete Bifidobacterium genome and a good quality draft Methanobrevibacter genomeGill et al. Metagenomic analysis of the human distal gut microbiome. Science. 2006 Jun 2; 312(5778): 1355-9.

  11. Mauve Multiple Genome Aligner • Able to identify and align collinear regions of multiple genomes even in the presence of rearrangements • Find and extend seed matches • Group into locally collinear blocks • Align intervening regions • Darling et al. Genome Res. 2004 Jul;14(7):1394-403.

  12. Progressive Mauve alignment of 12 E. coli genome Aaron Darling 2006 Ph.D. thesis,http://gel.ahabs.wisc.edu/~darling/darling_thesis.pdf

  13. Figure 1. The difference between positional homology alignment and glocal alignment. Three example linear genomes are broken into genes labeled A,B,C,D, and R. R is a multi-copy (repetitive) gene, with different copies labeled using numeric subscripts. Each copy of R is assumed to be identical in sequence, so that orthology/paralogy is unknowable from nucleotide substitution (as is often the case with mobile DNA repeat elements). Genes shifted downward in a given genome are inverted (reverse complement) relative to the reference genome. The positional homology alignment would ideally create two local alignment blocks where each block has exactly one alignment row for each genome. Only positionally-conserved copies of the repetitive gene family R become aligned to each other. The glocal alignment would ideally create four local alignment blocks wherein all copies of the repetitive gene family become aligned to each other.

  14. Progressive Genome Alignment similar to CLUSTAL (next week) with integrated synteny mapping and positional homology and anchored alignment

  15. actual     \     predicted negative positive Negative TN FP Positive FN TP Performance Metrics • Accuracy – Proportion correct • TN+TP/total • TPR (Recall) – Proportion of predicted positives that are correct • TP/FP+TP • Sensitivity – Proportion of positives correctly predicted • TP/FN+TP • Specificity – Proportion of negatives correctly predicted • TN/TN+FP

  16. For nucleotide pairs, a TP is a pair aligned in both the calculated and correct alignments. A FP is a nucleotide pair in the calculated alignment that is absent from the correct alignment. Likewise, a FN is a pair in the correct alignment not present in the calculated alignment. We do not quantify True Negative (TN) alignments as the number of TN possibilities is extremely large, growing with the product of sequence lengths. Sensitivity Positive Predictive Value (PPV)

  17. ENCODE project • Goal = to identify all functional elements in the human genome • Margulies et al. 2007 reports results of the pilot project to analyze 1% of the genome using genome alignment to detect which regions of the sequence are evolutionarily constrained.

  18. 4 aligners • MAVID • MLAGAN • TBA • PECAN • 23 mammalian species • 30 Mb; 44 regions

  19. Alignment Breakpoints

  20. Alignment Coverage • For example, vs. armadillo: • MAVID 27.4% • MLAGAN 42.4% • TBA 41.2% • PECAN 40.1% • 17.4% covered by all 4 aligners • Of which 66.1% are aligned identically

  21. Performance Metrics • Sensitivity – • coverage of protein coding regions and ancestral repeats • Specificity – • primate specific repeats (Alu) and periodicity of substitutions in protein coding regions

More Related