Hello,
Here are my log files. First one is for "LD score estimation" and then second one is for "LD score regression".
*********************************************************************
* LD Score Regression (LDSC)
* Version 1.0.0
* (C) 2014-2015 Brendan Bulik-Sullivan and Hilary Finucane
* Broad Institute of MIT and Harvard / MIT Department of Mathematics
* GNU General Public License v3
*********************************************************************
Call:
./ldsc.py \
--ld-wind-cm 1.0 \
--out M_ldsc \
--bfile M_OTK_csr_qc3_chr22 \
--yes-really \
--maf 0.01 \
--l2
Beginning analysis at Mon Nov 9 18:48:33 2015
Read list of 25499 SNPs from M_OTK_csr_qc3_chr22.bim
Read list of 6877 individuals from M_OTK_csr_qc3_chr22.fam
Reading genotypes from M_OTK_csr_qc3_chr22.bed
Estimating LD Score.
Writing LD Scores for 25497 SNPs to M_ldsc.l2.ldscore.gz
Summary of LD Scores in M_ldsc.l2.ldscore.gz
MAF L2
mean 0.197 80.434
std 0.144 62.479
min 0.010 1.178
25% 0.066 32.250
50% 0.160 64.316
75% 0.320 110.067
max 0.500 331.227
MAF/LD Score Correlation Matrix
MAF L2
MAF 1.000 -0.027
L2 -0.027 1.000
Analysis finished at Mon Nov 9 19:38:15 2015
Total time elapsed: 49.0m:41.91s
---------------------------------------------------------------------
And then using these LD scores, I tried LD score regression. I creasted sumstats files from my GWAS results and used munge_sumstats.py.
Thanks for your help!
---------------------------------------------------------------------
*********************************************************************
* LD Score Regression (LDSC)
* Version 1.0.0
* (C) 2014-2015 Brendan Bulik-Sullivan and Hilary Finucane
* Broad Institute of MIT and Harvard / MIT Department of Mathematics
* GNU General Public License v3
*********************************************************************
Call:
./ldsc.py \
--h2 chr22_sumstats.sumstats.gz \
--out chr22_ldsc \
--w-ld M_ldsc \
--ref-ld M_ldsc
Beginning analysis at Tue Nov 10 01:58:52 2015
Reading summary statistics from chr22_sumstats.sumstats.gz ...
Read summary statistics for 21667 SNPs.
Reading reference panel LD Score from M_ldsc ...
Read reference panel LD Scores for 25497 SNPs.
Removing partitioned LD Scores with zero variance.
Reading regression weight LD Score from M_ldsc ...
Read regression weight LD Scores for 25497 SNPs.
After merging with reference panel LD, 21665 SNPs remain.
After merging with regression SNP LD, 21665 SNPs remain.
WARNING: number of SNPs less than 200k; this is almost always bad.
Using two-step estimator with cutoff at 30.
Total Observed scale h2: -0.0057 (0.0041)
Lambda GC: 1.2267
Mean Chi^2: 1.2291
Intercept: 1.3782 (0.0864)
Ratio: 1.6511 (0.377)
Analysis finished at Tue Nov 10 01:58:52 2015
Total time elapsed: 0.15s