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 |
|---|---|---|---|---|---|---|---|---|
Q69.456 | Q69 | What is the nearest gene to SNP rs114791351? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs114791351 is located on or closest to the genes ANKRD31 and HMGCR. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs114791351'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7111348', 'nearestGene': 'ANKRD31;HMGCR'}] | general | Select, Join | Metadata |
Q69.876 | Q69 | What is the nearest gene to SNP rs555209865? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs555209865 is GRIA1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs555209865'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7719232', 'nearestGene': 'GRIA1'}] | general | Select, Join | Metadata |
Q69.1545 | Q69 | What is the nearest gene to SNP rs9549878? | The SNP rs9549878 is located on or closest to the genes LINC01070 and LOC101928730. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9549878'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7433218', 'nearestGene': 'LINC01070;LOC101928730'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16489042', 'nearestGene': 'LINC01070;LOC101928730'}] | general | Select, Join | Metadata |
Q69.1701 | Q69 | What is the nearest gene to SNP rs2070605? | The nearest gene to SNP rs2070605 is ADAM11. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2070605'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2230534', 'nearestGene': 'ADAM11'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18737147', 'nearestGene': 'ADAM11'}] | general | Select, Join | Metadata |
Q69.1436 | Q69 | What is the nearest gene to SNP rs112540589? | The nearest gene to SNP rs112540589 is LINC02240. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112540589'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4145650', 'nearestGene': 'LINC02240'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7514560', 'nearestGene': 'LINC02240'}] | general | Select, Join | Metadata |
Q69.915 | Q69 | What is the nearest gene to SNP rs140289522? | The nearest gene to SNP rs140289522 is PLB1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140289522'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6230364', 'nearestGene': 'PLB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1915461', 'nearestGene': 'PLB1'}] | general | Select, Join | Metadata |
Q69.310 | Q69 | What is the nearest gene to SNP rs12892155? | The nearest gene to SNP rs12892155 is PELI2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12892155'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_29815', 'nearestGene': 'PELI2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16792713', 'nearestGene': 'PELI2'}] | general | Select, Join | Metadata |
Q69.1257 | Q69 | What is the nearest gene to SNP rs562996996? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs562996996 is located on or closest to the genes SCNN1G and SCNN1B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs562996996'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17992917', 'nearestGene': 'SCNN1G;SCNN1B'}] | general | Select, Join | Metadata |
Q69.1409 | Q69 | What is the nearest gene to SNP rs1551746? | The SNP rs1551746 is located on or closest to the genes SYK and LOC100129316. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1551746'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_384570', 'nearestGene': 'SYK;LOC100129316'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12244552', 'nearestGene': 'SYK;LOC100129316'}] | general | Select, Join | Metadata |
Q69.618 | Q69 | What is the nearest gene to SNP rs76763654? | The nearest gene to SNP rs76763654 is LOC100507291. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76763654'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4059083', 'nearestGene': 'LOC100507291'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4585264', 'nearestGene': 'LOC100507291'}] | general | Select, Join | Metadata |
Q69.1479 | Q69 | What is the nearest gene to SNP rs774056410? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs774056410 is RASA2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs774056410'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4601606', 'nearestGene': 'RASA2'}] | general | Select, Join | Metadata |
Q69.250 | Q69 | What is the nearest gene to SNP rs41529545? | The SNP rs41529545 is located on or closest to the genes LOC105374620 and LINC01377. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs41529545'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1709708', 'nearestGene': 'LOC105374620;LINC01377'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6583271', 'nearestGene': 'LOC105374620;LINC01377'}] | general | Select, Join | Metadata |
Q69.734 | Q69 | What is the nearest gene to SNP rs28685764? | The SNP rs28685764 is located on or closest to the genes MEIS2 and TMCO5A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28685764'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_568347', 'nearestGene': 'MEIS2;TMCO5A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17291331', 'nearestGene': 'MEIS2;TMCO5A'}] | general | Select, Join | Metadata |
Q69.311 | Q69 | What is the nearest gene to SNP rs13282097? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs13282097 is located on or closest to the genes CASC8 and CASC11. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13282097'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11552081', 'nearestGene': 'CASC8;CASC11'}] | general | Select, Join | Metadata |
Q69.236 | Q69 | What is the nearest gene to SNP rs545597098? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs545597098 is located on or closest to the genes LINC02873 and LINC02551. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs545597098'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14689867', 'nearestGene': 'LINC02873;LINC02551'}] | general | Select, Join | Metadata |
Q69.72 | Q69 | What is the nearest gene to SNP rs115888534? | The nearest gene to SNP rs115888534 is GDAP2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs115888534'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6795010', 'nearestGene': 'GDAP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_882295', 'nearestGene': 'GDAP2'}] | general | Select, Join | Metadata |
Q69.896 | Q69 | What is the nearest gene to SNP rs867488262? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs867488262 is located on or closest to the genes LOC110091768 and LINC01422. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs867488262'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20930444', 'nearestGene': 'LOC110091768;LINC01422'}] | general | Select, Join | Metadata |
Q69.1754 | Q69 | What is the nearest gene to SNP rs28734044? | The SNP rs28734044 is located on or closest to the genes LOC440311 and LINC01197. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28734044'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2595775', 'nearestGene': 'LOC440311;LINC01197'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17727019', 'nearestGene': 'LOC440311;LINC01197'}] | general | Select, Join | Metadata |
Q69.712 | Q69 | What is the nearest gene to SNP rs7780086? | The nearest gene to SNP rs7780086 is WASL. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7780086'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6477911', 'nearestGene': 'WASL'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10247796', 'nearestGene': 'WASL'}] | general | Select, Join | Metadata |
Q69.1383 | Q69 | What is the nearest gene to SNP rs564688064? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs564688064 is SNTB1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs564688064'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11498987', 'nearestGene': 'SNTB1'}] | general | Select, Join | Metadata |
Q69.1329 | Q69 | What is the nearest gene to SNP rs2036847? | The nearest gene to SNP rs2036847 is LMNB1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2036847'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6002257', 'nearestGene': 'LMNB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7525569', 'nearestGene': 'LMNB1'}] | general | Select, Join | Metadata |
Q69.624 | Q69 | What is the nearest gene to SNP rs116959857? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs116959857 is BMP7. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116959857'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2741843', 'nearestGene': 'BMP7'}] | general | Select, Join | Metadata |
Q69.1464 | Q69 | What is the nearest gene to SNP rs56356107? | The SNP rs56356107 is located on or closest to the genes MEG9 and LINC02285. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56356107'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1761761', 'nearestGene': 'MEG9;LINC02285'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17147579', 'nearestGene': 'MEG9;LINC02285'}] | general | Select, Join | Metadata |
Q69.1556 | Q69 | What is the nearest gene to SNP rs115668142? | The nearest gene to SNP rs115668142 is EYS. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs115668142'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3582162', 'nearestGene': 'EYS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8465299', 'nearestGene': 'EYS'}] | general | Select, Join | Metadata |
Q69.708 | Q69 | What is the nearest gene to SNP rs785270? | The nearest gene to SNP rs785270 is C2orf88. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs785270'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Par... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4293741', 'nearestGene': 'C2orf88'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3102449', 'nearestGene': 'C2orf88'}] | general | Select, Join | Metadata |
Q69.1928 | Q69 | What is the nearest gene to SNP rs114547945? | The SNP rs114547945 is located on or closest to the genes NONE and BRINP3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs114547945'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1808657', 'nearestGene': 'NONE;BRINP3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1213748', 'nearestGene': 'NONE;BRINP3'}] | general | Select, Join | Metadata |
Q69.614 | Q69 | What is the nearest gene to SNP rs117892782? | The SNP rs117892782 is located on or closest to the genes OGFRL1 and MIR30C2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117892782'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2135362', 'nearestGene': 'OGFRL1;MIR30C2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8524610', 'nearestGene': 'OGFRL1;MIR30C2'}] | general | Select, Join | Metadata |
Q69.372 | Q69 | What is the nearest gene to SNP rs529189195? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs529189195 is NDST3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs529189195'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5977351', 'nearestGene': 'NDST3'}] | general | Select, Join | Metadata |
Q69.1756 | Q69 | What is the nearest gene to SNP rs56962976? | The SNP rs56962976 is located on or closest to the genes SEC23B and SMIM26. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56962976'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1097489', 'nearestGene': 'SEC23B;SMIM26'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20243517', 'nearestGene': 'SEC23B;SMIM26'}] | general | Select, Join | Metadata |
Q69.1669 | Q69 | What is the nearest gene to SNP rs9308842? | The SNP rs9308842 is located on or closest to the genes LINC01849 and NPAS2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9308842'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4220061', 'nearestGene': 'LINC01849;NPAS2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2446698', 'nearestGene': 'LINC01849;NPAS2'}] | general | Select, Join | Metadata |
Q69.533 | Q69 | What is the nearest gene to SNP rs545295528? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs545295528 is located on or closest to the genes LOC100505585 and RABAC1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs545295528'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19951268', 'nearestGene': 'LOC100505585;RABAC1'}] | general | Select, Join | Metadata |
Q69.1821 | Q69 | What is the nearest gene to SNP rs12772199? | The nearest gene to SNP rs12772199 is JCAD. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12772199'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4263055', 'nearestGene': 'JCAD'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12886683', 'nearestGene': 'JCAD'}] | general | Select, Join | Metadata |
Q69.1442 | Q69 | What is the nearest gene to SNP rs1851149? | The SNP rs1851149 is located on or closest to the genes ULK4 and TRAK1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1851149'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2296198', 'nearestGene': 'ULK4;TRAK1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3861744', 'nearestGene': 'ULK4;TRAK1'}] | general | Select, Join | Metadata |
Q69.302 | Q69 | What is the nearest gene to SNP rs115446367? | The nearest gene to SNP rs115446367 is MMP16. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs115446367'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2311757', 'nearestGene': 'MMP16'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11262085', 'nearestGene': 'MMP16'}] | general | Select, Join | Metadata |
Q69.1016 | Q69 | What is the nearest gene to SNP rs185210796? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs185210796 is located on or closest to the genes CD207 and LINC01143. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs185210796'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2275186', 'nearestGene': 'CD207;LINC01143'}] | general | Select, Join | Metadata |
Q69.1417 | Q69 | What is the nearest gene to SNP rs72680536? | The nearest gene to SNP rs72680536 is SNTB1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72680536'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6558772', 'nearestGene': 'SNTB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11497452', 'nearestGene': 'SNTB1'}] | general | Select, Join | Metadata |
Q69.1567 | Q69 | What is the nearest gene to SNP rs13136221? | The nearest gene to SNP rs13136221 is C1QTNF7-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13136221'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4786368', 'nearestGene': 'C1QTNF7-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5178208', 'nearestGene': 'C1QTNF7-AS1'}] | general | Select, Join | Metadata |
Q69.1311 | Q69 | What is the nearest gene to SNP rs559996999? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs559996999 is not known to be located near a gene or there hasn't been one identified yet. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs559996999'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12293602', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.862 | Q69 | What is the nearest gene to SNP rs79520915? | The nearest gene to SNP rs79520915 is LINC01435. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79520915'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2001369', 'nearestGene': 'LINC01435'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13465003', 'nearestGene': 'LINC01435'}] | general | Select, Join | Metadata |
Q69.591 | Q69 | What is the nearest gene to SNP rs10086757? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs10086757 is LOXL2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10086757'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6359594', 'nearestGene': 'LOXL2'}] | general | Select, Join | Metadata |
Q69.485 | Q69 | What is the nearest gene to SNP rs191135973? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs191135973 is SEMA5A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs191135973'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6638193', 'nearestGene': 'SEMA5A'}] | general | Select, Join | Metadata |
Q69.1473 | Q69 | What is the nearest gene to SNP rs168689? | The nearest gene to SNP rs168689 is MEF2C-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs168689'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Par... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1113604', 'nearestGene': 'MEF2C-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7217652', 'nearestGene': 'MEF2C-AS1'}] | general | Select, Join | Metadata |
Q69.1784 | Q69 | What is the nearest gene to SNP rs138738747? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs138738747 is located on or closest to the genes LINC02476 and KCND2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs138738747'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2790076', 'nearestGene': 'LINC02476;KCND2'}] | general | Select, Join | Metadata |
Q69.644 | Q69 | What is the nearest gene to SNP rs4742079? | The SNP rs4742079 is located on or closest to the genes RLN2 and RLN1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4742079'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4117960', 'nearestGene': 'RLN2;RLN1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11754976', 'nearestGene': 'RLN2;RLN1'}] | general | Select, Join | Metadata |
Q69.357 | Q69 | What is the nearest gene to SNP rs144832332? | The nearest gene to SNP rs144832332 is FCHSD2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144832332'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_72608', 'nearestGene': 'FCHSD2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14234842', 'nearestGene': 'FCHSD2'}] | general | Select, Join | Metadata |
Q69.1128 | Q69 | What is the nearest gene to SNP rs7305028? | The SNP rs7305028 is located on or closest to the genes PEX5 and ACSM4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7305028'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3306118', 'nearestGene': 'PEX5;ACSM4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14786255', 'nearestGene': 'PEX5;ACSM4'}] | general | Select, Join | Metadata |
Q69.439 | Q69 | What is the nearest gene to SNP rs4325468? | The SNP rs4325468 is located on or closest to the genes TMX1 and LINC00519. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4325468'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_730765', 'nearestGene': 'TMX1;LINC00519'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16753920', 'nearestGene': 'TMX1;LINC00519'}] | general | Select, Join | Metadata |
Q69.1121 | Q69 | What is the nearest gene to SNP rs7998466? | The nearest gene to SNP rs7998466 is LINC00343. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7998466'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3439766', 'nearestGene': 'LINC00343'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16432942', 'nearestGene': 'LINC00343'}] | general | Select, Join | Metadata |
Q69.1103 | Q69 | What is the nearest gene to SNP rs553067671? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs553067671 is located on or closest to the genes PCDH17 and LINC02338. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs553067671'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16041169', 'nearestGene': 'PCDH17;LINC02338'}] | general | Select, Join | Metadata |
Q69.1348 | Q69 | What is the nearest gene to SNP rs58218499? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs58218499 is DPP6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs58218499'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2231705', 'nearestGene': 'DPP6'}] | general | Select, Join | Metadata |
Q69.597 | Q69 | What is the nearest gene to SNP rs75483225? | The SNP rs75483225 is located on or closest to the genes KC6 and PIK3C3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75483225'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7730643', 'nearestGene': 'KC6;PIK3C3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19299526', 'nearestGene': 'KC6;PIK3C3'}] | general | Select, Join | Metadata |
Q69.1368 | Q69 | What is the nearest gene to SNP rs55749279? | The SNP rs55749279 is located on or closest to the genes CDC14C and VWC2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55749279'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3091557', 'nearestGene': 'CDC14C;VWC2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9734782', 'nearestGene': 'CDC14C;VWC2'}] | general | Select, Join | Metadata |
Q69.1401 | Q69 | What is the nearest gene to SNP rs142761605? | The SNP rs142761605 is located on or closest to the genes LINC02671 and LINC01515. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142761605'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6275697', 'nearestGene': 'LINC02671;LINC01515'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13136591', 'nearestGene': 'LINC02671;LINC01515'}] | general | Select, Join | Metadata |
Q69.753 | Q69 | What is the nearest gene to SNP rs55953671? | The nearest gene to SNP rs55953671 is MICAL2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55953671'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6984126', 'nearestGene': 'MICAL2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13784280', 'nearestGene': 'MICAL2'}] | general | Select, Join | Metadata |
Q69.259 | Q69 | What is the nearest gene to SNP rs1528008? | The SNP rs1528008 is located on or closest to the genes LOC105377342 and EIF4E. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1528008'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4942834', 'nearestGene': 'LOC105377342;EIF4E'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5827445', 'nearestGene': 'LOC105377342;EIF4E'}] | general | Select, Join | Metadata |
Q69.1687 | Q69 | What is the nearest gene to SNP rs1123731? | The nearest gene to SNP rs1123731 is LINC01615. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1123731'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1040148', 'nearestGene': 'LINC01615'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9282491', 'nearestGene': 'LINC01615'}] | general | Select, Join | Metadata |
Q69.1723 | Q69 | What is the nearest gene to SNP rs767914146? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs767914146 is FAM167A-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs767914146'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10661432', 'nearestGene': 'FAM167A-AS1'}] | general | Select, Join | Metadata |
Q69.544 | Q69 | What is the nearest gene to SNP rs9838306? | The nearest gene to SNP rs9838306 is LOC100507389. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9838306'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_293861', 'nearestGene': 'LOC100507389'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4611412', 'nearestGene': 'LOC100507389'}] | general | Select, Join | Metadata |
Q69.792 | Q69 | What is the nearest gene to SNP rs9458902? | The SNP rs9458902 is located on or closest to the genes LOC102724152 and MEAT6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9458902'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4743146', 'nearestGene': 'LOC102724152;MEAT6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9235136', 'nearestGene': 'LOC102724152;MEAT6'}] | general | Select, Join | Metadata |
Q69.1484 | Q69 | What is the nearest gene to SNP rs10062637? | The SNP rs10062637 is located on or closest to the genes LINC02242 and LOC101928858. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10062637'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_709002', 'nearestGene': 'LINC02242;LOC101928858'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7070023', 'nearestGene': 'LINC02242;LOC101928858'}] | general | Select, Join | Metadata |
Q69.420 | Q69 | What is the nearest gene to SNP rs73206990? | The nearest gene to SNP rs73206990 is BBX. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73206990'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5202696', 'nearestGene': 'BBX'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4349242', 'nearestGene': 'BBX'}] | general | Select, Join | Metadata |
Q69.1849 | Q69 | What is the nearest gene to SNP rs11028149? | The nearest gene to SNP rs11028149 is LUZP2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11028149'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7405572', 'nearestGene': 'LUZP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13886213', 'nearestGene': 'LUZP2'}] | general | Select, Join | Metadata |
Q69.1920 | Q69 | What is the nearest gene to SNP rs892063465? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs892063465 is located on or closest to the genes MGST1 and LMO3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs892063465'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14854897', 'nearestGene': 'MGST1;LMO3'}] | general | Select, Join | Metadata |
Q69.1099 | Q69 | What is the nearest gene to SNP rs1395546? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs1395546 is LMX1A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1395546'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1024329', 'nearestGene': 'LMX1A'}] | general | Select, Join | Metadata |
Q69.845 | Q69 | What is the nearest gene to SNP rs10760916? | The SNP rs10760916 is located on or closest to the genes LINC00587 and CYLC2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10760916'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6686875', 'nearestGene': 'LINC00587;CYLC2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12333800', 'nearestGene': 'LINC00587;CYLC2'}] | general | Select, Join | Metadata |
Q69.68 | Q69 | What is the nearest gene to SNP rs2417969? | The SNP rs2417969 is located on or closest to the genes SLCO1B1 and SLCO1A2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2417969'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_30015', 'nearestGene': 'SLCO1B1;SLCO1A2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14895759', 'nearestGene': 'SLCO1B1;SLCO1A2'}] | general | Select, Join | Metadata |
Q69.1698 | Q69 | What is the nearest gene to SNP rs10459147? | The SNP rs10459147 is located on or closest to the genes EPYC and KERA. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10459147'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5954035', 'nearestGene': 'EPYC;KERA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15403097', 'nearestGene': 'EPYC;KERA'}] | general | Select, Join | Metadata |
Q69.1733 | Q69 | What is the nearest gene to SNP rs148258773? | The nearest gene to SNP rs148258773 is ENTPD1-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148258773'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2160094', 'nearestGene': 'ENTPD1-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13376864', 'nearestGene': 'ENTPD1-AS1'}] | general | Select, Join | Metadata |
Q69.380 | Q69 | What is the nearest gene to SNP rs2855962? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs2855962 is located on or closest to the genes MIR11400 and MTRNR2L6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2855962'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6632215', 'nearestGene': 'MIR11400;MTRNR2L6'}] | general | Select, Join | Metadata |
Q69.240 | Q69 | What is the nearest gene to SNP rs182460323? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs182460323 is located on or closest to the genes ZBED3-AS1 and PDE8B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs182460323'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7126412', 'nearestGene': 'ZBED3-AS1;PDE8B'}] | general | Select, Join | Metadata |
Q69.257 | Q69 | What is the nearest gene to SNP rs76464586? | The SNP rs76464586 is located on or closest to the genes BRINP2 and LINC01645. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76464586'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_955676', 'nearestGene': 'BRINP2;LINC01645'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1116415', 'nearestGene': 'BRINP2;LINC01645'}] | general | Select, Join | Metadata |
Q69.1032 | Q69 | What is the nearest gene to SNP rs1027768471? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1027768471 is located on or closest to the genes PROX1 and SMYD2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1027768471'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1406166', 'nearestGene': 'PROX1;SMYD2'}] | general | Select, Join | Metadata |
Q69.30 | Q69 | What is the nearest gene to SNP rs185520343? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs185520343 is IMPACT. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs185520343'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19171958', 'nearestGene': 'IMPACT'}] | general | Select, Join | Metadata |
Q69.293 | Q69 | What is the nearest gene to SNP rs13249827? | The SNP rs13249827 is located on or closest to the genes DCAF4L2 and MMP16. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13249827'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4891031', 'nearestGene': 'DCAF4L2;MMP16'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11261320', 'nearestGene': 'DCAF4L2;MMP16'}] | general | Select, Join | Metadata |
Q69.1886 | Q69 | What is the nearest gene to SNP rs59024011? | The nearest gene to SNP rs59024011 is ZFHX4-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs59024011'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1943288', 'nearestGene': 'ZFHX4-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11176061', 'nearestGene': 'ZFHX4-AS1'}] | general | Select, Join | Metadata |
Q69.1823 | Q69 | What is the nearest gene to SNP rs142273464? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs142273464 is located on or closest to the genes C6orf141 and RHAG. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142273464'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8364952', 'nearestGene': 'C6orf141;RHAG'}] | general | Select, Join | Metadata |
Q69.620 | Q69 | What is the nearest gene to SNP rs34573899? | The nearest gene to SNP rs34573899 is COLEC12. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34573899'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2190424', 'nearestGene': 'COLEC12'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19026088', 'nearestGene': 'COLEC12'}] | general | Select, Join | Metadata |
Q69.1667 | Q69 | What is the nearest gene to SNP rs111234879? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs111234879 is located on or closest to the genes BUB3 and GPR26. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs111234879'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13583098', 'nearestGene': 'BUB3;GPR26'}] | general | Select, Join | Metadata |
Q69.850 | Q69 | What is the nearest gene to SNP rs145518797? | The nearest gene to SNP rs145518797 is UBR7. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs145518797'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_370771', 'nearestGene': 'UBR7'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17080845', 'nearestGene': 'UBR7'}] | general | Select, Join | Metadata |
Q69.215 | Q69 | What is the nearest gene to SNP rs1536984? | The nearest gene to SNP rs1536984 is NMNAT2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1536984'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1492346', 'nearestGene': 'NMNAT2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1162835', 'nearestGene': 'NMNAT2'}] | general | Select, Join | Metadata |
Q69.524 | Q69 | What is the nearest gene to SNP rs6460571? | The SNP rs6460571 is located on or closest to the genes AUTS2 and GALNT17. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6460571'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7499897', 'nearestGene': 'AUTS2;GALNT17'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9872533', 'nearestGene': 'AUTS2;GALNT17'}] | general | Select, Join | Metadata |
Q69.477 | Q69 | What is the nearest gene to SNP rs1039682060? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1039682060 is located on or closest to the genes SYT13 and LINC02696. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1039682060'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14052976', 'nearestGene': 'SYT13;LINC02696'}] | general | Select, Join | Metadata |
Q69.1327 | Q69 | What is the nearest gene to SNP rs190302021? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs190302021 is KALRN. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs190302021'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4471767', 'nearestGene': 'KALRN'}] | general | Select, Join | Metadata |
Q69.1433 | Q69 | What is the nearest gene to SNP rs751453937? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs751453937 is CTNND2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs751453937'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6652023', 'nearestGene': 'CTNND2'}] | general | Select, Join | Metadata |
Q69.123 | Q69 | What is the nearest gene to SNP rs145626786? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs145626786 is ZBBX. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs145626786'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4799535', 'nearestGene': 'ZBBX'}] | general | Select, Join | Metadata |
Q69.1351 | Q69 | What is the nearest gene to SNP rs74065431? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs74065431 is MAP3K9. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74065431'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16904468', 'nearestGene': 'MAP3K9'}] | general | Select, Join | Metadata |
Q69.1942 | Q69 | What is the nearest gene to SNP rs220680? | The nearest gene to SNP rs220680 is ADGRF5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs220680'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Par... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7413588', 'nearestGene': 'ADGRF5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8342893', 'nearestGene': 'ADGRF5'}] | general | Select, Join | Metadata |
Q69.1371 | Q69 | What is the nearest gene to SNP rs12029938? | The nearest gene to SNP rs12029938 is NEGR1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12029938'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7301534', 'nearestGene': 'NEGR1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_531260', 'nearestGene': 'NEGR1'}] | general | Select, Join | Metadata |
Q69.1171 | Q69 | What is the nearest gene to SNP rs1646232? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs1646232 is CBFA2T3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1646232'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7109261', 'nearestGene': 'CBFA2T3'}] | general | Select, Join | Metadata |
Q69.138 | Q69 | What is the nearest gene to SNP rs667512? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs667512 is ANKRD42. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs667512'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Par... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4976179', 'nearestGene': 'ANKRD42'}] | general | Select, Join | Metadata |
Q69.1134 | Q69 | What is the nearest gene to SNP rs112951186? | The SNP rs112951186 is located on or closest to the genes ZNF251 and ZNF34. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112951186'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4017531', 'nearestGene': 'ZNF251;ZNF34'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11695512', 'nearestGene': 'ZNF251;ZNF34'}] | general | Select, Join | Metadata |
Q69.1874 | Q69 | What is the nearest gene to SNP rs17135507? | The nearest gene to SNP rs17135507 is MCC. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17135507'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4542051', 'nearestGene': 'MCC'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7402965', 'nearestGene': 'MCC'}] | general | Select, Join | Metadata |
Q69.1241 | Q69 | What is the nearest gene to SNP rs35970826? | The SNP rs35970826 is located on or closest to the genes GZMB and STXBP6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35970826'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4151453', 'nearestGene': 'GZMB;STXBP6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16544380', 'nearestGene': 'GZMB;STXBP6'}] | general | Select, Join | Metadata |
Q69.1338 | Q69 | What is the nearest gene to SNP rs556770932? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs556770932 is located on or closest to the genes GABRA2 and COX7B2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs556770932'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5434020', 'nearestGene': 'GABRA2;COX7B2'}] | general | Select, Join | Metadata |
Q69.958 | Q69 | What is the nearest gene to SNP rs74245966? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs74245966 is located on or closest to the genes SHISA9 and ERCC4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74245966'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17938346', 'nearestGene': 'SHISA9;ERCC4'}] | general | Select, Join | Metadata |
Q69.929 | Q69 | What is the nearest gene to SNP rs113581149? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs113581149 is located on or closest to the genes KRTAP5-6 and IFITM10. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113581149'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13691127', 'nearestGene': 'KRTAP5-6;IFITM10'}] | general | Select, Join | Metadata |
Q69.112 | Q69 | What is the nearest gene to SNP rs12319216? | The SNP rs12319216 is located on or closest to the genes LINC02403 and LINC02388. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12319216'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3009533', 'nearestGene': 'LINC02403;LINC02388'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15160576', 'nearestGene': 'LINC02403;LINC02388'}] | general | Select, Join | Metadata |
Q69.1240 | Q69 | What is the nearest gene to SNP rs7683140? | The nearest gene to SNP rs7683140 is DDIT4L. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7683140'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Pa... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6821288', 'nearestGene': 'DDIT4L'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5839352', 'nearestGene': 'DDIT4L'}] | general | Select, Join | Metadata |
Q69.1921 | Q69 | What is the nearest gene to SNP rs55776594? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs55776594 is located on or closest to the genes LOC101927881 and LINC01854. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55776594'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.P... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2658524', 'nearestGene': 'LOC101927881;LINC01854'}] | general | Select, Join | Metadata |
Q69.1963 | Q69 | What is the nearest gene to SNP rs558202378? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs558202378 is MYO1B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs558202378'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3110025', 'nearestGene': 'MYO1B'}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.