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
          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...
          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
        58 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        54 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