Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • trimming unreliable ends of reads

    What methods are normally used to trim off the unreliable poor-scoring ends of reads? Is there a tool that can statistically assess read scores and make this decision on a per-read basis, or is a cut position globally decided on?

    Are there any special considerations for paired-end reads? (they've already been split and de-convoluted by barcode by the pipeline in our university's sequencing core.)

  • #2
    Originally posted by Kotoro View Post
    What methods are normally used to trim off the unreliable poor-scoring ends of reads? Is there a tool that can statistically assess read scores and make this decision on a per-read basis, or is a cut position globally decided on?
    Something like a sliding window is good - so if you get a single bad cycle you don't cut a high quality region, but persistent rubbish is trimmed.

    Generally you want to do it on a per-read basis - 'local' factors often influence a particular read, and there's no advantage to 'one size fits all'.

    Originally posted by Kotoro View Post
    Are there any special considerations for paired-end reads? (they've already been split and de-convoluted by barcode by the pipeline in our university's sequencing core.)
    Normally you might want to handle 'unpaired' reads separately - reads which survive QC but their partners didn't.

    Blatant ad: if you're working with illumina data, i've released a tool, Trimmomatic, found here, which does what you need

    Comment


    • #3
      Hi
      Have a look at the last version of Cutadapt, which uses a nice system for trimming, and cut only if the fater bases are of better quality than the previous... See their explanation : http://code.google.com/p/cutadapt/
      Francois Sabot, PhD

      Be realistic. Demand the Impossible.
      www.wikiposon.org

      Comment


      • #4
        A third alternative is SolexaQA (http://solexaqa.sourceforge.net/), which can trim either down to "to the longest contiguous read segment for which the quality score at each base is greater than a user-supplied quality cutoff" or using the BWA trimming algorithm (which also can be performed by BWA in conjunction with read mapping).

        Comment


        • #5
          Originally posted by gaffa View Post
          ... or using the BWA trimming algorithm ...
          I'd like to point out that the quality trimming in cutadapt is simply a reimplementation of BWA's algorithm. You could use the quality-trimming part of cutadapt without trimming adapters by providing an adapter sequence that's certain to not occur -- just use -a XXXXXXXX or something like this (these are literal "X" characters).

          See also file lib/cutadapt/qualtrim.py in the cutadapt distribution which also shows the algorithm and contains an explanation of it.

          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
          40 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          41 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          36 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