Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools converting sam to bam filtering

    Hi all,
    I have been given some .sam files which were mapped using Shrimp2. I am now converting the file to a bam using samtools. My question is this: I know that I can use the '-F 4' flag to remove any of the unmapped reads. But I am also interested in keeping only those reads which have no more than 2 mismatches or insertions/deletions. When converting the file, is there an additional flag that will also do this type of filtering, such as an additional one of the hex flags?

    Thanks

  • #2
    Originally posted by lre1234 View Post
    Hi all,
    I have been given some .sam files which were mapped using Shrimp2. I am now converting the file to a bam using samtools. My question is this: I know that I can use the '-F 4' flag to remove any of the unmapped reads. But I am also interested in keeping only those reads which have no more than 2 mismatches or insertions/deletions. When converting the file, is there an additional flag that will also do this type of filtering, such as an additional one of the hex flags?

    Thanks
    Do you know offhand what flag the reads that "have no more than 2 mismatches or insertions/deletions" have (in short, is shrimp2 calling then mapped or unmapped)? It may be easier to remap at a stringency that assigns the reads you want mapped as mapped, then you'll know that you are keeping those reads.

    Comment


    • #3
      Originally posted by ctseto View Post
      Do you know offhand what flag the reads that "have no more than 2 mismatches or insertions/deletions" have (in short, is shrimp2 calling then mapped or unmapped)? It may be easier to remap at a stringency that assigns the reads you want mapped as mapped, then you'll know that you are keeping those reads.
      That's the problem. I didn't do the mapping, but rather was just given the mapped .sam file without much info, and am trying to figure out the number of mismatches for each read and further filter the file on those.

      Comment


      • #4
        There's no such flag in samtools, you'll have to code something up. The number of mismatches is pretty easy (you can actually use grep for that), but for the rest you'll have to parse the CIGAR string to get both the number of indels and their size.

        Comment


        • #5
          Darn...I was trying to find the easy way out!

          Correct me if I am wrong, but the 'NM:i:XX' tag represents the number of mismatches in the read?

          Comment


          • #6
            Originally posted by lre1234 View Post
            Darn...I was trying to find the easy way out!

            Correct me if I am wrong, but the 'NM:i:XX' tag represents the number of mismatches in the read?
            Sorry to be the bearer of bad news. Yes, the NM tag is the one you want there.

            Comment


            • #7
              Originally posted by lre1234 View Post
              Correct me if I am wrong, but the 'NM:i:XX' tag represents the number of mismatches in the read?
              According to the SAM specification, NM should be used for edit distance (i.e. mismatches and INDELs combined), which seems to be the statistic that you want, assuming your aligner supports it.

              FWIW, if you're just interested in mismatches, Bowtie2 uses a custom XM field for that. I'm not sure about what Shrimp does.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Non-Coding RNA Research and Technologies
                by seqadmin




                Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

                Nobel Prize for MicroRNA Discovery
                This week,...
                10-07-2024, 08:07 AM
              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              104 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              112 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              1 response
              116 views
              0 likes
              Last Post EmiTom
              by EmiTom
               
              Started by seqadmin, 09-26-2024, 12:57 PM
              0 responses
              22 views
              0 likes
              Last Post seqadmin  
              Working...
              X