Closed gk7279 closed 2 years ago
Mind attaching the plot?
Thanks a lot for the very quick response. The VCF file's first few lines were only included. Thanks for any timely pointers.
The problem is that the information for your first 4 variants is truncated. You don't have a DP
value for those variants.
GT:GQ:SDP:DP:RD:AD:FREQ:PVAL:RBQ:ABQ:RDF:RDR:ADF:ADR ./.:.:1
Checking and shall update you in a moment. Thanks.
It worked. Thanks a lot.
If I want to do the mean_depth for a full run (with bunch of samples), is there a way this tool can do that?
Currently, you can only run them one by one.
Thanks. Closing it for now. Appreciate the prompt action
Hi-
My VCF is like this
When I use this command
vcfstats --vcf /data/test.vcf --outdir /data/examples/ --formula 'MEAN(DEPTHs{0}) ~ CONTIG[1,2,3,4,5]' --title 'MeanDepth' --config examples/config.toml
My mean depth plots are in the negative scale to the bottom.
Can you please help?