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
          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
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

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