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.1689 | Q69 | What is the nearest gene to SNP rs190860452? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs190860452 is CNTN6. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs190860452'
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_3509871', 'nearestGene': 'CNTN6'}] | general | Select, Join | Metadata |
Q69.87 | Q69 | What is the nearest gene to SNP rs17148690? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs17148690 is PICALM. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17148690'
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_7308911', 'nearestGene': 'PICALM'}] | general | Select, Join | Metadata |
Q69.1684 | Q69 | What is the nearest gene to SNP rs1363559187? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1363559187 is located on or closest to the genes KCNU1 and MIR1268A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1363559187'
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_10890985', 'nearestGene': 'KCNU1;MIR1268A'}] | general | Select, Join | Metadata |
Q69.333 | Q69 | What is the nearest gene to SNP rs10062851? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs10062851 is located on or closest to the genes LOC101927078 and TRIM36. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10062851'
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_7417926', 'nearestGene': 'LOC101927078;TRIM36'}] | general | Select, Join | Metadata |
Q69.7 | Q69 | What is the nearest gene to SNP rs12336057? | The nearest gene to SNP rs12336057 is RORB. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12336057'
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_1450628', 'nearestGene': 'RORB'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12112013', 'nearestGene': 'RORB'}] | general | Select, Join | Metadata |
Q69.737 | Q69 | What is the nearest gene to SNP rs144253917? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs144253917 is located on or closest to the genes LINC02382 and LINC02431. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144253917'
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_6388743', 'nearestGene': 'LINC02382;LINC02431'}] | general | Select, Join | Metadata |
Q69.750 | Q69 | What is the nearest gene to SNP rs244034? | The SNP rs244034 is located on or closest to the genes ELOVL6 and ENPEP. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs244034'
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_7258603', 'nearestGene': 'ELOVL6;ENPEP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5916200', 'nearestGene': 'ELOVL6;ENPEP'}] | general | Select, Join | Metadata |
Q69.1414 | Q69 | What is the nearest gene to SNP rs9312376? | The SNP rs9312376 is located on or closest to the genes TRIML1 and LINC01060. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9312376'
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_1270340', 'nearestGene': 'TRIML1;LINC01060'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6536362', 'nearestGene': 'TRIML1;LINC01060'}] | general | Select, Join | Metadata |
Q69.1751 | Q69 | What is the nearest gene to SNP rs188130784? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs188130784 is located on or closest to the genes FAM86C2P and UNC93B1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs188130784'
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_14194164', 'nearestGene': 'FAM86C2P;UNC93B1'}] | general | Select, Join | Metadata |
Q69.457 | Q69 | What is the nearest gene to SNP rs12744388? | The nearest gene to SNP rs12744388 is AGBL4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12744388'
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_672004', 'nearestGene': 'AGBL4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_362470', 'nearestGene': 'AGBL4'}] | general | Select, Join | Metadata |
Q69.496 | Q69 | What is the nearest gene to SNP rs4886792? | The SNP rs4886792 is located on or closest to the genes ETFA and ISL2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4886792'
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_6276833', 'nearestGene': 'ETFA;ISL2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17574619', 'nearestGene': 'ETFA;ISL2'}] | general | Select, Join | Metadata |
Q69.1482 | Q69 | What is the nearest gene to SNP rs796663846? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs796663846 is located on or closest to the genes LINC02211 and CDH9. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs796663846'
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_6777949', 'nearestGene': 'LINC02211;CDH9'}] | general | Select, Join | Metadata |
Q69.291 | Q69 | What is the nearest gene to SNP rs536883656? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs536883656 is HRAT17. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs536883656'
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_10173969', 'nearestGene': 'HRAT17'}] | general | Select, Join | Metadata |
Q69.1817 | Q69 | What is the nearest gene to SNP rs143277488? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs143277488 is CRLF3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs143277488'
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_18643111', 'nearestGene': 'CRLF3'}] | general | Select, Join | Metadata |
Q69.1986 | Q69 | What is the nearest gene to SNP rs4840090? | The SNP rs4840090 is located on or closest to the genes PRDM13 and MCHR2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4840090'
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_7306967', 'nearestGene': 'PRDM13;MCHR2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8749562', 'nearestGene': 'PRDM13;MCHR2'}] | general | Select, Join | Metadata |
Q69.1370 | Q69 | What is the nearest gene to SNP rs117424980? | The SNP rs117424980 is located on or closest to the genes LINC01503 and LINC00963. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117424980'
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_3165658', 'nearestGene': 'LINC01503;LINC00963'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12540980', 'nearestGene': 'LINC01503;LINC00963'}] | general | Select, Join | Metadata |
Q69.893 | Q69 | What is the nearest gene to SNP rs10013703? | The nearest gene to SNP rs10013703 is COL25A1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10013703'
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_496099', 'nearestGene': 'COL25A1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5906743', 'nearestGene': 'COL25A1'}] | general | Select, Join | Metadata |
Q69.1063 | Q69 | What is the nearest gene to SNP rs61797296? | The nearest gene to SNP rs61797296 is STXBP3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs61797296'
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_4063781', 'nearestGene': 'STXBP3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_814092', 'nearestGene': 'STXBP3'}] | general | Select, Join | Metadata |
Q69.1846 | Q69 | What is the nearest gene to SNP rs149440462? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs149440462 is MON2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs149440462'
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_1804597', 'nearestGene': 'MON2'}] | general | Select, Join | Metadata |
Q69.1982 | Q69 | What is the nearest gene to SNP rs7142940? | The nearest gene to SNP rs7142940 is KCNH5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7142940'
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_5175265', 'nearestGene': 'KCNH5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16844639', 'nearestGene': 'KCNH5'}] | general | Select, Join | Metadata |
Q69.789 | Q69 | What is the nearest gene to SNP rs75364789? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs75364789 is LINC01684. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75364789'
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_20668145', 'nearestGene': 'LINC01684'}] | general | Select, Join | Metadata |
Q69.866 | Q69 | What is the nearest gene to SNP rs7959978? | The SNP rs7959978 is located on or closest to the genes TMTC1 and IPO8. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7959978'
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_3775558', 'nearestGene': 'TMTC1;IPO8'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14966766', 'nearestGene': 'TMTC1;IPO8'}] | general | Select, Join | Metadata |
Q69.1306 | Q69 | What is the nearest gene to SNP rs530553944? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs530553944 is located on or closest to the genes MINDY3 and PTER. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs530553944'
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_12765649', 'nearestGene': 'MINDY3;PTER'}] | general | Select, Join | Metadata |
Q69.1088 | Q69 | What is the nearest gene to SNP rs28613001? | The SNP rs28613001 is located on or closest to the genes LINC02237 and CSMD3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28613001'
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_5021233', 'nearestGene': 'LINC02237;CSMD3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11436154', 'nearestGene': 'LINC02237;CSMD3'}] | general | Select, Join | Metadata |
Q69.1889 | Q69 | What is the nearest gene to SNP rs560082548? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs560082548 is MYT1L. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs560082548'
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_1704759', 'nearestGene': 'MYT1L'}] | general | Select, Join | Metadata |
Q69.331 | Q69 | What is the nearest gene to SNP rs2783566? | The SNP rs2783566 is located on or closest to the genes OLFM3 and COL11A1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2783566'
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_4081922', 'nearestGene': 'OLFM3;COL11A1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_766424', 'nearestGene': 'OLFM3;COL11A1'}] | general | Select, Join | Metadata |
Q69.448 | Q69 | What is the nearest gene to SNP rs11774304? | The nearest gene to SNP rs11774304 is TRAPPC9. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11774304'
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_1514310', 'nearestGene': 'TRAPPC9'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11658312', 'nearestGene': 'TRAPPC9'}] | general | Select, Join | Metadata |
Q69.766 | Q69 | What is the nearest gene to SNP rs6918245? | The SNP rs6918245 is located on or closest to the genes CDKAL1 and LINC00581. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6918245'
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_503542', 'nearestGene': 'CDKAL1;LINC00581'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8109323', 'nearestGene': 'CDKAL1;LINC00581'}] | general | Select, Join | Metadata |
Q69.1844 | Q69 | What is the nearest gene to SNP rs10884989? | The nearest gene to SNP rs10884989 is NRG3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10884989'
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_4063736', 'nearestGene': 'NRG3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13273231', 'nearestGene': 'NRG3'}] | general | Select, Join | Metadata |
Q69.913 | Q69 | What is the nearest gene to SNP rs541031719? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs541031719 is located on or closest to the genes FOXB1 and ANXA2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs541031719'
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_17458528', 'nearestGene': 'FOXB1;ANXA2'}] | general | Select, Join | Metadata |
Q69.1141 | Q69 | What is the nearest gene to SNP rs12671012? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs12671012 is located on or closest to the genes ZNF767P and KRBA1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12671012'
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_4694579', 'nearestGene': 'ZNF767P;KRBA1'}] | general | Select, Join | Metadata |
Q69.180 | Q69 | What is the nearest gene to SNP rs77702115? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs77702115 is located on or closest to the genes ARHGAP21 and PRTFDC1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs77702115'
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_12839739', 'nearestGene': 'ARHGAP21;PRTFDC1'}] | general | Select, Join | Metadata |
Q69.729 | Q69 | What is the nearest gene to SNP rs187013376? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs187013376 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 = 'rs187013376'
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_1212877', 'nearestGene': 'NONE;BRINP3'}] | general | Select, Join | Metadata |
Q69.1273 | Q69 | What is the nearest gene to SNP rs2512207? | The SNP rs2512207 is located on or closest to the genes OR8G2P and OR8G1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2512207'
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_2962616', 'nearestGene': 'OR8G2P;OR8G1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14636336', 'nearestGene': 'OR8G2P;OR8G1'}] | general | Select, Join | Metadata |
Q69.89 | Q69 | What is the nearest gene to SNP rs62396460? | The SNP rs62396460 is located on or closest to the genes NSG2 and LINC01411. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62396460'
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_3732193', 'nearestGene': 'NSG2;LINC01411'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7879515', 'nearestGene': 'NSG2;LINC01411'}] | general | Select, Join | Metadata |
Q69.1410 | Q69 | What is the nearest gene to SNP rs11659896? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs11659896 is located on or closest to the genes LINC01919 and MBD2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11659896'
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_2666368', 'nearestGene': 'LINC01919;MBD2'}] | general | Select, Join | Metadata |
Q69.1900 | Q69 | What is the nearest gene to SNP rs16831205? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs16831205 is ST3GAL3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs16831205'
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_329046', 'nearestGene': 'ST3GAL3'}] | general | Select, Join | Metadata |
Q69.463 | Q69 | What is the nearest gene to SNP rs9789912? | The SNP rs9789912 is located on or closest to the genes LINC01683 and LINC02573. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9789912'
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_4990623', 'nearestGene': 'LINC01683;LINC02573'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20626928', 'nearestGene': 'LINC01683;LINC02573'}] | general | Select, Join | Metadata |
Q69.1830 | Q69 | What is the nearest gene to SNP rs59634092? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs59634092 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 = 'rs59634092'
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_10663061', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.55 | Q69 | What is the nearest gene to SNP rs35174115? | The SNP rs35174115 is located on or closest to the genes LINC01037 and BRINP3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35174115'
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_5391607', 'nearestGene': 'LINC01037;BRINP3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1203420', 'nearestGene': 'LINC01037;BRINP3'}] | general | Select, Join | Metadata |
Q69.1503 | Q69 | What is the nearest gene to SNP rs12621265? | The SNP rs12621265 is located on or closest to the genes LOC400940 and LINC01247. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12621265'
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_1741465', 'nearestGene': 'LOC400940;LINC01247'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6683470', 'nearestGene': 'LOC400940;LINC01247'}] | general | Select, Join | Metadata |
Q69.650 | Q69 | What is the nearest gene to SNP rs140287808? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs140287808 is LRP1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140287808'
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_15154218', 'nearestGene': 'LRP1'}] | general | Select, Join | Metadata |
Q69.684 | Q69 | What is the nearest gene to SNP rs6721763? | The nearest gene to SNP rs6721763 is ITGA4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6721763'
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_4958794', 'nearestGene': 'ITGA4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3037903', 'nearestGene': 'ITGA4'}] | general | Select, Join | Metadata |
Q69.224 | Q69 | What is the nearest gene to SNP rs62029229? | The nearest gene to SNP rs62029229 is SCAPER. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62029229'
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_4131830', 'nearestGene': 'SCAPER'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17577737', 'nearestGene': 'SCAPER'}] | general | Select, Join | Metadata |
Q69.116 | Q69 | What is the nearest gene to SNP rs1011702? | The SNP rs1011702 is located on or closest to the genes LRRC8C and LRRC8D. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1011702'
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_6878242', 'nearestGene': 'LRRC8C;LRRC8D'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_667108', 'nearestGene': 'LRRC8C;LRRC8D'}] | general | Select, Join | Metadata |
Q69.1552 | Q69 | What is the nearest gene to SNP rs2168477? | The nearest gene to SNP rs2168477 is RBFOX3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2168477'
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_6866069', 'nearestGene': 'RBFOX3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18989274', 'nearestGene': 'RBFOX3'}] | general | Select, Join | Metadata |
Q69.1303 | Q69 | What is the nearest gene to SNP rs113819209? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs113819209 is located on or closest to the genes LINC01031 and NONE. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113819209'
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_5622520', 'nearestGene': 'LINC01031;NONE'}] | general | Select, Join | Metadata |
Q69.987 | Q69 | What is the nearest gene to SNP rs184498771? | The SNP rs184498771 is located on or closest to the genes NONE and ALG10B. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs184498771'
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_5869476', 'nearestGene': 'NONE;ALG10B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15016545', 'nearestGene': 'NONE;ALG10B'}] | general | Select, Join | Metadata |
Q69.177 | Q69 | What is the nearest gene to SNP rs35796090? | The nearest gene to SNP rs35796090 is TEX43. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35796090'
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_7100098', 'nearestGene': 'TEX43'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7524152', 'nearestGene': 'TEX43'}] | general | Select, Join | Metadata |
Q69.1650 | Q69 | What is the nearest gene to SNP rs572165039? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs572165039 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 = 'rs572165039'
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_18753121', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.596 | Q69 | What is the nearest gene to SNP rs764799715? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs764799715 is located on or closest to the genes PER3P1 and MGC4859. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs764799715'
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_9398925', 'nearestGene': 'PER3P1;MGC4859'}] | general | Select, Join | Metadata |
Q69.1560 | Q69 | What is the nearest gene to SNP rs73462775? | The SNP rs73462775 is located on or closest to the genes LINC01197 and LINC00924. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73462775'
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_6048382', 'nearestGene': 'LINC01197;LINC00924'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17729460', 'nearestGene': 'LINC01197;LINC00924'}] | general | Select, Join | Metadata |
Q69.19 | Q69 | What is the nearest gene to SNP rs139076794? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs139076794 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 = 'rs139076794'
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_13722858', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.429 | Q69 | What is the nearest gene to SNP rs201156712? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs201156712 is TBC1D1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs201156712'
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_5364665', 'nearestGene': 'TBC1D1'}] | general | Select, Join | Metadata |
Q69.1345 | Q69 | What is the nearest gene to SNP rs12637508? | The SNP rs12637508 is located on or closest to the genes DIPK2A and LNCSRLR. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12637508'
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_414105', 'nearestGene': 'DIPK2A;LNCSRLR'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4630874', 'nearestGene': 'DIPK2A;LNCSRLR'}] | general | Select, Join | Metadata |
Q69.289 | Q69 | What is the nearest gene to SNP rs148528659? | The nearest gene to SNP rs148528659 is SYNE2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148528659'
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_5855965', 'nearestGene': 'SYNE2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16853586', 'nearestGene': 'SYNE2'}] | general | Select, Join | Metadata |
Q69.1584 | Q69 | What is the nearest gene to SNP rs1880551? | The nearest gene to SNP rs1880551 is DGKB. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1880551'
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_2362360', 'nearestGene': 'DGKB'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9449964', 'nearestGene': 'DGKB'}] | general | Select, Join | Metadata |
Q69.434 | Q69 | What is the nearest gene to SNP rs112016107? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs112016107 is CKM. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112016107'
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_1999028', 'nearestGene': 'CKM'}] | general | Select, Join | Metadata |
Q69.1640 | Q69 | What is the nearest gene to SNP rs117725921? | The SNP rs117725921 is located on or closest to the genes HDAC9 and TWIST1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117725921'
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_9489622', 'nearestGene': 'HDAC9;TWIST1'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6124964', 'nearestGene': 'HDAC9;TWIST1'}] | general | Select, Join | Metadata |
Q69.1245 | Q69 | What is the nearest gene to SNP rs646725? | The nearest gene to SNP rs646725 is CDON. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs646725'
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_6884928', 'nearestGene': 'CDON'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14651047', 'nearestGene': 'CDON'}] | general | Select, Join | Metadata |
Q69.676 | Q69 | What is the nearest gene to SNP rs9974057? | The nearest gene to SNP rs9974057 is CHODL. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9974057'
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_1483186', 'nearestGene': 'CHODL'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20606007', 'nearestGene': 'CHODL'}] | general | Select, Join | Metadata |
Q69.32 | Q69 | What is the nearest gene to SNP rs2418123? | The SNP rs2418123 is located on or closest to the genes LOC101928441 and SOX5. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2418123'
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_7062958', 'nearestGene': 'LOC101928441;SOX5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14911975', 'nearestGene': 'LOC101928441;SOX5'}] | general | Select, Join | Metadata |
Q69.934 | Q69 | What is the nearest gene to SNP rs77005727? | The nearest gene to SNP rs77005727 is FAM13A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs77005727'
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_5775992', 'nearestGene': 'FAM13A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5744658', 'nearestGene': 'FAM13A'}] | general | Select, Join | Metadata |
Q69.982 | Q69 | What is the nearest gene to SNP rs1722928? | The SNP rs1722928 is located on or closest to the genes ACTR3B and LINC01287. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1722928'
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_6836086', 'nearestGene': 'ACTR3B;LINC01287'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10467802', 'nearestGene': 'ACTR3B;LINC01287'}] | general | Select, Join | Metadata |
Q69.217 | Q69 | What is the nearest gene to SNP rs566248132? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs566248132 is located on or closest to the genes CBX4 and LINC01979. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs566248132'
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_18993510', 'nearestGene': 'CBX4;LINC01979'}] | general | Select, Join | Metadata |
Q69.1130 | Q69 | What is the nearest gene to SNP rs11721368? | The SNP rs11721368 is located on or closest to the genes CEP135 and CRACD. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11721368'
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_2494290', 'nearestGene': 'CEP135;CRACD'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5482812', 'nearestGene': 'CEP135;CRACD'}] | general | Select, Join | Metadata |
Q69.330 | Q69 | What is the nearest gene to SNP rs761714536? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs761714536 is located on or closest to the genes ADGRL4 and LINC01781. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs761714536'
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_591722', 'nearestGene': 'ADGRL4;LINC01781'}] | general | Select, Join | Metadata |
Q69.566 | Q69 | What is the nearest gene to SNP rs575936895? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs575936895 is RNF145. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs575936895'
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_7762081', 'nearestGene': 'RNF145'}] | general | Select, Join | Metadata |
Q69.1112 | Q69 | What is the nearest gene to SNP rs186812331? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs186812331 is located on or closest to the genes SATB1-AS1 and KCNH8. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186812331'
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_3665439', 'nearestGene': 'SATB1-AS1;KCNH8'}] | general | Select, Join | Metadata |
Q69.707 | Q69 | What is the nearest gene to SNP rs12134158? | The nearest gene to SNP rs12134158 is DNAH14. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12134158'
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_77714', 'nearestGene': 'DNAH14'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1492635', 'nearestGene': 'DNAH14'}] | general | Select, Join | Metadata |
Q69.1979 | Q69 | What is the nearest gene to SNP rs55886014? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs55886014 is located on or closest to the genes CCNI and CCNG2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55886014'
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_5657485', 'nearestGene': 'CCNI;CCNG2'}] | general | Select, Join | Metadata |
Q69.1189 | Q69 | What is the nearest gene to SNP rs546096425? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs546096425 is located on or closest to the genes LINC01159 and MRPS9-AS2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs546096425'
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_2478074', 'nearestGene': 'LINC01159;MRPS9-AS2'}] | general | Select, Join | Metadata |
Q69.345 | Q69 | What is the nearest gene to SNP rs140072619? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs140072619 is PUM2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140072619'
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_1858318', 'nearestGene': 'PUM2'}] | general | Select, Join | Metadata |
Q69.636 | Q69 | What is the nearest gene to SNP rs12255940? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs12255940 is located on or closest to the genes LINC01515 and CTNNA3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12255940'
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_13144568', 'nearestGene': 'LINC01515;CTNNA3'}] | general | Select, Join | Metadata |
Q69.150 | Q69 | What is the nearest gene to SNP rs62127003? | The SNP rs62127003 is located on or closest to the genes MIR4431 and ASB3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62127003'
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_7011553', 'nearestGene': 'MIR4431;ASB3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2130346', 'nearestGene': 'MIR4431;ASB3'}] | general | Select, Join | Metadata |
Q69.1197 | Q69 | What is the nearest gene to SNP rs6945755? | The nearest gene to SNP rs6945755 is TMEM168. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6945755'
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_1858669', 'nearestGene': 'TMEM168'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10172890', 'nearestGene': 'TMEM168'}] | general | Select, Join | Metadata |
Q69.365 | Q69 | What is the nearest gene to SNP rs7359922? | The nearest gene to SNP rs7359922 is LOC105372480. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7359922'
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_2334581', 'nearestGene': 'LOC105372480'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20089642', 'nearestGene': 'LOC105372480'}] | general | Select, Join | Metadata |
Q69.86 | Q69 | What is the nearest gene to SNP rs200359268? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs200359268 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 = 'rs200359268'
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_7095622', 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q69.49 | Q69 | What is the nearest gene to SNP rs116403358? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs116403358 is located on or closest to the genes FGF6 and C12orf4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116403358'
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_14764795', 'nearestGene': 'FGF6;C12orf4'}] | general | Select, Join | Metadata |
Q69.474 | Q69 | What is the nearest gene to SNP rs4768196? | The nearest gene to SNP rs4768196 is SLC2A13. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4768196'
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_5944190', 'nearestGene': 'SLC2A13'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15029607', 'nearestGene': 'SLC2A13'}] | general | Select, Join | Metadata |
Q69.158 | Q69 | What is the nearest gene to SNP rs17031444? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs17031444 is located on or closest to the genes FLJ20021 and BANK1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17031444'
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_5851034', 'nearestGene': 'FLJ20021;BANK1'}] | general | Select, Join | Metadata |
Q69.764 | Q69 | What is the nearest gene to SNP rs12577911? | The SNP rs12577911 is located on or closest to the genes OR52E5 and OR56A3. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12577911'
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_821057', 'nearestGene': 'OR52E5;OR56A3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13730855', 'nearestGene': 'OR52E5;OR56A3'}] | general | Select, Join | Metadata |
Q69.1027 | Q69 | What is the nearest gene to SNP rs7595597? | The SNP rs7595597 is located on or closest to the genes LINC01923 and SATB2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7595597'
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_3180688', 'nearestGene': 'LINC01923;SATB2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3159141', 'nearestGene': 'LINC01923;SATB2'}] | general | Select, Join | Metadata |
Q69.1200 | Q69 | What is the nearest gene to SNP rs2719300? | The SNP rs2719300 is located on or closest to the genes DUSP26 and LINC01288. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2719300'
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_7158201', 'nearestGene': 'DUSP26;LINC01288'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10872278', 'nearestGene': 'DUSP26;LINC01288'}] | general | Select, Join | Metadata |
Q69.1404 | Q69 | What is the nearest gene to SNP rs181093060? | The nearest gene to SNP rs181093060 is LOC101927151. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs181093060'
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_4421997', 'nearestGene': 'LOC101927151'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19840381', 'nearestGene': 'LOC101927151'}] | general | Select, Join | Metadata |
Q69.1202 | Q69 | What is the nearest gene to SNP rs7072274? | The nearest gene to SNP rs7072274 is PKD2L1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7072274'
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_3547484', 'nearestGene': 'PKD2L1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13408980', 'nearestGene': 'PKD2L1'}] | general | Select, Join | Metadata |
Q69.1631 | Q69 | What is the nearest gene to SNP rs568505526? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs568505526 is WDR27. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs568505526'
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_9286474', 'nearestGene': 'WDR27'}] | general | Select, Join | Metadata |
Q69.506 | Q69 | What is the nearest gene to SNP rs11583064? | The nearest gene to SNP rs11583064 is GREM2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11583064'
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_7306737', 'nearestGene': 'GREM2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1617821', 'nearestGene': 'GREM2'}] | general | Select, Join | Metadata |
Q69.1670 | Q69 | What is the nearest gene to SNP rs11819784? | The nearest gene to SNP rs11819784 is RAB30. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11819784'
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_2928688', 'nearestGene': 'RAB30'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14312708', 'nearestGene': 'RAB30'}] | general | Select, Join | Metadata |
Q69.182 | Q69 | What is the nearest gene to SNP rs2073379? | The nearest gene to SNP rs2073379 is PCNT. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2073379'
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_7769596', 'nearestGene': 'PCNT'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20852430', 'nearestGene': 'PCNT'}] | general | Select, Join | Metadata |
Q69.1419 | Q69 | What is the nearest gene to SNP rs11959138? | The SNP rs11959138 is located on or closest to the genes NDST1 and SYNPO. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11959138'
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_3689124', 'nearestGene': 'NDST1;SYNPO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7695958', 'nearestGene': 'NDST1;SYNPO'}] | general | Select, Join | Metadata |
Q69.1014 | Q69 | What is the nearest gene to SNP rs192499968? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs192499968 is MAPKAP1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs192499968'
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_12513914', 'nearestGene': 'MAPKAP1'}] | general | Select, Join | Metadata |
Q69.1978 | Q69 | What is the nearest gene to SNP rs535616679? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs535616679 is located on or closest to the genes CDKN2AIP and LOC389247. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs535616679'
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_6494496', 'nearestGene': 'CDKN2AIP;LOC389247'}] | general | Select, Join | Metadata |
Q69.864 | Q69 | What is the nearest gene to SNP rs13050662? | The SNP rs13050662 is located on or closest to the genes LINC00111 and LINC00479. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13050662'
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_3199767', 'nearestGene': 'LINC00111;LINC00479'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20810498', 'nearestGene': 'LINC00111;LINC00479'}] | general | Select, Join | Metadata |
Q69.1620 | Q69 | What is the nearest gene to SNP rs113405394? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs113405394 is located on or closest to the genes CNTN6 and CNTN4. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113405394'
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_3521724', 'nearestGene': 'CNTN6;CNTN4'}] | general | Select, Join | Metadata |
Q69.534 | Q69 | What is the nearest gene to SNP rs188258493? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs188258493 is located on or closest to the genes CSNK1A1L and LINC01048. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs188258493'
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_15884419', 'nearestGene': 'CSNK1A1L;LINC01048'}] | general | Select, Join | Metadata |
Q69.350 | Q69 | What is the nearest gene to SNP rs1411207? | The SNP rs1411207 is located on or closest to the genes FAM205A and FAM205BP. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1411207'
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_2701126', 'nearestGene': 'FAM205A;FAM205BP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12036149', 'nearestGene': 'FAM205A;FAM205BP'}] | general | Select, Join | Metadata |
Q69.1389 | Q69 | What is the nearest gene to SNP rs41279908? | The nearest gene to SNP rs41279908 is MYO3A. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs41279908'
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_6366179', 'nearestGene': 'MYO3A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12851904', 'nearestGene': 'MYO3A'}] | general | Select, Join | Metadata |
Q69.1961 | Q69 | What is the nearest gene to SNP rs4707879? | The SNP rs4707879 is located on or closest to the genes B3GAT2 and OGFRL1. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4707879'
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_3552297', 'nearestGene': 'B3GAT2;OGFRL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8521496', 'nearestGene': 'B3GAT2;OGFRL1'}] | general | Select, Join | Metadata |
Q69.1301 | Q69 | What is the nearest gene to SNP rs1973386? | The nearest gene to SNP rs1973386 is MICAL2. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1973386'
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_772993', 'nearestGene': 'MICAL2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13784997', 'nearestGene': 'MICAL2'}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.