Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mstagliamonte
    Member
    • Feb 2013
    • 33

    yet another question regarding vcf format

    OK, I am sorry to ask yet another question regarding vcf format, I have noticed there are similar questions asked everywhere, on any forum. Still, I have a doubt, and wonder if I am misunderstanding some of the tags.

    I have done some variant calling using samtools 1.2;
    The format field is structured as follows:

    ##FORMAT=<ID=PL,Number=G,Type=Integer,Description="List of Phred-scaled genotype likelihoods">
    ##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Number of high-quality bases">
    ##FORMAT=<ID=DV,Number=1,Type=Integer,Description="Number of high-quality non-reference bases">
    ##FORMAT=<ID=DPR,Number=R,Type=Integer,Description="Number of high-quality bases observed for each allele">
    ##FORMAT=<ID=SP,Number=1,Type=Integer,Description="Phred-scaled strand bias P-value">
    ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">

    I understand the difference between FORMAT/DP and INFO?DP (the latter considers all the bases), but I recently realized that I may be misunderstanding the difference between FORMAT/DP and FORMAT/DPR tags.
    Most of the times, the sum of the values in DPR is equal to the DP; in some cases though I have noticed that this is not true, and the DP value is slightly larger. In these cases, I have noticed that the alternative allele coverage in DPR also differs from the one reported in DV, by the same amount.

    Can you please help me understanding what I'm missing?

    Thanks,
    Max

    EDIT:
    Here is an example:
    Format= GT : PL : DP : DV : SP : DPR
    Sample= 1/1 : 255,255,0 : 251 : 248 : 5 : 3,244
    Last edited by mstagliamonte; 07-19-2016, 07:51 AM. Reason: Example was added
  • westerman
    Rick Westerman
    • Jun 2008
    • 1104

    #2
    I am not sure but I will make the, possibly unhelpful, suggestion to use Samtools 1.3 instead of 1.2. It may be more accurate and useful. From the change log:

    The mpileup command now outputs the unseen allele in VCF/BCF as <*> rather than X or <X> as previously, and now has AD, ADF, ADR, INFO/AD, INFO/ADF, INFO/ADR --output-tags annotations that largely supersede the existing DV, DP4, DPR annotations.

    Comment

    • mstagliamonte
      Member
      • Feb 2013
      • 33

      #3
      Thank you, Westerman,

      That's something I didn't think of. So basically, the missing bases support an allele that was not called, am I correct?

      Comment

      • westerman
        Rick Westerman
        • Jun 2008
        • 1104

        #4
        That is my guess. Not 100% sure though.

        Comment

        • mstagliamonte
          Member
          • Feb 2013
          • 33

          #5
          OK,

          Thank you for your help

          Comment

          Latest Articles

          Collapse

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          16 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-04-2026, 08:59 AM
          0 responses
          34 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 12:03 PM
          0 responses
          36 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-02-2026, 11:40 AM
          0 responses
          23 views
          0 reactions
          Last Post SEQadmin2  
          Working...