Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bowtie -M

    I wanna map the small RNA reads to the reference C. elegans genome.

    for example:
    >test.fa
    GGGAATCCTGGATGTTGTAAGCTT

    which has 15 copies in the genome.


    BLAT Search Results

    ACTIONS QUERY SCORE START END QSIZE IDENTITY CHRO STRAND START END SPAN
    ---------------------------------------------------------------------------------------------------
    browser details YourSeq 24 1 24 24 100.0% V - 17115871 17115894 24
    browser details YourSeq 24 1 24 24 100.0% V - 17117831 17117854 24
    browser details YourSeq 24 1 24 24 100.0% V - 17118805 17118828 24
    browser details YourSeq 24 1 24 24 100.0% V + 17122985 17123008 24
    browser details YourSeq 24 1 24 24 100.0% V + 17123961 17123984 24
    browser details YourSeq 24 1 24 24 100.0% V + 17124937 17124960 24
    browser details YourSeq 24 1 24 24 100.0% V + 17125913 17125936 24
    browser details YourSeq 24 1 24 24 100.0% V + 17128469 17128492 24
    browser details YourSeq 24 1 24 24 100.0% V + 17129441 17129464 24
    browser details YourSeq 24 1 24 24 100.0% V + 17130427 17130450 24
    browser details YourSeq 24 1 24 24 100.0% V + 17131403 17131426 24
    browser details YourSeq 24 1 24 24 100.0% V + 17428943 17428966 24
    browser details YourSeq 24 1 24 24 100.0% V + 17122009 17122032 24
    browser details YourSeq 24 1 24 24 100.0% V + 17121033 17121056 24
    browser details YourSeq 24 1 24 24 100.0% V + 17120058 17120081 24

    i use the command line:
    Code:
    bowtie -t -v 0 ~/WormBase190/WS190/genome.ws190 -M 25 -f test.fa test_map
    M option means that but reports 1 random hit if no more than <int>.

    However, every times, i run the command, it always reports
    test - V 17118804 AAGCTTACAACATCCAGGATTCCC IIIIIIIIIIIIIIIIIIIIIIII 2

    Why, the M options doesnot report random-selected one hit ?

  • #2
    It's not possible you're using bowtie 2, is it?

    Comment


    • #3
      if you switch to -m and also use -a do you get all of the same alignment locations that BLAST reported?
      Last edited by sdriscoll; 04-30-2012, 01:28 PM.
      /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
      Salk Institute for Biological Studies, La Jolla, CA, USA */

      Comment


      • #4
        Wait...I've got it. Try using -M 1 instead of -M 25. The bowtie manual says that if the read can be aligned more than <int> times then one alignment can be reported at random. You say your sequence can align in 15 locations but you used -M 25 meaning the limit has not been reached to where it will report the single random alignment for that read. So if you had also specified -k 25 then you would probably see all 15 alignments of your sequence.
        /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
        Salk Institute for Biological Studies, La Jolla, CA, USA */

        Comment


        • #5
          YES. so -a options should not be used under this condition.

          Comment


          • #6
            The bowite manual says "-M <int> like -m, but reports 1 random hit (MAPQ=0); requires --best "

            This is to say if the read align more than <int>, then it will suppress all the alignments.

            As what you said, -M 1 here will reports no alignment.

            Originally posted by sdriscoll View Post
            Wait...I've got it. Try using -M 1 instead of -M 25. The bowtie manual says that if the read can be aligned more than <int> times then one alignment can be reported at random. You say your sequence can align in 15 locations but you used -M 25 meaning the limit has not been reached to where it will report the single random alignment for that read. So if you had also specified -k 25 then you would probably see all 15 alignments of your sequence.

            Comment


            • #7
              Originally posted by mgogol View Post
              It's not possible you're using bowtie 2, is it?
              The bowtie2 is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters. Here, i used bowtie to map the small reads.

              Comment


              • #8
                I just asked, because the -M in bowtie 2 has a different meaning. I don't really know what's going on, sorry. You could try bwa?

                Comment


                • #9
                  Oh, I just read this, I guess you need to set the seed differently to get a different read.

                  From the manual:
                  "This randomness flows from a simple seeded pseudo-random number generator and is deterministic in the sense that Bowtie will always produce the same results for the same read when run with the same initial "seed" value (see --seed option)."

                  Comment

                  Latest Articles

                  Collapse

                  • seqadmin
                    Essential Discoveries and Tools in Epitranscriptomics
                    by seqadmin




                    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                    04-22-2024, 07:01 AM
                  • seqadmin
                    Current Approaches to Protein Sequencing
                    by seqadmin


                    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                    04-04-2024, 04:25 PM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by seqadmin, Today, 11:49 AM
                  0 responses
                  13 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, Yesterday, 08:47 AM
                  0 responses
                  16 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-11-2024, 12:08 PM
                  0 responses
                  61 views
                  0 likes
                  Last Post seqadmin  
                  Started by seqadmin, 04-10-2024, 10:19 PM
                  0 responses
                  60 views
                  0 likes
                  Last Post seqadmin  
                  Working...
                  X