Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • shyam_la
    Member
    • Mar 2012
    • 97

    Very basic number question..

    If I have two 100 base pair, paired end read files each having x reads (2x total number of reads), is the total number of bases pairs represented by these two together 2x or x?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Technically they are "x" fragments represented by 2x reads.
    If the reads from the two ends do not overlap then there are all unique bases.

    Comment

    • Heisman
      Senior Member
      • Dec 2010
      • 534

      #3
      Originally posted by GenoMax View Post
      Technically they are "x" fragments represented by 2x reads.
      If the reads from the two ends do not overlap then there are all unique bases.
      The overlap idea is key; if they are all unique then it is 2x. If there is some overlap it's between 1-2x.

      Comment

      • shyam_la
        Member
        • Mar 2012
        • 97

        #4
        What if there are gaps (the opposite of overlaps)? Thats possible, right? In that case, would the number of bases be more than 2x?

        Comment

        • Heisman
          Senior Member
          • Dec 2010
          • 534

          #5
          Originally posted by shyam_la View Post
          What if there are gaps (the opposite of overlaps)? Thats possible, right? In that case, would the number of bases be more than 2x?
          No, it would not be more than 2x. You don't sequence the gaps so they don't count as bases covered for your coverage considerations.

          Comment

          • shyam_la
            Member
            • Mar 2012
            • 97

            #6
            ???

            We were talking about gap/overlap between members of one pair, right? The gaps is going to be covered by some other pair of reads, won't it?

            For eg. If ABCDEFGHIJKLMNOPQRSTUVWXYZ was my target region, and my sequencer sliced it up, made libraries, the libraries would be something like ABCDE, BCDEF, CDEFGHI, DEFGHI and so on, of varying size. Then it sequences the library and gave me 3 unit long paired end reads. ABCDE will give me ABC and EDC (with an overlap) but CDEFGHI would give me CDE and IHG (with a gap).

            Sorry I am new to NGS and want to get the bare basics correct.

            Is my concept correct?
            Last edited by shyam_la; 06-11-2012, 06:48 PM.

            Comment

            • Heisman
              Senior Member
              • Dec 2010
              • 534

              #7
              Originally posted by shyam_la View Post
              ???

              We were talking about gap/overlap between members of one pair, right? The gaps is going to be covered by some other pair of reads, won't it?

              For eg. If ABCDEFGHIJKLMNOPQRSTUVWXYZ was my target region, and my sequencer sliced it up, made libraries, the libraries would be something like ABCDE, BCDEF, CDEFGHI, DEFGHI and so on, of varying size. Then it sequences the library and gave me 3 unit long paired end reads. ABCDE will give me ABC and CED (with an overlap) but CDEFGHI would give me CDE and IHG (with a gap).

              Sorry I am new to NGS and want to get the bare basics correct.

              Is my concept correct?
              You are correct. Going along with that example, ABCDE would give you 5 base pairs worth of coverage. CDEFGHI would give you 6 base pairs worth of coverage. It doesn't matter how long the gap is, you still sequence the same total number of bases, so it contributes the same amount of bases to your overall coverage.

              Comment

              • shyam_la
                Member
                • Mar 2012
                • 97

                #8
                I am still not clear.. But thanks anyway.

                Comment

                • Heisman
                  Senior Member
                  • Dec 2010
                  • 534

                  #9
                  If you have 2 100 bp reads, the total number of bases you get is 200. Period, end of story. The question is how many of those 200 base pairs gives you more information? If you are only sequencing a 100 bp insert, then each of the paired reads will sequence the same bases. So, you get 200 base pairs, but 100 base pairs are redundant (assuming there are no errors in the read). Hence, you only get as an outcome 100 base pairs that count for your coverage.

                  If you are sequencing a 300 base pair insert, you get 200 base pairs of information. Here, those 200 base pairs will be unique, because there will be 100 base pairs in between. So you get 200 base pairs that count for your coverage.

                  Is this clear? If so, what else is confusing you?

                  Comment

                  • Jeremy
                    Senior Member
                    • Nov 2009
                    • 190

                    #10
                    Originally posted by shyam_la View Post
                    If I have two 100 base pair, paired end read files each having x reads (2x total number of reads), is the total number of bases pairs represented by these two together 2x or x?
                    If you have 30 Gbp of sequence data then you have 30 Gbp of sequence data, what difference does it make how many files that data is separated into?

                    Comment

                    • shyam_la
                      Member
                      • Mar 2012
                      • 97

                      #11
                      Heisman: As to a 300 bp insert, 200 bp from one read pair will cover it from the ends but the 100 bp gap will be covered by some other read pair from a different overlapping insert, from the library. What I don't understand is why your answer sounds like those 100 bp have just vanished..

                      Maybe I am just not able to get the big picture at the moment, from our rather simple discussion, but whatever..

                      Comment

                      • shyam_la
                        Member
                        • Mar 2012
                        • 97

                        #12
                        Originally posted by Jeremy View Post
                        If you have 30 Gbp of sequence data then you have 30 Gbp of sequence data, what difference does it make how many files that data is separated into?
                        You think it makes no difference knowing whether that 30Gbp of raw seq data corresponds to 300Mbp or 150Mbp of a reference after alignment?

                        Maybe this is getting confusing, because we haven't invoked the idea of coverage in a proper way..

                        Comment

                        • Jeremy
                          Senior Member
                          • Nov 2009
                          • 190

                          #13
                          Originally posted by shyam_la View Post
                          You think it makes no difference knowing whether that 30Gbp of raw seq data corresponds to 300Mbp or 150Mbp of a reference after alignment?

                          Maybe this is getting confusing, because we haven't invoked the idea of coverage in a proper way..
                          I think perhaps your original question was worded in a confusing manner if you were asking about reference coverage. Your original question only talked about raw data, you mentioned nothing of coverage.

                          If your original question was pertaining to coverage of a genome then assume random read distribution and divide sequence data size by genome size. For example if you have 30 Gbp of sequence data and a 1 Gbp genome then theoretically you have an average of 30x coverage. It makes little difference how much of that redundancy is from overlap in paired reads (which are size selected to be very little to nill anyway since the fragments are 200-500 bp and you sequence 75-100 bp of each end) vs different reads.

                          Comment

                          • shyam_la
                            Member
                            • Mar 2012
                            • 97

                            #14
                            Originally posted by Jeremy View Post
                            I think perhaps your original question was worded in a confusing manner if you were asking about reference coverage. Your original question only talked about raw data, you mentioned nothing of coverage.

                            If your original question was pertaining to coverage of a genome then assume random read distribution and divide sequence data size by genome size. For example if you have 30 Gbp of sequence data and a 1 Gbp genome then theoretically you have an average of 30x coverage. It makes little difference how much of that redundancy is from overlap in paired reads (which are size selected to be very little to nill anyway since the fragments are 200-500 bp and you sequence 75-100 bp of each end) vs different reads.
                            Perfect! Answers everything.. Thanks.

                            Comment

                            Latest Articles

                            Collapse

                            • seqadmin
                              Pathogen Surveillance with Advanced Genomic Tools
                              by seqadmin




                              The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
                              03-24-2025, 11:48 AM
                            • seqadmin
                              New Genomics Tools and Methods Shared at AGBT 2025
                              by seqadmin


                              This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                              The Headliner
                              The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                              03-03-2025, 01:39 PM

                            ad_right_rmr

                            Collapse

                            News

                            Collapse

                            Topics Statistics Last Post
                            Started by seqadmin, 03-20-2025, 05:03 AM
                            0 responses
                            49 views
                            0 reactions
                            Last Post seqadmin  
                            Started by seqadmin, 03-19-2025, 07:27 AM
                            0 responses
                            57 views
                            0 reactions
                            Last Post seqadmin  
                            Started by seqadmin, 03-18-2025, 12:50 PM
                            0 responses
                            50 views
                            0 reactions
                            Last Post seqadmin  
                            Started by seqadmin, 03-03-2025, 01:15 PM
                            0 responses
                            201 views
                            0 reactions
                            Last Post seqadmin  
                            Working...