Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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


      • #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


        • #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


          • #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

            • seqadmin
              Best Practices for Single-Cell Sequencing Analysis
              by seqadmin



              While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
              06-06-2024, 07:15 AM
            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 06-07-2024, 06:58 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:18 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:04 AM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-03-2024, 06:55 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Working...
            X