Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • skbrimer
    Member
    • Mar 2014
    • 55

    Ion torrent error correction

    I asked this question on the Ion Community a couple of months ago without an answer or reply so I thought I would try here.

    Over the last several years Ion Torrent has improved it chemistry and base-calling algorithm and I'm wondering if error-correction is still advisable for ion data or not?

    I'm afraid that if ion has already "corrected" the data in the single processing step if I would be introducing error by correcting it a second time.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    There's no problem with error-correcting data multiple times. But if you error-correct it, be sure to use a program that can tolerate indel-type errors.

    Comment

    • skbrimer
      Member
      • Mar 2014
      • 55

      #3
      Thanks Brian

      Are there time when you would not want to error correct?

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        You shouldn't error-correct if you are looking for rare variants (much less than the 50% ratio of a normal heterozygous diploid variant), or are doing amplicon sequencing, or are looking at tumor samples, or you have low coverage. Also, error-correction won't help much with platform-specific errors (like being unable to correctly determine the length of a long homopolymer), just with random errors.

        If you have a reference, you can map before and after error-correction, and look at the error rates, to make sure error-correction improved things.

        Comment

        • skbrimer
          Member
          • Mar 2014
          • 55

          #5
          Sooo... how does one evaluate an error rate with a reference? Is it just a comparison of the vcf files?

          Also why would it be bad to error correct in those situations, I imagine that it will have to due with "correcting" away an actual variant but a variant would still have to be present at a rate higher than the machine's error rate to be called with an confidance right? i.e. if you have a 1% error rate and 1000x coverage you could not call anything less than 10X right?

          Comment

          • Brian Bushnell
            Super Moderator
            • Jan 2014
            • 2709

            #6
            Map to the reference with BBMap, like this:

            bbmap.sh ref=reference.fa in=reads.fq out=mapped.sam mhist=mhist.txt ehist=ehist.txt qhist=qhist.txt indelhist=indelhist.txt

            BBMap will print useful statistics to the screen:
            Code:
            Read 1 data:            pct reads       num reads       pct bases          num bases
            
            mapped:                  99.6100%            9961        99.6100%            1494150
            unambiguous:             97.8900%            9789        97.8900%            1468350
            ambiguous:                1.7200%             172         1.7200%              25800
            low-Q discards:           0.0000%               0         0.0000%                  0
            
            perfect best site:        1.7500%             175         1.7500%              26250
            semiperfect site:         1.7500%             175         1.7500%              26250
            
            Match Rate:                   NA               NA        61.1359%            1409105
            Error Rate:              96.0596%            9605        38.5408%             888317
            Sub Rate:                87.2787%            8727         2.2734%              52398
            Del Rate:                43.4543%            4345        35.1743%             810722
            Ins Rate:                48.9249%            4892         1.0932%              25197
            N Rate:                  50.2050%            5020         0.3232%               7450
            ....and you can also plot the mhist or other histograms, for more details.

            Originally posted by skbrimer View Post
            Also why would it be bad to error correct in those situations, I imagine that it will have to due with "correcting" away an actual variant but a variant would still have to be present at a rate higher than the machine's error rate to be called with an confidance right? i.e. if you have a 1% error rate and 1000x coverage you could not call anything less than 10X right?
            Error correction relies on high depth. With low depth it just doesn't work, and low depth of a variant compared to the reference will lead to that variant getting corrected away.
            Last edited by Brian Bushnell; 11-16-2015, 01:58 PM.

            Comment

            Latest Articles

            Collapse

            • 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
            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            29 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Working...