Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elfuser
    Member
    • Dec 2009
    • 16

    #1

    Filtering VCF variants based on sequencing coverage

    Hello:
    I have produced a set of variants using the following pipeline

    Code:
    ## SORT BAM FILE FROM REF MAPPING ##
    samtools sort r.bam" r_sorted"
    ## CREATE LIST OF POTENTIAL SNP OR INDEL ##
    samtools mpileup -uf ref.fa r_sorted.bam > r.bcf
    ## PARSE POTENTIAL SNP OR INDEL USING BAYESIAN INFERENCE ##
    bcftools view -bvcg r.bcf > r2.bcf
    ## BCF FILE IS CONVERTED VIEWABLE FORM ##
    bcftools view r2.bcf > r.vcf
    I want to do a preliminary filtering of the resulting variants based on sequencing depth. So, I have written a short script that does so by using the DP4 values from the FILTER column.

    Code:
    gi|110645304|ref|NC_002516.2|	314283	.	G	T	222	.	DP=67;VDB=0.0384;AF1=1;AC1=2;[B]DP4=0,1,31,27[/B];MQ=58;FQ=-169;PV4=0.47,1,0.37,1	GT:PL:GQ	1/1:255,142,0:99
    In this example I would add the first two values of the DP4 (reference coverage) and make sure that they are low enough. I would also ass the last two values of the DP4 (SNP coverage) and make sure they are not undercovered or overcovered. I guess my question is whether this is an ok approach.

    For more information, I am working with hiseq sequencing data, it is a single sample and it is bacterial whole genome.

    Thanks

Latest Articles

Collapse

  • SEQadmin2
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    07-31-2026, 11:01 AM
  • SEQadmin2
    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
    by SEQadmin2


    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

    The systematic characterization of the human proteome has
    ...
    07-20-2026, 11:48 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 08-13-2026, 12:22 PM
0 responses
23 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-11-2026, 10:35 AM
0 responses
19 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-06-2026, 07:41 AM
0 responses
33 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-03-2026, 10:13 AM
0 responses
51 views
0 reactions
Last Post SEQadmin2  
Working...