Hi,
I have generated a VCF from vg call, and here is few lines of the VCF file I got.
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT AU
12 5958 40863053_40863056 G A 11.0614 PASS DP=8 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:8:7,1:-2.918876,-2.406165,-15.847851:5:-1.366429:7.019608:1
12 5965 40863056_41238580 G A 12.5346 PASS DP=7 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:7:6,1:-2.800967,-2.104173,-13.548030:6:-1.281771:7.019608:1
12 6194 40863067_40863068 C A 22.3351 PASS DP=4 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:4:3,1:-3.267579,-1.518863,-7.439325:17:-1.116292:2.378082:1
12 6224 40863071_41233469 G A 26.3073 PASS DP=10 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:10:8,2:-4.516325,-2.365773,-18.047362:21:-1.105658:8.157895:2
12 6704 40863102_41245696 A ACCC 25.9236 lowad DP=1 GT:DP:AD:GL:GQ:GP:XD:MAD 1/0:1:0,1:-2.782378,-0.784550,-1.306884:5:-1.368966:0.603774:0
12 6712 41245696_41245698 G C 17.2222 PASS DP=5 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:5:4,1:-2.930286,-1.710612,-9.160134:12:-1.157166:6.998316:1
12 6714 41245698_41245700 A C 34.7345 PASS DP=5 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:5:3,2:-5.773195,-2.777300,-8.469752:29:-1.099623:13.392858:2
12 6718 41245700_41245702 T C 17.2222 PASS DP=5 GT:DP:AD:GL:GQ:GP:XD:MAD 0/1:5:4,1:-4.298005,-3.078331,-10.245972:12:-1.157166:13.392858:1
12 20103 40863559_40863562 G A 49.499 lowdepth DP=2 GT:DP:AD:GL:GQ:GP:XD:MAD 1/1:2:0,2:-5.457024,-1.461369,-1.160338:3:-1.504111:4.094972:2
I have no idea that using the POS and ID here, can I locate the coordinate of each variant on the chromosome (e.g. Chr12: 23240000)? Also, what is the meaning of lowad and lowdepth under FILTER column? Any answer will be very welcome!
Monica
Hi, many thanks for replying. It's now much clearer what these parameters mean, but I still have a question. I generated the VCF I showed above using one sample A, targeting on a region on Chr12. I used the codes:
Construct graph and index (according to whole genome variation graph)
Map and call variant (according to Whole genome calling and genotyping)
Everything went fine, except from the POS in the VCF seems not to be the coordinates along the Chr12. The POS should be around this 12:20,140,000-23,600,000 region...
Did I do something wrong in the code by missing some parameters? Thanks in advance.