Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • question about samtools and snp calling

    Hi, everyone,

    I am trying to call SNPs from a single .bam file by Samtools. From the .vcf output file, I found the allele frequency (AF1) is either 1 or 0.5. I can't figure out whether I did something wrong here. Has any one seen similar situation?

    Call SNPs from a single alignment:
    $> samtools mpileup –uf myreference.fasta myalignment.bam > tmp_output.bcf
    $> bcftools view –bvcg tmp_output.bcf > raw.bcf
    $> bcftools view > raw.vcf
    $> vcfutils.pl varFilter –D100 raw.vcf > my_samtool_snps.vcf

    thanks very much.

    best,

    shouhong

  • #2
    Originally posted by guang918 View Post
    Hi, everyone,

    I am trying to call SNPs from a single .bam file by Samtools. From the .vcf output file, I found the allele frequency (AF1) is either 1 or 0.5. I can't figure out whether I did something wrong here. Has any one seen similar situation?

    Call SNPs from a single alignment:
    $> samtools mpileup –uf myreference.fasta myalignment.bam > tmp_output.bcf
    $> bcftools view –bvcg tmp_output.bcf > raw.bcf
    $> bcftools view > raw.vcf
    $> vcfutils.pl varFilter –D100 raw.vcf > my_samtool_snps.vcf

    thanks very much.

    best,

    shouhong
    If you are calling SNPs on a single individual, the genotype can either be homozygous or heterozygous, if its homozygous, the alternate allele appears twice out of two possible chances in one sample, so the allele frequency is 1, if it is het, it appears once out of two times and the allele frequency is 0.5.

    Allele frequency is not particularly informative unless you have more than one sample being represented in the VCF.

    Comment


    • #3
      Thanks very much for the reply. I am still confusion a little bit.

      When Samtools call a sequence variant a SNP with AF1=0.5. That sequence variant may represent 20% or 40% or even 60% of the reads at that site. Therefore, we can't differentiate sequence error or a real SNP in this case. Is this thought correct?

      Thanks.

      Comment


      • #4
        SAMTools mpileup pretty much assumes that you are looking at a single diploid organism. It will not ever tell you that it thinks your sample is 40% some alternate letter. It will tell you that it thinks it's 50%, but have a lower quality score, because 40% doesn't quite look like 50%.

        So you will either have to examine samtools mpileup output very closely to characterize SNPs at percentages other than 50% and 100%, or you will need some other software to call them.

        Comment


        • #5
          The VCF files also include raw counts of forward, reverse, alternate forward and alternate reverse. If you're looking at heteroploidy on a haploid genome (or similar), then it's better to use the raw counts rather than the estimated allele frequency.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:57 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-02-2024, 08:06 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-30-2024, 12:17 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X