Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cascoamarillo
    Senior Member
    • Oct 2010
    • 164

    bowtie mapping report

    Hi,

    Maybe I'm missing some of the bowtie options, but when I map my reads against a pile of contigs (together in a reference file) and when I make the same mapping but only with one contig alone, I do obtain a different number of mapped reads ("reads with at least one reported alignment") for that contig. These are the options I normally use:

    bowtie -f --sam --best

    Any idea?

    Thanks
  • simonandrews
    Simon Andrews
    • May 2009
    • 870

    #2
    This will be the result of having reads which could have been aligned to several different contigs. If you run the above command against all of them then the read will be assigned to the best alignment across all contigs.

    If you run against just one contig then there will be reads which match well enough against that contig to be counted as a hit, but which matched better elsewhere and would have been reported there when searched against all of your contigs.

    If you need to see consistency then you'd need to specify -m 1 as an option so that only reads with exactly one valid alignment would be reported, however this is a much more stringent search and your overall mapping efficiency would be reduced.

    Comment

    • cascoamarillo
      Senior Member
      • Oct 2010
      • 164

      #3
      Hi Simon,

      Thanks for the quick answer!
      So if I want to do an alignment where there's no limit in the number of hits (-m has no limit) a read is reported (i.e., take each contig in the ref file as independent), should I take off the --best option? Or what do you recommend?

      Comment

      • simonandrews
        Simon Andrews
        • May 2009
        • 870

        #4
        Originally posted by cascoamarillo View Post
        So if I want to do an alignment where there's no limit in the number of hits (-m has no limit) a read is reported (i.e., take each contig in the ref file as independent), should I take off the --best option? Or what do you recommend?
        If you want to report multiple alignments you will need to increase -k (number of hits to report) to a suitably large value, and not set -m. We would normally then recommend running this in combination with --best and --strata which will ensure that all of the hits reported are equally good (ie same number of mismatches), so poorer valid hits are not reported if a better hit exists. This combination of options will still suffer from the effect you mentioned earlier where you won't get the same results from mapping against each contig individually compared to mapping against them all together.

        If you really want to see every possible valid hit then you'd need to set -k to a high value, not set -m and not set either --best or --strata. This will produce consistent results (as long as you don't reach the limit for -k), but will also include sub-optimal hits when a better hit is found (eg you might see hits with 3 mismatches reported where there is also an exact match in your search set).

        Comment

        • oxydeepu
          Member
          • Jul 2011
          • 41

          #5
          i have a bowtie map output. as i am a newbie. i dont know what does the file designate..?? Does the file only have the aligned ones or does the report the unaligned formats also..?? Please help...

          Comment

          • simonandrews
            Simon Andrews
            • May 2009
            • 870

            #6
            The default bowtie output will only show mapped sequences. The number of unmapped reads will be reported in the summary provided at the end of the run. You can optionally ask the program to write out a fastq file of the reads which didn't align by passing the --un parameter when you run the program.

            Comment

            • oxydeepu
              Member
              • Jul 2011
              • 41

              #7
              Thank you simon..
              can you type me the rough commandline for that. i havent used the --un parameter yet.

              Comment

              Latest Articles

              Collapse

              • mylaser
                Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by mylaser
                Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                This guide explains everything you need to know about...
                Yesterday, 01:13 AM
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              11 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              26 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-02-2026, 11:08 AM
              0 responses
              31 views
              0 reactions
              Last Post SEQadmin2  
              Working...