Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie2 - getting a bam containing mapped reads only

    I'm mapping a virus from a large bam that is mostly host sequence. Bowtie2 outputs ALL of the reads, not just those that aligned to the reference sequence.

    Is there a way to get bowtie to *directly* output only mapped reads, or do I have to post-process them through Samtools?

    Thanks!

  • #2
    I don't know if Bowtie can do that, but BBMap can output only mapped reads if you use a command like this:

    bbmap.sh -Xmx8g in=reads.fq outm=mapped.sam ref=reference.fa

    "out" specifies a stream for all reads. "outm" specifies a stream for only mapped reads, and "outu" specifies a stream for only unmapped reads. All 3 of them can be used together. Additionally, you can use the flag "po=f" (default) or "po=t", which stands for "paired only", to decide whether mapped but unpaired reads go to "outu" or "outm". Also, "ambig=toss" will direct ambiguously-mapped reads to "outu" rather than "outm".

    Note that for paired reads in 2 files, you can use "in1" and "in2" instead of "in".

    Comment


    • #3


      Look into the output options, I think "--al-conc" will do the trick.

      You can also use "--un-conc" to discard reads that map to a reference sequence(useful when you want to get rid of reads that map to expected contamination such as rRNA)

      Comment


      • #4
        yueluo's suggestions will output aligned, or unaligned reads to a new FastQ file. The OP was asking about a way to get only reads with alignments written to the SAM file output by Bowtie2. To do that simply add the option "--no-unal" to your bowtie2 command line. This suppresses writing of SAM lines for reads which do not align.

        BTW, the manual is your friend.

        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
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Working...
        X