Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EReckase
    Junior Member
    • Oct 2014
    • 7

    #1

    Issues using tophat2 to align paired sequences

    I work on software supporting targeted-amplicon sequencing where the insert size is typically shorter than the read size. One of my tasks was to evaluate tophat2 as an aligner for some of our more difficult cases, but I'm getting a really lousy alignment rate (granted, this is NextSeq data that I'm looking at, but even that can't explain the low percentages.)

    Is there a way to debug this sort of thing, a log I can look at that will explain why a given read did not align? I get alignments with bwa, but tophat2 frequently will miss aligning R2. I suspect that my settings are not quite right, but I've varied the edit distance parameters as well as the inner distance metrics and nothing seems to help.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    If your insert size is shorter than read length, you should adapter-trim the reads prior to mapping. Are your reads paired, and do you know the adapter sequence?

    Comment

    • EReckase
      Junior Member
      • Oct 2014
      • 7

      #3
      The reads are paired, and the adapters have already been trimmed off.

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        Possibly, the error rate in R2 is too high. Since this is NextSeq, the quality scores won't give very useful information about the error rates; you'll have to determine that empirically by mapping. You could try BBMap, which is more error-tolerant than Tophat2 or bwa, and allows you to plot the error-rate histogram across both read1 and read2 (with the "mhist" flag), which may be a useful analytic tool in this case. Posting the base frequency histogram across the reads may also be useful.

        Also, depending on the read lengths, you could consider error-correcting the data if you want to increase the mapping rates.

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          I'm not sure why you would bother with tophat2 for amplicon sequencing. It has fixed parameters at various steps that you can't actually change from the command line (this is likely causing some of your difficulties). You'd probably be better off with a standard DNA aligner (BBmap, bwa, bowtie2, etc.).

          Also, I'm curious why you bothered using paired-end reads if the read lengths are normally longer than the insert. That would seem to just be a waste of reads.

          Comment

          • EReckase
            Junior Member
            • Oct 2014
            • 7

            #6
            Can BBMap handle fusion/split alignments?

            Comment

            • Brian Bushnell
              Super Moderator
              • Jan 2014
              • 2709

              #7
              It can handle very long deletions, but not arbitrary rearrangements like inter-chromosomal fusions. Or, to be more precise, it only produces one sam line per read, so a read with part on one chromosome and part on another will map to the chromosome from which it got the majority of bases (if the "local" flag is enabled). But if it is a fusion created by, say, skipping 100kbp within a chromosome, that will be reported entirely in a single alignment (as Tophat2 would). To find these you should set the "maxindel" flag, which defaults to 16000. Depending on read length, the sensitivity drops eventually; I don't recommend setting it much above 200000 for 100bp reads.

              Comment

              • EReckase
                Junior Member
                • Oct 2014
                • 7

                #8
                Originally posted by dpryan View Post
                I'm not sure why you would bother with tophat2 for amplicon sequencing. It has fixed parameters at various steps that you can't actually change from the command line (this is likely causing some of your difficulties). You'd probably be better off with a standard DNA aligner (BBmap, bwa, bowtie2, etc.).

                Also, I'm curious why you bothered using paired-end reads if the read lengths are normally longer than the insert. That would seem to just be a waste of reads.
                We're performing targeted sequencing of an RNA sample that will cross exon-exon boundaries. Furthermore, we're looking for fusions in this data, which is why we were interested in tophat.

                As far as using paired-end reads, the read lengths are not always longer than the amplicon sequence. Our chemistry is unique in that the amplicons are not always the same length, but they are anchored at one end (Archer AMP).

                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
                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Today, 07:41 AM
                0 responses
                8 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-03-2026, 10:13 AM
                0 responses
                21 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-31-2026, 02:55 AM
                0 responses
                35 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-24-2026, 12:17 PM
                0 responses
                25 views
                0 reactions
                Last Post SEQadmin2  
                Working...