Hi all, I have two files: a VCF and a BAM from a WGS. The VCF reports only the variants that are different from the reference genome.
I have a list of coordinates (as a bed file) to which I would like to extract the alleles from the sequencing. The VCF at the moment does not contain all of the regions, because it does not report the coordinates/variants that are equal to the reference.
I was wondering if there is a way that I could extract the alleles as VCF or similar for these coordinates, reporting also the alleles that are equal to the reference?
I would like to have this because in the VCF I do not know if my regions are absent because they have not been sequenced or if they are equal to the reference.
Let me know if my question is not clear and I could try to rephrase.
Thank you.