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
            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
          62 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