Hi,
Can anybody help me about the odd output file yielded by the following command:
plink --noweb --allow-no-sex --bfile input_file --assoc --adjust --out output_file
In fact, I'd like to perform a simple Bonferroni basic association test, and I obtains the following output file (extract for first ten rows):
CHR SNP UNADJ GC BONF HOLM SIDAK_SS SIDAK_SD FDR_BH FDR_BY
1 rs7540001 INF INF INF INF INF INF INF INF
1 rs2743476 INF INF INF INF INF INF INF INF
1 rs9435653 INF INF INF INF INF INF INF INF
1 rs11810307 INF INF INF INF INF INF INF INF
1 rs12410470 INF INF INF INF INF INF INF INF
1 rs2873038 INF INF INF INF INF INF INF INF
1 rs1553451 INF INF INF INF INF INF INF INF
1 rs2580567 INF INF INF INF INF INF INF INF
1 rs11578605 INF INF INF INF INF INF INF INF
....
....
This file contains (528000 rows (SNPs)), in particular: 328 rows with BONF = "INF", and 1300 others rows with BONF < 0.05, the remaining SNPs present a higher BONF-value than 0.05. My question is: 1300+328 = 1628 (huge) is really the number of SNPs declared significants (<0.05)? Is it normal to get this kind of file ?
Thanks for you
Hi
I also have the same problem, did you solve that now?