Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • amarth
    Member
    • Dec 2012
    • 14

    Getting just a few alignments with Tophat2

    I made an alignment for a 1.1GB file, the RNA-seq reads were in fastq (Illumina) format. The reference was in fasta, so i decided to convert the large file to fasta...

    Later i made the bowtie libraries, and then i started. When tophat finished the work, i looked to the output folder, and i saw that the sequences aligned were a 28MB *.bam file, on the other hand, the sequences *rejected* were almost a 350MB *.bam file... I deduce that the file size is proportional to the sequences amount.

    So, i'm a rookie on Bioinformatics, and my question is: is it normal to have such file sizes on both files, or i'm just doing it wrong?
  • chadn737
    Senior Member
    • Jan 2009
    • 392

    #2
    1) Do not convert the reads to fasta. That is unnecessary, Tophat takes fastq files....your references will always be in fasta, this is not an issue.

    2) It sounds like you did have a lot of unmapped reads, but its impossible to diagnose the issue from what you have described. Try providing some information like, the exact commands you ran Tophat with or some examples of unmapped reads.

    Comment

    • amarth
      Member
      • Dec 2012
      • 14

      #3
      1) Thanks for the advice,

      2) Could it be the seq Quality?









      The Tophat2 command i ran was:
      tophat2 --sequence-length 100 --max-insertion-length 3 --max-deletion-length 3 reference index3.fasta
      so much thanks

      Comment

      • EGrassi
        Member
        • Oct 2010
        • 66

        #4
        What does samtools flagstat on the accepted_hits.bam and rejected looks like?

        Just to mention the fact: I had some paired data with fastqc results similar to yours and quality trimming lead me to nothing, the problem was about the -r/--mate-std-dev parameters (I had paired data): it seems that in some cases tophat really needs them (-r 300 --mate-std-dev 50 gave me a 60% percentage of properly paired reads against the 5% without them...I will never trust the FAQ/manual again ).

        Comment

        • kmcarr
          Senior Member
          • May 2008
          • 1181

          #5
          Originally posted by amarth View Post
          2) Could it be the seq Quality?
          The quality of your reads looks fine.
          The Tophat2 command i ran was:
          Code:
          tophat2 --sequence-length 100 --max-insertion-length 3 --max-deletion-length 3 reference index3.fasta
          so much thanks
          There is no '--sequence-length' option for tophat. Did you mean '--segment-length'? If so 100 (presumably the full length of your read) is not an appropriate setting. The default value for --segment-length (25) is appropriate for most cases.

          To diagnose the problem start using only default options and then work out from there.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            New Genomics Tools and Methods Shared at AGBT 2025
            by seqadmin


            This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

            The Headliner
            The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
            03-03-2025, 01:39 PM
          • seqadmin
            Investigating the Gut Microbiome Through Diet and Spatial Biology
            by seqadmin




            The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
            02-24-2025, 06:31 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 05:03 AM
          0 responses
          16 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-19-2025, 07:27 AM
          0 responses
          17 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-18-2025, 12:50 PM
          0 responses
          18 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-03-2025, 01:15 PM
          0 responses
          185 views
          0 reactions
          Last Post seqadmin  
          Working...