Entering edit mode
9.7 years ago
gaurav.singh
▴
10
I have section called Variant Call Data section, When User views the Variant Call Data section,Then those values should be extracted from the called variant VCF.
My VCF contains
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample
But I want to include GATK, Read Depth and Zygosity information as well.How should I approach to this
Any help?
At least some of the information you want is in the VCF file, so just parse the file and include it.
But my vcf do not have these values?
Then you'll need to determine them. This may require the original data.
I can not just manually added to it right?
If you've calculated the values then sure, you can add them. Just keep it in VCF format.
define "my implementation"
you only show a standard VCF header. show a larger sample (headers & variants)