Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cheezemeister
    Member
    • Oct 2014
    • 36

    #1

    Trimming Nextera XT Sequence Data

    I've got some MiSeq data from Nextera XT prepped libraries. I figure that it will be necessary to trim adapters and/or transposase sequences from the data and I'm hoping someone can assist me. I'd like to use Scythe for trimming.

    Scythe requires an adapters/contaminants file (FASTA format) as input, and I'm confused as to how to construct this file. Illumina provides the following information on the sequences:

    Nextera® transposase sequences
    5’ TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG
    (a) Read 1 -->
    5’ GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG
    (d) Read 2 -->
    Nextera® Index Kit - PCR primers
    5’ AATGATACGGCGACCACCGAGATCTACAC[i5]TCGTCGGCAGCGTC
    (c) i5 Index read -->
    5’ CAAGCAGAAGACGGCATACGAGAT[i7]GTCTCGTGGGCTCGG
    <-- i7 Index read (b)

    Could I simply use the following adapter FASTA file content? (I've combined the adapter and transposase sequences into single string using the overlapping region.) What do I replace the [i5] and [i7] barcode tags with?

    >FWD_Adapter
    AATGATACGGCGACCACCGAGATCTACAC[i5]TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG
    >REV_Adapter
    CAAGCAGAAGACGGCATACGAGAT[i7]GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG

    Thanks for any help you can provide!
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    A list of all Nextera adapter sequences, complete with bar codes, is packaged with BBTools in fasta format, in the resources directory (nextera.fa.gz).

    I recommend using BBDuk rather than Scythe, but of course, I'm biased. Anyway, the adapter sequences will work with any adapter-trimming program.

    Comment

    • cheezemeister
      Member
      • Oct 2014
      • 36

      #3
      Very helpful. Thanks Brian!

      Another question. I notice from various reading I have done on this forum and elsewhere that many people do not use the entire adapter/barcode/whatever-contaminant sequence when trimming. Often I see them put just the first 8, 10, 12 bases into their contaminant file. Is there an advantage/disadvantage to using the truncated sequence over the full sequence(s)? Do most trimmers simply look for the specified sequence and trim that and everything after?

      EDIT: middle of the night grammar

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        I am not really sure what most trimmers do, but when looking for a full-sequence match, in the presence of error, you will trim more adapters with an 8bp sequence than a 12bp sequence. Of course, you will also incur more false-positives.

        Some people trim as little as 1bp, allowing up to 1 mismatch. That will, of course, shorten all reads by a minimum of 1... and I think that's a bad approach unless a single adapter base is devastating - in which case, I think it's better to reorganize your experiment so that a single adapter base will not be devastating.

        BBDuk matches full-length kmers in the middle of the read, and at the very end of the read, when there are fewer than K bases left, it will match kmers from the ends of adapters down to the "mink" setting. So, providing longer adapter sequences is generally advantageous. You can set "mink" to 8bp if you want, which will allow similar sensitivity but better specificity to using an 8-bp adapter sequence.

        Generally, though, I recommend 11bp as a minimum for mink - meaning, a match for the last 11bp of a read (with a hamming distance of 0 or 1), and a kmer length of 23 for nonterminal kmers. If you use 8bp adapter sequences and trim wherever you see a match for them, you have a 4^8 = 2^16 = 1/65356 chance of a spurious match, even if you require an exact match. That means that for assembly, you will on average not get any contigs longer than 64kbp! Which is terrible.

        It depends on what your goal is, though. When looking for super-rare 1/100 rate mutations, trimming adapters as much as possible may be wise, even if you lose data in a biased way.

        P.S. I forgot to mention, BBDuk's "tbo" flag will allow you to trim reads with even 1bp of adapter sequence with very little risk of false-positives, by finding looking for where the reads overlap. It requires paired reads, but it will work even with unknown adapter sequences.
        Last edited by Brian Bushnell; 02-19-2015, 06:34 PM.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-13-2026, 12:22 PM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-11-2026, 10:35 AM
        0 responses
        19 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        33 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        51 views
        0 reactions
        Last Post SEQadmin2  
        Working...