Hi all,
I have problem with quantitative trait association (plink).I used the following command to run this test:
./plink --file file_1 --assoc
I am getting sample.assoc
file which is not the output. output file looks something like this:
CHR SNP BP A1 F_A F_U A2 CHISQ P OR
1 rs10458597 564621 T 0.012 NA C NA NA NA
1 rs12565286 721290 C 0.02846 NA G NA NA NA
1 rs12082473 740857 A 0.01181 NA G NA NA NA
in place of NA
there should be numerical values which is not in this case.
Thanks in advance
Could you please paste few lines from your input here?
input file test.map looks like this:
I need few lines from test.map (already provided by you, above) and test.ped (for the snps in example map) so that I can reproduce the error. There are multiple columns with NA. Which column are you expecting to have values?
Thanks. I guess your question is addressed above.