Unbiased Probabilistic Mapping of Next-Generation Sequencing Reads

Unbiased Probabilistic Mapping of Next-Generation Sequencing Reads
Slide Note
Embed
Share

This project by Nathan Clement from Brigham Young University aims to map next-generation sequencing reads with variable nucleotide confidence to a reference genome. The tool, GNUMap, offers high speed, accuracy, and visualization for processing large amounts of sequencing data. The workflow includes indexing and building hash tables for efficient genome mapping with content addressing. Alignment is done using a probabilistic Needleman-Wunsch approach to ensure high-quality matches. Overall, the project focuses on unbiased mapping of sequencing data to reference genomes with precision and efficiency.

  • Next-Generation Sequencing
  • Genome Mapping
  • Computational Biology
  • Probabilistic Alignment
  • Bioinformatics

Uploaded on Mar 02, 2025 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. GNUMap: Unbiased Probabilistic Mapping of Next- Generation Sequencing Reads Nathan Clement Computational Sciences Laboratory Brigham Young University Provo, Utah, USA

  2. Next-Generation Sequencing Computational Sciences Laboratory Brigham Young University

  3. Problem Statement Computational Sciences Laboratory Map next-generation sequence reads with variable nucleotide confidence to a model reference genome that may be different from the subject genome. Speed Tens of millions of reads to a 3Gbp genome Accuracy Mismatches included? Repetitive regions Visualization Brigham Young University

  4. Workflow Computational Sciences Laboratory Brigham Young University

  5. Indexing the genome Computational Sciences Laboratory Fast lookup of possible hit locations for the reads Hashing groups locations in the genome that have similar sequence content k-mer hash of exact matches in genome can be used to narrow down possible match locations for reads Sorting genome locations provides for content addressing of genome GNUMap uses indexing of all 10-mers in the genome as seed points for read mapping Brigham Young University

  6. Building the Hash Table Computational Sciences Laboratory Sliding window indexes all locations in the genome Brigham Young University Hash Table AACCAT AACCAT ACTGAACCATACGGGTACTGAACCATGAATGGCACCTATACGAGATACGCCATAC

  7. Alignment Computational Sciences Laboratory Given a possible genome match location, determine the quality of the match If you call bases in the read Every base gets the same weight in the alignment, no matter what the quality Later bases in the read that have lower quality have equal weight in the alignment with high quality bases at the start of the read GNUMap uses a Probabilistic Needleman- Wunsch to align reads found with seed points from the genome hash Brigham Young University

  8. Average Read Probability Computational Sciences Laboratory Brigham Young University

  9. Single Read Variation Computational Sciences Laboratory Brigham Young University

  10. Probabilistic Needleman Wunsch Computational Sciences Laboratory Brigham Young University Allows for probabilistic mismatches and gaps Greater ability to map reads of variable confidence Produces likelihood of alignment

  11. Assignment Computational Sciences Laboratory Given a read that has matches to possibly multiple locations in the genome, assign the read to locations where it matches Discard read Repeat masking repetitive regions Half of the human genome contains repeat regions, so you are not able to map to those regions Many regulatory regions are repeated in the genome Map to all locations Repeat regions will be over- represented since one read will generate multiple hits Pick a random location Highly variable if there are small numbers of reads GNUMap uses probabilistic mapping to allocate a share of the read to matching locations in the genome according to the quality of the match Brigham Young University

  12. Assignment Computational Sciences Laboratory Read from sequencer Brigham Young University GGGTACAACCATTAC Read is added to both repeat regions proportionally to their match quality AACCAT GGGTAC AACCAT ACTGAACCATACGGGTACTGAACCATGAA

  13. Equation for probabilistic mapping Computational Sciences Laboratory Brigham Young University Posterior Probability Allows for multiple sequences of different matching quality Includes probability of each read coming from any genomic position

  14. Which Program to Use? Computational Sciences Laboratory Many different programs. How do they relate? ELAND (included with Solexa 1G machine) RMAP (Smith et al., BMC Bioinformatics 2008) SOAP (Li et al., Bioinformatics 2008) SeqMap (Jiang et al., Bioinformatics 2008) Slider (Malhis et al., Bioinformatics 2008) MAQ (Unpublished, http://maq.sourceforge.net/) Novocraft (Unpublished, http://www.novocraft.com) Zoom (Lin et al., Bioinformatics 2008) Bowtie (Langmead et al., Genome Biology 2009) Brigham Young University

  15. Simulation Studies Computational Sciences Laboratory Brigham Young University Ambiguous reads cause: 1. Missed (unmapped) regions 2. Too many mapped regions (noise)

  16. Simulation Studies Computational Sciences Laboratory Brigham Young University

  17. Actual Data Computational Sciences Laboratory Brigham Young University ETS1 binding domain Repetitive region

  18. Future Plans Computational Sciences Laboratory Removal of adaptor sequences Methylation analysis Paired-end reads SOLiD color space Brigham Young University

  19. Acknowledgements Evan Johnson Quinn Snell Mark Clement Huntsman Cancer Institute http://dna.cs.byu.edu/gnumap

  20. Computational Sciences Laboratory Brigham Young University

More Related Content