How Add data in ref column in vcf file
1
0
Entering edit mode
6.8 years ago
misbahabas ▴ 70

Asslamu Alikum

I have vcf file look like

chr2 104 . T <non_ref> . . . T:AD:DP:GQ:PL 0/0:2,0:2:3:0,3,45

chr2 105 . T <non_ref> . . . GT:AD:DP:GQ:PL 0/0:1,1:2:0:0,0,0

chr2 104 . T <non_ref> . . . T:AD:DP:GQ:PL 0/0:2,0:2:3:0,3,45

chr2 105 . T <non_ref>. . . GT:AD:DP:GQ:PL 0/0:1,1:2:0:0,0,0

Is it possible to add nucleotide in ref column?

snp genome vcf vcftools • 2.0k views
ADD COMMENT
0
Entering edit mode
6.8 years ago
aays ▴ 180

It is, but it would require providing a fasta file of the reference when initially calling the VCF from a bam file in GATK.

I'm not sure what was used to make your VCF file, but I'm going to hazard a guess that it was HaplotypeCaller, in which case the relevant documentation can be found here (with the reference fasta file fed to the -R argument).

ADD COMMENT

Login before adding your answer.

Traffic: 2427 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