Entering edit mode
10.7 years ago
win
▴
990
Hi all, is it possible to convert all VCF data to forward strand? Is there a script that can do that?
Thanks again in advance.
Hi all, is it possible to convert all VCF data to forward strand? Is there a script that can do that?
Thanks again in advance.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
how did you get a VCF on the reverse strand ?
lol
The DP4 field under INFO contains the information for reads covering the strand for ref and alt bases. If you manipulate this field as per your requirement, you can get it.
Plz elaborate your question, so that we write the code for it.