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
          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, 04-11-2024, 12:08 PM
        0 responses
        59 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        57 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        51 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        56 views
        0 likes
        Last Post seqadmin  
        Working...
        X