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
                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
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              29 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              25 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