Hi there,
I ran the imputation but I got nothing, even for the whole chromosome:
INFO - Beginning process
INFO - Creating context by variant
INFO - Loading study
INFO - Loading variants' parquet file
INFO - Loading variants metadata
Level 9 - Loading row group 0
/home/pclam/anaconda3/envs/imlabtools/lib/python3.7/site-packages/pyarrow/pandas_compat.py:752: FutureWarning: .labels was deprecated in version 0.24.0. Use .codes instead.
labels, = index.labels
INFO - Loading regions
Level 9 - Selecting target regions with specific chromosome
Level 9 - generating GWAS whitelist
INFO - Loading gwas
INFO - Acquiring filter tree for 2162604 targets
INFO - Processing gwas source
Level 9 - Loaded 0 GWAS variants
Level 9 - Parsing GWAS
Level 9 - Processing region 1/131 [10583.0, 1961168.0]
Level 8 - Roll out imputation
INFO - No GWAS intersection for region
Level 9 - Processing region 2/131 [1961168.0, 3666172.0]
Level 8 - Roll out imputation
INFO - No GWAS intersection for region
Level 9 - Processing region 3/131 [3666172.0, 4320751.0]
Level 8 - Roll out imputation
INFO - No GWAS intersection for region
...
Level 9 - Processing region 130/131 [245343444.0, 247181216.0]
Level 8 - Roll out imputation
INFO - No GWAS intersection for region
Level 9 - Processing region 131/131 [247181216.0, 248945267.0]
Level 8 - Roll out imputation
INFO - No GWAS intersection for region
INFO - Finished in 78.23940965719521 seconds
My harmonized gwas file looks like:
variant_id non_effect_allele effect_allele effect_size standard_error pvalue chromosome position zscore sample_size panel_variant_id frequency
rs143225517 T C -0.0238 0.0215 0.2705 chr1 816376 -1.1019118 8293 chr1_816376_T_C_b38 0.1203883495145631
rs3094315 G A 0.0253 0.0196 0.1924 chr1 817186 1.3035121 8293 chr1_817186_G_A_b38 0.8388349514563107
I wonder what's going on here? And how do I fix it? Thanks.
Best
Sophie