Could someone please explain the output file for HapFlk?
My input file was a ped file which has three different populations. Two with same number of snps by imputation and third one is an outgroup population which has the same number of snps but some of them are marked as 0 since it's missing and unimputed.
I ran HapFlk with only the --file and --outgroup option so the output would be Flk not the LD based HapFlk and outgroup would be leftout after building the tree
When I checked the flk result after running, the columns were rs, chr, pos, pzero, flk, pvalue which I could understand but some of the positions have
- nan for pvalue
- nan for flk and pvalue
- 1.0 for pzero and nan for flk and pvalue
- 0.5 for pzero and 0.0 for flk and 1.0 for pvalue
I'm not sure how to interpret these positions cause the positions aren't missing in input ped file.
Please help me