Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'BETA', 'FRQ', 'NEFF', 'FRQSE', 'P', 'N', 'Z', 'SE', 'DIRECTION'}) and 35 missing columns ({'P_DME', 'P_UKBEIB', 'N_UKBNL', 'FRQ_UKBNL', 'SE_MVP', 'Z_MVP', 'Z_UKBEIB', 'SE_DME', 'BETA_UKBEIB', 'Neff_DME', 'SE_UKBNL', 'Z_DME', 'Neff_MVP', 'N_FG', 'BETA_FG', 'Neff_UKBNL', 'P_FG', 'P_UKBNL', 'FRQ_UKBEIB', 'N_UKBEIB', 'BETA_UKBNL', 'N_MVP', 'FRQ_MVP', 'BETA_MVP', 'Neff_UKBEIB', 'N_DME', 'FRQ_FG', 'SE_UKBEIB', 'Neff_FG', 'SE_FG', 'BETA_DME', 'Z_FG', 'Z_UKBNL', 'P_MVP', 'FRQ_DME'}).
This happened while the csv dataset builder was generating data using
/tmp/hf-datasets-cache/medium/datasets/77320063081553-config-parquet-and-info-PaoloMaccallini-MetaME-390847e3/hub/datasets--PaoloMaccallini--MetaME/snapshots/bb149e8db0b32c8216b9ae59382669a243a84d82/GWAS_METAL_DME_MVP_UKBEIB_GRCh37.tsv.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
SNP: string
CHR: int64
BP: int64
A1: string
A2: string
FRQ: double
FRQSE: double
NEFF: double
Z: double
N: int64
P: double
DIRECTION: string
SE: double
BETA: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1745
to
{'SNP': Value('string'), 'CHR': Value('int64'), 'BP': Value('int64'), 'A1': Value('string'), 'A2': Value('string'), 'BETA_DME': Value('float64'), 'SE_DME': Value('float64'), 'P_DME': Value('float64'), 'FRQ_DME': Value('float64'), 'N_DME': Value('float64'), 'Neff_DME': Value('float64'), 'Z_DME': Value('float64'), 'BETA_MVP': Value('float64'), 'SE_MVP': Value('float64'), 'P_MVP': Value('float64'), 'FRQ_MVP': Value('float64'), 'N_MVP': Value('float64'), 'Neff_MVP': Value('float64'), 'Z_MVP': Value('float64'), 'BETA_UKBNL': Value('float64'), 'SE_UKBNL': Value('float64'), 'P_UKBNL': Value('float64'), 'FRQ_UKBNL': Value('float64'), 'N_UKBNL': Value('float64'), 'Neff_UKBNL': Value('float64'), 'Z_UKBNL': Value('float64'), 'BETA_UKBEIB': Value('float64'), 'SE_UKBEIB': Value('float64'), 'P_UKBEIB': Value('float64'), 'FRQ_UKBEIB': Value('float64'), 'N_UKBEIB': Value('float64'), 'Neff_UKBEIB': Value('float64'), 'Z_UKBEIB': Value('float64'), 'BETA_FG': Value('float64'), 'SE_FG': Value('float64'), 'P_FG': Value('float64'), 'FRQ_FG': Value('float64'), 'N_FG': Value('float64'), 'Neff_FG': Value('float64'), 'Z_FG': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'BETA', 'FRQ', 'NEFF', 'FRQSE', 'P', 'N', 'Z', 'SE', 'DIRECTION'}) and 35 missing columns ({'P_DME', 'P_UKBEIB', 'N_UKBNL', 'FRQ_UKBNL', 'SE_MVP', 'Z_MVP', 'Z_UKBEIB', 'SE_DME', 'BETA_UKBEIB', 'Neff_DME', 'SE_UKBNL', 'Z_DME', 'Neff_MVP', 'N_FG', 'BETA_FG', 'Neff_UKBNL', 'P_FG', 'P_UKBNL', 'FRQ_UKBEIB', 'N_UKBEIB', 'BETA_UKBNL', 'N_MVP', 'FRQ_MVP', 'BETA_MVP', 'Neff_UKBEIB', 'N_DME', 'FRQ_FG', 'SE_UKBEIB', 'Neff_FG', 'SE_FG', 'BETA_DME', 'Z_FG', 'Z_UKBNL', 'P_MVP', 'FRQ_DME'}).
This happened while the csv dataset builder was generating data using
/tmp/hf-datasets-cache/medium/datasets/77320063081553-config-parquet-and-info-PaoloMaccallini-MetaME-390847e3/hub/datasets--PaoloMaccallini--MetaME/snapshots/bb149e8db0b32c8216b9ae59382669a243a84d82/GWAS_METAL_DME_MVP_UKBEIB_GRCh37.tsv.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
SNP string | CHR int64 | BP int64 | A1 string | A2 string | BETA_DME float64 | SE_DME float64 | P_DME float64 | FRQ_DME float64 | N_DME float64 | Neff_DME float64 | Z_DME float64 | BETA_MVP float64 | SE_MVP float64 | P_MVP float64 | FRQ_MVP float64 | N_MVP float64 | Neff_MVP float64 | Z_MVP float64 | BETA_UKBNL float64 | SE_UKBNL float64 | P_UKBNL float64 | FRQ_UKBNL float64 | N_UKBNL float64 | Neff_UKBNL float64 | Z_UKBNL float64 | BETA_UKBEIB float64 | SE_UKBEIB float64 | P_UKBEIB float64 | FRQ_UKBEIB float64 | N_UKBEIB float64 | Neff_UKBEIB float64 | Z_UKBEIB float64 | BETA_FG float64 | SE_FG float64 | P_FG float64 | FRQ_FG float64 | N_FG float64 | Neff_FG float64 | Z_FG float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rs10000 | 7 | 5,973,522 | A | G | null | null | null | null | null | null | null | 0.109703 | 0.060934 | 0.07136 | 0.0917 | 443,093 | 15,427.325478 | 1.800368 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
rs10000003 | 4 | 56,695,481 | A | G | 0.002929 | 0.013921 | 0.833338 | 0.70057 | 275,488 | 58,791.995455 | 0.210422 | 0.039885 | 0.02545 | 0.1185 | 0.6855 | 443,093 | 15,427.325478 | 1.567162 | -0.00002 | 0.000174 | 0.910745 | 0.299058 | 361,141 | 6,605.515718 | -0.112099 | 0.000058 | 0.000147 | 0.7 | 0.705536 | 484,598 | 8,331.875509 | 0.396881 | 0.207499 | 0.089634 | 0.020615 | 0.669664 | 463,312 | 1,131.308552 | 2.314951 |
rs10000006 | 4 | 107,905,227 | T | C | -0.054049 | 0.032644 | 0.097775 | 0.039517 | 275,488 | 58,791.995455 | -1.655734 | 0.105249 | 0.059744 | 0.07798 | 0.0516 | 443,093 | 15,427.325478 | 1.761666 | 0.000291 | 0.000417 | 0.48512 | 0.039336 | 361,141 | 6,605.515718 | 0.698092 | 0.000288 | 0.000331 | 0.38 | 0.050307 | 484,598 | 8,331.875509 | 0.869121 | -0.196445 | 0.414201 | 0.635305 | 0.011354 | 463,312 | 1,131.308552 | -0.474275 |
rs10000008 | 4 | 171,855,053 | C | T | 0.059995 | 0.054704 | 0.272764 | 0.013696 | 275,488 | 58,791.995455 | 1.09672 | 0.097944 | 0.120032 | 0.4146 | 0.0166 | 443,093 | 15,427.325478 | 0.815977 | -0.000499 | 0.000709 | 0.481226 | 0.013269 | 361,141 | 6,605.515718 | -0.704333 | -0.000181 | 0.000528 | 0.74 | 0.018598 | 484,598 | 8,331.875509 | -0.342185 | 0.646809 | 0.35011 | 0.064683 | 0.01483 | 463,312 | 1,131.308552 | 1.847445 |
rs10000011 | 4 | 137,301,901 | C | T | 0.006388 | 0.031247 | 0.838018 | 0.043047 | 275,488 | 58,791.995455 | 0.204429 | 0.034488 | 0.057721 | 0.55 | 0.0465 | 443,093 | 15,427.325478 | 0.59749 | -0.000473 | 0.000396 | 0.23226 | 0.042454 | 361,141 | 6,605.515718 | -1.194561 | -0.000185 | 0.000313 | 0.56 | 0.049824 | 484,598 | 8,331.875509 | -0.589259 | 0.013572 | 0.189444 | 0.942888 | 0.052169 | 463,312 | 1,131.308552 | 0.07164 |
rs10000012 | 4 | 1,363,537 | C | G | -0.012985 | 0.018461 | 0.481824 | 0.139607 | 275,488 | 58,791.995455 | -0.703374 | -0.026642 | 0.0335 | 0.4216 | 0.1358 | 443,093 | 15,427.325478 | -0.795281 | 0.000083 | 0.000229 | 0.714905 | 0.140921 | 361,141 | 6,605.515718 | 0.365276 | 0.000227 | 0.000193 | 0.24 | 0.14059 | 484,598 | 8,331.875509 | 1.174852 | -0.13887 | 0.140013 | 0.321277 | 0.100119 | 463,312 | 1,131.308552 | -0.991836 |
rs10000014 | 4 | 177,525,994 | C | T | 0.011336 | 0.013272 | 0.393028 | 0.357253 | 275,488 | 58,791.995455 | 0.854139 | 0.00441 | 0.02415 | 0.8548 | 0.3646 | 443,093 | 15,427.325478 | 0.182595 | 0.000283 | 0.000166 | 0.089432 | 0.355768 | 361,141 | 6,605.515718 | 1.698406 | 0.000142 | 0.000141 | 0.31 | 0.350169 | 484,598 | 8,331.875509 | 1.00849 | -0.088883 | 0.087112 | 0.307571 | 0.369081 | 463,312 | 1,131.308552 | -1.020331 |
rs10000015 | 4 | 83,222,834 | A | G | 0.014081 | 0.028118 | 0.616525 | 0.054258 | 275,488 | 58,791.995455 | 0.500779 | 0.080343 | 0.050186 | 0.1105 | 0.0554 | 443,093 | 15,427.325478 | 1.600914 | 0.000525 | 0.000352 | 0.135801 | 0.054396 | 361,141 | 6,605.515718 | 1.491613 | 0.000452 | 0.000291 | 0.12 | 0.057296 | 484,598 | 8,331.875509 | 1.553191 | 0.13278 | 0.231452 | 0.566183 | 0.035239 | 463,312 | 1,131.308552 | 0.573683 |
rs10000017 | 4 | 83,856,972 | C | T | -0.012418 | 0.01537 | 0.419137 | 0.22159 | 275,488 | 58,791.995455 | -0.807919 | 0.007428 | 0.028205 | 0.7914 | 0.218 | 443,093 | 15,427.325478 | 0.263339 | -0.000577 | 0.000192 | 0.002627 | 0.222848 | 361,141 | 6,605.515718 | -3.008321 | -0.000417 | 0.000164 | 0.011 | 0.216198 | 484,598 | 8,331.875509 | -2.549255 | 0.110433 | 0.098846 | 0.263898 | 0.242322 | 463,312 | 1,131.308552 | 1.117223 |
rs10000018 | 4 | 99,537,291 | A | G | 0.012479 | 0.013981 | 0.372101 | 0.293143 | 275,488 | 58,791.995455 | 0.892542 | 0.003606 | 0.025798 | 0.8878 | 0.2944 | 443,093 | 15,427.325478 | 0.139797 | -0.000009 | 0.000175 | 0.960297 | 0.292603 | 361,141 | 6,605.515718 | -0.049781 | 0.000009 | 0.000146 | 0.94 | 0.300408 | 484,598 | 8,331.875509 | 0.062641 | -0.067961 | 0.103599 | 0.511826 | 0.210908 | 463,312 | 1,131.308552 | -0.655996 |
rs1000002 | 3 | 183,917,980 | C | T | -0.002041 | 0.012718 | 0.872525 | 0.485736 | 275,488 | 58,791.995455 | -0.160452 | 0.035316 | 0.023006 | 0.1228 | 0.484 | 443,093 | 15,427.325478 | 1.535072 | 0.000143 | 0.00016 | 0.370363 | 0.485247 | 361,141 | 6,605.515718 | 0.895797 | 0.000194 | 0.000135 | 0.15 | 0.47817 | 484,598 | 8,331.875509 | 1.437386 | 0.141744 | 0.085333 | 0.096701 | 0.419535 | 463,312 | 1,131.308552 | 1.661067 |
rs10000020 | 4 | 4,215,724 | A | G | 0.008886 | 0.015208 | 0.559029 | 0.22952 | 275,488 | 58,791.995455 | 0.584286 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.021796 | 0.105029 | 0.835601 | 0.202813 | 463,312 | 1,131.308552 | 0.207523 |
rs10000021 | 4 | 158,520,305 | G | T | -0.032776 | 0.016254 | 0.04375 | 0.813683 | 275,488 | 58,791.995455 | -2.016476 | -0.044973 | 0.029475 | 0.1291 | 0.7958 | 443,093 | 15,427.325478 | -1.525834 | -0.000418 | 0.000205 | 0.041002 | 0.185761 | 361,141 | 6,605.515718 | -2.043519 | -0.00039 | 0.000171 | 0.023 | 0.810624 | 484,598 | 8,331.875509 | -2.274777 | 0.107075 | 0.121852 | 0.379547 | 0.859138 | 463,312 | 1,131.308552 | 0.87873 |
rs10000028 | 4 | 171,098,022 | G | T | -0.017584 | 0.045409 | 0.698586 | 0.01952 | 275,488 | 58,791.995455 | -0.387229 | -0.068593 | 0.091416 | 0.4532 | 0.0181 | 443,093 | 15,427.325478 | -0.75034 | -0.001176 | 0.000582 | 0.043548 | 0.019202 | 361,141 | 6,605.515718 | -2.018429 | -0.00126 | 0.000476 | 0.0081 | 0.020585 | 484,598 | 8,331.875509 | -2.644319 | null | null | null | null | null | null | null |
rs1000003 | 3 | 98,624,063 | A | G | null | null | null | null | null | null | null | -0.036332 | 0.032191 | 0.2548 | 0.1542 | 443,093 | 15,427.325478 | -1.128631 | 0.000213 | 0.000224 | 0.342089 | 0.148999 | 361,141 | 6,605.515718 | 0.950049 | 0.000089 | 0.000186 | 0.63 | 0.158425 | 484,598 | 8,331.875509 | 0.477198 | 0.024615 | 0.101871 | 0.80907 | 0.218314 | 463,312 | 1,131.308552 | 0.241626 |
rs10000030 | 4 | 102,452,997 | G | A | -0.006754 | 0.018894 | 0.720734 | 0.131008 | 275,488 | 58,791.995455 | -0.357478 | 0.028194 | 0.033959 | 0.4077 | 0.1351 | 443,093 | 15,427.325478 | 0.83023 | -0.000134 | 0.000237 | 0.570038 | 0.130479 | 361,141 | 6,605.515718 | -0.567995 | -0.000061 | 0.000198 | 0.76 | 0.131964 | 484,598 | 8,331.875509 | -0.305896 | 0.107517 | 0.110981 | 0.332651 | 0.176596 | 463,312 | 1,131.308552 | 0.968787 |
rs10000031 | 4 | 68,683,231 | A | G | -0.001346 | 0.017388 | 0.938302 | 0.157736 | 275,488 | 58,791.995455 | -0.077404 | 0.003807 | 0.032277 | 0.9059 | 0.1684 | 443,093 | 15,427.325478 | 0.117954 | 0.000117 | 0.000221 | 0.5971 | 0.15709 | 361,141 | 6,605.515718 | 0.528575 | 0.000019 | 0.000184 | 0.92 | 0.165326 | 484,598 | 8,331.875509 | 0.105474 | -0.067002 | 0.092577 | 0.469226 | 0.297847 | 463,312 | 1,131.308552 | -0.72374 |
rs10000033 | 4 | 138,678,744 | T | C | -0.000955 | 0.012757 | 0.940298 | 0.458829 | 275,488 | 58,791.995455 | -0.074895 | 0.022859 | 0.024237 | 0.3444 | 0.4535 | 443,093 | 15,427.325478 | 0.943169 | -0.000107 | 0.00016 | 0.502649 | 0.458866 | 361,141 | 6,605.515718 | -0.670327 | -0.000043 | 0.000135 | 0.75 | 0.451869 | 484,598 | 8,331.875509 | -0.319876 | -0.002427 | 0.084317 | 0.977033 | 0.507764 | 463,312 | 1,131.308552 | -0.028789 |
rs10000036 | 4 | 138,298,108 | C | T | -0.017459 | 0.012776 | 0.171761 | 0.496686 | 275,488 | 58,791.995455 | -1.36657 | -0.003992 | 0.024147 | 0.8571 | 0.4928 | 443,093 | 15,427.325478 | -0.165324 | 0.000087 | 0.00016 | 0.584981 | 0.499129 | 361,141 | 6,605.515718 | 0.546122 | 0.000075 | 0.000135 | 0.57 | 0.499775 | 484,598 | 8,331.875509 | 0.556074 | 0.002315 | 0.085169 | 0.978315 | 0.563884 | 463,312 | 1,131.308552 | 0.027181 |
rs10000037 | 4 | 38,922,709 | G | A | -0.007985 | 0.014584 | 0.584006 | 0.256962 | 275,488 | 58,791.995455 | -0.547542 | 0.041968 | 0.026569 | 0.1158 | 0.247 | 443,093 | 15,427.325478 | 1.579594 | -0.000157 | 0.000182 | 0.388088 | 0.257929 | 361,141 | 6,605.515718 | -0.863092 | -0.000191 | 0.000154 | 0.22 | 0.251931 | 484,598 | 8,331.875509 | -1.235748 | 0.037815 | 0.114772 | 0.741793 | 0.165072 | 463,312 | 1,131.308552 | 0.329478 |
rs10000040 | 4 | 136,499,648 | A | T | -0.004737 | 0.015827 | 0.76473 | 0.205296 | 275,488 | 58,791.995455 | -0.299277 | -0.023717 | 0.028846 | 0.404 | 0.2035 | 443,093 | 15,427.325478 | -0.822167 | 0.000266 | 0.000197 | 0.177924 | 0.206115 | 361,141 | 6,605.515718 | 1.347176 | 0.000244 | 0.000167 | 0.14 | 0.20396 | 484,598 | 8,331.875509 | 1.466407 | 0.010229 | 0.096975 | 0.915997 | 0.250705 | 463,312 | 1,131.308552 | 0.105477 |
rs10000042 | 4 | 5,235,425 | C | T | -0.002388 | 0.032011 | 0.940532 | 0.040833 | 275,488 | 58,791.995455 | -0.074601 | -0.030529 | 0.063204 | 0.6299 | 0.039 | 443,093 | 15,427.325478 | -0.483029 | -0.000643 | 0.000404 | 0.111302 | 0.040408 | 361,141 | 6,605.515718 | -1.592371 | -0.000734 | 0.000326 | 0.025 | 0.044282 | 484,598 | 8,331.875509 | -2.251978 | 0.080787 | 0.14398 | 0.57473 | 0.093716 | 463,312 | 1,131.308552 | 0.5611 |
rs10000044 | 4 | 32,639,132 | A | G | -0.027045 | 0.017651 | 0.125461 | 0.155003 | 275,488 | 58,791.995455 | -1.532246 | 0.081427 | 0.031335 | 0.009385 | 0.1504 | 443,093 | 15,427.325478 | 2.5986 | 0.000552 | 0.000219 | 0.011894 | 0.15613 | 361,141 | 6,605.515718 | 2.515282 | 0.000363 | 0.000184 | 0.049 | 0.158233 | 484,598 | 8,331.875509 | 1.97042 | 0.083534 | 0.109312 | 0.444762 | 0.182833 | 463,312 | 1,131.308552 | 0.764178 |
rs10000049 | 4 | 118,027,065 | C | A | null | null | null | null | null | null | null | 0.034488 | 0.033083 | 0.2971 | 0.7756 | 443,093 | 15,427.325478 | 1.042455 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
rs10000051 | 4 | 120,370,537 | C | T | -0.017523 | 0.016885 | 0.299373 | 0.171977 | 275,488 | 58,791.995455 | -1.037778 | -0.019803 | 0.031176 | 0.5306 | 0.1643 | 443,093 | 15,427.325478 | -0.635191 | 0.000201 | 0.000216 | 0.352155 | 0.172319 | 361,141 | 6,605.515718 | 0.930417 | 0.000114 | 0.00018 | 0.52 | 0.168613 | 484,598 | 8,331.875509 | 0.633391 | -0.074556 | 0.151821 | 0.623369 | 0.089198 | 463,312 | 1,131.308552 | -0.49108 |
rs10000056 | 4 | 188,400,463 | T | A | 0.004699 | 0.016468 | 0.775397 | 0.183231 | 275,488 | 58,791.995455 | 0.285323 | 0.029017 | 0.030975 | 0.3505 | 0.1723 | 443,093 | 15,427.325478 | 0.936775 | 0.000021 | 0.000206 | 0.917635 | 0.183707 | 361,141 | 6,605.515718 | 0.103413 | 0.000038 | 0.000174 | 0.82 | 0.183632 | 484,598 | 8,331.875509 | 0.219608 | -0.149751 | 0.117421 | 0.202189 | 0.15311 | 463,312 | 1,131.308552 | -1.275334 |
rs1000005697 | 17 | 64,407,775 | G | A | -0.043545 | 0.062246 | 0.484195 | 0.010536 | 275,488 | 58,791.995455 | -0.699572 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
rs10000064 | 4 | 126,888,466 | C | T | 0.002243 | 0.012865 | 0.861595 | 0.573375 | 275,488 | 58,791.995455 | 0.174344 | -0.035367 | 0.023868 | 0.1346 | 0.5749 | 443,093 | 15,427.325478 | -1.481787 | -0.000061 | 0.000161 | 0.705149 | 0.426668 | 361,141 | 6,605.515718 | -0.378379 | -0.000053 | 0.000136 | 0.7 | 0.56767 | 484,598 | 8,331.875509 | -0.390714 | -0.105288 | 0.08972 | 0.240586 | 0.675175 | 463,312 | 1,131.308552 | -1.17352 |
rs10000066 | 4 | 60,913,655 | T | C | -0.038565 | 0.013833 | 0.005306 | 0.312756 | 275,488 | 58,791.995455 | -2.787865 | -0.014889 | 0.025155 | 0.5607 | 0.3188 | 443,093 | 15,427.325478 | -0.591871 | 0.000288 | 0.000172 | 0.093957 | 0.311149 | 361,141 | 6,605.515718 | 1.674889 | 0.000143 | 0.000145 | 0.33 | 0.322109 | 484,598 | 8,331.875509 | 0.989795 | 0.007204 | 0.097246 | 0.940948 | 0.248429 | 463,312 | 1,131.308552 | 0.074079 |
rs1000007 | 2 | 236,843,411 | T | C | -0.00573 | 0.014223 | 0.68704 | 0.278453 | 275,488 | 58,791.995455 | -0.402875 | 0.01096 | 0.026116 | 0.6731 | 0.2711 | 443,093 | 15,427.325478 | 0.419653 | 0.000306 | 0.000178 | 0.084832 | 0.280982 | 361,141 | 6,605.515718 | 1.723318 | 0.000183 | 0.000151 | 0.23 | 0.278618 | 484,598 | 8,331.875509 | 1.218456 | -0.003284 | 0.087193 | 0.969956 | 0.37852 | 463,312 | 1,131.308552 | -0.037663 |
rs10000074 | 4 | 40,001,076 | C | T | -0.028539 | 0.015418 | 0.064161 | 0.21871 | 275,488 | 58,791.995455 | -1.851054 | -0.012916 | 0.028576 | 0.6399 | 0.2153 | 443,093 | 15,427.325478 | -0.452003 | 0.000071 | 0.000193 | 0.715099 | 0.21816 | 361,141 | 6,605.515718 | 0.365017 | -0.000015 | 0.000164 | 0.92 | 0.215146 | 484,598 | 8,331.875509 | -0.091927 | -0.106927 | 0.10376 | 0.302764 | 0.207515 | 463,312 | 1,131.308552 | -1.030522 |
rs10000076 | 4 | 182,367,207 | T | G | -0.139174 | 0.054376 | 0.010483 | 0.987598 | 275,488 | 58,791.995455 | -2.559484 | -0.092579 | 0.10033 | 0.3571 | 0.97564 | 443,093 | 15,427.325478 | -0.92275 | -0.000504 | 0.000744 | 0.497861 | 0.011633 | 361,141 | 6,605.515718 | -0.67786 | 0.000053 | 0.000557 | 0.93 | 0.984955 | 484,598 | 8,331.875509 | 0.095787 | -0.264382 | 0.401102 | 0.509806 | 0.988678 | 463,312 | 1,131.308552 | -0.659139 |
rs10000077 | 4 | 69,291,017 | G | A | null | null | null | null | null | null | null | 0.013998 | 0.026523 | 0.5968 | 0.503 | 443,093 | 15,427.325478 | 0.527744 | -0.000141 | 0.000165 | 0.393291 | 0.486013 | 361,141 | 6,605.515718 | -0.853664 | -0.000042 | 0.00014 | 0.76 | 0.505076 | 484,598 | 8,331.875509 | -0.297008 | null | null | null | null | null | null | null |
rs10000078 | 4 | 80,733,827 | A | G | -0.020235 | 0.015312 | 0.186325 | 0.221304 | 275,488 | 58,791.995455 | -1.321527 | -0.030529 | 0.027713 | 0.2776 | 0.227 | 443,093 | 15,427.325478 | -1.101632 | -0.000024 | 0.000192 | 0.898533 | 0.219635 | 361,141 | 6,605.515718 | -0.127515 | 0.000036 | 0.00016 | 0.82 | 0.234864 | 484,598 | 8,331.875509 | 0.222841 | -0.133666 | 0.108848 | 0.219445 | 0.181544 | 463,312 | 1,131.308552 | -1.228006 |
rs10000082 | 4 | 166,389,040 | C | T | -0.053842 | 0.028138 | 0.055684 | 0.055051 | 275,488 | 58,791.995455 | -1.913498 | -0.09349 | 0.053079 | 0.07928 | 0.0498 | 443,093 | 15,427.325478 | -1.76135 | -0.000218 | 0.000349 | 0.53232 | 0.055595 | 361,141 | 6,605.515718 | -0.624469 | -0.000315 | 0.000288 | 0.27 | 0.059307 | 484,598 | 8,331.875509 | -1.093737 | -0.021806 | 0.141373 | 0.877418 | 0.099132 | 463,312 | 1,131.308552 | -0.154243 |
rs10000083 | 4 | 5,348,125 | G | A | -0.09283 | 0.056979 | 0.103274 | 0.012215 | 275,488 | 58,791.995455 | -1.629185 | -0.016857 | 0.100014 | 0.8661 | 0.014 | 443,093 | 15,427.325478 | -0.168548 | -0.000993 | 0.000737 | 0.178175 | 0.011793 | 361,141 | 6,605.515718 | -1.346397 | -0.000572 | 0.000563 | 0.31 | 0.014572 | 484,598 | 8,331.875509 | -1.016553 | null | null | null | null | null | null | null |
rs10000085 | 4 | 60,569,602 | G | A | 0.012445 | 0.018684 | 0.505383 | 0.134291 | 275,488 | 58,791.995455 | 0.666046 | 0.021224 | 0.032922 | 0.5203 | 0.1399 | 443,093 | 15,427.325478 | 0.644669 | -0.000326 | 0.000233 | 0.163134 | 0.133896 | 361,141 | 6,605.515718 | -1.394612 | -0.000098 | 0.000193 | 0.61 | 0.144223 | 484,598 | 8,331.875509 | -0.506197 | 0.225021 | 0.105962 | 0.033703 | 0.197291 | 463,312 | 1,131.308552 | 2.123601 |
rs10000091 | 4 | 12,983,343 | T | C | -0.000216 | 0.013229 | 0.986992 | 0.3625 | 275,488 | 58,791.995455 | -0.016303 | -0.013903 | 0.023882 | 0.5512 | 0.3621 | 443,093 | 15,427.325478 | -0.582145 | 0.000258 | 0.000166 | 0.118522 | 0.362591 | 361,141 | 6,605.515718 | 1.56101 | 0.000145 | 0.000139 | 0.3 | 0.366844 | 484,598 | 8,331.875509 | 1.040023 | -0.074931 | 0.087141 | 0.38985 | 0.375819 | 463,312 | 1,131.308552 | -0.859891 |
rs10000092 | 4 | 21,893,894 | T | C | 0.034075 | 0.014014 | 0.015035 | 0.287722 | 275,488 | 58,791.995455 | 2.431536 | 0.012376 | 0.025843 | 0.6321 | 0.2865 | 443,093 | 15,427.325478 | 0.4789 | 0.000227 | 0.000176 | 0.19756 | 0.287339 | 361,141 | 6,605.515718 | 1.288536 | 0.000038 | 0.000148 | 0.8 | 0.289055 | 484,598 | 8,331.875509 | 0.253608 | 0.004953 | 0.092756 | 0.957419 | 0.289519 | 463,312 | 1,131.308552 | 0.053393 |
rs1000009568 | 6 | 95,225,290 | T | A | -0.037929 | 0.030074 | 0.207247 | 0.044942 | 275,488 | 58,791.995455 | -1.261172 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | -0.489447 | 0.187694 | 0.009115 | 0.069698 | 463,312 | 1,131.308552 | -2.607686 |
rs1000010 | 3 | 11,562,645 | A | G | 0.005918 | 0.01325 | 0.65515 | 0.355967 | 275,488 | 58,791.995455 | 0.446618 | -0.044017 | 0.024716 | 0.07391 | 0.3593 | 443,093 | 15,427.325478 | -1.780875 | -0.000347 | 0.000167 | 0.038071 | 0.354848 | 361,141 | 6,605.515718 | -2.074094 | -0.000368 | 0.000141 | 0.0092 | 0.361371 | 484,598 | 8,331.875509 | -2.609994 | 0.009581 | 0.085753 | 0.911039 | 0.409976 | 463,312 | 1,131.308552 | 0.111728 |
rs10000100 | 4 | 19,508,870 | G | A | -0.010754 | 0.027593 | 0.696747 | 0.05665 | 275,488 | 58,791.995455 | -0.389716 | -0.077887 | 0.048984 | 0.1115 | 0.0586 | 443,093 | 15,427.325478 | -1.590056 | -0.000466 | 0.000344 | 0.174942 | 0.056833 | 361,141 | 6,605.515718 | -1.356497 | -0.000364 | 0.00029 | 0.21 | 0.056387 | 484,598 | 8,331.875509 | -1.251753 | 0.126525 | 0.20398 | 0.535073 | 0.044484 | 463,312 | 1,131.308552 | 0.620281 |
rs10000102 | 4 | 91,667,809 | G | C | -0.015661 | 0.017436 | 0.369104 | 0.159519 | 275,488 | 58,791.995455 | -0.898156 | -0.039221 | 0.031067 | 0.2095 | 0.1654 | 443,093 | 15,427.325478 | -1.262439 | -0.000351 | 0.000218 | 0.108069 | 0.158459 | 361,141 | 6,605.515718 | -1.606942 | -0.000135 | 0.000182 | 0.45 | 0.16403 | 484,598 | 8,331.875509 | -0.742526 | -0.190304 | 0.11144 | 0.087696 | 0.173164 | 463,312 | 1,131.308552 | -1.707681 |
rs10000109 | 4 | 90,446,118 | A | T | 0.05435 | 0.026028 | 0.036788 | 0.063246 | 275,488 | 58,791.995455 | 2.088108 | 0.066674 | 0.049089 | 0.1739 | 0.0596 | 443,093 | 15,427.325478 | 1.358217 | 0.000208 | 0.000326 | 0.524049 | 0.063904 | 361,141 | 6,605.515718 | 0.637117 | -0.000052 | 0.000275 | 0.85 | 0.063663 | 484,598 | 8,331.875509 | -0.187885 | -0.040368 | 0.156682 | 0.796684 | 0.079014 | 463,312 | 1,131.308552 | -0.25764 |
rs1000011 | 18 | 48,328,680 | C | T | -0.022894 | 0.013134 | 0.081315 | 0.383665 | 275,488 | 58,791.995455 | -1.743119 | -0.04879 | 0.024036 | 0.04261 | 0.3814 | 443,093 | 15,427.325478 | -2.029884 | -0.000181 | 0.000164 | 0.269977 | 0.38395 | 361,141 | 6,605.515718 | -1.103121 | -0.000075 | 0.000138 | 0.59 | 0.383115 | 484,598 | 8,331.875509 | -0.539211 | 0.069947 | 0.085754 | 0.414689 | 0.400941 | 463,312 | 1,131.308552 | 0.815671 |
rs1000011051 | 1 | 13,397,449 | C | T | -0.012388 | 0.019265 | 0.520189 | 0.124849 | 275,488 | 58,791.995455 | -0.643052 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.044517 | 0.137029 | 0.745281 | 0.117034 | 463,312 | 1,131.308552 | 0.324869 |
rs10000114 | 4 | 87,595,968 | A | G | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | -0.30975 | 0.268797 | 0.249175 | 0.02572 | 463,312 | 1,131.308552 | -1.152357 |
rs10000116 | 4 | 130,078,128 | T | C | 0.005451 | 0.01295 | 0.673834 | 0.408914 | 275,488 | 58,791.995455 | 0.420891 | -0.025668 | 0.0236 | 0.286 | 0.4119 | 443,093 | 15,427.325478 | -1.087622 | 0.000024 | 0.000162 | 0.884722 | 0.408315 | 361,141 | 6,605.515718 | 0.144987 | 0.000159 | 0.000137 | 0.25 | 0.412264 | 484,598 | 8,331.875509 | 1.160373 | 0.050502 | 0.095637 | 0.597453 | 0.268793 | 463,312 | 1,131.308552 | 0.528066 |
rs10000124 | 4 | 108,185,295 | C | A | -0.015228 | 0.02233 | 0.495273 | 0.089969 | 275,488 | 58,791.995455 | -0.681945 | -0.059212 | 0.041863 | 0.1614 | 0.087 | 443,093 | 15,427.325478 | -1.414407 | -0.000013 | 0.000278 | 0.961241 | 0.090928 | 361,141 | 6,605.515718 | -0.048596 | -0.000073 | 0.000233 | 0.76 | 0.091761 | 484,598 | 8,331.875509 | -0.314121 | 0.092578 | 0.18891 | 0.624088 | 0.0536 | 463,312 | 1,131.308552 | 0.490066 |
rs1000013 | 7 | 40,550,970 | C | T | 0.002845 | 0.022259 | 0.898291 | 0.089626 | 275,488 | 58,791.995455 | 0.127821 | -0.005982 | 0.040854 | 0.8787 | 0.0887 | 443,093 | 15,427.325478 | -0.146426 | -0.00015 | 0.000279 | 0.590301 | 0.089034 | 361,141 | 6,605.515718 | -0.5384 | -0.000093 | 0.000231 | 0.68 | 0.09729 | 484,598 | 8,331.875509 | -0.402529 | 0.132044 | 0.113743 | 0.245682 | 0.167988 | 463,312 | 1,131.308552 | 1.160898 |
rs10000130 | 4 | 76,018,182 | T | C | -0.020134 | 0.01277 | 0.114868 | 0.522032 | 275,488 | 58,791.995455 | -1.576684 | 0.006421 | 0.023305 | 0.7834 | 0.5271 | 443,093 | 15,427.325478 | 0.275499 | -0.000218 | 0.000159 | 0.171492 | 0.478951 | 361,141 | 6,605.515718 | -1.367424 | -0.000182 | 0.000135 | 0.18 | 0.530008 | 484,598 | 8,331.875509 | -1.351188 | 0.071593 | 0.084227 | 0.395324 | 0.484905 | 463,312 | 1,131.308552 | 0.850002 |
rs10000131 | 4 | 115,751,145 | A | T | -0.024151 | 0.022539 | 0.283931 | 0.088164 | 275,488 | 58,791.995455 | -1.071526 | 0.019489 | 0.041134 | 0.6352 | 0.085 | 443,093 | 15,427.325478 | 0.47378 | -0.000224 | 0.00028 | 0.423282 | 0.088496 | 361,141 | 6,605.515718 | -0.800739 | -0.000177 | 0.000236 | 0.46 | 0.088373 | 484,598 | 8,331.875509 | -0.747604 | -0.050425 | 0.159329 | 0.751635 | 0.076352 | 463,312 | 1,131.308552 | -0.316484 |
rs10000135 | 4 | 70,729,423 | A | T | -0.066374 | 0.035583 | 0.062138 | 0.032856 | 275,488 | 58,791.995455 | -1.865308 | 0.027063 | 0.062493 | 0.6655 | 0.036 | 443,093 | 15,427.325478 | 0.433058 | 0.000062 | 0.000445 | 0.888313 | 0.033153 | 361,141 | 6,605.515718 | 0.140439 | -0.00006 | 0.000357 | 0.87 | 0.037807 | 484,598 | 8,331.875509 | -0.167418 | -0.11194 | 0.24378 | 0.646103 | 0.031052 | 463,312 | 1,131.308552 | -0.459185 |
rs10000139 | 4 | 24,870,759 | C | T | -0.002642 | 0.01277 | 0.836082 | 0.51971 | 275,488 | 58,791.995455 | -0.206908 | 0.049821 | 0.023347 | 0.03255 | 0.5094 | 443,093 | 15,427.325478 | 2.133886 | -0.000279 | 0.000159 | 0.080044 | 0.479998 | 361,141 | 6,605.515718 | -1.750433 | -0.000167 | 0.000135 | 0.21 | 0.509489 | 484,598 | 8,331.875509 | -1.239417 | 0.183278 | 0.084691 | 0.030458 | 0.508855 | 463,312 | 1,131.308552 | 2.164084 |
rs1000014 | 16 | 24,406,215 | G | A | -0.002007 | 0.017818 | 0.91032 | 0.151636 | 275,488 | 58,791.995455 | -0.112635 | 0.019489 | 0.03291 | 0.5555 | 0.1497 | 443,093 | 15,427.325478 | 0.59218 | 0.000102 | 0.000223 | 0.646032 | 0.151019 | 361,141 | 6,605.515718 | 0.459283 | 0.00015 | 0.000187 | 0.42 | 0.152951 | 484,598 | 8,331.875509 | 0.8047 | -0.143824 | 0.093145 | 0.122568 | 0.290497 | 463,312 | 1,131.308552 | -1.544081 |
rs10000140 | 4 | 89,026,903 | T | C | -0.025685 | 0.014337 | 0.073212 | 0.27015 | 275,488 | 58,791.995455 | -1.79151 | 0.010353 | 0.025791 | 0.6897 | 0.2838 | 443,093 | 15,427.325478 | 0.401437 | 0.000321 | 0.00018 | 0.074071 | 0.267776 | 361,141 | 6,605.515718 | 1.78618 | 0.000194 | 0.000151 | 0.2 | 0.269596 | 484,598 | 8,331.875509 | 1.284423 | 0.016317 | 0.099805 | 0.870137 | 0.23437 | 463,312 | 1,131.308552 | 0.163485 |
rs10000141 | 4 | 34,132,727 | G | A | 0.023332 | 0.021949 | 0.287789 | 0.092071 | 275,488 | 58,791.995455 | 1.062987 | 0.027885 | 0.041587 | 0.5025 | 0.0887 | 443,093 | 15,427.325478 | 0.670528 | 0.000308 | 0.000277 | 0.266542 | 0.090867 | 361,141 | 6,605.515718 | 1.111065 | 0.00027 | 0.000226 | 0.23 | 0.100105 | 484,598 | 8,331.875509 | 1.191868 | 0.233813 | 0.134862 | 0.082968 | 0.113005 | 463,312 | 1,131.308552 | 1.73372 |
rs10000145 | 4 | 5,295,668 | C | T | -0.030692 | 0.036523 | 0.400726 | 0.030914 | 275,488 | 58,791.995455 | -0.840327 | -0.08526 | 0.070224 | 0.2236 | 0.0317 | 443,093 | 15,427.325478 | -1.214107 | -0.000451 | 0.000467 | 0.334552 | 0.02992 | 361,141 | 6,605.515718 | -0.964986 | -0.000233 | 0.000354 | 0.51 | 0.040132 | 484,598 | 8,331.875509 | -0.658763 | 0.236953 | 0.230762 | 0.304501 | 0.035327 | 463,312 | 1,131.308552 | 1.026829 |
rs10000163 | 4 | 11,580,631 | T | G | null | null | null | null | null | null | null | 0.031078 | 0.028459 | 0.2742 | 0.2139 | 443,093 | 15,427.325478 | 1.092033 | -0.000082 | 0.000193 | 0.67215 | 0.220964 | 361,141 | 6,605.515718 | -0.423198 | -0.000197 | 0.000163 | 0.23 | 0.22159 | 484,598 | 8,331.875509 | -1.210781 | -0.110509 | 0.102871 | 0.282711 | 0.216743 | 463,312 | 1,131.308552 | -1.074248 |
rs10000168 | 4 | 176,189,051 | G | A | 0.011472 | 0.014711 | 0.435479 | 0.251004 | 275,488 | 58,791.995455 | 0.779852 | -0.032467 | 0.02745 | 0.237 | 0.2416 | 443,093 | 15,427.325478 | -1.182758 | -0.000154 | 0.000184 | 0.403806 | 0.249965 | 361,141 | 6,605.515718 | -0.834841 | -0.000074 | 0.000156 | 0.64 | 0.246677 | 484,598 | 8,331.875509 | -0.474149 | 0.051014 | 0.102599 | 0.619036 | 0.213394 | 463,312 | 1,131.308552 | 0.497217 |
rs10000169 | 4 | 76,435,093 | C | T | 0.014172 | 0.014682 | 0.334419 | 0.749978 | 275,488 | 58,791.995455 | 0.96525 | 0.072463 | 0.02747 | 0.007972 | 0.7347 | 443,093 | 15,427.325478 | 2.637865 | -0.000054 | 0.000184 | 0.768923 | 0.249134 | 361,141 | 6,605.515718 | -0.293784 | -0.000042 | 0.000153 | 0.79 | 0.740666 | 484,598 | 8,331.875509 | -0.274755 | 0.015901 | 0.105902 | 0.880645 | 0.802134 | 463,312 | 1,131.308552 | 0.150151 |
rs1000017039 | 9 | 134,197,118 | G | T | -0.015903 | 0.020063 | 0.427984 | 0.114074 | 275,488 | 58,791.995455 | -0.792642 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.010785 | 0.138226 | 0.93781 | 0.1103 | 463,312 | 1,131.308552 | 0.078022 |
rs1000017370 | 2 | 22,986,256 | T | G | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.138402 | 0.313454 | 0.658823 | 0.018928 | 463,312 | 1,131.308552 | 0.441538 |
rs10000174 | 4 | 179,247,471 | C | A | 0.011658 | 0.012803 | 0.362518 | 0.548387 | 275,488 | 58,791.995455 | 0.910576 | 0.008637 | 0.023379 | 0.7127 | 0.527 | 443,093 | 15,427.325478 | 0.36944 | 0.000105 | 0.00016 | 0.511148 | 0.4511 | 361,141 | 6,605.515718 | 0.657049 | 0.000123 | 0.000135 | 0.36 | 0.54201 | 484,598 | 8,331.875509 | 0.916831 | -0.050743 | 0.084278 | 0.547114 | 0.476839 | 463,312 | 1,131.308552 | -0.602089 |
rs1000018 | 2 | 61,770,506 | A | T | 0.0061 | 0.013729 | 0.65681 | 0.309723 | 275,488 | 58,791.995455 | 0.444319 | 0.011465 | 0.024946 | 0.6463 | 0.3086 | 443,093 | 15,427.325478 | 0.459608 | -0.000232 | 0.000172 | 0.178339 | 0.310888 | 361,141 | 6,605.515718 | -1.345891 | -0.00008 | 0.000145 | 0.58 | 0.31051 | 484,598 | 8,331.875509 | -0.553411 | 0.091798 | 0.093766 | 0.327574 | 0.277922 | 463,312 | 1,131.308552 | 0.97901 |
rs10000182 | 4 | 137,450,153 | A | G | -0.027263 | 0.029435 | 0.354346 | 0.049318 | 275,488 | 58,791.995455 | -0.926193 | -0.113329 | 0.055906 | 0.03873 | 0.0569 | 443,093 | 15,427.325478 | -2.027129 | -0.000085 | 0.000368 | 0.817372 | 0.049985 | 361,141 | 6,605.515718 | -0.230926 | -0.00017 | 0.000304 | 0.57 | 0.053619 | 484,598 | 8,331.875509 | -0.560109 | -0.052895 | 0.173589 | 0.760584 | 0.064963 | 463,312 | 1,131.308552 | -0.304715 |
rs10000183 | 4 | 107,078,449 | G | A | -0.045639 | 0.032395 | 0.15888 | 0.040675 | 275,488 | 58,791.995455 | -1.408849 | -0.023717 | 0.062497 | 0.7086 | 0.0377 | 443,093 | 15,427.325478 | -0.379483 | 0.000105 | 0.000402 | 0.794295 | 0.041196 | 361,141 | 6,605.515718 | 0.260736 | 0.000358 | 0.000334 | 0.28 | 0.04251 | 484,598 | 8,331.875509 | 1.07281 | -0.204456 | 0.196453 | 0.297998 | 0.048952 | 463,312 | 1,131.308552 | -1.040737 |
rs10000184 | 4 | 13,492,200 | T | C | 0.007743 | 0.021119 | 0.713899 | 0.101636 | 275,488 | 58,791.995455 | 0.366624 | 0.063153 | 0.039307 | 0.1082 | 0.0962 | 443,093 | 15,427.325478 | 1.60664 | -0.00016 | 0.000263 | 0.542502 | 0.101931 | 361,141 | 6,605.515718 | -0.609035 | -0.000012 | 0.000223 | 0.96 | 0.100924 | 484,598 | 8,331.875509 | -0.053888 | -0.019104 | 0.145194 | 0.89532 | 0.094279 | 463,312 | 1,131.308552 | -0.131576 |
rs10000185 | 4 | 7,508,031 | C | T | -0.015877 | 0.021963 | 0.469749 | 0.093423 | 275,488 | 58,791.995455 | -0.722891 | -0.044017 | 0.041154 | 0.283 | 0.0887 | 443,093 | 15,427.325478 | -1.069553 | -0.000164 | 0.000273 | 0.549517 | 0.093891 | 361,141 | 6,605.515718 | -0.598485 | -0.000254 | 0.000229 | 0.27 | 0.099895 | 484,598 | 8,331.875509 | -1.11089 | 0.091438 | 0.182639 | 0.616621 | 0.059932 | 463,312 | 1,131.308552 | 0.500648 |
rs1000019 | 2 | 61,770,442 | T | C | -0.007999 | 0.016128 | 0.619899 | 0.192036 | 275,488 | 58,791.995455 | -0.495992 | 0.013693 | 0.029032 | 0.6379 | 0.1907 | 443,093 | 15,427.325478 | 0.47167 | -0.000152 | 0.000201 | 0.451009 | 0.194219 | 361,141 | 6,605.515718 | -0.753737 | -0.000055 | 0.000171 | 0.75 | 0.190001 | 484,598 | 8,331.875509 | -0.322274 | -0.11827 | 0.117049 | 0.312287 | 0.151246 | 463,312 | 1,131.308552 | -1.010432 |
rs10000190 | 4 | 79,006,878 | C | T | -0.031716 | 0.028194 | 0.26063 | 0.946332 | 275,488 | 58,791.995455 | -1.124906 | 0.057523 | 0.052242 | 0.2708 | 0.93614 | 443,093 | 15,427.325478 | 1.101083 | -0.00012 | 0.000352 | 0.732122 | 0.054097 | 361,141 | 6,605.515718 | -0.342305 | 0.000037 | 0.000289 | 0.91 | 0.941869 | 484,598 | 8,331.875509 | 0.126614 | -0.267322 | 0.189595 | 0.158551 | 0.947226 | 463,312 | 1,131.308552 | -1.409963 |
rs10000192 | 4 | 73,759,808 | G | A | -0.089493 | 0.045369 | 0.048549 | 0.021137 | 275,488 | 58,791.995455 | -1.972534 | 0.065499 | 0.089003 | 0.4622 | 0.0203 | 443,093 | 15,427.325478 | 0.735923 | -0.000775 | 0.000568 | 0.172063 | 0.020232 | 361,141 | 6,605.515718 | -1.365607 | -0.000532 | 0.00043 | 0.22 | 0.030953 | 484,598 | 8,331.875509 | -1.238107 | null | null | null | null | null | null | null |
rs10000193 | 4 | 150,695,941 | A | G | -0.001329 | 0.021668 | 0.951089 | 0.904156 | 275,488 | 58,791.995455 | -0.06134 | 0.001601 | 0.039269 | 0.9667 | 0.8881 | 443,093 | 15,427.325478 | 0.040777 | 0.000352 | 0.000272 | 0.194971 | 0.095294 | 361,141 | 6,605.515718 | 1.296014 | 0.000336 | 0.000221 | 0.13 | 0.885687 | 484,598 | 8,331.875509 | 1.517189 | 0.117456 | 0.116083 | 0.311618 | 0.840879 | 463,312 | 1,131.308552 | 1.011828 |
rs1000020 | 3 | 176,750,264 | C | T | 0.003662 | 0.013064 | 0.779247 | 0.389474 | 275,488 | 58,791.995455 | 0.280301 | -0.039221 | 0.023956 | 0.1017 | 0.3881 | 443,093 | 15,427.325478 | -1.637198 | 0.000005 | 0.000163 | 0.973776 | 0.390476 | 361,141 | 6,605.515718 | 0.032873 | 0.000033 | 0.000138 | 0.81 | 0.382586 | 484,598 | 8,331.875509 | 0.242095 | 0.036613 | 0.085413 | 0.668175 | 0.425585 | 463,312 | 1,131.308552 | 0.428656 |
rs10000200 | 4 | 58,936,153 | A | C | 0.006914 | 0.015573 | 0.65706 | 0.788907 | 275,488 | 58,791.995455 | 0.443976 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.043885 | 0.093649 | 0.639349 | 0.72097 | 463,312 | 1,131.308552 | 0.46861 |
rs10000200 | 4 | 58,936,153 | C | A | null | null | null | null | null | null | null | null | null | null | null | null | null | null | -0.000297 | 0.000196 | 0.129267 | 0.21024 | 361,141 | 6,605.515718 | -1.517005 | -0.000355 | 0.000164 | 0.031 | 0.213106 | 484,598 | 8,331.875509 | -2.16063 | null | null | null | null | null | null | null |
rs10000203 | 4 | 77,355,406 | C | G | 0.015558 | 0.025499 | 0.541768 | 0.066811 | 275,488 | 58,791.995455 | 0.610145 | -0.05638 | 0.045278 | 0.2138 | 0.0691 | 443,093 | 15,427.325478 | -1.245209 | -0.000587 | 0.000319 | 0.066216 | 0.066595 | 361,141 | 6,605.515718 | -1.836967 | -0.000492 | 0.000262 | 0.059 | 0.070978 | 484,598 | 8,331.875509 | -1.879437 | -0.023698 | 0.139556 | 0.865161 | 0.099418 | 463,312 | 1,131.308552 | -0.169808 |
rs10000208 | 4 | 94,545,944 | A | G | 0.004817 | 0.016965 | 0.776449 | 0.169924 | 275,488 | 58,791.995455 | 0.283949 | -0.041142 | 0.033122 | 0.2134 | 0.1558 | 443,093 | 15,427.325478 | -1.242133 | -0.000138 | 0.000213 | 0.516265 | 0.169613 | 361,141 | 6,605.515718 | -0.649116 | -0.00014 | 0.000181 | 0.44 | 0.165388 | 484,598 | 8,331.875509 | -0.773465 | -0.020663 | 0.129879 | 0.873598 | 0.120669 | 463,312 | 1,131.308552 | -0.15909 |
rs10000216 | 4 | 165,033,713 | T | C | 0.009936 | 0.022706 | 0.6617 | 0.086262 | 275,488 | 58,791.995455 | 0.437568 | -0.058269 | 0.046054 | 0.2073 | 0.0842 | 443,093 | 15,427.325478 | -1.265241 | -0.000029 | 0.000286 | 0.919813 | 0.086126 | 361,141 | 6,605.515718 | -0.10067 | 0.000097 | 0.000242 | 0.68 | 0.085588 | 484,598 | 8,331.875509 | 0.403024 | 0.021321 | 0.170337 | 0.900391 | 0.065268 | 463,312 | 1,131.308552 | 0.125168 |
rs1000022 | 13 | 99,808,965 | C | T | 0.003279 | 0.012921 | 0.799657 | 0.427111 | 275,488 | 58,791.995455 | 0.253791 | -0.030529 | 0.023304 | 0.1927 | 0.4294 | 443,093 | 15,427.325478 | -1.310046 | 0.000097 | 0.000168 | 0.561381 | 0.429372 | 361,141 | 6,605.515718 | 0.580793 | 0.000004 | 0.000143 | 0.97 | 0.444517 | 484,598 | 8,331.875509 | 0.026371 | 0.050677 | 0.085707 | 0.554331 | 0.475901 | 463,312 | 1,131.308552 | 0.591284 |
rs10000224 | 4 | 174,955,002 | A | C | 0.012089 | 0.013162 | 0.358398 | 0.374833 | 275,488 | 58,791.995455 | 0.918425 | -0.007968 | 0.024396 | 0.7522 | 0.3705 | 443,093 | 15,427.325478 | -0.326619 | 0.000121 | 0.000164 | 0.462886 | 0.374135 | 361,141 | 6,605.515718 | 0.734105 | 0.000088 | 0.000138 | 0.53 | 0.381161 | 484,598 | 8,331.875509 | 0.639706 | 0.12941 | 0.091564 | 0.15756 | 0.305234 | 463,312 | 1,131.308552 | 1.413322 |
rs10000226 | 4 | 86,817,814 | C | T | 0.006747 | 0.019664 | 0.731494 | 0.118582 | 275,488 | 58,791.995455 | 0.343139 | -0.023717 | 0.035443 | 0.5127 | 0.1175 | 443,093 | 15,427.325478 | -0.669142 | 0.000303 | 0.000245 | 0.216635 | 0.119062 | 361,141 | 6,605.515718 | 1.235526 | 0.000247 | 0.000207 | 0.23 | 0.119758 | 484,598 | 8,331.875509 | 1.194212 | 0.012933 | 0.154879 | 0.93345 | 0.079647 | 463,312 | 1,131.308552 | 0.083505 |
rs10000229 | 4 | 101,780,701 | C | T | 0.003102 | 0.054467 | 0.954579 | 0.013892 | 275,488 | 58,791.995455 | 0.056958 | 0.001601 | 0.108056 | 0.9879 | 0.0143 | 443,093 | 15,427.325478 | 0.014819 | 0.000872 | 0.000721 | 0.226199 | 0.013586 | 361,141 | 6,605.515718 | 1.210211 | 0.000663 | 0.000609 | 0.28 | 0.013587 | 484,598 | 8,331.875509 | 1.088765 | null | null | null | null | null | null | null |
rs10000232 | 4 | 15,355,667 | A | C | -0.005489 | 0.013308 | 0.679974 | 0.354389 | 275,488 | 58,791.995455 | -0.412498 | -0.01094 | 0.02467 | 0.6628 | 0.347 | 443,093 | 15,427.325478 | -0.443453 | 0.000319 | 0.000166 | 0.055274 | 0.354598 | 361,141 | 6,605.515718 | 1.916717 | 0.000249 | 0.00014 | 0.077 | 0.363649 | 484,598 | 8,331.875509 | 1.777811 | -0.032825 | 0.085563 | 0.701253 | 0.414444 | 463,312 | 1,131.308552 | -0.383629 |
rs1000023208 | 7 | 75,051,825 | C | T | -0.012705 | 0.050083 | 0.799738 | 0.017039 | 275,488 | 58,791.995455 | -0.253685 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
rs10000235 | 4 | 31,740,665 | T | A | -0.01704 | 0.014038 | 0.224802 | 0.29214 | 275,488 | 58,791.995455 | -1.213861 | -0.004988 | 0.030674 | 0.8577 | 0.2953 | 443,093 | 15,427.325478 | -0.162596 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | -0.027503 | 0.088511 | 0.756007 | 0.382538 | 463,312 | 1,131.308552 | -0.310728 |
rs10000236 | 4 | 7,398,065 | T | G | 0.000571 | 0.015231 | 0.970084 | 0.228146 | 275,488 | 58,791.995455 | 0.037503 | 0.004912 | 0.027986 | 0.8605 | 0.2215 | 443,093 | 15,427.325478 | 0.175519 | 0.000057 | 0.00019 | 0.763224 | 0.22873 | 361,141 | 6,605.515718 | 0.301249 | 0.000033 | 0.000161 | 0.83 | 0.223123 | 484,598 | 8,331.875509 | 0.204853 | 0.023772 | 0.100938 | 0.813816 | 0.223307 | 463,312 | 1,131.308552 | 0.235507 |
rs10000241 | 4 | 77,275,486 | T | G | -0.009772 | 0.015396 | 0.525642 | 0.220839 | 275,488 | 58,791.995455 | -0.634674 | 0.040093 | 0.028053 | 0.1532 | 0.2168 | 443,093 | 15,427.325478 | 1.429177 | 0.000003 | 0.000192 | 0.988018 | 0.22095 | 361,141 | 6,605.515718 | 0.015018 | 0.000043 | 0.000161 | 0.79 | 0.222889 | 484,598 | 8,331.875509 | 0.265374 | 0.010316 | 0.095111 | 0.913629 | 0.265864 | 463,312 | 1,131.308552 | 0.108461 |
rs10000245 | 4 | 111,649,891 | A | G | 0.046606 | 0.044735 | 0.29749 | 0.0205 | 275,488 | 58,791.995455 | 1.041833 | 0.001401 | 0.078196 | 0.9856 | 0.0224 | 443,093 | 15,427.325478 | 0.017916 | -0.000369 | 0.000567 | 0.515155 | 0.020076 | 361,141 | 6,605.515718 | -0.650834 | -0.000134 | 0.000439 | 0.76 | 0.024693 | 484,598 | 8,331.875509 | -0.306483 | 0.167816 | 0.24041 | 0.485152 | 0.031976 | 463,312 | 1,131.308552 | 0.698041 |
rs10000246 | 4 | 101,401,803 | G | A | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0.00122 | 0.000729 | 0.096 | 0.010569 | 484,598 | 8,331.875509 | 1.672625 | null | null | null | null | null | null | null |
rs10000249 | 4 | 170,405,619 | A | T | 0.013623 | 0.014158 | 0.335966 | 0.282637 | 275,488 | 58,791.995455 | 0.962164 | 0.009041 | 0.027122 | 0.7406 | 0.2756 | 443,093 | 15,427.325478 | 0.333337 | 0.00024 | 0.000178 | 0.178846 | 0.280663 | 361,141 | 6,605.515718 | 1.344322 | 0.000162 | 0.000151 | 0.28 | 0.280207 | 484,598 | 8,331.875509 | 1.073331 | -0.019757 | 0.096764 | 0.838212 | 0.256938 | 463,312 | 1,131.308552 | -0.204182 |
rs10000252 | 4 | 3,214,757 | C | T | -0.035145 | 0.040666 | 0.387455 | 0.024725 | 275,488 | 58,791.995455 | -0.864243 | -0.022739 | 0.076627 | 0.7635 | 0.0249 | 443,093 | 15,427.325478 | -0.296755 | -0.000169 | 0.000513 | 0.742229 | 0.024747 | 361,141 | 6,605.515718 | -0.328904 | 0.000091 | 0.000436 | 0.84 | 0.024321 | 484,598 | 8,331.875509 | 0.209492 | 0.355558 | 0.372103 | 0.339307 | 0.013666 | 463,312 | 1,131.308552 | 0.955537 |
rs10000253 | 4 | 85,891,598 | C | T | null | null | null | null | null | null | null | -0.00995 | 0.024001 | 0.6915 | 0.4317 | 443,093 | 15,427.325478 | -0.414587 | 0.000319 | 0.00016 | 0.046023 | 0.451547 | 361,141 | 6,605.515718 | 1.995182 | 0.000415 | 0.000135 | 0.0022 | 0.462317 | 484,598 | 8,331.875509 | 3.062051 | null | null | null | null | null | null | null |
rs10000257 | 4 | 63,280,023 | A | G | null | null | null | null | null | null | null | 0.041447 | 0.032146 | 0.1965 | 0.1766 | 443,093 | 15,427.325478 | 1.28935 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
rs10000275 | 4 | 78,399,161 | G | A | -0.014023 | 0.02084 | 0.501031 | 0.103939 | 275,488 | 58,791.995455 | -0.672866 | -0.006976 | 0.039508 | 0.8628 | 0.1026 | 443,093 | 15,427.325478 | -0.176563 | 0.000227 | 0.000259 | 0.381572 | 0.105099 | 361,141 | 6,605.515718 | 0.875006 | 0.00024 | 0.000217 | 0.27 | 0.107008 | 484,598 | 8,331.875509 | 1.104776 | -0.197256 | 0.126209 | 0.11807 | 0.128234 | 463,312 | 1,131.308552 | -1.562931 |
rs10000276 | 4 | 116,541,674 | G | A | -0.004631 | 0.013608 | 0.73363 | 0.323245 | 275,488 | 58,791.995455 | -0.340301 | 0.024908 | 0.0247 | 0.312 | 0.3266 | 443,093 | 15,427.325478 | 1.008396 | 0.000074 | 0.000172 | 0.665243 | 0.324113 | 361,141 | 6,605.515718 | 0.432687 | 0.000127 | 0.000144 | 0.38 | 0.318147 | 484,598 | 8,331.875509 | 0.877641 | 0.09508 | 0.088866 | 0.284653 | 0.340233 | 463,312 | 1,131.308552 | 1.069925 |
rs10000279 | 4 | 71,120,704 | A | C | 0.002859 | 0.038359 | 0.940593 | 0.02835 | 275,488 | 58,791.995455 | 0.074524 | 0.079368 | 0.068223 | 0.2441 | 0.0295 | 443,093 | 15,427.325478 | 1.163361 | 0.000313 | 0.000478 | 0.512252 | 0.028559 | 361,141 | 6,605.515718 | 0.655335 | 0.000554 | 0.000404 | 0.17 | 0.028263 | 484,598 | 8,331.875509 | 1.37329 | 0.114758 | 0.251842 | 0.648622 | 0.028457 | 463,312 | 1,131.308552 | 0.455675 |
rs10000280 | 4 | 151,839,831 | G | C | -0.015599 | 0.013281 | 0.240202 | 0.643291 | 275,488 | 58,791.995455 | -1.174489 | 0.001301 | 0.024509 | 0.9577 | 0.6273 | 443,093 | 15,427.325478 | 0.053077 | -0.000133 | 0.000167 | 0.426774 | 0.355781 | 361,141 | 6,605.515718 | -0.794726 | -0.000174 | 0.00014 | 0.21 | 0.633722 | 484,598 | 8,331.875509 | -1.241952 | 0.072478 | 0.084719 | 0.392267 | 0.541092 | 463,312 | 1,131.308552 | 0.855513 |
rs10000283 | 4 | 104,151,524 | A | C | -0.003073 | 0.017244 | 0.85858 | 0.164067 | 275,488 | 58,791.995455 | -0.178182 | -0.022739 | 0.033264 | 0.4936 | 0.151 | 443,093 | 15,427.325478 | -0.683598 | 0.000209 | 0.000215 | 0.330438 | 0.164641 | 361,141 | 6,605.515718 | 0.973237 | 0.000196 | 0.000182 | 0.28 | 0.160897 | 484,598 | 8,331.875509 | 1.07587 | -0.030738 | 0.104692 | 0.769063 | 0.201149 | 463,312 | 1,131.308552 | -0.2936 |
rs10000284 | 4 | 68,803,465 | T | C | -0.042866 | 0.021232 | 0.043497 | 0.10262 | 275,488 | 58,791.995455 | -2.018915 | -0.00995 | 0.03902 | 0.8048 | 0.1 | 443,093 | 15,427.325478 | -0.255005 | 0.000311 | 0.000262 | 0.234257 | 0.103069 | 361,141 | 6,605.515718 | 1.189464 | 0.000382 | 0.000221 | 0.086 | 0.103192 | 484,598 | 8,331.875509 | 1.72737 | 0.206178 | 0.170787 | 0.227347 | 0.064022 | 463,312 | 1,131.308552 | 1.207223 |
End of preview.
ME/CFS GWAS Meta-analysis Summary Statistics
This dataset provides the summary statistics from a meta-analysis of three genome-wide association studies (GWAS) encompassing approximately 21,500 ME/CFS cases and 1,000,000 controls of European ancestry.
For full documentation, analysis scripts, and reproducibility details, visit the accompanying GitHub repository: https://github.com/paolomaccallini-hub/MetaME
License
gpl-3.0
- Downloads last month
- 15