calculate nucleotide forward and reverse reads from vcf
1
0
Entering edit mode
7.9 years ago
bioguy24 ▴ 230

I am trying to find a tool or script that can extract/calculate the base forward and reverse reads from a ion torrent vcf.gz.

Currently from NextGene we get output: (each base for a variant with the # of forward and reverse reads)

A(#F,#R)      C(#F,#R)  G(#F,#R)      T(#F,#R)  Ins(#F,#R)  Del(#F,#R)
  617;544      625;565   0;0             0;0        1;1           0;15

Maybe there are tags in the vcf, I'm not sure. The #'s in column J (format field) of the vcf are close:

0/1:4926:2359:2375:1186:1188:1171:1187:0.499789:551:620:622:564:567:620:622:566

but I am not sure. Thank you :).

edit: or should I use the bam to calculate the base reads and then match it to positions in the vcf?

vcf • 1.5k views
ADD COMMENT
0
Entering edit mode
7.9 years ago
bioguy24 ▴ 230

For anyone that may have a similar question, bam-read-count will give you numbers and a custom script should give you the output desired. Thank you :)

ADD COMMENT

Login before adding your answer.

Traffic: 1477 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6