Does anyone know if it's possible to obtain a depth of caverage file from a vcf format file? I'm looking to create new files with depth of coverage information in the following formats: VDR, EGFR, RYR1 or GDF.
I ned this depth of coverage information file to run Stargazer software. Also I have to use previously generated vcf files, so no chance of using BAM files to call variants again and in the process obtain the depth of coverage file.
Thanks a lot for your time and help.
looks like gene names to me, not "format"
I'm not familiar with the formats you mention, but AFAIK, VCF files cannot be used to obtain depth data, since they do not contain that type of information. Depth of coverage is usually derived from BAM files, or other formats describing read mappings.
Can you provide a snippet from your VCF file and an example of the desired output?