Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tulia
    Junior Member
    • Mar 2014
    • 4

    Bowtie mapped reads all unique

    Hi,

    I am aligning several different sets ChIP-Seq data from an illumina hiseq2500 with bowtie and have found that all the mapped reads are unique when I run SAMTOOLS. This seems a little suspicious.

    This is what I have done so far:
    mapped with bowtie:
    ./bowtie-0.12.7/bowtie -S --fr -p 6 --un unaligned.fastq \
    mm9 \
    sample.fastq \
    accepted_hits.sam 2>filter.bowtie.err

    extract the mapped reads with samtools:
    /share/apps/samtools/samtools view -Sb -F 4 accepted_hits.bam > mapped.bam

    extract the unique reads:
    samtools view -b -q 255 mapped.bam >unique.bam
    also tried
    samtools/samtools view -b -q 1 mapped.bam >unique.bam

    The files where exactly the same for for the mapped.bam and the unique.bam either why I tried it. I then tried to use the bowtie flag -m 10 to include only unique reads and found that this was indeed smaller than my original mapping without the -m 10 flag. Mapping twice however wouldn't be a practical solution as I need to take extract the unique reads out later on.

    I would appreciate any feedback on what may be causing all the mapped reads to be considered unique when I run samtools.
    Last edited by tulia; 03-12-2014, 02:00 PM.
  • TiborNagy
    Senior Member
    • Mar 2010
    • 329

    #2
    Bowtie does not calculate mapping quality, so it is not a good measure:
    Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

    Comment

    • tulia
      Junior Member
      • Mar 2014
      • 4

      #3
      Thanks for your reply.

      Comment

      • jgreenbaum
        Junior Member
        • Aug 2011
        • 3

        #4
        I believe tulia meant to say '-m 1' instead of '-m 10'.

        In any case, the link that you sent seems to reaffirm that that mapping qualities reported by bowtie are an indication of uniqueness, as does the bowtie manual. In the original mapping results (without specifying '-m 1'), the mapq of all reads is 255, and indeed all read IDs are unique. However, specifying '-m 1' produces a SAM file with only a subset of the output.

        Can anyone explain what the '-m 1' parameter is doing differently than filtering for reads with a 255 mapq? Are we not understanding the parameter correctly?

        Thanks,

        J

        Comment

        • TiborNagy
          Senior Member
          • Mar 2010
          • 329

          #5
          You are right, running bowtie with -m 1 gives unique alignments.

          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, Today, 10:26 AM
          0 responses
          11 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          25 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          16 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          33 views
          0 reactions
          Last Post SEQadmin2  
          Working...