uuid stringlengths 4 8 | template_uuid stringclasses 40
values | question stringlengths 13 193 | answer stringlengths 29 2.2k | benchmark_query stringlengths 133 622 | execution_results stringlengths 2 1.14M | query_type stringclasses 2
values | sql_category stringclasses 26
values | bio_category stringclasses 14
values |
|---|---|---|---|---|---|---|---|---|
Q35.166 | Q35 | Is the SNP rs580887 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs580887 has a p-value of 3.50e-16 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs580887'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14337083', 'SNP': 'rs580887', 'p': 3.5e-16, 'b': 0.0668}] | general | Select, Order By | GWAS Significance |
Q35.206 | Q35 | Is the SNP rs672399 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs672399 has a p-value of 2.14e-20 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs672399'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14141710', 'SNP': 'rs672399', 'p': 2.141e-20, 'b': -0.0767}] | general | Select, Order By | GWAS Significance |
Q35.1571 | Q35 | Is the SNP rs79376424 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs79376424 has a p-value of 8.41e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79376424'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_565631', 'SNP': 'rs79376424', 'p': 0.8408, 'b': -0.0043}] | general | Select, Order By | GWAS Significance |
Q35.1641 | Q35 | Is the SNP rs1450243 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1450243 has a p-value of 9.67e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1450243'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_6176478', 'SNP': 'rs1450243', 'p': 0.9671, 'b': -0.0003}] | general | Select, Order By | GWAS Significance |
Q35.1565 | Q35 | Is the SNP rs190844051 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs190844051 has a p-value of 5.67e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs190844051'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_15107685', 'SNP': 'rs190844051', 'p': 0.5665, 'b': -0.0213}] | general | Select, Order By | GWAS Significance |
Q35.491 | Q35 | Is the SNP rs78905796 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs78905796 has a p-value of 2.34e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs78905796'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19972266', 'SNP': 'rs78905796', 'p': 2.34e-10, 'b': 0.399}] | general | Select, Order By | GWAS Significance |
Q35.1966 | Q35 | Is the SNP rs55799649 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs55799649 has a p-value of 4.05e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55799649'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3012794', 'SNP': 'rs55799649', 'p': 0.4052, 'b': -0.007}] | general | Select, Order By | GWAS Significance |
Q35.1800 | Q35 | Is the SNP rs79584520 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs79584520 has a p-value of 9.04e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79584520'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7234556', 'SNP': 'rs79584520', 'p': 0.9042, 'b': -0.0175}] | general | Select, Order By | GWAS Significance |
Q35.1330 | Q35 | Is the SNP rs114483078 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs114483078 has a p-value of 7.24e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs114483078'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_6676381', 'SNP': 'rs114483078', 'p': 0.7243, 'b': -0.0112}] | general | Select, Order By | GWAS Significance |
Q35.285 | Q35 | Is the SNP rs2532328 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2532328 has a p-value of 4.99e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2532328'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18747393', 'SNP': 'rs2532328', 'p': 4.992e-08, 'b': -0.0589}] | general | Select, Order By | GWAS Significance |
Q35.1375 | Q35 | Is the SNP rs558758434 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs558758434 has a p-value of 9.26e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs558758434'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16070327', 'SNP': 'rs558758434', 'p': 0.9262, 'b': 0.0169}] | general | Select, Order By | GWAS Significance |
Q35.221 | Q35 | Is the SNP rs9473117 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9473117 has a p-value of 8.14e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9473117'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8347795', 'SNP': 'rs9473117', 'p': 8.144e-11, 'b': 0.0593}] | general | Select, Order By | GWAS Significance |
Q35.1931 | Q35 | Is the SNP rs7627979 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7627979 has a p-value of 2.68e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7627979'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3563520', 'SNP': 'rs7627979', 'p': 0.2677, 'b': 0.0213}] | general | Select, Order By | GWAS Significance |
Q35.888 | Q35 | Is the SNP rs2081545 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2081545 has a p-value of 2.99e-20 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2081545'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14141228', 'SNP': 'rs2081545', 'p': 2.994e-20, 'b': -0.0766}] | general | Select, Order By | GWAS Significance |
Q35.1623 | Q35 | Is the SNP rs79328869 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs79328869 has a p-value of 6.41e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79328869'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3952338', 'SNP': 'rs79328869', 'p': 0.06415, 'b': -0.1631}] | general | Select, Order By | GWAS Significance |
Q35.701 | Q35 | Is the SNP rs35409133 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs35409133 has a p-value of 1.76e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35409133'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7203390', 'SNP': 'rs35409133', 'p': 1.758e-08, 'b': 0.0563}] | general | Select, Order By | GWAS Significance |
Q35.61 | Q35 | Is the SNP rs2357944 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2357944 has a p-value of 9.39e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2357944'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16766639', 'SNP': 'rs2357944', 'p': 9.392e-09, 'b': 0.0762}] | general | Select, Order By | GWAS Significance |
Q35.843 | Q35 | Is the SNP rs73227362 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs73227362 has a p-value of 4.65e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73227362'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10822593', 'SNP': 'rs73227362', 'p': 4.65e-10, 'b': 0.0636}] | general | Select, Order By | GWAS Significance |
Q35.1356 | Q35 | Is the SNP rs2268403 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2268403 has a p-value of 2.99e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2268403'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_15540627', 'SNP': 'rs2268403', 'p': 0.2995, 'b': 0.0106}] | general | Select, Order By | GWAS Significance |
Q35.76 | Q35 | Is the SNP rs7131262 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7131262 has a p-value of 2.05e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7131262'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14068590', 'SNP': 'rs7131262', 'p': 2.05e-08, 'b': 0.0495}] | general | Select, Order By | GWAS Significance |
Q35.165 | Q35 | Is the SNP rs4726621 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs4726621 has a p-value of 6.79e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4726621'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10390954', 'SNP': 'rs4726621', 'p': 6.791e-09, 'b': 0.0501}] | general | Select, Order By | GWAS Significance |
Q35.576 | Q35 | Is the SNP rs12150469 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs12150469 has a p-value of 2.07e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12150469'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18745846', 'SNP': 'rs12150469', 'p': 2.073e-08, 'b': -0.0549}] | general | Select, Order By | GWAS Significance |
Q35.959 | Q35 | Is the SNP rs182420021 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs182420021 has a p-value of 2.04e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs182420021'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8303055', 'SNP': 'rs182420021', 'p': 2.036e-11, 'b': 0.6521}] | general | Select, Order By | GWAS Significance |
Q35.1540 | Q35 | Is the SNP rs541286491 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs541286491 has a p-value of 9.85e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs541286491'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11106283', 'SNP': 'rs541286491', 'p': 0.9849, 'b': 0.0029}] | general | Select, Order By | GWAS Significance |
Q35.1046 | Q35 | Is the SNP rs3816257 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3816257 has a p-value of 2.43e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3816257'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18995541', 'SNP': 'rs3816257', 'p': 0.02425, 'b': 0.0188}] | general | Select, Order By | GWAS Significance |
Q35.1706 | Q35 | Is the SNP rs146894379 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs146894379 has a p-value of 6.75e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs146894379'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2885776', 'SNP': 'rs146894379', 'p': 0.6753, 'b': -0.0352}] | general | Select, Order By | GWAS Significance |
Q35.513 | Q35 | Is the SNP rs9395286 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9395286 has a p-value of 1.29e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9395286'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8348684', 'SNP': 'rs9395286', 'p': 1.294e-11, 'b': 0.0619}] | general | Select, Order By | GWAS Significance |
Q35.46 | Q35 | Is the SNP rs17585426 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17585426 has a p-value of 1.36e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17585426'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746999', 'SNP': 'rs17585426', 'p': 1.361e-08, 'b': -0.0556}] | general | Select, Order By | GWAS Significance |
Q35.946 | Q35 | Is the SNP rs7805776 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7805776 has a p-value of 1.14e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7805776'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10390991', 'SNP': 'rs7805776', 'p': 1.139e-11, 'b': 0.0559}] | general | Select, Order By | GWAS Significance |
Q35.366 | Q35 | Is the SNP rs7926729 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7926729 has a p-value of 4.19e-20 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7926729'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14141259', 'SNP': 'rs7926729', 'p': 4.194e-20, 'b': -0.0763}] | general | Select, Order By | GWAS Significance |
Q35.540 | Q35 | Is the SNP rs9275221 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9275221 has a p-value of 3.09e-14 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9275221'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8223579', 'SNP': 'rs9275221', 'p': 3.093e-14, 'b': -0.105}] | general | Select, Order By | GWAS Significance |
Q35.79 | Q35 | Is the SNP rs2696702 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2696702 has a p-value of 3.12e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2696702'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18747090', 'SNP': 'rs2696702', 'p': 3.119e-08, 'b': -0.0547}] | general | Select, Order By | GWAS Significance |
Q35.1917 | Q35 | Is the SNP rs543081571 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs543081571 has a p-value of 2.59e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs543081571'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9291942', 'SNP': 'rs543081571', 'p': 0.02592, 'b': 0.33}] | general | Select, Order By | GWAS Significance |
Q35.1416 | Q35 | Is the SNP rs73697157 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs73697157 has a p-value of 9.96e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73697157'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9727406', 'SNP': 'rs73697157', 'p': 0.996, 'b': 0.0008}] | general | Select, Order By | GWAS Significance |
Q35.586 | Q35 | Is the SNP rs62055475 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62055475 has a p-value of 3.56e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62055475'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744426', 'SNP': 'rs62055475', 'p': 3.565e-08, 'b': -0.0538}] | general | Select, Order By | GWAS Significance |
Q35.1795 | Q35 | Is the SNP rs761337148 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs761337148 has a p-value of 1.13e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs761337148'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5252046', 'SNP': 'rs761337148', 'p': 0.1129, 'b': -0.4485}] | general | Select, Order By | GWAS Significance |
Q35.771 | Q35 | Is the SNP rs17660167 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17660167 has a p-value of 2.92e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17660167'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746535', 'SNP': 'rs17660167', 'p': 2.924e-08, 'b': -0.0544}] | general | Select, Order By | GWAS Significance |
Q35.371 | Q35 | Is the SNP rs7070027 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7070027 has a p-value of 3.52e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7070027'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13254671', 'SNP': 'rs7070027', 'p': 3.524e-08, 'b': -0.0473}] | general | Select, Order By | GWAS Significance |
Q35.809 | Q35 | Is the SNP rs201524314 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs201524314 has a p-value of 3.55e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs201524314'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976855', 'SNP': 'rs201524314', 'p': 3.546e-12, 'b': 0.2357}] | general | Select, Order By | GWAS Significance |
Q35.31 | Q35 | Is the SNP rs13207824 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs13207824 has a p-value of 4.80e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13207824'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8220820', 'SNP': 'rs13207824', 'p': 4.801e-09, 'b': 0.0673}] | general | Select, Order By | GWAS Significance |
Q35.1960 | Q35 | Is the SNP rs35076083 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs35076083 has a p-value of 8.86e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35076083'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10653794', 'SNP': 'rs35076083', 'p': 0.8861, 'b': 0.0016}] | general | Select, Order By | GWAS Significance |
Q35.1742 | Q35 | Is the SNP rs557664489 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs557664489 has a p-value of 9.65e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs557664489'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2829692', 'SNP': 'rs557664489', 'p': 0.9654, 'b': -0.0093}] | general | Select, Order By | GWAS Significance |
Q35.1577 | Q35 | Is the SNP rs546563048 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs546563048 has a p-value of 4.36e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs546563048'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_17354247', 'SNP': 'rs546563048', 'p': 0.4359, 'b': 0.1191}] | general | Select, Order By | GWAS Significance |
Q35.794 | Q35 | Is the SNP rs609903 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs609903 has a p-value of 9.07e-31 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs609903'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14336425', 'SNP': 'rs609903', 'p': 9.075e-31, 'b': -0.1005}] | general | Select, Order By | GWAS Significance |
Q35.1249 | Q35 | Is the SNP rs138877383 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs138877383 has a p-value of 1.82e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs138877383'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2508012', 'SNP': 'rs138877383', 'p': 0.1824, 'b': 0.2325}] | general | Select, Order By | GWAS Significance |
Q35.501 | Q35 | Is the SNP rs2005763 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2005763 has a p-value of 7.76e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2005763'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10080010', 'SNP': 'rs2005763', 'p': 7.76e-10, 'b': -0.0576}] | general | Select, Order By | GWAS Significance |
Q35.1551 | Q35 | Is the SNP rs7105865 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7105865 has a p-value of 7.67e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7105865'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14175917', 'SNP': 'rs7105865', 'p': 0.7669, 'b': -0.0064}] | general | Select, Order By | GWAS Significance |
Q35.1568 | Q35 | Is the SNP rs142874366 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs142874366 has a p-value of 4.00e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142874366'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_17810128', 'SNP': 'rs142874366', 'p': 0.3996, 'b': 0.0385}] | general | Select, Order By | GWAS Significance |
Q35.991 | Q35 | Is the SNP rs3817966 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3817966 has a p-value of 1.22e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3817966'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8219778', 'SNP': 'rs3817966', 'p': 1.216e-09, 'b': -0.0554}] | general | Select, Order By | GWAS Significance |
Q35.1574 | Q35 | Is the SNP rs71323395 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs71323395 has a p-value of 5.71e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs71323395'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3905135', 'SNP': 'rs71323395', 'p': 0.5709, 'b': 0.005}] | general | Select, Order By | GWAS Significance |
Q35.45 | Q35 | Is the SNP rs10929006 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10929006 has a p-value of 2.93e-25 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10929006'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2642926', 'SNP': 'rs10929006', 'p': 2.929e-25, 'b': 0.0856}] | general | Select, Order By | GWAS Significance |
Q35.1608 | Q35 | Is the SNP rs2472543 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2472543 has a p-value of 3.20e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2472543'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11595659', 'SNP': 'rs2472543', 'p': 0.3204, 'b': -0.0081}] | general | Select, Order By | GWAS Significance |
Q35.171 | Q35 | Is the SNP rs113354666 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs113354666 has a p-value of 4.16e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113354666'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5140393', 'SNP': 'rs113354666', 'p': 4.164e-08, 'b': -0.0448}] | general | Select, Order By | GWAS Significance |
Q35.307 | Q35 | Is the SNP rs8019585 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs8019585 has a p-value of 2.20e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs8019585'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16767091', 'SNP': 'rs8019585', 'p': 2.205e-08, 'b': 0.0751}] | general | Select, Order By | GWAS Significance |
Q35.1957 | Q35 | Is the SNP rs540148894 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs540148894 has a p-value of 6.49e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs540148894'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1895628', 'SNP': 'rs540148894', 'p': 0.6487, 'b': 0.0818}] | general | Select, Order By | GWAS Significance |
Q35.1105 | Q35 | Is the SNP rs147732849 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs147732849 has a p-value of 7.34e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs147732849'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16705724', 'SNP': 'rs147732849', 'p': 0.7336, 'b': 0.0052}] | general | Select, Order By | GWAS Significance |
Q35.1925 | Q35 | Is the SNP rs139659006 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs139659006 has a p-value of 4.07e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139659006'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14984713', 'SNP': 'rs139659006', 'p': 0.4074, 'b': -0.1499}] | general | Select, Order By | GWAS Significance |
Q35.1038 | Q35 | Is the SNP rs148007556 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs148007556 has a p-value of 7.01e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148007556'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1117933', 'SNP': 'rs148007556', 'p': 0.7014, 'b': 0.0601}] | general | Select, Order By | GWAS Significance |
Q35.658 | Q35 | Is the SNP rs418227 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs418227 has a p-value of 3.28e-25 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs418227'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974087', 'SNP': 'rs418227', 'p': 3.2780000000000004e-25, 'b': 0.092}] | general | Select, Order By | GWAS Significance |
Q35.373 | Q35 | Is the SNP rs11887884 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11887884 has a p-value of 4.87e-24 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11887884'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2642961', 'SNP': 'rs11887884', 'p': 4.867e-24, 'b': -0.1078}] | general | Select, Order By | GWAS Significance |
Q35.1661 | Q35 | Is the SNP rs560986045 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs560986045 has a p-value of 4.81e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs560986045'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2895887', 'SNP': 'rs560986045', 'p': 0.4809, 'b': -0.1429}] | general | Select, Order By | GWAS Significance |
Q35.1513 | Q35 | Is the SNP rs542109622 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs542109622 has a p-value of 3.39e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs542109622'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_6628712', 'SNP': 'rs542109622', 'p': 0.3386, 'b': 0.1089}] | general | Select, Order By | GWAS Significance |
Q35.778 | Q35 | Is the SNP rs6904933 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs6904933 has a p-value of 1.06e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6904933'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8349148', 'SNP': 'rs6904933', 'p': 1.057e-08, 'b': 0.0527}] | general | Select, Order By | GWAS Significance |
Q35.328 | Q35 | Is the SNP rs2343306 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2343306 has a p-value of 3.98e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2343306'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13255959', 'SNP': 'rs2343306', 'p': 3.976e-11, 'b': -0.0634}] | general | Select, Order By | GWAS Significance |
Q35.1988 | Q35 | Is the SNP rs10750020 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10750020 has a p-value of 9.68e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10750020'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14550193', 'SNP': 'rs10750020', 'p': 0.9677, 'b': 0.0035}] | general | Select, Order By | GWAS Significance |
Q35.1924 | Q35 | Is the SNP rs139664101 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs139664101 has a p-value of 7.48e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139664101'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19951109', 'SNP': 'rs139664101', 'p': 0.7475, 'b': 0.0353}] | general | Select, Order By | GWAS Significance |
Q35.931 | Q35 | Is the SNP rs7257231 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7257231 has a p-value of 4.54e-18 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7257231'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19973200', 'SNP': 'rs7257231', 'p': 4.541e-18, 'b': -0.0897}] | general | Select, Order By | GWAS Significance |
Q35.188 | Q35 | Is the SNP rs5015755 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs5015755 has a p-value of 1.56e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs5015755'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10081046', 'SNP': 'rs5015755', 'p': 1.563e-09, 'b': 0.0655}] | general | Select, Order By | GWAS Significance |
Q35.1595 | Q35 | Is the SNP rs184759385 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs184759385 has a p-value of 2.78e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs184759385'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14588254', 'SNP': 'rs184759385', 'p': 0.2781, 'b': 0.2155}] | general | Select, Order By | GWAS Significance |
Q35.772 | Q35 | Is the SNP rs12978617 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs12978617 has a p-value of 3.96e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12978617'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976948', 'SNP': 'rs12978617', 'p': 3.962e-08, 'b': 0.0841}] | general | Select, Order By | GWAS Significance |
Q35.1203 | Q35 | Is the SNP rs917974 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs917974 has a p-value of 6.13e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs917974'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2015889', 'SNP': 'rs917974', 'p': 0.06129, 'b': 0.0163}] | general | Select, Order By | GWAS Significance |
Q35.500 | Q35 | Is the SNP rs2830072 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2830072 has a p-value of 6.61e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2830072'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_20681722', 'SNP': 'rs2830072', 'p': 6.607e-09, 'b': -0.0473}] | general | Select, Order By | GWAS Significance |
Q35.1064 | Q35 | Is the SNP rs12149096 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs12149096 has a p-value of 6.20e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12149096'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18014647', 'SNP': 'rs12149096', 'p': 0.6203, 'b': -0.0048}] | general | Select, Order By | GWAS Significance |
Q35.1111 | Q35 | Is the SNP rs75421106 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs75421106 has a p-value of 8.04e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75421106'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14569664', 'SNP': 'rs75421106', 'p': 0.8041, 'b': -0.006}] | general | Select, Order By | GWAS Significance |
Q35.536 | Q35 | Is the SNP rs7817464 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7817464 has a p-value of 8.80e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7817464'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10820867', 'SNP': 'rs7817464', 'p': 8.797e-11, 'b': -0.099}] | general | Select, Order By | GWAS Significance |
Q35.1601 | Q35 | Is the SNP rs184555904 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs184555904 has a p-value of 4.33e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs184555904'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11997518', 'SNP': 'rs184555904', 'p': 0.4328, 'b': 0.057}] | general | Select, Order By | GWAS Significance |
Q35.752 | Q35 | Is the SNP rs183110257 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs183110257 has a p-value of 9.29e-15 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs183110257'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976845', 'SNP': 'rs183110257', 'p': 9.285e-15, 'b': 0.2868}] | general | Select, Order By | GWAS Significance |
Q35.1933 | Q35 | Is the SNP rs746506593 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs746506593 has a p-value of 4.06e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs746506593'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11618597', 'SNP': 'rs746506593', 'p': 0.4061, 'b': 0.2799}] | general | Select, Order By | GWAS Significance |
Q35.1367 | Q35 | Is the SNP rs277899 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs277899 has a p-value of 1.13e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs277899'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18006788', 'SNP': 'rs277899', 'p': 0.1128, 'b': 0.0153}] | general | Select, Order By | GWAS Significance |
Q35.1444 | Q35 | Is the SNP rs35700189 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs35700189 has a p-value of 3.35e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35700189'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8679268', 'SNP': 'rs35700189', 'p': 0.03354, 'b': -0.0296}] | general | Select, Order By | GWAS Significance |
Q35.178 | Q35 | Is the SNP rs9268437 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9268437 has a p-value of 6.33e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9268437'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8219247', 'SNP': 'rs9268437', 'p': 6.327e-10, 'b': -0.0569}] | general | Select, Order By | GWAS Significance |
Q35.470 | Q35 | Is the SNP rs59356929 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs59356929 has a p-value of 1.40e-16 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs59356929'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976961', 'SNP': 'rs59356929', 'p': 1.399e-16, 'b': 0.1646}] | general | Select, Order By | GWAS Significance |
Q35.1337 | Q35 | Is the SNP rs35557860 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs35557860 has a p-value of 4.18e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35557860'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_12929290', 'SNP': 'rs35557860', 'p': 0.4179, 'b': 0.0087}] | general | Select, Order By | GWAS Significance |
Q35.1611 | Q35 | Is the SNP rs61992487 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs61992487 has a p-value of 4.26e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs61992487'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_17154959', 'SNP': 'rs61992487', 'p': 0.426, 'b': -0.0086}] | general | Select, Order By | GWAS Significance |
Q35.126 | Q35 | Is the SNP rs4331 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs4331 has a p-value of 8.04e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4331'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18862754', 'SNP': 'rs4331', 'p': 8.042e-12, 'b': 0.0556}] | general | Select, Order By | GWAS Significance |
Q35.355 | Q35 | Is the SNP rs1968449 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1968449 has a p-value of 5.17e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1968449'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19975478', 'SNP': 'rs1968449', 'p': 5.172e-09, 'b': 0.0522}] | general | Select, Order By | GWAS Significance |
Q35.388 | Q35 | Is the SNP rs10736341 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10736341 has a p-value of 2.69e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10736341'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13254616', 'SNP': 'rs10736341', 'p': 2.691e-10, 'b': -0.0557}] | general | Select, Order By | GWAS Significance |
Q35.1435 | Q35 | Is the SNP rs7826542 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7826542 has a p-value of 7.49e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7826542'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11033199', 'SNP': 'rs7826542', 'p': 0.749, 'b': -0.0097}] | general | Select, Order By | GWAS Significance |
Q35.1007 | Q35 | Is the SNP rs16922179 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs16922179 has a p-value of 1.24e-03 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs16922179'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11032471', 'SNP': 'rs16922179', 'p': 0.001236, 'b': 0.3156}] | general | Select, Order By | GWAS Significance |
Q35.894 | Q35 | Is the SNP rs1065712 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1065712 has a p-value of 5.46e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1065712'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10666955', 'SNP': 'rs1065712', 'p': 5.462e-09, 'b': 0.1081}] | general | Select, Order By | GWAS Significance |
Q35.1495 | Q35 | Is the SNP rs28570410 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs28570410 has a p-value of 5.41e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28570410'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_15721093', 'SNP': 'rs28570410', 'p': 0.5412, 'b': -0.0671}] | general | Select, Order By | GWAS Significance |
Q35.335 | Q35 | Is the SNP rs111364350 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs111364350 has a p-value of 2.82e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs111364350'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746554', 'SNP': 'rs111364350', 'p': 2.821e-08, 'b': -0.0545}] | general | Select, Order By | GWAS Significance |
Q35.975 | Q35 | Is the SNP rs595972 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs595972 has a p-value of 7.94e-20 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs595972'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14336166', 'SNP': 'rs595972', 'p': 7.936e-20, 'b': -0.0933}] | general | Select, Order By | GWAS Significance |
Q35.197 | Q35 | Is the SNP rs62062784 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62062784 has a p-value of 2.60e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62062784'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18745208', 'SNP': 'rs62062784', 'p': 2.604e-08, 'b': -0.0545}] | general | Select, Order By | GWAS Significance |
Q35.520 | Q35 | Is the SNP rs201648784 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs201648784 has a p-value of 3.22e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs201648784'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_20682579', 'SNP': 'rs201648784', 'p': 3.218e-08, 'b': 0.0492}] | general | Select, Order By | GWAS Significance |
Q35.459 | Q35 | Is the SNP rs11582249 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11582249 has a p-value of 1.47e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11582249'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1351025', 'SNP': 'rs11582249', 'p': 1.466e-09, 'b': 0.0574}] | general | Select, Order By | GWAS Significance |
Q35.1714 | Q35 | Is the SNP rs185941432 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs185941432 has a p-value of 8.19e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs185941432'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11402874', 'SNP': 'rs185941432', 'p': 0.8193, 'b': 0.0625}] | general | Select, Order By | GWAS Significance |
Q35.326 | Q35 | Is the SNP rs9275365 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9275365 has a p-value of 2.49e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9275365'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8223958', 'SNP': 'rs9275365', 'p': 2.493e-10, 'b': -0.0768}] | general | Select, Order By | GWAS Significance |
Q35.1323 | Q35 | Is the SNP rs9572342 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9572342 has a p-value of 5.35e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9572342'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16141702', 'SNP': 'rs9572342', 'p': 0.5355, 'b': -0.0061}] | general | Select, Order By | GWAS Significance |
Q35.269 | Q35 | Is the SNP rs58439310 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs58439310 has a p-value of 3.78e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs58439310'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_17183011', 'SNP': 'rs58439310', 'p': 3.781e-08, 'b': 0.0593}] | general | Select, Order By | GWAS Significance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.