Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sekta
    Junior Member
    • Dec 2013
    • 5

    bowtie - multiple mapped sequences

    Dear Bowtie Users,

    I noticed that in my mapping results some uniquely mapped sequences are reported to be mapped multiple times. How come?



    I am mapping to miRbase data base. I prepared indexes twice as I did mapping. Each time the same result.

    Ps. Mapping options:
    sudo ./bowtie -p 1 -f -v 0 -l 15 -a indexes/miRbase samples/CPM15_SignReads.fa map_m_v0.map

    Could you please help me and solve the mystery?
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Try using the SAM output format, nothing reads the bowtie format anymore and it lacks too much information to make much sense out of anything.

    Comment

    • sekta
      Junior Member
      • Dec 2013
      • 5

      #3
      Dear Dpryan,

      thank you for you advice, here I put the same bowtie output, but in SAM format

      ania@ania:~/Programy/bowtie-1.0.0$ cat map_m_v0.sam | grep TGTAAACATCCTTGACTGGAAGCT
      3356 0 hsa-mir-30e 17 255 24M * 0 0 TGTAAACATCCTTGACTGGAAGCT IIIIIIIIIIIIIIIIIIIIIIII XA:i:0 MD:Z:24 NM:i:0
      3534 4 * 0 0 * * 0 0 TGTAAACATCCTTGACTGGAAGCTT IIIIIIIIIIIIIIIIIIIIIIIII XM:i:0
      ania@ania:~/Programy/bowtie-1.0.0$

      Comment

      • ecSeq Bioinformatics
        Senior Member
        • May 2012
        • 492

        #4
        These are two different sequences! Let me write it different, that you can see the difference:
        TGTAAACATCCTTGACTGGAAGCT <- your grep call
        TGTAAACATCCTTGACTGGAAGCT <- hit 1 (found in your db)
        TGTAAACATCCTTGACTGGAAGCTT <- hit 2 (not mapped to your db)
        ecSeq Bioinformatics is Europe’s leading provider of hands-on bioinformatics workshops and professional data analysis in the field of Next-Generation Sequencing (NGS).

        Comment

        • sekta
          Junior Member
          • Dec 2013
          • 5

          #5
          Yes, so why im my results in .map format there is one more alignment for TGTAAACATCCTTGACTGGAAGCT reported?

          ** 1 at the end of the line in .map format means "one more", there should be 0 as the alignment is unique

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            I wouldn't be surprised if the function that outputs the default bowtie format has a bug, since no one uses it anymore.

            Comment

            • sekta
              Junior Member
              • Dec 2013
              • 5

              #7
              Thanks Dpryan, probably you are right.

              Comment

              Latest Articles

              Collapse

              • 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.
                Yesterday, 11:43 AM
              • SEQadmin2
                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by SEQadmin2


                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                Here are nine questions we think about, in roughly the order they matter, before...
                06-18-2026, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Today, 11:08 AM
              0 responses
              6 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-30-2026, 05:37 AM
              0 responses
              11 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-26-2026, 11:10 AM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              53 views
              0 reactions
              Last Post SEQadmin2  
              Working...