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
        • 490

        #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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              10 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-04-2026, 08:59 AM
              0 responses
              22 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 12:03 PM
              0 responses
              28 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 11:40 AM
              0 responses
              22 views
              0 reactions
              Last Post SEQadmin2  
              Working...