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.367 | Q69 | What is the nearest gene to SNP rs75197119? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs75197119 is located on or closest to the genes LINC00114 and ETS2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75197119'
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_20783400', 'nearestGene': 'LINC00114;ETS2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20783402', 'nearestGene': 'LINC00114;ETS2'}, {'source_table': 'AlzheimerDisease_Combin... | general | Select, Join | Metadata |
Q69.1790 | Q69 | What is the nearest gene to SNP rs74438527? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs74438527 is located on or closest to the genes TRPM4 and SLC6A16. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74438527'
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_6225182', 'nearestGene': 'TRPM4;SLC6A16'}] | general | Select, Join | Metadata |
Q69.1208 | Q69 | What is the nearest gene to SNP rs7266763? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs7266763 is located on or closest to the genes RASSF2 and SLC23A2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7266763'
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_3248983', 'nearestGene': 'RASSF2;SLC23A2'}] | general | Select, Join | Metadata |
Q69.1035 | Q69 | What is the nearest gene to SNP rs17040508? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs17040508 is CAMSAP1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17040508'
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_12598421', 'nearestGene': 'CAMSAP1'}] | general | Select, Join | Metadata |
Q69.1039 | Q69 | What is the nearest gene to SNP rs116895352? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs116895352 is XAB2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116895352'
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_19693530', 'nearestGene': 'XAB2'}] | general | Select, Join | Metadata |
Q69.1761 | Q69 | What is the nearest gene to SNP rs544716872? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs544716872 is located on or closest to the genes SLC35F3 and COA6-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs544716872'
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_1564531', 'nearestGene': 'SLC35F3;COA6-AS1'}] | general | Select, Join | Metadata |
Q69.1357 | Q69 | What is the nearest gene to SNP rs6996811? | The nearest gene to SNP rs6996811 is ERICH1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6996811'
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_3638983', 'nearestGene': 'ERICH1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10527332', 'nearestGene': 'ERICH1'}] | general | Select, Join | Metadata |
Q69.1875 | Q69 | What is the nearest gene to SNP rs148329824? | The SNP rs148329824 is located on or closest to the genes FBN3 and CERS4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148329824'
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_19698372', 'nearestGene': 'FBN3;CERS4'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6663009', 'nearestGene': 'FBN3;CERS4'}] | general | Select, Join | Metadata |
Q69.672 | Q69 | What is the nearest gene to SNP rs570532932? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs570532932 is TBC1D19. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs570532932'
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_5270842', 'nearestGene': 'TBC1D19'}] | general | Select, Join | Metadata |
Q69.369 | Q69 | What is the nearest gene to SNP rs71472433? | The SNP rs71472433 is located on or closest to the genes DISP2 and PHGR1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs71472433'
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_2211283', 'nearestGene': 'DISP2;PHGR1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17315634', 'nearestGene': 'DISP2;PHGR1'}] | general | Select, Join | Metadata |
Q69.80 | Q69 | What is the nearest gene to SNP rs4692085? | The SNP rs4692085 is located on or closest to the genes LINC02472 and PCDH7. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4692085'
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_2581463', 'nearestGene': 'LINC02472;PCDH7'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5298967', 'nearestGene': 'LINC02472;PCDH7'}] | general | Select, Join | Metadata |
Q69.28 | Q69 | What is the nearest gene to SNP rs1381823? | The SNP rs1381823 is located on or closest to the genes LINC02267 and STPG2-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1381823'
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_7534324', 'nearestGene': 'LINC02267;STPG2-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5816252', 'nearestGene': 'LINC02267;STPG2-AS1'}] | general | Select, Join | Metadata |
Q69.1438 | Q69 | What is the nearest gene to SNP rs145415793? | The SNP rs145415793 is located on or closest to the genes GOLGA6L4 and LOC103171574. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs145415793'
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_38514', 'nearestGene': 'GOLGA6L4;LOC103171574'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17634031', 'nearestGene': 'GOLGA6L4;LOC103171574'}] | general | Select, Join | Metadata |
Q69.531 | Q69 | What is the nearest gene to SNP rs548334147? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs548334147 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 = 'rs548334147'
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_13151824', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.1836 | Q69 | What is the nearest gene to SNP rs78251791? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs78251791 is located on or closest to the genes RERGL and PIK3C2G. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs78251791'
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_14868821', 'nearestGene': 'RERGL;PIK3C2G'}] | general | Select, Join | Metadata |
Q69.56 | Q69 | What is the nearest gene to SNP rs138027872? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs138027872 is located on or closest to the genes ZC3H11B and SLC30A10. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs138027872'
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_1451026', 'nearestGene': 'ZC3H11B;SLC30A10'}] | general | Select, Join | Metadata |
Q69.645 | Q69 | What is the nearest gene to SNP rs531910123? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs531910123 is located on or closest to the genes SPTBN1 and EML6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs531910123'
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_2147568', 'nearestGene': 'SPTBN1;EML6'}] | general | Select, Join | Metadata |
Q69.306 | Q69 | What is the nearest gene to SNP rs760432604? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs760432604 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 = 'rs760432604'
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_13790576', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.725 | Q69 | What is the nearest gene to SNP rs12078724? | The SNP rs12078724 is located on or closest to the genes NEGR1 and LINC01360. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12078724'
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_3164102', 'nearestGene': 'NEGR1;LINC01360'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_536006', 'nearestGene': 'NEGR1;LINC01360'}] | general | Select, Join | Metadata |
Q69.631 | Q69 | What is the nearest gene to SNP rs116071718? | The nearest gene to SNP rs116071718 is MUC22. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116071718'
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_86376', 'nearestGene': 'MUC22'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8201557', 'nearestGene': 'MUC22'}] | general | Select, Join | Metadata |
Q69.8 | Q69 | What is the nearest gene to SNP rs59110659? | The nearest gene to SNP rs59110659 is TMEM117. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs59110659'
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_15062845', 'nearestGene': 'TMEM117'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1224806', 'nearestGene': 'TMEM117'}] | general | Select, Join | Metadata |
Q69.810 | Q69 | What is the nearest gene to SNP rs73358293? | The SNP rs73358293 is located on or closest to the genes LINC01548 and IFNAR2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73358293'
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_4923040', 'nearestGene': 'LINC01548;IFNAR2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20738816', 'nearestGene': 'LINC01548;IFNAR2'}] | general | Select, Join | Metadata |
Q69.1058 | Q69 | What is the nearest gene to SNP rs35075018? | The nearest gene to SNP rs35075018 is MYO9B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35075018'
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_1994826', 'nearestGene': 'MYO9B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19769300', 'nearestGene': 'MYO9B'}] | general | Select, Join | Metadata |
Q69.340 | Q69 | What is the nearest gene to SNP rs156130? | The SNP rs156130 is located on or closest to the genes NONE and HACE1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs156130'
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_875306', 'nearestGene': 'NONE;HACE1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8785573', 'nearestGene': 'NONE;HACE1'}] | general | Select, Join | Metadata |
Q69.48 | Q69 | What is the nearest gene to SNP rs249124? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs249124 is MYO10. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs249124'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.Par... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6699229', 'nearestGene': 'MYO10'}] | general | Select, Join | Metadata |
Q69.1481 | Q69 | What is the nearest gene to SNP rs2602470? | The nearest gene to SNP rs2602470 is PAK1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2602470'
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_4883425', 'nearestGene': 'PAK1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14265402', 'nearestGene': 'PAK1'}] | general | Select, Join | Metadata |
Q69.109 | Q69 | What is the nearest gene to SNP rs1319705? | The SNP rs1319705 is located on or closest to the genes LINC01317 and LINC01320. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1319705'
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_5205436', 'nearestGene': 'LINC01317;LINC01320'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1965179', 'nearestGene': 'LINC01317;LINC01320'}] | general | Select, Join | Metadata |
Q69.353 | Q69 | What is the nearest gene to SNP rs112574908? | The SNP rs112574908 is located on or closest to the genes LINC02801 and LMO4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112574908'
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_3528371', 'nearestGene': 'LINC02801;LMO4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_649478', 'nearestGene': 'LINC02801;LMO4'}] | general | Select, Join | Metadata |
Q69.241 | Q69 | What is the nearest gene to SNP rs149747567? | The nearest gene to SNP rs149747567 is MSRA. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs149747567'
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_5234363', 'nearestGene': 'MSRA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10649850', 'nearestGene': 'MSRA'}] | general | Select, Join | Metadata |
Q69.216 | Q69 | What is the nearest gene to SNP rs775098395? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs775098395 is located on or closest to the genes LSMEM1 and LOC100996249. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs775098395'
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_10170789', 'nearestGene': 'LSMEM1;LOC100996249'}] | general | Select, Join | Metadata |
Q69.1827 | Q69 | What is the nearest gene to SNP rs113884844? | The SNP rs113884844 is located on or closest to the genes LINC02267 and STPG2-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113884844'
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_2435619', 'nearestGene': 'LINC02267;STPG2-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5812205', 'nearestGene': 'LINC02267;STPG2-AS1'}] | general | Select, Join | Metadata |
Q69.1138 | Q69 | What is the nearest gene to SNP rs149126344? | The SNP rs149126344 is located on or closest to the genes FUT8 and CCDC196. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs149126344'
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_6503170', 'nearestGene': 'FUT8;CCDC196'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16870137', 'nearestGene': 'FUT8;CCDC196'}] | general | Select, Join | Metadata |
Q69.800 | Q69 | What is the nearest gene to SNP rs6088147? | The SNP rs6088147 is located on or closest to the genes DEFB121 and DEFB122. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6088147'
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_1521181', 'nearestGene': 'DEFB121;DEFB122'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20308663', 'nearestGene': 'DEFB121;DEFB122'}] | general | Select, Join | Metadata |
Q69.1123 | Q69 | What is the nearest gene to SNP rs2908346? | The SNP rs2908346 is located on or closest to the genes DGKB and AGMO. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2908346'
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_6853712', 'nearestGene': 'DGKB;AGMO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9453892', 'nearestGene': 'DGKB;AGMO'}] | general | Select, Join | Metadata |
Q69.1583 | Q69 | What is the nearest gene to SNP rs78213041? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs78213041 is located on or closest to the genes LINC02041 and SST. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs78213041'
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_4947327', 'nearestGene': 'LINC02041;SST'}] | general | Select, Join | Metadata |
Q69.1672 | Q69 | What is the nearest gene to SNP rs2623713? | The nearest gene to SNP rs2623713 is CSMD1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2623713'
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_6819913', 'nearestGene': 'CSMD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10568401', 'nearestGene': 'CSMD1'}] | general | Select, Join | Metadata |
Q69.529 | Q69 | What is the nearest gene to SNP rs6009205? | The SNP rs6009205 is located on or closest to the genes LINC01310 and NONE. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6009205'
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_5624479', 'nearestGene': 'LINC01310;NONE'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_21128259', 'nearestGene': 'LINC01310;NONE'}] | general | Select, Join | Metadata |
Q69.235 | Q69 | What is the nearest gene to SNP rs186473761? | The SNP rs186473761 is located on or closest to the genes KLF5 and LINC00392. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186473761'
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_4967444', 'nearestGene': 'KLF5;LINC00392'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16170172', 'nearestGene': 'KLF5;LINC00392'}] | general | Select, Join | Metadata |
Q69.651 | Q69 | What is the nearest gene to SNP rs72766490? | The SNP rs72766490 is located on or closest to the genes EDIL3 and NBPF22P. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72766490'
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_605771', 'nearestGene': 'EDIL3;NBPF22P'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7182537', 'nearestGene': 'EDIL3;NBPF22P'}] | general | Select, Join | Metadata |
Q69.1509 | Q69 | What is the nearest gene to SNP rs80117522? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs80117522 is KIAA1549L. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs80117522'
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_13952953', 'nearestGene': 'KIAA1549L'}] | general | Select, Join | Metadata |
Q69.539 | Q69 | What is the nearest gene to SNP rs140395971? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs140395971 is EPS8L3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140395971'
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_821111', 'nearestGene': 'EPS8L3'}] | general | Select, Join | Metadata |
Q69.1753 | Q69 | What is the nearest gene to SNP rs140601958? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs140601958 is UNC5C. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140601958'
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_5797537', 'nearestGene': 'UNC5C'}] | general | Select, Join | Metadata |
Q69.610 | Q69 | What is the nearest gene to SNP rs72764958? | The nearest gene to SNP rs72764958 is BHMT. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72764958'
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_75108', 'nearestGene': 'BHMT'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7141255', 'nearestGene': 'BHMT'}] | general | Select, Join | Metadata |
Q69.1780 | Q69 | What is the nearest gene to SNP rs4317600? | The nearest gene to SNP rs4317600 is CSMD1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4317600'
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_10592808', 'nearestGene': 'CSMD1'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7237868', 'nearestGene': 'CSMD1'}] | general | Select, Join | Metadata |
Q69.1083 | Q69 | What is the nearest gene to SNP rs418090? | The nearest gene to SNP rs418090 is LINC01047. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs418090'
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_7030507', 'nearestGene': 'LINC01047'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16298370', 'nearestGene': 'LINC01047'}] | general | Select, Join | Metadata |
Q69.1407 | Q69 | What is the nearest gene to SNP rs139861378? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs139861378 is ROR1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139861378'
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_472909', 'nearestGene': 'ROR1'}] | general | Select, Join | Metadata |
Q69.62 | Q69 | What is the nearest gene to SNP rs62006080? | The nearest gene to SNP rs62006080 is MIDEAS. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62006080'
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_2555097', 'nearestGene': 'MIDEAS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16927854', 'nearestGene': 'MIDEAS'}] | general | Select, Join | Metadata |
Q69.1643 | Q69 | What is the nearest gene to SNP rs550563390? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs550563390 is RAPGEF2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs550563390'
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_6289888', 'nearestGene': 'RAPGEF2'}] | general | Select, Join | Metadata |
Q69.95 | Q69 | What is the nearest gene to SNP rs12109755? | The nearest gene to SNP rs12109755 is TRIM36. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12109755'
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_1673694', 'nearestGene': 'TRIM36'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7421395', 'nearestGene': 'TRIM36'}] | general | Select, Join | Metadata |
Q69.673 | Q69 | What is the nearest gene to SNP rs185620268? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs185620268 is B4GALT4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs185620268'
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_5937667', 'nearestGene': 'B4GALT4'}] | general | Select, Join | Metadata |
Q69.284 | Q69 | What is the nearest gene to SNP rs11576941? | The nearest gene to SNP rs11576941 is FAAH. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11576941'
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_1243564', 'nearestGene': 'FAAH'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_346291', 'nearestGene': 'FAAH'}] | general | Select, Join | Metadata |
Q69.1796 | Q69 | What is the nearest gene to SNP rs10920825? | The SNP rs10920825 is located on or closest to the genes LINC01720 and LINC01680. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10920825'
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_1224160', 'nearestGene': 'LINC01720;LINC01680'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3147561', 'nearestGene': 'LINC01720;LINC01680'}] | general | Select, Join | Metadata |
Q69.364 | Q69 | What is the nearest gene to SNP rs202526? | The SNP rs202526 is located on or closest to the genes SIRPG and SIRPB3P. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs202526'
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_2638629', 'nearestGene': 'SIRPG;SIRPB3P'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20105505', 'nearestGene': 'SIRPG;SIRPB3P'}] | general | Select, Join | Metadata |
Q69.1468 | Q69 | What is the nearest gene to SNP rs79059391? | The SNP rs79059391 is located on or closest to the genes CPZ and HMX1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79059391'
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_755700', 'nearestGene': 'CPZ;HMX1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5118041', 'nearestGene': 'CPZ;HMX1'}] | general | Select, Join | Metadata |
Q69.1169 | Q69 | What is the nearest gene to SNP rs236379? | The nearest gene to SNP rs236379 is CPNE5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs236379'
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_133533', 'nearestGene': 'CPNE5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8263270', 'nearestGene': 'CPNE5'}] | general | Select, Join | Metadata |
Q69.854 | Q69 | What is the nearest gene to SNP rs189477605? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs189477605 is CFAP44-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs189477605'
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_4392814', 'nearestGene': 'CFAP44-AS1'}] | general | Select, Join | Metadata |
Q69.1379 | Q69 | What is the nearest gene to SNP rs2630564? | The SNP rs2630564 is located on or closest to the genes RESF1 and BICD1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2630564'
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_5004734', 'nearestGene': 'RESF1;BICD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14981742', 'nearestGene': 'RESF1;BICD1'}] | general | Select, Join | Metadata |
Q69.113 | Q69 | What is the nearest gene to SNP rs56042810? | The SNP rs56042810 is located on or closest to the genes RNF5P1 and TACC1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56042810'
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_5095867', 'nearestGene': 'RNF5P1;TACC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10900315', 'nearestGene': 'RNF5P1;TACC1'}] | general | Select, Join | Metadata |
Q69.43 | Q69 | What is the nearest gene to SNP rs144938608? | The nearest gene to SNP rs144938608 is SPEN. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144938608'
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_2827384', 'nearestGene': 'SPEN'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_123109', 'nearestGene': 'SPEN'}] | general | Select, Join | Metadata |
Q69.128 | Q69 | What is the nearest gene to SNP rs146466926? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs146466926 is located on or closest to the genes LINC01493 and LRRC4C. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs146466926'
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_13996617', 'nearestGene': 'LINC01493;LRRC4C'}] | general | Select, Join | Metadata |
Q69.207 | Q69 | What is the nearest gene to SNP rs61918380? | The SNP rs61918380 is located on or closest to the genes TRIM51HP and OR4A16. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs61918380'
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_4001195', 'nearestGene': 'TRIM51HP;OR4A16'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14101673', 'nearestGene': 'TRIM51HP;OR4A16'}] | general | Select, Join | Metadata |
Q69.53 | Q69 | What is the nearest gene to SNP rs73598572? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs73598572 is PIP4K2A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73598572'
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_12822809', 'nearestGene': 'PIP4K2A'}] | general | Select, Join | Metadata |
Q69.551 | Q69 | What is the nearest gene to SNP rs7990742? | The SNP rs7990742 is located on or closest to the genes LINC00561 and KCTD12. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7990742'
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_2842808', 'nearestGene': 'LINC00561;KCTD12'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16190949', 'nearestGene': 'LINC00561;KCTD12'}] | general | Select, Join | Metadata |
Q69.71 | Q69 | What is the nearest gene to SNP rs7528145? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs7528145 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 = 'rs7528145'
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_32615', 'nearestGene': None}] | general | Select, Join | Metadata |
Q69.1816 | Q69 | What is the nearest gene to SNP rs7780567? | The SNP rs7780567 is located on or closest to the genes ADCYAP1R1 and NEUROD6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7780567'
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_4694290', 'nearestGene': 'ADCYAP1R1;NEUROD6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9593875', 'nearestGene': 'ADCYAP1R1;NEUROD6'}] | general | Select, Join | Metadata |
Q69.1745 | Q69 | What is the nearest gene to SNP rs72842060? | The nearest gene to SNP rs72842060 is ST3GAL5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72842060'
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_2417340', 'nearestGene': 'ST3GAL5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2394888', 'nearestGene': 'ST3GAL5'}] | general | Select, Join | Metadata |
Q69.186 | Q69 | What is the nearest gene to SNP rs12133419? | The SNP rs12133419 is located on or closest to the genes LINC01739 and LINC00466. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12133419'
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_562760', 'nearestGene': 'LINC01739;LINC00466'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_467374', 'nearestGene': 'LINC01739;LINC00466'}] | general | Select, Join | Metadata |
Q69.140 | Q69 | What is the nearest gene to SNP rs12430638? | The SNP rs12430638 is located on or closest to the genes SLC10A2 and LINC01309. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12430638'
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_1842679', 'nearestGene': 'SLC10A2;LINC01309'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16411396', 'nearestGene': 'SLC10A2;LINC01309'}] | general | Select, Join | Metadata |
Q69.907 | Q69 | What is the nearest gene to SNP rs6678654? | The SNP rs6678654 is located on or closest to the genes OR1C1 and OR14A16. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6678654'
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_7237471', 'nearestGene': 'OR1C1;OR14A16'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1678571', 'nearestGene': 'OR1C1;OR14A16'}] | general | Select, Join | Metadata |
Q69.803 | Q69 | What is the nearest gene to SNP rs470559? | The nearest gene to SNP rs470559 is MBP. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs470559'
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_5470404', 'nearestGene': 'MBP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19593898', 'nearestGene': 'MBP'}] | general | Select, Join | Metadata |
Q69.135 | Q69 | What is the nearest gene to SNP rs79808231? | The nearest gene to SNP rs79808231 is INPP4A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79808231'
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_2034841', 'nearestGene': 'INPP4A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2431129', 'nearestGene': 'INPP4A'}] | general | Select, Join | Metadata |
Q69.83 | Q69 | What is the nearest gene to SNP rs149363939? | The nearest gene to SNP rs149363939 is SORCS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs149363939'
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_4437228', 'nearestGene': 'SORCS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13455377', 'nearestGene': 'SORCS1'}] | general | Select, Join | Metadata |
Q69.1541 | Q69 | What is the nearest gene to SNP rs67141826? | The SNP rs67141826 is located on or closest to the genes NPAP1 and SNHG14. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs67141826'
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_1680535', 'nearestGene': 'NPAP1;SNHG14'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17204005', 'nearestGene': 'NPAP1;SNHG14'}] | general | Select, Join | Metadata |
Q69.547 | Q69 | What is the nearest gene to SNP rs571754876? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs571754876 is FAT1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs571754876'
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_4739695', 'nearestGene': 'FAT1'}] | general | Select, Join | Metadata |
Q69.1596 | Q69 | What is the nearest gene to SNP rs34961075? | The SNP rs34961075 is located on or closest to the genes CCL1 and C17orf102. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34961075'
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_4663081', 'nearestGene': 'CCL1;C17orf102'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18670714', 'nearestGene': 'CCL1;C17orf102'}] | general | Select, Join | Metadata |
Q69.992 | Q69 | What is the nearest gene to SNP rs148297753? | The nearest gene to SNP rs148297753 is ANKS1A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148297753'
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_2213102', 'nearestGene': 'ANKS1A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8248966', 'nearestGene': 'ANKS1A'}] | general | Select, Join | Metadata |
Q69.168 | Q69 | What is the nearest gene to SNP rs141228123? | The SNP rs141228123 is located on or closest to the genes LOC283710 and KLF13. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs141228123'
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_5072604', 'nearestGene': 'LOC283710;KLF13'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17247952', 'nearestGene': 'LOC283710;KLF13'}] | general | Select, Join | Metadata |
Q69.251 | Q69 | What is the nearest gene to SNP rs76118421? | The nearest gene to SNP rs76118421 is ANKS1B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76118421'
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_5570671', 'nearestGene': 'ANKS1B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15470451', 'nearestGene': 'ANKS1B'}] | general | Select, Join | Metadata |
Q69.452 | Q69 | What is the nearest gene to SNP rs112671550? | The nearest gene to SNP rs112671550 is RCC1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112671550'
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_4320196', 'nearestGene': 'RCC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_217291', 'nearestGene': 'RCC1'}] | general | Select, Join | Metadata |
Q69.1148 | Q69 | What is the nearest gene to SNP rs112564289? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs112564289 is located on or closest to the genes LINC02233 and FSTL5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112564289'
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_6294791', 'nearestGene': 'LINC02233;FSTL5'}] | general | Select, Join | Metadata |
Q69.865 | Q69 | What is the nearest gene to SNP rs150592080? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs150592080 is located on or closest to the genes LINC00838 and PARD3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs150592080'
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_12918942', 'nearestGene': 'LINC00838;PARD3'}] | general | Select, Join | Metadata |
Q69.1233 | Q69 | What is the nearest gene to SNP rs34075286? | The SNP rs34075286 is located on or closest to the genes CNBD1 and DCAF4L2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs34075286'
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_5323452', 'nearestGene': 'CNBD1;DCAF4L2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11256987', 'nearestGene': 'CNBD1;DCAF4L2'}] | general | Select, Join | Metadata |
Q69.100 | Q69 | What is the nearest gene to SNP rs35072063? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs35072063 is located on or closest to the genes TMTC2 and SLC6A15. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35072063'
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_185559', 'nearestGene': 'TMTC2;SLC6A15'}] | general | Select, Join | Metadata |
Q69.1974 | Q69 | What is the nearest gene to SNP rs4637857? | The SNP rs4637857 is located on or closest to the genes CSMD1 and LOC100287015. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4637857'
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_3198964', 'nearestGene': 'CSMD1;LOC100287015'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10608088', 'nearestGene': 'CSMD1;LOC100287015'}] | general | Select, Join | Metadata |
Q69.744 | Q69 | What is the nearest gene to SNP rs73719109? | The SNP rs73719109 is located on or closest to the genes TFEC and TES. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73719109'
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_102060', 'nearestGene': 'TFEC;TES'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10196019', 'nearestGene': 'TFEC;TES'}] | general | Select, Join | Metadata |
Q69.1252 | Q69 | What is the nearest gene to SNP rs139499244? | The nearest gene to SNP rs139499244 is MEGF11. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139499244'
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_2341057', 'nearestGene': 'MEGF11'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17505018', 'nearestGene': 'MEGF11'}] | general | Select, Join | Metadata |
Q69.105 | Q69 | What is the nearest gene to SNP rs17655303? | The nearest gene to SNP rs17655303 is TEC. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17655303'
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_2039585', 'nearestGene': 'TEC'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5444529', 'nearestGene': 'TEC'}] | general | Select, Join | Metadata |
Q69.440 | Q69 | What is the nearest gene to SNP rs758350599? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs758350599 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 = 'rs758350599'
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_16942904', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.77 | Q69 | What is the nearest gene to SNP rs72834912? | The SNP rs72834912 is located on or closest to the genes CTBP2 and TEX36-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72834912'
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_2080444', 'nearestGene': 'CTBP2;TEX36-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13600111', 'nearestGene': 'CTBP2;TEX36-AS1'}] | general | Select, Join | Metadata |
Q69.1793 | Q69 | What is the nearest gene to SNP rs9319980? | The nearest gene to SNP rs9319980 is CDH20. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9319980'
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_7238352', 'nearestGene': 'CDH20'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19460436', 'nearestGene': 'CDH20'}] | general | Select, Join | Metadata |
Q69.1462 | Q69 | What is the nearest gene to SNP rs1476238? | The SNP rs1476238 is located on or closest to the genes LINC02270 and RAB28. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1476238'
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_3364392', 'nearestGene': 'LINC02270;RAB28'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5154802', 'nearestGene': 'LINC02270;RAB28'}] | general | Select, Join | Metadata |
Q69.926 | Q69 | What is the nearest gene to SNP rs1179684? | The SNP rs1179684 is located on or closest to the genes LINC01921 and DIRC3-AS1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1179684'
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_3530205', 'nearestGene': 'LINC01921;DIRC3-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3292765', 'nearestGene': 'LINC01921;DIRC3-AS1'}] | general | Select, Join | Metadata |
Q69.1712 | Q69 | What is the nearest gene to SNP rs140255171? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs140255171 is located on or closest to the genes NFATC1 and LOC284240. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140255171'
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_19618421', 'nearestGene': 'NFATC1;LOC284240'}] | general | Select, Join | Metadata |
Q69.1671 | Q69 | What is the nearest gene to SNP rs1479220? | The nearest gene to SNP rs1479220 is LINC02147. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1479220'
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_3054954', 'nearestGene': 'LINC02147'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7450625', 'nearestGene': 'LINC02147'}] | general | Select, Join | Metadata |
Q69.1621 | Q69 | What is the nearest gene to SNP rs9265519? | The SNP rs9265519 is located on or closest to the genes LINC02571 and HLA-B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9265519'
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_7727309', 'nearestGene': 'LINC02571;HLA-B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8207842', 'nearestGene': 'LINC02571;HLA-B'}] | general | Select, Join | Metadata |
Q69.769 | Q69 | What is the nearest gene to SNP rs141168043? | The nearest gene to SNP rs141168043 is MICALL1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs141168043'
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_3882227', 'nearestGene': 'MICALL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_21024791', 'nearestGene': 'MICALL1'}] | general | Select, Join | Metadata |
Q69.998 | Q69 | What is the nearest gene to SNP rs117019494? | The SNP rs117019494 is located on or closest to the genes HTR1B and MEI4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117019494'
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_7541519', 'nearestGene': 'HTR1B;MEI4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8575669', 'nearestGene': 'HTR1B;MEI4'}] | general | Select, Join | Metadata |
Q69.394 | Q69 | What is the nearest gene to SNP rs2438430? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs2438430 is located on or closest to the genes LINC01320 and MIR548AD. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2438430'
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_1969658', 'nearestGene': 'LINC01320;MIR548AD'}] | general | Select, Join | Metadata |
Q69.238 | Q69 | What is the nearest gene to SNP rs4299663? | The nearest gene to SNP rs4299663 is UGT2B7. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4299663'
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_5065562', 'nearestGene': 'UGT2B7'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5595092', 'nearestGene': 'UGT2B7'}] | general | Select, Join | Metadata |
Q69.1508 | Q69 | What is the nearest gene to SNP rs3814210? | The nearest gene to SNP rs3814210 is LRIT1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3814210'
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_3269967', 'nearestGene': 'LRIT1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13287431', 'nearestGene': 'LRIT1'}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.