I am trying to use the LDhat package on genowide SNP phased data to estimate the population recombination rate of a region of the genome. However, after running my files using the interval and stat programes of the package, I am having difficulties in interpreting the output files. Has anyone used those programs before, and knows how to interpret them?
Here are my results based on stat (program for summarising the results from interval):
Output (on screen):
Reading data: 5000 lines (miss first 1000) of 12368 points.........Data read successfully
Mid = 2000, L95=101, U95=3900
Sample 1
Sample 2
Sample 3
Sample 4
.
.
.
Sample 12368
Average total change in rate = 272.542
Average total # changes = 657.669
res.txt (output file generated):
Loci Mean rho Median L95 U95
0 10504397.00000 10447323.00000 7371141.50000 13999447.00000
1 0.00017 0.00018 0.00003 0.00029
2 0.00017 0.00018 0.00003 0.00029
.
.
.
12367 0.00025 0.00021 0.00012 0.00048
From the output, you can see that I used 12367 SNPs, and the positions were given in base pairs not in kilo base pairs.
Thanks in advance.