Thank you so much for your swift reply! It made things much clearer.
However, when I try to run munge_sumstats on the ulcerative colitis and crohns disease data sets, I get a warning "sys:1: DtypeWarning: Columns (8) have mixed types. Specify dtype option on import or set low_memory=False.", followed up by the following error in converting summary statistics:
Traceback (most recent call last):
File "/Users/Johanne/Software/ldsc/munge_sumstats.py", line 654, in munge_sumstats
check_median(dat.SIGNED_SUMSTAT, signed_sumstat_null, 0.1, sign_cname))
File "/Users/Johanne/Software/ldsc/munge_sumstats.py", line 363, in check_median
m = np.median(x)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/lib/function_base.py", line 2717, in median
return mean(part[indexer], axis=axis, out=out)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/fromnumeric.py", line 2716, in mean
out=out, keepdims=keepdims)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/_methods.py", line 67, in _mean
ret = ret.dtype.type(ret / rcount)
AttributeError: 'float' object has no attribute 'type'
I have the latest version of ldsc. Do you have any suggestions as to what might be wrong?
Best,
Johanne