Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


    • #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


      • #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


        • #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
            Non-Coding RNA Research and Technologies
            by seqadmin




            Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

            Nobel Prize for MicroRNA Discovery
            This week,...
            Yesterday, 08:07 AM
          • seqadmin
            Recent Developments in Metagenomics
            by seqadmin





            Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
            09-23-2024, 06:35 AM
          • seqadmin
            Understanding Genetic Influence on Infectious Disease
            by seqadmin




            During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

            Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
            09-09-2024, 10:59 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 10-02-2024, 04:51 AM
          0 responses
          95 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 10-01-2024, 07:10 AM
          0 responses
          106 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-30-2024, 08:33 AM
          1 response
          104 views
          0 likes
          Last Post EmiTom
          by EmiTom
           
          Started by seqadmin, 09-26-2024, 12:57 PM
          0 responses
          20 views
          0 likes
          Last Post seqadmin  
          Working...
          X