Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • totalnew
    Member
    • Apr 2009
    • 46

    how paired end alignment works?

    Hello, all

    I am completely new in bioinformatics, I start to read papers about alignment, but I just couldn't make an image how paired-end alignment works. I'v been searching around by google, it seems I couldn't get a tutorial or paper to clearly instruct me that.

    What I need is a tutorial with some simple examples of PE alignment. Can anyone provide me a link here? Thanks a lot.
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    Originally posted by totalnew View Post
    Hello, all

    I am completely new in bioinformatics, I start to read papers about alignment, but I just couldn't make an image how paired-end alignment works. I'v been searching around by google, it seems I couldn't get a tutorial or paper to clearly instruct me that.

    What I need is a tutorial with some simple examples of PE alignment. Can anyone provide me a link here? Thanks a lot.
    Check out papers for aligners like MAQ or SOAP. Most aligners align each end independently, or at most consider using one end and the expected insert size to infer the location of the other (to be more sensitive).

    Comment

    • totalnew
      Member
      • Apr 2009
      • 46

      #3
      Thanks, nilshomer! I read Heng's paper about Maq, and paper for SOAP, PE part is kind of short, they wouldn't make me clearly understand how it works. Any other straightforward documentations?

      thanks
      Last edited by totalnew; 04-27-2009, 09:27 AM.

      Comment

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #4
        Originally posted by totalnew View Post
        Thanks, nilshomer! I read Heng's paper about Maq, and paper for SOAP, PE part is kind of short, they wouldn't make me clearly understand how it works. Any other straightforward documentations?

        thanks
        There isn't too much to say about paired end alignment, just align them independently. PM if you want a draft of my own alignment paper.

        Comment

        • lh3
          Senior Member
          • Feb 2008
          • 686

          #5
          Actually there are a lot to say about paired-end mapping. This is where the accuracy of different aligners differs. The algorithms can be classified into four groups.

          a) Eland-like strategy. Eland finds up to 10 equally best hits first and then check which pair (10x10 in total) is consistent. SSAHA2 uses a similar strategy, but seeing more top hits.

          b) SOAP-like strategy. SOAP finds almost all the hits and then pair them. I do not know whether it may map a read to a suboptimal position if its mate is hanging around. I am sure SOAP-2.0.1 and BWA do this if necessary. You can say a) and b) are essentially the same, but only b) is useful to anchor reads in repeats.

          c) MAQ-like strategy. MAQ does not find all the single-end hits first. It pairs the reads while doing the alignment. For programs indexing reads, this strategy is more effective and efficient than collecting all the single-end hits first.

          d) We can map one end first and then do local alignment around the region pointed by the mapped reads. This strategy is usually combined with the previous. I believe NovoAlign/MAQ/BWA use this strategy as a complement to other strategies.

          For short reads, proper pairing increases the coverage of the genome and substantially reduce false alignments.

          Comment

          • nilshomer
            Nils Homer
            • Nov 2008
            • 1283

            #6
            Originally posted by lh3 View Post
            For short reads, proper pairing increases the coverage of the genome and substantially reduce false alignments.
            The above is exactly right, although it may depend on the exact experiment. For example cancer sequencing we expect many translocations, or large-scale rearrangements, and preferring "paired reads" may reduce our power.

            In general, if an aligner produces all hits for each end, any post-alignment filtering is possible (all the above classes). Of course some limit must be placed on the number of hits returned (thousands is overkill), since my 4 petabyte array of solid state hard drives has yet to arrive in the mail.

            Comment

            • lh3
              Senior Member
              • Feb 2008
              • 686

              #7
              On the contrary, my experience is detecting structural variations (SVs) particularly presses for highly effective pairing. In the real world, abnormal pairs are most likely to be caused by false alignments rather than true SVs, which is also true for cancer genomes. And if a read can be paired with its mate, the alignment tends to be correct. I know several groups on detecting SVs put a lot of effort on getting more reads paired.

              Whether keeping all hits is a debate. Surely we can recover anything, but the cost is considerable. How to use them effectively for SV detection is also an open question, I think. In addition, for effective pairing, keeping thousands of hits or keeping equally best hits only is not good enough. It is important to see sufficient suboptimal hits. NovoAlign is the most accurate aligner mainly because it sees many suboptimal hits and achieves highest pairing fraction.

              Alignment accuracy is no so important for resequencing, but it is one of the most important factors for SV detection.
              Last edited by lh3; 04-27-2009, 12:20 PM.

              Comment

              • totalnew
                Member
                • Apr 2009
                • 46

                #8
                Thanks a lot, nils & Heng! But still need time to digest what you have mentioned above, .

                Comment

                • nilshomer
                  Nils Homer
                  • Nov 2008
                  • 1283

                  #9
                  What I don't follow is if you align each end separately you will get the highest pairing fraction, since you are the very sensitive in this case (fewer constraints, in fact no constraints between each end). Furthermore, using one end to infer hits for the other can also increase sensitivity.

                  In my own experience, if one is sensitive enough, potentially false SVs (due to mapping) can be eliminated since by examining the secondary hits for each end, and seeing if there exists a pair of alignments for each end that fall within the expected insert size distribution that are not too much worse than the "best pair". Is this what you are talking about? If so, then we agree.

                  I would take exception to Novoalign being the most accurate, since this is conditional on sensitivity, as well as the many definitions of "accuracy".

                  Finally, I think you and I have a fundamental disagreement between what an aligner should do. I think it should return all hits for a given read that it can find (sensitivity), and let the user filter/choose the best alignment or alignment pair based on their experiment. I would prefer gapped smith-waterman, but this could vary based on experiment. Given this, I agree to disagree.

                  The aligner is but one step in the whole process, and everything shouldn't be lumped into the alignment algorithm.

                  Comment

                  Latest Articles

                  Collapse

                  • SEQadmin2
                    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                    by SEQadmin2


                    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                    The systematic characterization of the human proteome has
                    ...
                    07-20-2026, 11:48 AM
                  • SEQadmin2
                    Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                    by SEQadmin2



                    Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                    ...
                    07-09-2026, 11:10 AM
                  • SEQadmin2
                    Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                    by SEQadmin2



                    Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                    There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                    07-08-2026, 05:17 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, 07-24-2026, 12:17 PM
                  0 responses
                  34 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-23-2026, 11:41 AM
                  0 responses
                  25 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-20-2026, 11:10 AM
                  0 responses
                  217 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-13-2026, 10:26 AM
                  0 responses
                  81 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...