Hi Hilary,
1. It definitely helps! really appreciate it.
I just wrote a simple script to generate annot files from your bed files. The repo is yet incomplete, but I will upload the generated ldscores after validation.
To confirm my approach, I checked the output baseline annotation for chr22 of EUR, using the same .bim (1000G.mac5eur.22.bim) and .bed provided.
However, I found several discrepancy in specific categories--Enhancer_Hoffman, Enhancer_Hoffman.extend.500, UTR_3_UCSC, and UTR_5_UCSC. I manually investigated those SNPs, and found that they are basically outside the specified intervals (see the example below).
e.g. rs2379981(22:17030792) for 'Enhancer_Hoffman' category
baseline.22.annot.gz (provided):1013,col19 --- '1'
(mine) --- '0'
Enhancer_Hoffman.bed:115226-115227
>>>
chr22 16928200 16928543
chr22 17082427 17082622
>>>
Since rs2379981 seems to be located outside the intervals, should it be '0'? Did you have any other criteria for incursion/exclusion, in addition to the intervals specified in the bed files? I attached my baseline annotation for chr22 of EUR just for the record.
2. Thank you for the explanation. Just for clarity, the following relationship is correct? -- Reference SNPs: MAC > 5, Regression SNPs: MAF > 5%, Output SNPs for ldscore: HapMap 3 SNPs (w/ --print-snps option).