Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools mpileup parameter settings

    Hi all,

    I am using samtool mpileup to do SNP calling. I am experiencing some difficulties with the parameter settings.

    For the single end data with a 200X coverage, samtools gave me the similar number of SNPs as SOAPsnp, GATK-UGT and Atlas-SNP2. However, for a pair-end data with 1000X coverage, samtools gave much less SNPs than the other callers.

    For the pair end data, I tried the following code:
    # samtools mpileup -ug -C50 -d1000 -f Feb11.2011.combined.25chr.fa 826T.fixed.cleaned.bam | bcftools view -bvcg - > 826T.samtool.mpileup.bcf
    # bcftools view 826T.samtool.mpileup.bcf | vcfutils.pl varFilter -D1000 > 826T.samtool.mpileup.c50d1000.vcf

    I tried the parameters "-C", "-d", and "-D" with several different numbers, but they all gave me the exactly same results. Based on the samtools instruction, the -d and -D are associated with coverage, and changing them around should make some difference. And I tried with older version (v.1.12) and new version (v.1.16) samtools. These parameter settings seem not working at all. Do anyone know what might go wrong? What should I do to get more SNPs called by samtools?

    Any help appreciated!

  • #2
    Hi,

    You may want to examine the bam file using any genome browser. IGV from Broad is a good option, for example. Check the location(s) that other programs called a SNP but samtools did not. You may gain some insights from this practice. All these programs may behave strangely in different situations...

    Douglas

    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, Today, 08:47 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    59 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Working...
    X