Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • find error rate in Raw Read

    Hi,
    How can i find the overall error rate of the Raw reads? and the rate of (substitutions, deletions and insertions)?
    how to do?
    Thanks

  • #2
    Look at @Brian's post (#18) here. You would either need a reference or you will have to assemble your data into a reference.

    Comment


    • #3
      i used BBmap for mapping. it is a good tool?
      this is my result:
      Code:
         ------------------   Results   ------------------
      
      Genome:                 1
      Key Length:             13
      Max Indel:              16000
      Minimum Score Ratio:    0.56
      Mapping Mode:           normal
      Reads Used:             108490  (52257243 bases)
      
      Mapping:                4967.598 seconds.
      Reads/sec:              21.84
      kBases/sec:             10.52
      
      
      Read 1 data:            pct reads       num reads       pct bases          num bases
      
      mapped:                  29.4433%           31943        29.9910%           15672446
      unambiguous:             29.0607%           31528        29.6165%           15476766
      ambiguous:                0.3825%             415         0.3745%             195680
      low-Q discards:           0.0000%               0         0.0000%                  0
      
      perfect best site:        0.0046%               5         0.0002%                126
      semiperfect site:         0.0046%               5         0.0002%                126
      
      Match Rate:                   NA               NA        85.4575%           14050523
      Error Rate:              40.9037%           31938        14.5421%            2390951
      Sub Rate:                40.9024%           31937         7.2366%            1189814
      Del Rate:                40.7756%           31838         4.6777%             769083
      Ins Rate:                40.7103%           31787         2.6278%             432054
      N Rate:                   0.0013%               1         0.0003%                 55
      
      Total time:             5126.959 seconds.
      in this example: the global error rate is 40.9024% or 14.5421%(per bases)?
      and for Sub, Del, Ins?
      thanks

      Comment


      • #4
        BBMap is a great tool but it needs to be applied appropriately.

        You need to provide additional information to get more. What kind of data is this, what are you mapping against, the command line options you used. BTW: You have only 30% of the reads mapping so that is low numbers to begin with (if you are mapping against a reference).

        Comment


        • #5
          yes, I use my raw Reads for mapping to the reference.
          and i use the default parameters for BBmap.
          in this example: the global error rate is 40.9024% or 14.5421%(per bases)?
          and for Sub, Del, Ins?
          thanks

          Comment


          • #6
            It appears that you did not read the post #18 in the thread that I linked above that tells how to plot the rates you are looking for.

            If you are working with MinION or PacBio type data (long reads) then you should be using a mapPacBio.sh instead of bbmap.sh. That error rate may not be meaningful as it stands now.

            To calculate the error rate (for long reads) you may have to do something like this:

            Code:
            $ mapPacBio.sh in=your_reads.fa ref=ref.fa mhist=mhist.txt qhist=qhist.txt maxlen=2000
            @Brian is likely to swing by this thread later tonight (and may have specific suggestions). That example above was for PacBio data but I assume it may work for MinION data.

            Comment


            • #7
              Well, I'm not really sure what those reads are, at an average length of ~481bp. Probably PacBio, though, considering the ~14.5% error rate.

              As GenoMax said, you should map PacBio (or minIon) reads with mapPacBio.sh. The usage and algorithm are the same as bbmap.sh, but it is designed for the PacBio error model.

              The error rates you want are in the "pct bases" column.

              Comment


              • #8
                i work with MinION reads with an average lenght ~5000bp.
                For this i use mapPacBio.sh?

                excuse me, for the error rate i work with "pct bases" column?
                thanks

                Comment


                • #9
                  Originally posted by mido1951 View Post
                  i work with MinION reads with an average lenght ~5000bp.
                  For this i use mapPacBio.sh?
                  Yes. And you may need to use higher-than-default sensitivity, if the data is particularly low quality; you can adjust sensitivity with the "minid" flag. E.g. "minid=0.5" will try to map reads down to 50% identity.

                  excuse me, for the error rate i work with "pct bases" column?
                  thanks
                  That's correct.

                  Comment


                  • #10
                    I used mapPacBio.sh and mapPacBio8k.sh.
                    but the execution takes a long time compared to bbmap.sh.
                    that's logic?

                    Comment


                    • #11
                      Yep, mapPacBio is slower, because it supports higher sensitivity and longer reads. Note that "mapPacBio8k.sh" is not in the latest release, so you may be using an older version that might also be somewhat slower.

                      Comment

                      Latest Articles

                      Collapse

                      • seqadmin
                        Essential Discoveries and Tools in Epitranscriptomics
                        by seqadmin


                        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
                        Yesterday, 07:01 AM
                      • seqadmin
                        Current Approaches to Protein Sequencing
                        by seqadmin


                        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                        04-04-2024, 04:25 PM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by seqadmin, 04-11-2024, 12:08 PM
                      0 responses
                      55 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-10-2024, 10:19 PM
                      0 responses
                      51 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-10-2024, 09:21 AM
                      0 responses
                      45 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-04-2024, 09:00 AM
                      0 responses
                      55 views
                      0 likes
                      Last Post seqadmin  
                      Working...
                      X