Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • VCF file - no ALT but DP4 alternative exist

    Hi all,

    I'm using samtools to find variants in my resequencing data, and I've noticed something weird:

    After running the following command:
    Code:
    samtools mpileup -L 10000 -d 10000 -ugEf <my_genome> <my sorted BAM> | bcftools view -g - > samp.raw.vcf
    I got a line in the VCF file that doesn't make sense: It said that there is no variant (ALT=".", AF1="0"), but there are alternative alleles, as can be seen in the DP4 attributes. I also see it clearly in the IGV when viewing the BAM file.

    Code:
    genome     197469  .       T       .       72      .       DP=666;VDB=0.0469;AF1=0;AC1=0;DP4=258,220,75,110;MQ=33;FQ=-69;PV4=0.0024,1,3.4e-120,1   PL      0
    And the weirdest thing is that when I ran the same command on a different sample, the output was ok (both samples contain the same SNP):
    Code:
    genome     197469  .       T       C       27      .       DP=666;VDB=0.0469;AF1=0.5;AC1=1;DP4=258,220,75,110;MQ=33;FQ=30;PV4=0.0024,1,3.4e-120,1  GT:PL:GQ        0/1:57,0,255:60
    Anybody knows what's going on? I've never seen this behavior before with Samtools.

    Thanks,
    Rachelly.

  • #2
    What does the pileup look like at that locus?

    Comment


    • #3
      The pileups looks the same..

      The pileup of both samples looks exactly the same. See the attached image from IGV.

      Click image for larger version

Name:	pileup.png
Views:	1
Size:	18.8 KB
ID:	303753

      I found more examples for this behavior in these samples, where they look the same in IGV but their VCF files look different:

      Code:
      genome     256638  .       C       .       82      .       DP=702;VDB=0.0188;AF1=0;AC1=0;DP4=319,217,94,70;MQ=33;FQ=-79;PV4=0.65,1,1.3e-98,1       PL      0
      genome     256638  .       C       A       4.77    .       DP=702;VDB=0.0188;AF1=0.4999;AC1=1;DP4=319,217,94,70;MQ=33;FQ=6.99;PV4=0.65,1,1.3e-98,1 GT:PL:GQ        0/1:33,0,255:33
      Code:
      genome     217418  .       A       .       15.1    .       DP=940;VDB=0.0028;AF1=0.492;AC1=1;DP4=316,372,116,121;MQ=33;FQ=-12.3;PV4=0.45,2.7e-05,9.7e-135,4.6e-10  PL      15
      genome     217418  .       A       T       5.46    .       DP=940;VDB=0.0028;AF1=0.4999;AC1=1;DP4=316,372,116,121;MQ=33;FQ=7.8;PV4=0.45,2.7e-05,9.7e-135,4.6e-10   GT:PL:GQ        0/1:34,0,255:34

      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