Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Filtering out individual genotype calls with too HIGH read depth from VCF

    I have VCF files generated from GATK's HaplotypeCaller. One file per each of 20 individuals. These VCF files will be combined into a multi-sample gVCF for joint genotyping using GenotypeGVCFs (GATK), producing a vcf.gz file including all variable positions across the individuals.

    I would like to set a filter to remove certain variants. The tricky part is that this filter is not a global filter, meaning, the filtering threshold should be set differently for each individual. Specifically, I'm looking to exclude any genotype (variant) call *within an individual* that has more than 4-times the average read depth of *that individual*.

    How do I achieve such filtering? Can this be done on the combined vcf-file (or even the variants vcf file), or do I have to do such filtering before combining individual VCF files into one?
    And, how do I implement this filter? I cannot think of any tool that allows me to filter out positions with a too high read depth, and particularly not if the respective threshold depends on the genome-wide average.

    Thank you for your help!

  • #2
    That would require some scripting, I think. vcftools can filter for sites within a range of read depth, so you could:
    extract one individual with vcftools --indv
    find the mean depth with vcftools --depth
    filter that individual with --max-meanDP

    but at that point I would just parse the vcf with a scripting language.
    Providing nextRAD genotyping and PacBio sequencing services. http://snpsaurus.com

    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
    44 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    43 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    38 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