how to process vcf files for GWAS analysis
0
0
Entering edit mode
4.1 years ago
Kumar ▴ 170

Hi, I have got vcf files from GATK. I have a total of 195 vcf files. Please let me know how to proceed for GWAS analysis. I have a phenotype file. Please suggest any method or workflow.

Phenotype file example:

Samples gender  status
 FA2001 M   affected
 FA2002 M   affected
 FA2003 M   unaffected
 FA2004 F   affected
 FA2006 F   unaffected
GWAS sequencing next-gen vcf • 2.3k views
ADD COMMENT
0
Entering edit mode

Please explore PLINK

ADD REPLY
0
Entering edit mode

Hi, I am new in this study. If you could elaborate steps, it would be helpful. I am using PLINK, it generates .bed,.bim, .fam with the following command.

./plink --vcf <filename> --keep-allele-order --allow-extra-chr 0 --make-bed --out <filename>

Furthermore, I tried the following command:

./plink --bfile <filenames> --recode --tab --out <output filename>
ADD REPLY
2
Entering edit mode

The documentation of plink is excellent. Show some effort and start reading.

ADD REPLY

Login before adding your answer.

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