Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • fargo
    Junior Member
    • Dec 2009
    • 2

    bowtie output

    Hi, I am a newbie in bioinformatics. I am trying to use bowtie to map a set of sequences. Here is the result I have got.

    Time loading forward index: 00:00:12
    Time loading mirror index: 00:00:13
    Seeded quality full-index search: 07:49:33
    # reads processed: 440372
    # reads with at least one reported alignment: 193962 (44.05%)
    # reads that failed to align: 246410 (55.95%)
    Reported 1903683060 alignments to 1 output stream(s)
    Time searching: 07:49:58
    Overall time: 07:49:59

    Is there a way to display more information than it is above? For example, the percentage of reads that are uniquely mapped. Thanks.
  • DrD2009
    Member
    • Oct 2009
    • 88

    #2
    Hi, I'm also new, but I think I can help you out.

    In the command line when you told bowtie to align your query sequence file(s) did you specify a directory for the output or did you just name it?

    If you specified a directory you'll find the txt file in that directory and you can open it up and view it using your favorite text editor. If you have problems viewing it you can upload the file to Galaxy (http://main.g2.bx.psu.edu/) and view it there. I know sometimes I'll try to open the bowtie outputs in Windows and they won't open.

    Example: bowtie <options> index query /../.../..../..../file.map

    If you didn't specify a directory for the bowtie output then you will find it in your bowtie folder.

    Example: bowtie <options> index query file.map


    Hope this helps.

    -Brandon

    Comment

    • fargo
      Junior Member
      • Dec 2009
      • 2

      #3
      Thanks for your reply. I am not sure about the map file. Is that the mapping output?

      Here is the command I have used.

      bowtie mm9 -r -n 1 -l 36 -a sequences-input -t > mapping

      The mapping result is stored in the mapping.


      But these info are displayed on the terminal.

      Time loading forward index: 00:00:12
      Time loading mirror index: 00:00:13
      Seeded quality full-index search: 07:49:33
      # reads processed: 440372
      # reads with at least one reported alignment: 193962 (44.05%)
      # reads that failed to align: 246410 (55.95%)
      Reported 1903683060 alignments to 1 output stream(s)
      Time searching: 07:49:58
      Overall time: 07:49:59

      Comment

      • DrD2009
        Member
        • Oct 2009
        • 88

        #4
        I'm not sure if there is a way to produce a file with an outline of different aspects of your alignment, but to address your unique reads mapped question you could try the following parameters:

        Use "-k 1" (which is a Bowtie default) instead of "-a"
        This will cause Bowtie to report the first valid alignment it encounters. I'm going to assume all others that align to the same position will not be added to the alignment file and thus you'd be able to view the percentage and number of "reads with at least one reported alignment" using the -t option.

        In theory I think the above solution will work for the query you had. I would definitely consult the Bowtie manual, it is a wealth of information.

        -Brandon

        Comment

        • ECHo
          Member
          • Jan 2010
          • 17

          #5
          Well, I think the command would be as follows:
          bowtie mm9 -r -n 1 -l 36 -a sequences-input -t 2> result

          Maybe you should replace > with 2>

          Comment

          Latest Articles

          Collapse

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Today, 10:09 AM
          0 responses
          9 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 08:59 AM
          0 responses
          14 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 12:03 PM
          0 responses
          24 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 11:40 AM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Working...