Seqanswers Leaderboard Ad

Collapse

Announcement

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

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

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


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


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


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

          • 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
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          27 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          31 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          27 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Working...
          X