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
            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 on Modified Bases...
            Today, 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
          37 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          41 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          35 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          54 views
          0 likes
          Last Post seqadmin  
          Working...
          X