Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • n+1 cycles - how do you deal with it

    Per Illumina, we use n+1 cycles for n-bp read lengths (e.g. 2x151 cycles for 2x150bp reads). Out of curiosity, how do other sequencing providers typically handle that last +1 base? Do you:
    1) include the +1 base in your FASTQ output and let clients deal with it?
    2) trim after demultiplexing (e.g. using Trimmomatic)?
    3) mask during demultiplexing (e.g. using --use-bases-mask)
    4) other...?

    A bit of background, we use both MiSeq and Nextseq instruments, and have resorted to manually running bcl2fastq.

  • #2
    Here's an error-rate profile for 2x151bp Illumina reads from a HiSeq:



    Note how the error rate spikes at base 151. For all of our processing, I trim that last base.

    BBDuk has a flag "ftm", which stands for "force-trim modulo"; I generally run with "ftm=5". This will trim every read so that the length is equal to zero modulo 5. In other words, 76bp reads are trimmed to 75; 101 ->100; 151 -> 150; 251 -> 250; and 301 -> 300. It's convenient for an automated pipeline because it works regardless of the length, and if the reads come out as 2x150 instead of 2x151, then it won't trim them.

    "ftm" is applied before adapter-trimming, which increases the ability to detect adapter sequences, as there will be fewer mismatches on average.
    Attached Files

    Comment


    • #3
      Do you/clients/collaborators ever want the +1 base for any purpose? I guess I'd lean towards using bcl2fastq to drop it during demux..

      Comment


      • #4
        The sooner you drop it, the more efficient, so dropping it during demux is ideal. There are always people who will want anything, but it will only cause them problems in analysis. I consider it an artifact of sequencing that is necessary to achieve length N reads. Just don't tell them about it, and give them 2x150bp reads when they order 2x150bp reads... problem solved.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Yesterday, 07:48 AM
        • 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...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:57 AM
        0 responses
        1 view
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:17 AM
        0 responses
        12 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Working...
        X