Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • strange results of samtools

    Hi, everyone!
    I'm dealing with 14 sets of 81*2 data. After mapping them to reference genome by bwa 0.5.9-r16, I try to call variants using samtools 0.1.18. The strange thing is that all the thousands results of each sample are INDEL, though I can see there are SNPs by IGV.
    Do you have any idea about this?


    my command:
    samtools mpileup -6AB -Q 30 -uf Egrandis_162.fa 1.rmdup.bam | bcftools view -bvcg - >1_30.RawVar.bcf 2>mpileup.log&
    bcftools view 1_30.RawVar.bcf | vcfutils.pl varFilter -Q 30 -d 2 - > 1_30_30.FilterVar.vcf

  • #2
    Originally posted by liying View Post
    Hi, everyone!
    I'm dealing with 14 sets of 81*2 data. After mapping them to reference genome by bwa 0.5.9-r16, I try to call variants using samtools 0.1.18. The strange thing is that all the thousands results of each sample are INDEL, though I can see there are SNPs by IGV.
    Do you have any idea about this?


    my command:
    samtools mpileup -6AB -Q 30 -uf Egrandis_162.fa 1.rmdup.bam | bcftools view -bvcg - >1_30.RawVar.bcf 2>mpileup.log&
    bcftools view 1_30.RawVar.bcf | vcfutils.pl varFilter -Q 30 -d 2 - > 1_30_30.FilterVar.vcf
    Start by finiding a SNP that you see in IGV, and looking at the pileup in that position, and then the sam file in that region. Do the reads have good quality scores at the locus? Is the mapping quality alright? Something that I've observed, though it might not explain all your missing SNPs, is that sometimes, the BAQ calculations will mess up real SNPs, but not indels. I've occasionally seen this with sanger verified SNPs. So try rerunning mpileup with -B, see if that makes a difference.

    Comment


    • #3
      Originally posted by swbarnes2 View Post
      Start by finiding a SNP that you see in IGV, and looking at the pileup in that position, and then the sam file in that region. Do the reads have good quality scores at the locus? Is the mapping quality alright? Something that I've observed, though it might not explain all your missing SNPs, is that sometimes, the BAQ calculations will mess up real SNPs, but not indels. I've occasionally seen this with sanger verified SNPs. So try rerunning mpileup with -B, see if that makes a difference.
      Thanks for you reply.
      I'm sure these SNPs should pass my fliter. The MAPQ, baseQ and depth is good enough. And no matter how low threshold be set, I did not got any SNPs anyway.
      As -B option was already be used, I presumed you mean without it. That didn't help.

      Perhaps I should give up and try other SNPcaller.

      PS:GATK is really complicated. I'm trying.

      Comment


      • #4
        Foget it. I'm a fool. I shouldn't use -6 option after adding -I in bwa.
        Well, it's a good thing that I'm wrong and samtools is right, so I can use it...

        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 on Modified Bases...
          Yesterday, 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
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X