Extract SNPs and SNP ID's from vcf file
0
1
Entering edit mode
6.5 years ago

Hi all,

I have vcf file.I am trying to extract ID ,SNPs and SNP ID's in the following way : It has to conform with the following format.

i)The first row should contain the IDs of subjects.
ii)The first column should contain the IDs of SNPs.
iii)Entry (i,j) should indicate the value of subject j in SNP i. The entry of the first row-first column is a string "SNP".

Please help me how to do this by using vcf or bcftools. Thanks in Advance

1000Genomes SNPs extract VCF • 3.5k views
ADD COMMENT
1
Entering edit mode

You are not going to be able to get that format with just vcf or bcftools. It's also not clear what you mean by 'value of subject j in SNP i' - do you mean the genotype?

You can probably do most of this with a combination of excel and GATK's VariantsToTable tool.

ADD REPLY
1
Entering edit mode

Please post example input and expected output.

ADD REPLY
0
Entering edit mode

i)The first row should contain the IDs of subjects. ii)The first column should contain the IDs of SNPs. iii)Entry (i,j) should indicate the value of subject j in SNP i.

You actually describe the format of a vcf file here.

ADD REPLY
0
Entering edit mode

I have done it myself. Thank you for the reply :)

ADD REPLY

Login before adding your answer.

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