This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Extract SNPs and SNP ID's from vcf file

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

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.

Please post example input and expected output.

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.

0 answers

No answers yet.

Log in to answer this question.