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
                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, Yesterday, 11:49 AM
              0 responses
              15 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-24-2024, 08:47 AM
              0 responses
              16 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              61 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Working...
              X