Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inzaghi
    Junior Member
    • May 2012
    • 3

    #1

    duplicates

    I have Illumina pair-ended seq data. I try to remove duplicates from each DNA fragment.

    For example, I have two pairs reads. A1 A2 and B1 B2. After Bowtie alignment, I have data as follows:

    pair A ----------- chr ----------- strand ----------- position ----------- mate

    A1 ----------- chr3 ----------- plus ------------- 37 ----------- 1
    A2 ----------- chr3 ------------ minus ----------- 137 ----------- 2


    pair B ----------- chr ----------- strand ----------- position ----------- mate

    B2 ----------- chr3 ----------- plus --------------- 37 ----------- 2
    B1 ----------- chr3 ------------ minus ----------- 137 ----------- 1


    The only difference between pair A and pair B is the mate. Are pair A and pair B are duplicated? Thanks!
    Last edited by inzaghi; 05-01-2012, 07:01 PM.
  • Heisman
    Senior Member
    • Dec 2010
    • 534

    #2
    I don't quite understand your question. In general, any reads that come from the same original biological template strands are duplicates. In reality, if two reads come from the same biological template but one has incurred a PCR error, should they be considered duplicates? It would be harder to say for certain that they came from the same biological template.

    Picard MarkDuplicates, for paired end reads, works by looking at the 5' alignment position of each mate; if these match a different paired read then it considers those two pairs to be duplicates, even if some of the bases are different due to errors.

    Comment

    • inzaghi
      Junior Member
      • May 2012
      • 3

      #3
      Originally posted by Heisman View Post
      I don't quite understand your question. In general, any reads that come from the same original biological template strands are duplicates. In reality, if two reads come from the same biological template but one has incurred a PCR error, should they be considered duplicates? It would be harder to say for certain that they came from the same biological template.

      Picard MarkDuplicates, for paired end reads, works by looking at the 5' alignment position of each mate; if these match a different paired read then it considers those two pairs to be duplicates, even if some of the bases are different due to errors.
      Hi Heisman, thanks for your reply

      Picard MarkDuplicates, for paired end reads. Does that mean reads from mate 1 must match reads from mate 1 and reads from mate2 must match reads from mate2 ?

      I mean if reads from mate 1 could match reads from mate 2.

      Comment

      • Heisman
        Senior Member
        • Dec 2010
        • 534

        #4
        Originally posted by inzaghi View Post
        Hi Heisman, thanks for your reply

        Picard MarkDuplicates, for paired end reads. Does that mean reads from mate 1 must match reads from mate 1 and reads from mate2 must match reads from mate2 ?

        I mean if reads from mate 1 could match reads from mate 2.
        Ok, I understand, I think. If you have a paired read with mates A and B, and a second paired read with mates A' and B', would it be a duplicate read if:

        1. A matched A' and B matched B'

        2. A matched B' and B matched A'

        If the reads are mapped with the same orientation, then I believe there is really no meaning to separating scenario 1 and 2 above. So, in that sense, in both scenarios they would be duplicates.

        Comment

        • inzaghi
          Junior Member
          • May 2012
          • 3

          #5
          Originally posted by Heisman View Post
          Ok, I understand, I think. If you have a paired read with mates A and B, and a second paired read with mates A' and B', would it be a duplicate read if:

          1. A matched A' and B matched B'

          2. A matched B' and B matched A'

          If the reads are mapped with the same orientation, then I believe there is really no meaning to separating scenario 1 and 2 above. So, in that sense, in both scenarios they would be duplicates.
          Hi Heisman,

          You explain very well

          Thank you so much for your prompt reply!

          Comment

          • blanco
            Member
            • Apr 2012
            • 28

            #6
            Hi folks,
            I used Picard to remove duplicates but it removed around 60% of the reads (samtolls rmdup removed even more). That seems quite a lot - I have heard around 30% is normal.

            My library was performed with RiboMinus so there are likely some Ribosomal sequences in the library. Could that account for the massive amount of removed reads?

            thanks,
            blanco

            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
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-23-2026, 11:41 AM
            0 responses
            11 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-20-2026, 11:10 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            37 views
            0 reactions
            Last Post SEQadmin2  
            Working...