Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Alex852013
    Member
    • Jan 2013
    • 17

    Problem somewhere during paired-end seq analysis -> no reads mapped

    Hello everybody,

    this is my fist time to try to handle to analyze paired-end sequencing files.
    Finally BamCoverage complained there are no mapped reads in my Bam file. Also IGV doesn't show any reads.
    I really don't know, where i lost my reads.
    Here is what i did:

    # Quality an adaptor trimming with trim galore:

    trim_galore ../paired_1.fastq ../paired_2.fastq -q 20 --paired --phred33

    # Mapping with bowtie

    bowtie_opts="-p 4 -m 3 -S"
    bowtie_index="path/6008.5_BAC.ebwt"
    bowtie $bowtie_opts $bowtie_index -I 0 -X 700 -1 ../paired_1 .fq -2 ../paired_2.fq > paired.SAM

    # Mapping report:
    # reads processed: 4743277
    # reads with at least one reported alignment: 1979307 (41.73%)
    # reads that failed to align: 2758162 (58.15%)
    # reads with alignments suppressed due to -m: 5808 (0.12%)
    Reported 1979307 paired-end alignments to 1 output stream(s)

    (-> 42 % of mapped reads might seem problematic. Since the sequenced plasmid was extracted from E.coli, there is a lot of contamination.)

    # SAMs to BAMs

    samtools view -bS ../paired.SAM > paired.BAM
    samtools index paired.BAM


    # BamCoverage
    BamCoverage -b paired.BAM -o BamCoverage/paired.bw

    This does not work and results in the following error message:

    "Samtools reports that the number of mapped reads is zero for the file paired.BAM. Please check that the file is properly indexed and that it contains mapped reads."

    When i google for this error message i cannot find a helpful answer. Maybe someone knows what is wrong. Since 1979307 reads could be mapped, i don't get why zero reads should be mapped.
    Thanks a lot, Alex
  • Alex852013
    Member
    • Jan 2013
    • 17

    #2
    I got it on my own, after a short break. I forgot to sort the bam files...

    Comment

    • colindaven
      Senior Member
      • Oct 2008
      • 417

      #3
      One point - it looks like you are using bowtie for alignment, which is obsolete for most purposes. Bowtie2 is a much more accurate aligner, and can detect indels. BWA is another great alternative, as is (commercial) Novoalign.

      Comment

      • Alex852013
        Member
        • Jan 2013
        • 17

        #4
        Thanks for the hint. My adviser told me it is sufficient to use Bowtie 1.
        I tested Bowtie 2 now and i got 10 % more alligned reads. For another sample even 23 %, which is really a lot!
        Thanks again!

        Comment

        • westerman
          Rick Westerman
          • Jun 2008
          • 1104

          #5
          Let's not forget BBMap as a good non-commercial alternative.

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            @Alex852013: A large % of reads is still failing to align (if you are only getting 23% of reads to align) so you may want to investigate why that is so. Quick blasting @NCBI should give a clue as to whether you data has unexpected contamination.

            Comment

            • westerman
              Rick Westerman
              • Jun 2008
              • 1104

              #7
              Originally posted by GenoMax View Post
              @Alex852013: A large % of reads is still failing to align (if you are only getting 23% of reads to align) so you may want to investigate why that is so. Quick blasting @NCBI should give a clue as to whether you data has unexpected contamination.
              Didn't he say 23% more not 23% total? In any case the original post talked about mapping a mixture of plasmid and E.coli reads against the plasmid and thus he expected a low percentage.
              Last edited by westerman; 01-07-2016, 10:13 AM. Reason: Added question mark.

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                I missed that fact from the original post. @Rick: Thanks for pointing that out. If true #6 can be safely ignored.

                Comment

                • Alex852013
                  Member
                  • Jan 2013
                  • 17

                  #9
                  Yes, it meant 23 % more, which makes 96 % in total. Perfect!
                  Nevertheless, thanks for caring!

                  Comment

                  Latest Articles

                  Collapse

                  • 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
                  • SEQadmin2
                    Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                    by SEQadmin2



                    Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                    There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                    07-08-2026, 05:17 AM
                  • GATTACAT
                    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                    by GATTACAT
                    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                    07-01-2026, 11:43 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, 07-13-2026, 10:26 AM
                  0 responses
                  28 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-09-2026, 10:04 AM
                  0 responses
                  38 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-08-2026, 10:08 AM
                  0 responses
                  25 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-07-2026, 11:05 AM
                  0 responses
                  35 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...