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.1789 | Q35 | Is the SNP rs146248874 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs146248874 has a p-value of 8.10e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs146248874'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13803559', 'SNP': 'rs146248874', 'p': 0.8103, 'b': -0.0179}] | general | Select, Order By | GWAS Significance |
Q35.1546 | Q35 | Is the SNP rs147984033 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs147984033 has a p-value of 3.12e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs147984033'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_12818184', 'SNP': 'rs147984033', 'p': 0.3124, 'b': -0.0339}] | general | Select, Order By | GWAS Significance |
Q35.1160 | Q35 | Is the SNP rs542454538 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs542454538 has a p-value of 4.50e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs542454538'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_282863', 'SNP': 'rs542454538', 'p': 0.4498, 'b': -0.1414}] | general | Select, Order By | GWAS Significance |
Q35.797 | Q35 | Is the SNP rs62056850 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62056850 has a p-value of 4.22e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62056850'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744920', 'SNP': 'rs62056850', 'p': 4.224e-08, 'b': -0.0535}] | general | Select, Order By | GWAS Significance |
Q35.119 | Q35 | Is the SNP rs143202663 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs143202663 has a p-value of 1.34e-21 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs143202663'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8298429', 'SNP': 'rs143202663', 'p': 1.341e-21, 'b': 0.7667}] | general | Select, Order By | GWAS Significance |
Q35.747 | Q35 | Is the SNP rs11771139 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11771139 has a p-value of 7.07e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11771139'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10079584', 'SNP': 'rs11771139', 'p': 7.072e-10, 'b': -0.0561}] | general | Select, Order By | GWAS Significance |
Q35.1691 | Q35 | Is the SNP rs541763627 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs541763627 has a p-value of 7.50e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs541763627'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3479161', 'SNP': 'rs541763627', 'p': 0.7504, 'b': 0.1366}] | general | Select, Order By | GWAS Significance |
Q35.1090 | Q35 | Is the SNP rs970789138 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs970789138 has a p-value of 7.87e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs970789138'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7972089', 'SNP': 'rs970789138', 'p': 0.7867, 'b': -0.1207}] | general | Select, Order By | GWAS Significance |
Q35.837 | Q35 | Is the SNP rs501945 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs501945 has a p-value of 1.82e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs501945'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14140449', 'SNP': 'rs501945', 'p': 1.818e-12, 'b': -0.0637}] | general | Select, Order By | GWAS Significance |
Q35.122 | Q35 | Is the SNP rs7096909 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7096909 has a p-value of 3.32e-13 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7096909'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13256330', 'SNP': 'rs7096909', 'p': 3.322e-13, 'b': -0.0749}] | general | Select, Order By | GWAS Significance |
Q35.663 | Q35 | Is the SNP rs3764645 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3764645 has a p-value of 1.25e-17 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3764645'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19633605', 'SNP': 'rs3764645', 'p': 1.248e-17, 'b': -0.0755}] | general | Select, Order By | GWAS Significance |
Q35.1908 | Q35 | Is the SNP rs17763658 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17763658 has a p-value of 1.72e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17763658'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744153', 'SNP': 'rs17763658', 'p': 0.1721, 'b': 0.0215}] | general | Select, Order By | GWAS Significance |
Q35.642 | Q35 | Is the SNP rs9268482 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9268482 has a p-value of 9.02e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9268482'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8219776', 'SNP': 'rs9268482', 'p': 9.02e-10, 'b': -0.0563}] | general | Select, Order By | GWAS Significance |
Q35.374 | Q35 | Is the SNP rs7190802 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7190802 has a p-value of 9.70e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7190802'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18044264', 'SNP': 'rs7190802', 'p': 9.697e-10, 'b': -0.0532}] | general | Select, Order By | GWAS Significance |
Q35.271 | Q35 | Is the SNP rs12577383 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs12577383 has a p-value of 1.33e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12577383'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14068153', 'SNP': 'rs12577383', 'p': 1.328e-08, 'b': 0.0498}] | general | Select, Order By | GWAS Significance |
Q35.662 | Q35 | Is the SNP rs10420562 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10420562 has a p-value of 4.26e-13 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10420562'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19975803', 'SNP': 'rs10420562', 'p': 4.255e-13, 'b': 0.1119}] | general | Select, Order By | GWAS Significance |
Q35.944 | Q35 | Is the SNP rs35054130 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs35054130 has a p-value of 1.92e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35054130'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13254848', 'SNP': 'rs35054130', 'p': 1.924e-08, 'b': -0.0492}] | general | Select, Order By | GWAS Significance |
Q35.829 | Q35 | Is the SNP rs56136075 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs56136075 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 = 'rs56136075'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744318', 'SNP': 'rs56136075', 'p': 3.563e-08, 'b': -0.0538}] | general | Select, Order By | GWAS Significance |
Q35.873 | Q35 | Is the SNP rs56043078 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs56043078 has a p-value of 4.86e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56043078'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18743521', 'SNP': 'rs56043078', 'p': 4.857e-08, 'b': -0.0532}] | general | Select, Order By | GWAS Significance |
Q35.47 | Q35 | Is the SNP rs111856473 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs111856473 has a p-value of 3.07e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs111856473'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18747419', 'SNP': 'rs111856473', 'p': 3.073e-08, 'b': -0.0562}] | general | Select, Order By | GWAS Significance |
Q35.1388 | Q35 | Is the SNP rs11163293 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11163293 has a p-value of 6.64e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11163293'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_603848', 'SNP': 'rs11163293', 'p': 0.06641, 'b': 0.0213}] | general | Select, Order By | GWAS Significance |
Q35.1709 | Q35 | Is the SNP rs552865474 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs552865474 has a p-value of 2.28e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs552865474'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7809471', 'SNP': 'rs552865474', 'p': 0.2279, 'b': 0.6326}] | general | Select, Order By | GWAS Significance |
Q35.1000 | Q35 | Is the SNP rs7894762 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7894762 has a p-value of 4.81e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7894762'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13254800', 'SNP': 'rs7894762', 'p': 4.814e-08, 'b': -0.0468}] | general | Select, Order By | GWAS Significance |
Q35.883 | Q35 | Is the SNP rs9271579 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9271579 has a p-value of 1.01e-14 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9271579'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8222397', 'SNP': 'rs9271579', 'p': 1.015e-14, 'b': -0.0853}] | general | Select, Order By | GWAS Significance |
Q35.780 | Q35 | Is the SNP rs11230165 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11230165 has a p-value of 1.37e-16 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11230165'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14140991', 'SNP': 'rs11230165', 'p': 1.366e-16, 'b': -0.0698}] | general | Select, Order By | GWAS Significance |
Q35.1229 | Q35 | Is the SNP rs115447461 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs115447461 has a p-value of 8.10e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs115447461'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_879576', 'SNP': 'rs115447461', 'p': 0.8104, 'b': 0.0033}] | general | Select, Order By | GWAS Significance |
Q35.2000 | Q35 | Is the SNP rs544715878 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs544715878 has a p-value of 1.51e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs544715878'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19518216', 'SNP': 'rs544715878', 'p': 0.1515, 'b': -0.1615}] | general | Select, Order By | GWAS Significance |
Q35.5 | Q35 | Is the SNP rs2544659 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2544659 has a p-value of 5.00e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2544659'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7203476', 'SNP': 'rs2544659', 'p': 4.998e-09, 'b': 0.0571}] | general | Select, Order By | GWAS Significance |
Q35.1012 | Q35 | Is the SNP rs58267657 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs58267657 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 = 'rs58267657'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9148430', 'SNP': 'rs58267657', 'p': 0.9256, 'b': -0.0074}] | general | Select, Order By | GWAS Significance |
Q35.1724 | Q35 | Is the SNP rs72708582 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs72708582 has a p-value of 9.29e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72708582'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_903830', 'SNP': 'rs72708582', 'p': 0.9289, 'b': 0.002}] | general | Select, Order By | GWAS Significance |
Q35.266 | Q35 | Is the SNP rs369077933 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs369077933 has a p-value of 1.62e-17 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs369077933'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974313', 'SNP': 'rs369077933', 'p': 1.623e-17, 'b': 1.0754}] | general | Select, Order By | GWAS Significance |
Q35.1570 | Q35 | Is the SNP rs10828544 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10828544 has a p-value of 3.44e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10828544'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_12832238', 'SNP': 'rs10828544', 'p': 0.3439, 'b': -0.0096}] | general | Select, Order By | GWAS Significance |
Q35.1832 | Q35 | Is the SNP rs672612 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs672612 has a p-value of 9.83e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs672612'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9027983', 'SNP': 'rs672612', 'p': 0.9831, 'b': -0.0003}] | general | Select, Order By | GWAS Significance |
Q35.449 | Q35 | Is the SNP rs28895155 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs28895155 has a p-value of 5.09e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28895155'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8220860', 'SNP': 'rs28895155', 'p': 5.086e-09, 'b': 0.0672}] | general | Select, Order By | GWAS Significance |
Q35.1011 | Q35 | Is the SNP rs1556421 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1556421 has a p-value of 9.47e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1556421'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11837805', 'SNP': 'rs1556421', 'p': 0.09471, 'b': -0.0148}] | general | Select, Order By | GWAS Significance |
Q35.1086 | Q35 | Is the SNP rs77695806 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs77695806 has a p-value of 8.79e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs77695806'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18797115', 'SNP': 'rs77695806', 'p': 0.8793, 'b': -0.0225}] | general | Select, Order By | GWAS Significance |
Q35.844 | Q35 | Is the SNP rs139576276 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs139576276 has a p-value of 2.10e-22 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139576276'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19973584', 'SNP': 'rs139576276', 'p': 2.097e-22, 'b': -0.1532}] | general | Select, Order By | GWAS Significance |
Q35.1792 | Q35 | Is the SNP rs141995353 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs141995353 has a p-value of 9.80e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs141995353'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_21037537', 'SNP': 'rs141995353', 'p': 0.9803, 'b': 0.0083}] | general | Select, Order By | GWAS Significance |
Q35.308 | Q35 | Is the SNP rs510297 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs510297 has a p-value of 1.44e-27 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs510297'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974176', 'SNP': 'rs510297', 'p': 1.436e-27, 'b': 0.0963}] | general | Select, Order By | GWAS Significance |
Q35.1380 | Q35 | Is the SNP rs34898479 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs34898479 has a p-value of 5.91e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34898479'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19913961', 'SNP': 'rs34898479', 'p': 0.5911, 'b': 0.0047}] | general | Select, Order By | GWAS Significance |
Q35.1558 | Q35 | Is the SNP rs183595226 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs183595226 has a p-value of 9.18e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs183595226'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10769496', 'SNP': 'rs183595226', 'p': 0.9178, 'b': 0.0092}] | general | Select, Order By | GWAS Significance |
Q35.317 | Q35 | Is the SNP rs9268405 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs9268405 has a p-value of 6.06e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9268405'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8219170', 'SNP': 'rs9268405', 'p': 6.064e-10, 'b': -0.0569}] | general | Select, Order By | GWAS Significance |
Q35.152 | Q35 | Is the SNP rs512495 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs512495 has a p-value of 3.96e-15 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs512495'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14140700', 'SNP': 'rs512495', 'p': 3.964e-15, 'b': -0.0645}] | general | Select, Order By | GWAS Significance |
Q35.1158 | Q35 | Is the SNP rs563739367 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs563739367 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 = 'rs563739367'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3467799', 'SNP': 'rs563739367', 'p': 0.4814, 'b': -0.1839}] | general | Select, Order By | GWAS Significance |
Q35.1223 | Q35 | Is the SNP rs567961098 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs567961098 has a p-value of 8.34e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs567961098'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_4956947', 'SNP': 'rs567961098', 'p': 0.8344, 'b': -0.0312}] | general | Select, Order By | GWAS Significance |
Q35.580 | Q35 | Is the SNP rs480781 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs480781 has a p-value of 1.58e-31 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs480781'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14336863', 'SNP': 'rs480781', 'p': 1.579e-31, 'b': -0.1046}] | general | Select, Order By | GWAS Significance |
Q35.51 | Q35 | Is the SNP rs2532314 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2532314 has a p-value of 2.21e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2532314'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746896', 'SNP': 'rs2532314', 'p': 2.213e-08, 'b': -0.0551}] | general | Select, Order By | GWAS Significance |
Q35.1553 | Q35 | Is the SNP rs567449343 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs567449343 has a p-value of 7.35e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs567449343'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8271031', 'SNP': 'rs567449343', 'p': 0.7352, 'b': 0.0617}] | general | Select, Order By | GWAS Significance |
Q35.733 | Q35 | Is the SNP rs62061822 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62061822 has a p-value of 2.79e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62061822'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746694', 'SNP': 'rs62061822', 'p': 2.789e-08, 'b': -0.0547}] | general | Select, Order By | GWAS Significance |
Q35.840 | Q35 | Is the SNP rs7193532 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7193532 has a p-value of 1.64e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7193532'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18039313', 'SNP': 'rs7193532', 'p': 1.638e-09, 'b': -0.0497}] | general | Select, Order By | GWAS Significance |
Q35.1392 | Q35 | Is the SNP rs2980097 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2980097 has a p-value of 5.68e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2980097'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5072520', 'SNP': 'rs2980097', 'p': 0.5679, 'b': -0.0049}] | general | Select, Order By | GWAS Significance |
Q35.1125 | Q35 | Is the SNP rs143144967 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs143144967 has a p-value of 5.81e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs143144967'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8875762', 'SNP': 'rs143144967', 'p': 0.5805, 'b': -0.0195}] | general | Select, Order By | GWAS Significance |
Q35.1176 | Q35 | Is the SNP rs62398667 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62398667 has a p-value of 2.50e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62398667'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7900318', 'SNP': 'rs62398667', 'p': 0.2502, 'b': 0.0697}] | general | Select, Order By | GWAS Significance |
Q35.476 | Q35 | Is the SNP rs73984689 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs73984689 has a p-value of 2.84e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73984689'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746670', 'SNP': 'rs73984689', 'p': 2.84e-08, 'b': -0.0548}] | general | Select, Order By | GWAS Significance |
Q35.980 | Q35 | Is the SNP rs3892463 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3892463 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 = 'rs3892463'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18487557', 'SNP': 'rs3892463', 'p': 1.358e-08, 'b': 0.075}] | general | Select, Order By | GWAS Significance |
Q35.660 | Q35 | Is the SNP rs36149367 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs36149367 has a p-value of 5.52e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs36149367'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3417969', 'SNP': 'rs36149367', 'p': 5.518e-12, 'b': -0.0565}] | general | Select, Order By | GWAS Significance |
Q35.405 | Q35 | Is the SNP rs55773945 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs55773945 has a p-value of 5.78e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55773945'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10081217', 'SNP': 'rs55773945', 'p': 5.779e-09, 'b': -0.0475}] | general | Select, Order By | GWAS Significance |
Q35.517 | Q35 | Is the SNP rs6941395 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs6941395 has a p-value of 7.31e-17 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6941395'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8222030', 'SNP': 'rs6941395', 'p': 7.308e-17, 'b': -0.0947}] | general | Select, Order By | GWAS Significance |
Q35.324 | Q35 | Is the SNP rs3733347 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3733347 has a p-value of 1.73e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3733347'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5042463', 'SNP': 'rs3733347', 'p': 1.726e-08, 'b': -0.0575}] | general | Select, Order By | GWAS Significance |
Q35.20 | Q35 | Is the SNP rs683494 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs683494 has a p-value of 1.51e-13 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs683494'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14336613', 'SNP': 'rs683494', 'p': 1.507e-13, 'b': 0.06}] | general | Select, Order By | GWAS Significance |
Q35.691 | Q35 | Is the SNP rs79832570 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs79832570 has a p-value of 5.02e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79832570'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11691265', 'SNP': 'rs79832570', 'p': 5.02e-11, 'b': 0.0985}] | general | Select, Order By | GWAS Significance |
Q35.36 | Q35 | Is the SNP rs8102230 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs8102230 has a p-value of 2.15e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs8102230'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976741', 'SNP': 'rs8102230', 'p': 2.145e-08, 'b': 0.0515}] | general | Select, Order By | GWAS Significance |
Q35.910 | Q35 | Is the SNP rs79649865 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs79649865 has a p-value of 2.29e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79649865'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746179', 'SNP': 'rs79649865', 'p': 2.288e-08, 'b': -0.0548}] | general | Select, Order By | GWAS Significance |
Q35.834 | Q35 | Is the SNP rs12801188 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs12801188 has a p-value of 1.84e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12801188'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14065720', 'SNP': 'rs12801188', 'p': 1.841e-09, 'b': 0.0506}] | general | Select, Order By | GWAS Significance |
Q35.1798 | Q35 | Is the SNP rs760924814 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs760924814 has a p-value of 2.32e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs760924814'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1438583', 'SNP': 'rs760924814', 'p': 0.2322, 'b': 0.367}] | general | Select, Order By | GWAS Significance |
Q35.413 | Q35 | Is the SNP rs112065650 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs112065650 has a p-value of 2.96e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112065650'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18489190', 'SNP': 'rs112065650', 'p': 2.957e-10, 'b': 0.0771}] | general | Select, Order By | GWAS Significance |
Q35.928 | Q35 | Is the SNP rs140105611 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs140105611 has a p-value of 2.32e-19 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140105611'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19973712', 'SNP': 'rs140105611', 'p': 2.32e-19, 'b': 1.0914}] | general | Select, Order By | GWAS Significance |
Q35.543 | Q35 | Is the SNP rs2868120 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs2868120 has a p-value of 2.94e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2868120'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14142337', 'SNP': 'rs2868120', 'p': 2.939e-11, 'b': 0.0567}] | general | Select, Order By | GWAS Significance |
Q35.765 | Q35 | Is the SNP rs1122381 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1122381 has a p-value of 2.27e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1122381'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746822', 'SNP': 'rs1122381', 'p': 2.267e-08, 'b': -0.0551}] | general | Select, Order By | GWAS Significance |
Q35.1905 | Q35 | Is the SNP rs7931500 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7931500 has a p-value of 9.72e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7931500'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14349724', 'SNP': 'rs7931500', 'p': 0.9715, 'b': 0.0003}] | general | Select, Order By | GWAS Significance |
Q35.1071 | Q35 | Is the SNP rs117905466 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs117905466 has a p-value of 9.60e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117905466'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14238245', 'SNP': 'rs117905466', 'p': 0.9599, 'b': 0.0012}] | general | Select, Order By | GWAS Significance |
Q35.1209 | Q35 | Is the SNP rs546925198 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs546925198 has a p-value of 7.58e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs546925198'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7797116', 'SNP': 'rs546925198', 'p': 0.7584, 'b': 0.1195}] | general | Select, Order By | GWAS Significance |
Q35.248 | Q35 | Is the SNP rs78765934 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs78765934 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 = 'rs78765934'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18747098', 'SNP': 'rs78765934', 'p': 4.991e-08, 'b': -0.0544}] | general | Select, Order By | GWAS Significance |
Q35.1431 | Q35 | Is the SNP rs73534850 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs73534850 has a p-value of 4.88e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73534850'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14353429', 'SNP': 'rs73534850', 'p': 0.4876, 'b': -0.0587}] | general | Select, Order By | GWAS Significance |
Q35.1137 | Q35 | Is the SNP rs573906638 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs573906638 has a p-value of 3.55e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs573906638'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_533466', 'SNP': 'rs573906638', 'p': 0.3547, 'b': 0.0804}] | general | Select, Order By | GWAS Significance |
Q35.791 | Q35 | Is the SNP rs34624977 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs34624977 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 = 'rs34624977'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11311493', 'SNP': 'rs34624977', 'p': 2.052e-08, 'b': -0.0465}] | general | Select, Order By | GWAS Significance |
Q35.1744 | Q35 | Is the SNP rs776991171 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs776991171 has a p-value of 8.55e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs776991171'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9738472', 'SNP': 'rs776991171', 'p': 0.8553, 'b': -0.0436}] | general | Select, Order By | GWAS Significance |
Q35.495 | Q35 | Is the SNP rs347117 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs347117 has a p-value of 3.50e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs347117'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_17447038', 'SNP': 'rs347117', 'p': 3.499e-10, 'b': -0.0552}] | general | Select, Order By | GWAS Significance |
Q35.157 | Q35 | Is the SNP rs60924431 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs60924431 has a p-value of 4.06e-11 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs60924431'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8347859', 'SNP': 'rs60924431', 'p': 4.058e-11, 'b': 0.0616}] | general | Select, Order By | GWAS Significance |
Q35.970 | Q35 | Is the SNP rs7839435 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7839435 has a p-value of 4.97e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7839435'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10822566', 'SNP': 'rs7839435', 'p': 4.97e-09, 'b': 0.0619}] | general | Select, Order By | GWAS Significance |
Q35.860 | Q35 | Is the SNP rs749007 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs749007 has a p-value of 1.78e-13 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs749007'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2643055', 'SNP': 'rs749007', 'p': 1.776e-13, 'b': 0.0702}] | general | Select, Order By | GWAS Significance |
Q35.1325 | Q35 | Is the SNP rs545358964 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs545358964 has a p-value of 6.81e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs545358964'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16245475', 'SNP': 'rs545358964', 'p': 0.6811, 'b': 0.0651}] | general | Select, Order By | GWAS Significance |
Q35.632 | Q35 | Is the SNP rs34919929 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs34919929 has a p-value of 2.20e-16 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34919929'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10081043', 'SNP': 'rs34919929', 'p': 2.202e-16, 'b': -0.0731}] | general | Select, Order By | GWAS Significance |
Q35.692 | Q35 | Is the SNP rs493692 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs493692 has a p-value of 2.99e-15 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs493692'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14140921', 'SNP': 'rs493692', 'p': 2.992e-15, 'b': -0.0647}] | general | Select, Order By | GWAS Significance |
Q35.1562 | Q35 | Is the SNP rs151124309 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs151124309 has a p-value of 2.92e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs151124309'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5145005', 'SNP': 'rs151124309', 'p': 0.2917, 'b': -0.2692}] | general | Select, Order By | GWAS Significance |
Q35.575 | Q35 | Is the SNP rs17125944 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17125944 has a p-value of 3.49e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17125944'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16767277', 'SNP': 'rs17125944', 'p': 3.49e-09, 'b': 0.084}] | general | Select, Order By | GWAS Significance |
Q35.1909 | Q35 | Is the SNP rs536694592 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs536694592 has a p-value of 2.17e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs536694592'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7164948', 'SNP': 'rs536694592', 'p': 0.2169, 'b': -0.2033}] | general | Select, Order By | GWAS Significance |
Q35.18 | Q35 | Is the SNP rs60461903 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs60461903 has a p-value of 1.59e-26 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs60461903'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19975138', 'SNP': 'rs60461903', 'p': 1.5890000000000002e-26, 'b': 0.2179}] | general | Select, Order By | GWAS Significance |
Q35.130 | Q35 | Is the SNP rs62054805 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs62054805 has a p-value of 4.12e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62054805'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744085', 'SNP': 'rs62054805', 'p': 4.122e-08, 'b': -0.0535}] | general | Select, Order By | GWAS Significance |
Q35.1361 | Q35 | Is the SNP rs181866038 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs181866038 has a p-value of 8.43e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs181866038'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9036919', 'SNP': 'rs181866038', 'p': 0.8426, 'b': 0.0706}] | general | Select, Order By | GWAS Significance |
Q35.1291 | Q35 | Is the SNP rs116090676 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs116090676 has a p-value of 8.63e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116090676'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_6022235', 'SNP': 'rs116090676', 'p': 0.8632, 'b': 0.0359}] | general | Select, Order By | GWAS Significance |
Q35.1969 | Q35 | Is the SNP rs34590242 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs34590242 has a p-value of 5.20e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34590242'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_20411792', 'SNP': 'rs34590242', 'p': 0.5204, 'b': -0.0055}] | general | Select, Order By | GWAS Significance |
Q35.935 | Q35 | Is the SNP rs4600571 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs4600571 has a p-value of 5.26e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4600571'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19972921', 'SNP': 'rs4600571', 'p': 5.26e-09, 'b': -0.0834}] | general | Select, Order By | GWAS Significance |
Q35.989 | Q35 | Is the SNP rs4627402 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs4627402 has a p-value of 2.64e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4627402'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744280', 'SNP': 'rs4627402', 'p': 2.642e-08, 'b': -0.055}] | general | Select, Order By | GWAS Significance |
Q35.1965 | Q35 | Is the SNP rs555136707 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs555136707 has a p-value of 1.89e-02 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs555136707'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_2015331', 'SNP': 'rs555136707', 'p': 0.01892, 'b': 0.4306}] | general | Select, Order By | GWAS Significance |
Q35.193 | Q35 | Is the SNP rs10401157 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10401157 has a p-value of 3.67e-27 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10401157'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976233', 'SNP': 'rs10401157', 'p': 3.673e-27, 'b': 0.1552}] | general | Select, Order By | GWAS Significance |
Q35.1149 | Q35 | Is the SNP rs190603322 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs190603322 has a p-value of 8.87e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs190603322'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3343509', 'SNP': 'rs190603322', 'p': 0.8872, 'b': -0.0277}] | general | Select, Order By | GWAS Significance |
Q35.1001 | Q35 | Is the SNP rs186228816 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs186228816 has a p-value of 6.11e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186228816'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_16220245', 'SNP': 'rs186228816', 'p': 0.6107, 'b': -0.087}] | general | Select, Order By | GWAS Significance |
Q35.1956 | Q35 | Is the SNP rs72765562 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs72765562 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 = 'rs72765562'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1703251', 'SNP': 'rs72765562', 'p': 0.9649, 'b': 0.0014}] | general | Select, Order By | GWAS Significance |
Q35.1657 | Q35 | Is the SNP rs189418448 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs189418448 has a p-value of 3.79e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs189418448'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_6308689', 'SNP': 'rs189418448', 'p': 0.379, 'b': -0.1121}] | 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.