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
                Advanced Tools Transforming the Field of Cytogenomics
                by seqadmin


                At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
                09-26-2023, 06:26 AM
              • seqadmin
                How RNA-Seq is Transforming Cancer Studies
                by seqadmin



                Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
                09-07-2023, 11:15 PM
              • seqadmin
                Methods for Investigating the Transcriptome
                by seqadmin




                Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.

                Whole Transcriptome RNA-seq
                Whole transcriptome sequencing...
                08-31-2023, 11:07 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 09-27-2023, 06:57 AM
              0 responses
              11 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-26-2023, 07:53 AM
              0 responses
              11 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-25-2023, 07:42 AM
              0 responses
              15 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-22-2023, 09:05 AM
              0 responses
              45 views
              0 likes
              Last Post seqadmin  
              Working...
              X