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 |
|---|---|---|---|---|---|---|---|---|
Q42.29 | Q42 | What is the genomic location of rs142000362 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs142000362 is located on or closest to the genes LRIG3 and SLC16A7 on chromosome 12 at base pair position 58967149 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142000362'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15166322', 'SNP': 'rs142000362', 'chr_38': 12, 'bp_38': 58967149, 'nearestGene': 'LRIG3;SLC16A7'}] | general | Select, Join | Metadata |
Q42.1227 | Q42 | What is the genomic location of rs4625093 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4625093 is located on or closest to the genes LINC01505 and ZNF462 on chromosome 9 at base pair position 106830497 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4625093'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5281206', 'SNP': 'rs4625093', 'chr_38': 9, 'bp_38': 106830497, 'nearestGene': 'LINC01505;ZNF462'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12368121', 'SNP': 'rs462... | general | Select, Join | Metadata |
Q42.1434 | Q42 | What is the genomic location of rs186473761 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs186473761 is located on or closest to the genes KLF5 and LINC00392 on chromosome 13 at base pair position 73425806 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186473761'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4967444', 'SNP': 'rs186473761', 'chr_38': 13, 'bp_38': 73425806, 'nearestGene': 'KLF5;LINC00392'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16170172', 'SNP': 'rs186... | general | Select, Join | Metadata |
Q42.1954 | Q42 | What is the genomic location of rs758350599 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs758350599 is located on chromosome 14 at base pair position 75860976 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs758350599'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16942904', 'SNP': 'rs758350599', 'chr_38': 14, 'bp_38': 75860976, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.954 | Q42 | What is the genomic location of rs111229020 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs111229020 is located on or closest to the genes RND3 and LINC01920 on chromosome 2 at base pair position 150500337 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs111229020'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_948643', 'SNP': 'rs111229020', 'chr_38': 2, 'bp_38': 150500337, 'nearestGene': 'RND3;LINC01920'}] | general | Select, Join | Metadata |
Q42.172 | Q42 | What is the genomic location of rs56261306 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs56261306 is located on or closest to the genes RARRES1 and MFSD1 on chromosome 3 at base pair position 158791921 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56261306'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4734045', 'SNP': 'rs56261306', 'chr_38': 3, 'bp_38': 158791921, 'nearestGene': 'RARRES1;MFSD1'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6491869', 'SNP': 'rs562613... | general | Select, Join | Metadata |
Q42.1406 | Q42 | What is the genomic location of rs35886617 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs35886617 is located on or closest to the genes OR6M1 and TMEM225 on chromosome 11 at base pair position 123867503 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35886617'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3675498', 'SNP': 'rs35886617', 'chr_38': 11, 'bp_38': 123867503, 'nearestGene': 'OR6M1;TMEM225'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14632987', 'SNP': 'rs3588... | general | Select, Join | Metadata |
Q42.1207 | Q42 | What is the genomic location of rs75806582 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs75806582 is located on or closest to the gene SEMA3E on chromosome 7 at base pair position 83569740 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75806582'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3164798', 'SNP': 'rs75806582', 'chr_38': 7, 'bp_38': 83569740, 'nearestGene': 'SEMA3E'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9961253', 'SNP': 'rs75806582', 'ch... | general | Select, Join | Metadata |
Q42.1263 | Q42 | What is the genomic location of rs76652323 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs76652323 is located on or closest to the gene RUFY3 on chromosome 4 at base pair position 70732999 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76652323'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5609692', 'SNP': 'rs76652323', 'chr_38': 4, 'bp_38': 70732999, 'nearestGene': 'RUFY3'}] | general | Select, Join | Metadata |
Q42.1400 | Q42 | What is the genomic location of rs504941 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs504941 is located on or closest to the gene MAML2 on chromosome 11 at base pair position 96160311 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs504941'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4902937', 'SNP': 'rs504941', 'chr_38': 11, 'bp_38': 96160311, 'nearestGene': 'MAML2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14413687', 'SNP': 'rs504941', 'chr_3... | general | Select, Join | Metadata |
Q42.920 | Q42 | What is the genomic location of rs12946233 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12946233 is located on or closest to the gene LINC00673 on chromosome 17 at base pair position 72583113 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12946233'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7181366', 'SNP': 'rs12946233', 'chr_38': 17, 'bp_38': 72583113, 'nearestGene': 'LINC00673'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18928894', 'SNP': 'rs12946233'... | general | Select, Join | Metadata |
Q42.497 | Q42 | What is the genomic location of rs146067156 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs146067156 is located on or closest to the genes GJA1 and HSF2 on chromosome 6 at base pair position 122329197 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs146067156'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5510171', 'SNP': 'rs146067156', 'chr_38': 6, 'bp_38': 122329197, 'nearestGene': 'GJA1;HSF2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8914252', 'SNP': 'rs146067156... | general | Select, Join | Metadata |
Q42.962 | Q42 | What is the genomic location of rs3008787 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3008787 is located on or closest to the genes MIR3924 and IPMK on chromosome 10 at base pair position 57397554 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3008787'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2362855', 'SNP': 'rs3008787', 'chr_38': 10, 'bp_38': 57397554, 'nearestGene': 'MIR3924;IPMK'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13077205', 'SNP': 'rs3008787... | general | Select, Join | Metadata |
Q42.1106 | Q42 | What is the genomic location of rs748582091 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs748582091 is located on or closest to the genes LINC01571 and LINC00919 on chromosome 16 at base pair position 51802370 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs748582091'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18085750', 'SNP': 'rs748582091', 'chr_38': 16, 'bp_38': 51802370, 'nearestGene': 'LINC01571;LINC00919'}] | general | Select, Join | Metadata |
Q42.1041 | Q42 | What is the genomic location of rs922097173 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs922097173 is located on or closest to the gene CSDC2 on chromosome 22 at base pair position 41571358 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs922097173'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_21051252', 'SNP': 'rs922097173', 'chr_38': 22, 'bp_38': 41571358, 'nearestGene': 'CSDC2'}] | general | Select, Join | Metadata |
Q42.594 | Q42 | What is the genomic location of rs12491811 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs12491811 is located on or closest to the genes LINC02070 and VGLL3 on chromosome 3 at base pair position 86514045 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12491811'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4201449', 'SNP': 'rs12491811', 'chr_38': 3, 'bp_38': 86514045, 'nearestGene': 'LINC02070;VGLL3'}] | general | Select, Join | Metadata |
Q42.757 | Q42 | What is the genomic location of rs4639266 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4639266 is located on or closest to the gene LUCAT1 on chromosome 5 at base pair position 91309006 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4639266'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_492023', 'SNP': 'rs4639266', 'chr_38': 5, 'bp_38': 91309006, 'nearestGene': 'LUCAT1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7230343', 'SNP': 'rs4639266', 'chr_3... | general | Select, Join | Metadata |
Q42.664 | Q42 | What is the genomic location of rs10077515 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10077515 is located on or closest to the gene STK32A on chromosome 5 at base pair position 147345995 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10077515'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1284203', 'SNP': 'rs10077515', 'chr_38': 5, 'bp_38': 147345995, 'nearestGene': 'STK32A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7671778', 'SNP': 'rs10077515', 'c... | general | Select, Join | Metadata |
Q42.237 | Q42 | What is the genomic location of rs4681099 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4681099 is located on or closest to the genes DIPK2A and LNCSRLR on chromosome 3 at base pair position 145524660 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4681099'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2341002', 'SNP': 'rs4681099', 'chr_38': 3, 'bp_38': 145524660, 'nearestGene': 'DIPK2A;LNCSRLR'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4632881', 'SNP': 'rs468109... | general | Select, Join | Metadata |
Q42.739 | Q42 | What is the genomic location of rs1039682060 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1039682060 is located on or closest to the genes SYT13 and LINC02696 on chromosome 11 at base pair position 45303506 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1039682060'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, neares... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14052976', 'SNP': 'rs1039682060', 'chr_38': 11, 'bp_38': 45303506, 'nearestGene': 'SYT13;LINC02696'}] | general | Select, Join | Metadata |
Q42.1989 | Q42 | What is the genomic location of rs12570864 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12570864 is located on or closest to the genes MTRNR2L7 and ZNF248 on chromosome 10 at base pair position 37648365 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12570864'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6990596', 'SNP': 'rs12570864', 'chr_38': 10, 'bp_38': 37648365, 'nearestGene': 'MTRNR2L7;ZNF248'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12948066', 'SNP': 'rs125... | general | Select, Join | Metadata |
Q42.1633 | Q42 | What is the genomic location of rs6899176 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6899176 is located on or closest to the genes LINC01848 and TMEM232 on chromosome 5 at base pair position 110322206 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6899176'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2632976', 'SNP': 'rs6899176', 'chr_38': 5, 'bp_38': 110322206, 'nearestGene': 'LINC01848;TMEM232'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7378021', 'SNP': 'rs689... | general | Select, Join | Metadata |
Q42.1166 | Q42 | What is the genomic location of rs13336759 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs13336759 is located on or closest to the gene ABCC11 on chromosome 16 at base pair position 48230706 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13336759'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1187104', 'SNP': 'rs13336759', 'chr_38': 16, 'bp_38': 48230706, 'nearestGene': 'ABCC11'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18060145', 'SNP': 'rs13336759', '... | general | Select, Join | Metadata |
Q42.1471 | Q42 | What is the genomic location of rs3821269 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3821269 is located on or closest to the gene TGFA-IT1 on chromosome 2 at base pair position 70471458 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3821269'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6362976', 'SNP': 'rs3821269', 'chr_38': 2, 'bp_38': 70471458, 'nearestGene': 'TGFA-IT1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2271969', 'SNP': 'rs3821269', 'ch... | general | Select, Join | Metadata |
Q42.1913 | Q42 | What is the genomic location of rs1362952 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1362952 is located on or closest to the gene CFAP54 on chromosome 12 at base pair position 96659861 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1362952'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5851708', 'SNP': 'rs1362952', 'chr_38': 12, 'bp_38': 96659861, 'nearestGene': 'CFAP54'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15446584', 'SNP': 'rs1362952', 'ch... | general | Select, Join | Metadata |
Q42.1628 | Q42 | What is the genomic location of rs147982032 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs147982032 is located on or closest to the gene SMURF1 on chromosome 7 at base pair position 99086153 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs147982032'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7408901', 'SNP': 'rs147982032', 'chr_38': 7, 'bp_38': 99086153, 'nearestGene': 'SMURF1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10073283', 'SNP': 'rs147982032', ... | general | Select, Join | Metadata |
Q42.943 | Q42 | What is the genomic location of rs192630294 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs192630294 is located on or closest to the genes LINC01623 and HCG14 on chromosome 6 at base pair position 28877545 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs192630294'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8176127', 'SNP': 'rs192630294', 'chr_38': 6, 'bp_38': 28877545, 'nearestGene': 'LINC01623;HCG14'}] | general | Select, Join | Metadata |
Q42.1219 | Q42 | What is the genomic location of rs10760085 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10760085 is located on or closest to the genes LINC01613 and MIR147A on chromosome 9 at base pair position 120213555 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10760085'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6118619', 'SNP': 'rs10760085', 'chr_38': 9, 'bp_38': 120213555, 'nearestGene': 'LINC01613;MIR147A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12475395', 'SNP': 'rs1... | general | Select, Join | Metadata |
Q42.1074 | Q42 | What is the genomic location of rs579403 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs579403 is located on or closest to the genes LINC02546 and LINC01616 on chromosome 11 at base pair position 29794496 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs579403'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_855595', 'SNP': 'rs579403', 'chr_38': 11, 'bp_38': 29794496, 'nearestGene': 'LINC02546;LINC01616'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13928257', 'SNP': 'rs57... | general | Select, Join | Metadata |
Q42.111 | Q42 | What is the genomic location of rs16934860 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs16934860 is located on or closest to the gene KCNMA1 on chromosome 10 at base pair position 77474917 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs16934860'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1267343', 'SNP': 'rs16934860', 'chr_38': 10, 'bp_38': 77474917, 'nearestGene': 'KCNMA1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13232180', 'SNP': 'rs16934860', '... | general | Select, Join | Metadata |
Q42.1944 | Q42 | What is the genomic location of rs1047727922 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1047727922 is located on or closest to the genes CD82 and TSPAN18 on chromosome 11 at base pair position 44644517 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1047727922'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, neares... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14047781', 'SNP': 'rs1047727922', 'chr_38': 11, 'bp_38': 44644517, 'nearestGene': 'CD82;TSPAN18'}] | general | Select, Join | Metadata |
Q42.574 | Q42 | What is the genomic location of rs559676234 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs559676234 is located on or closest to the genes LINC02737 and CNTN5 on chromosome 11 at base pair position 97418622 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs559676234'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14424919', 'SNP': 'rs559676234', 'chr_38': 11, 'bp_38': 97418622, 'nearestGene': 'LINC02737;CNTN5'}] | general | Select, Join | Metadata |
Q42.1177 | Q42 | What is the genomic location of rs2482711 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2482711 is located on or closest to the genes AUH and NFIL3 on chromosome 9 at base pair position 91378060 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2482711'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1464692', 'SNP': 'rs2482711', 'chr_38': 9, 'bp_38': 91378060, 'nearestGene': 'AUH;NFIL3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12247057', 'SNP': 'rs2482711', '... | general | Select, Join | Metadata |
Q42.1184 | Q42 | What is the genomic location of rs9472844 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9472844 is located on or closest to the genes ANKRD66 and MEP1A on chromosome 6 at base pair position 46769396 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9472844'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1081772', 'SNP': 'rs9472844', 'chr_38': 6, 'bp_38': 46769396, 'nearestGene': 'ANKRD66;MEP1A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8342007', 'SNP': 'rs9472844'... | general | Select, Join | Metadata |
Q42.897 | Q42 | What is the genomic location of rs116273131 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs116273131 is located on or closest to the genes LOC105377267 and UGT2B28 on chromosome 4 at base pair position 69249915 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116273131'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5597112', 'SNP': 'rs116273131', 'chr_38': 4, 'bp_38': 69249915, 'nearestGene': 'LOC105377267;UGT2B28'}] | general | Select, Join | Metadata |
Q42.956 | Q42 | What is the genomic location of rs9980262 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs9980262 is located on or closest to the genes OLIG1 and LOC101928107 on chromosome 21 at base pair position 33101138 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9980262'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20737903', 'SNP': 'rs9980262', 'chr_38': 21, 'bp_38': 33101138, 'nearestGene': 'OLIG1;LOC101928107'}] | general | Select, Join | Metadata |
Q42.1057 | Q42 | What is the genomic location of rs12144968 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12144968 is located on or closest to the genes PP2672 and LOC101927851 on chromosome 1 at base pair position 234953920 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12144968'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3418204', 'SNP': 'rs12144968', 'chr_38': 1, 'bp_38': 234953920, 'nearestGene': 'PP2672;LOC101927851'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1569288', 'SNP': 'rs... | general | Select, Join | Metadata |
Q42.1354 | Q42 | What is the genomic location of rs9973554 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs9973554 is located on or closest to the genes NCK2 and ECRG4 on chromosome 2 at base pair position 106059607 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9973554'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2488234', 'SNP': 'rs9973554', 'chr_38': 2, 'bp_38': 106059607, 'nearestGene': 'NCK2;ECRG4'}] | general | Select, Join | Metadata |
Q42.1373 | Q42 | What is the genomic location of rs6087668 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6087668 is located on or closest to the gene TRPC4AP on chromosome 20 at base pair position 35065589 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6087668'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7674258', 'SNP': 'rs6087668', 'chr_38': 20, 'bp_38': 35065589, 'nearestGene': 'TRPC4AP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20332522', 'SNP': 'rs6087668', 'c... | general | Select, Join | Metadata |
Q42.1448 | Q42 | What is the genomic location of rs77486451 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs77486451 is located on or closest to the genes ADAMTS9-AS2 and MAGI1 on chromosome 3 at base pair position 65174858 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs77486451'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6278608', 'SNP': 'rs77486451', 'chr_38': 3, 'bp_38': 65174858, 'nearestGene': 'ADAMTS9-AS2;MAGI1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4031526', 'SNP': 'rs774... | general | Select, Join | Metadata |
Q42.891 | Q42 | What is the genomic location of rs11784166 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11784166 is located on or closest to the gene LOC254896 on chromosome 8 at base pair position 23095793 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11784166'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3761357', 'SNP': 'rs11784166', 'chr_38': 8, 'bp_38': 23095793, 'nearestGene': 'LOC254896'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10785397', 'SNP': 'rs11784166',... | general | Select, Join | Metadata |
Q42.1673 | Q42 | What is the genomic location of rs142975250 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs142975250 is located on or closest to the genes LINC02587 and CRPPA on chromosome 7 at base pair position 15799649 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142975250'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9460318', 'SNP': 'rs142975250', 'chr_38': 7, 'bp_38': 15799649, 'nearestGene': 'LINC02587;CRPPA'}] | general | Select, Join | Metadata |
Q42.857 | Q42 | What is the genomic location of rs192886927 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs192886927 is located on or closest to the gene FRS2 on chromosome 12 at base pair position 69523197 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs192886927'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15245665', 'SNP': 'rs192886927', 'chr_38': 12, 'bp_38': 69523197, 'nearestGene': 'FRS2'}] | general | Select, Join | Metadata |
Q42.741 | Q42 | What is the genomic location of rs12934275 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12934275 is located on or closest to the gene FANCA on chromosome 16 at base pair position 89807224 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12934275'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2252072', 'SNP': 'rs12934275', 'chr_38': 16, 'bp_38': 89807224, 'nearestGene': 'FANCA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18440707', 'SNP': 'rs12934275', 'c... | general | Select, Join | Metadata |
Q42.724 | Q42 | What is the genomic location of rs147296052 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs147296052 is located on or closest to the genes LINC01815 and DHFRP3 on chromosome 2 at base pair position 82470315 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs147296052'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2369728', 'SNP': 'rs147296052', 'chr_38': 2, 'bp_38': 82470315, 'nearestGene': 'LINC01815;DHFRP3'}] | general | Select, Join | Metadata |
Q42.460 | Q42 | What is the genomic location of rs10739562 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10739562 is located on or closest to the genes MIR147A and CDK5RAP2 on chromosome 9 at base pair position 120379371 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10739562'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12476503', 'SNP': 'rs10739562', 'chr_38': 9, 'bp_38': 120379371, 'nearestGene': 'MIR147A;CDK5RAP2'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6209714', 'SNP': 'rs10... | general | Select, Join | Metadata |
Q42.267 | Q42 | What is the genomic location of rs67879343 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs67879343 is located on or closest to the genes LINC02232 and EPHA5 on chromosome 4 at base pair position 65313795 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs67879343'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_343951', 'SNP': 'rs67879343', 'chr_38': 4, 'bp_38': 65313795, 'nearestGene': 'LINC02232;EPHA5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5564907', 'SNP': 'rs678793... | general | Select, Join | Metadata |
Q42.78 | Q42 | What is the genomic location of rs73159105 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73159105 is located on or closest to the gene LOC107987389 on chromosome 22 at base pair position 20555354 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73159105'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6337148', 'SNP': 'rs73159105', 'chr_38': 22, 'bp_38': 20555354, 'nearestGene': 'LOC107987389'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20882736', 'SNP': 'rs731591... | general | Select, Join | Metadata |
Q42.1785 | Q42 | What is the genomic location of rs28802407 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs28802407 is located on or closest to the genes LINC02465 and LINC02479 on chromosome 4 at base pair position 130266664 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28802407'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6072689', 'SNP': 'rs28802407', 'chr_38': 4, 'bp_38': 130266664, 'nearestGene': 'LINC02465;LINC02479'}] | general | Select, Join | Metadata |
Q42.450 | Q42 | What is the genomic location of rs546023236 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs546023236 is located on or closest to the gene LPAR3 on chromosome 1 at base pair position 84848957 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs546023236'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_630331', 'SNP': 'rs546023236', 'chr_38': 1, 'bp_38': 84848957, 'nearestGene': 'LPAR3'}] | general | Select, Join | Metadata |
Q42.401 | Q42 | What is the genomic location of rs116190875 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs116190875 is located on or closest to the gene LINC02208 on chromosome 5 at base pair position 118536894 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116190875'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7425279', 'SNP': 'rs116190875', 'chr_38': 5, 'bp_38': 118536894, 'nearestGene': 'LINC02208'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7454073', 'SNP': 'rs116190875... | general | Select, Join | Metadata |
Q42.179 | Q42 | What is the genomic location of rs2813945 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2813945 is located on or closest to the gene CDC42BPA on chromosome 1 at base pair position 227270081 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2813945'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1590711', 'SNP': 'rs2813945', 'chr_38': 1, 'bp_38': 227270081, 'nearestGene': 'CDC42BPA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1506918', 'SNP': 'rs2813945', 'c... | general | Select, Join | Metadata |
Q42.1051 | Q42 | What is the genomic location of rs12540456 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12540456 is located on or closest to the genes THSD7A and TMEM106B on chromosome 7 at base pair position 12010177 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12540456'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5536315', 'SNP': 'rs12540456', 'chr_38': 7, 'bp_38': 12010177, 'nearestGene': 'THSD7A;TMEM106B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9420969', 'SNP': 'rs12540... | general | Select, Join | Metadata |
Q42.1737 | Q42 | What is the genomic location of rs145076152 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs145076152 is located on or closest to the gene PIGK on chromosome 1 at base pair position 77141893 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs145076152'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_569071', 'SNP': 'rs145076152', 'chr_38': 1, 'bp_38': 77141893, 'nearestGene': 'PIGK'}] | general | Select, Join | Metadata |
Q42.1609 | Q42 | What is the genomic location of rs16981457 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs16981457 is located on or closest to the genes NRIP1 and USP25 on chromosome 21 at base pair position 15307142 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs16981457'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5334448', 'SNP': 'rs16981457', 'chr_38': 21, 'bp_38': 15307142, 'nearestGene': 'NRIP1;USP25'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20583584', 'SNP': 'rs1698145... | general | Select, Join | Metadata |
Q42.1869 | Q42 | What is the genomic location of rs12661294 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12661294 is located on or closest to the gene LINC01013 on chromosome 6 at base pair position 132162123 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12661294'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3997903', 'SNP': 'rs12661294', 'chr_38': 6, 'bp_38': 132162123, 'nearestGene': 'LINC01013'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8985530', 'SNP': 'rs12661294',... | general | Select, Join | Metadata |
Q42.602 | Q42 | What is the genomic location of rs143506305 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs143506305 is located on or closest to the gene TRIM2 on chromosome 4 at base pair position 153241118 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs143506305'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6243416', 'SNP': 'rs143506305', 'chr_38': 4, 'bp_38': 153241118, 'nearestGene': 'TRIM2'}] | general | Select, Join | Metadata |
Q42.63 | Q42 | What is the genomic location of rs7558576 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7558576 is located on or closest to the genes CCDC85A and VRK2 on chromosome 2 at base pair position 56901917 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7558576'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7056581', 'SNP': 'rs7558576', 'chr_38': 2, 'bp_38': 56901917, 'nearestGene': 'CCDC85A;VRK2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2168735', 'SNP': 'rs7558576',... | general | Select, Join | Metadata |
Q42.1309 | Q42 | What is the genomic location of rs142998787 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs142998787 is located on or closest to the gene CDYL2 on chromosome 16 at base pair position 80675323 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142998787'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18332151', 'SNP': 'rs142998787', 'chr_38': 16, 'bp_38': 80675323, 'nearestGene': 'CDYL2'}] | general | Select, Join | Metadata |
Q42.879 | Q42 | What is the genomic location of rs117940272 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117940272 is located on or closest to the genes GNAQ and CEP78 on chromosome 9 at base pair position 78145664 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117940272'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7009504', 'SNP': 'rs117940272', 'chr_38': 9, 'bp_38': 78145664, 'nearestGene': 'GNAQ;CEP78'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12141357', 'SNP': 'rs11794027... | general | Select, Join | Metadata |
Q42.1491 | Q42 | What is the genomic location of rs7623293 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7623293 is located on or closest to the genes ALG1L and ROPN1B on chromosome 3 at base pair position 125973298 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7623293'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7276211', 'SNP': 'rs7623293', 'chr_38': 3, 'bp_38': 125973298, 'nearestGene': 'ALG1L;ROPN1B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4486280', 'SNP': 'rs7623293'... | general | Select, Join | Metadata |
Q42.1880 | Q42 | What is the genomic location of rs470559 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs470559 is located on or closest to the gene MBP on chromosome 18 at base pair position 77046446 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs470559'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5470404', 'SNP': 'rs470559', 'chr_38': 18, 'bp_38': 77046446, 'nearestGene': 'MBP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19593898', 'SNP': 'rs470559', 'chr_38'... | general | Select, Join | Metadata |
Q42.282 | Q42 | What is the genomic location of rs72900893 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72900893 is located on or closest to the genes GULP1 and DIRC1 on chromosome 2 at base pair position 188697488 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72900893'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2340801', 'SNP': 'rs72900893', 'chr_38': 2, 'bp_38': 188697488, 'nearestGene': 'GULP1;DIRC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3092153', 'SNP': 'rs72900893... | general | Select, Join | Metadata |
Q42.37 | Q42 | What is the genomic location of rs9321528 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9321528 is located on or closest to the genes LINC00271 and PDE7B on chromosome 6 at base pair position 135721535 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9321528'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1878717', 'SNP': 'rs9321528', 'chr_38': 6, 'bp_38': 135721535, 'nearestGene': 'LINC00271;PDE7B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9013828', 'SNP': 'rs93215... | general | Select, Join | Metadata |
Q42.1517 | Q42 | What is the genomic location of rs9314755 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9314755 is located on or closest to the gene GAS1RR on chromosome 9 at base pair position 86973052 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9314755'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7732760', 'SNP': 'rs9314755', 'chr_38': 9, 'bp_38': 86973052, 'nearestGene': 'GAS1RR'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12211303', 'SNP': 'rs9314755', 'chr... | general | Select, Join | Metadata |
Q42.669 | Q42 | What is the genomic location of rs10086757 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs10086757 is located on or closest to the gene LOXL2 on chromosome 8 at base pair position 23318155 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10086757'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6359594', 'SNP': 'rs10086757', 'chr_38': 8, 'bp_38': 23318155, 'nearestGene': 'LOXL2'}] | general | Select, Join | Metadata |
Q42.1829 | Q42 | What is the genomic location of rs2455231 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2455231 is located on or closest to the gene IQGAP2 on chromosome 5 at base pair position 76637940 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2455231'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4624687', 'SNP': 'rs2455231', 'chr_38': 5, 'bp_38': 76637940, 'nearestGene': 'IQGAP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7122459', 'SNP': 'rs2455231', 'chr_... | general | Select, Join | Metadata |
Q42.1446 | Q42 | What is the genomic location of rs138126448 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs138126448 is located on or closest to the genes MIR4255 and LINC01137 on chromosome 1 at base pair position 37387742 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs138126448'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_283034', 'SNP': 'rs138126448', 'chr_38': 1, 'bp_38': 37387742, 'nearestGene': 'MIR4255;LINC01137'}] | general | Select, Join | Metadata |
Q42.986 | Q42 | What is the genomic location of rs7088910 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7088910 is located on or closest to the genes IL15RA and IL2RA on chromosome 10 at base pair position 5988231 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7088910'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6069425', 'SNP': 'rs7088910', 'chr_38': 10, 'bp_38': 5988231, 'nearestGene': 'IL15RA;IL2RA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12674501', 'SNP': 'rs7088910'... | general | Select, Join | Metadata |
Q42.1572 | Q42 | What is the genomic location of rs563639147 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs563639147 is located on or closest to the genes KLF4 and ACTL7B on chromosome 9 at base pair position 108189490 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs563639147'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12379389', 'SNP': 'rs563639147', 'chr_38': 9, 'bp_38': 108189490, 'nearestGene': 'KLF4;ACTL7B'}] | general | Select, Join | Metadata |
Q42.745 | Q42 | What is the genomic location of rs663993 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs663993 is located on or closest to the genes PDHX and LOC100507144 on chromosome 11 at base pair position 35029540 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs663993'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1263018', 'SNP': 'rs663993', 'chr_38': 11, 'bp_38': 35029540, 'nearestGene': 'PDHX;LOC100507144'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13965506', 'SNP': 'rs663... | general | Select, Join | Metadata |
Q42.194 | Q42 | What is the genomic location of rs2080975 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2080975 is located on or closest to the gene TENM2 on chromosome 5 at base pair position 167563958 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2080975'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7627687', 'SNP': 'rs2080975', 'chr_38': 5, 'bp_38': 167563958, 'nearestGene': 'TENM2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7827042', 'SNP': 'rs2080975', 'chr_... | general | Select, Join | Metadata |
Q42.927 | Q42 | What is the genomic location of rs540980880 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs540980880 is located on or closest to the genes TBX4 and NACA2 on chromosome 17 at base pair position 61572408 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs540980880'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18850448', 'SNP': 'rs540980880', 'chr_38': 17, 'bp_38': 61572408, 'nearestGene': 'TBX4;NACA2'}] | general | Select, Join | Metadata |
Q42.462 | Q42 | What is the genomic location of rs9463165 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9463165 is located on or closest to the gene CLIC5 on chromosome 6 at base pair position 46000799 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9463165'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3234458', 'SNP': 'rs9463165', 'chr_38': 6, 'bp_38': 46000799, 'nearestGene': 'CLIC5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8337049', 'SNP': 'rs9463165', 'chr_3... | general | Select, Join | Metadata |
Q42.682 | Q42 | What is the genomic location of rs116936657 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs116936657 is located on or closest to the gene TIAM1 on chromosome 21 at base pair position 31368935 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116936657'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20724101', 'SNP': 'rs116936657', 'chr_38': 21, 'bp_38': 31368935, 'nearestGene': 'TIAM1'}] | general | Select, Join | Metadata |
Q42.767 | Q42 | What is the genomic location of rs6126565 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6126565 is located on or closest to the genes ZFP64 and LINC01524 on chromosome 20 at base pair position 52454136 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6126565'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6875391', 'SNP': 'rs6126565', 'chr_38': 20, 'bp_38': 52454136, 'nearestGene': 'ZFP64;LINC01524'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20464288', 'SNP': 'rs6126... | general | Select, Join | Metadata |
Q42.1809 | Q42 | What is the genomic location of rs138392026 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs138392026 is located on or closest to the genes OR7E47P and KRT80 on chromosome 12 at base pair position 52167832 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs138392026'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15118587', 'SNP': 'rs138392026', 'chr_38': 12, 'bp_38': 52167832, 'nearestGene': 'OR7E47P;KRT80'}] | general | Select, Join | Metadata |
Q42.1603 | Q42 | What is the genomic location of rs112477671 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112477671 is located on or closest to the gene IGSF21 on chromosome 1 at base pair position 18214835 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112477671'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7221485', 'SNP': 'rs112477671', 'chr_38': 1, 'bp_38': 18214835, 'nearestGene': 'IGSF21'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_140032', 'SNP': 'rs112477671', 'c... | general | Select, Join | Metadata |
Q42.735 | Q42 | What is the genomic location of rs9693844 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9693844 is located on or closest to the gene LAPTM4B on chromosome 8 at base pair position 97809537 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9693844'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2791355', 'SNP': 'rs9693844', 'chr_38': 8, 'bp_38': 97809537, 'nearestGene': 'LAPTM4B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11332244', 'SNP': 'rs9693844', 'ch... | general | Select, Join | Metadata |
Q42.418 | Q42 | What is the genomic location of rs28392638 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs28392638 is located on or closest to the genes LOC389602 and LOC285889 on chromosome 7 at base pair position 156204268 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs28392638'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3890534', 'SNP': 'rs28392638', 'chr_38': 7, 'bp_38': 156204268, 'nearestGene': 'LOC389602;LOC285889'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10494281', 'SNP': 'r... | general | Select, Join | Metadata |
Q42.1107 | Q42 | What is the genomic location of rs1957429 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1957429 is located on or closest to the genes SPTB and CHURC1 on chromosome 14 at base pair position 64887315 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1957429'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5643784', 'SNP': 'rs1957429', 'chr_38': 14, 'bp_38': 64887315, 'nearestGene': 'SPTB;CHURC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16859041', 'SNP': 'rs1957429'... | general | Select, Join | Metadata |
Q42.832 | Q42 | What is the genomic location of rs73376998 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73376998 is located on or closest to the gene LINC02325 on chromosome 14 at base pair position 97526197 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73376998'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7761363', 'SNP': 'rs73376998', 'chr_38': 14, 'bp_38': 97526197, 'nearestGene': 'LINC02325'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17117416', 'SNP': 'rs73376998'... | general | Select, Join | Metadata |
Q42.1498 | Q42 | What is the genomic location of rs113861567 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113861567 is located on or closest to the genes LINC01507 and TLE1 on chromosome 9 at base pair position 80753378 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113861567'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7333160', 'SNP': 'rs113861567', 'chr_38': 9, 'bp_38': 80753378, 'nearestGene': 'LINC01507;TLE1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12163901', 'SNP': 'rs1138... | general | Select, Join | Metadata |
Q42.623 | Q42 | What is the genomic location of rs56147711 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs56147711 is located on or closest to the genes LINC00900 and LINC02702 on chromosome 11 at base pair position 115784491 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs56147711'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1275770', 'SNP': 'rs56147711', 'chr_38': 11, 'bp_38': 115784491, 'nearestGene': 'LINC00900;LINC02702'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14570646', 'SNP': '... | general | Select, Join | Metadata |
Q42.117 | Q42 | What is the genomic location of rs3810062 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3810062 is located on or closest to the gene LPIN2 on chromosome 18 at base pair position 3012080 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3810062'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5826532', 'SNP': 'rs3810062', 'chr_38': 18, 'bp_38': 3012080, 'nearestGene': 'LPIN2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19049259', 'SNP': 'rs3810062', 'chr_... | general | Select, Join | Metadata |
Q42.423 | Q42 | What is the genomic location of rs12486098 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12486098 is located on or closest to the genes SPATA16 and NLGN1 on chromosome 3 at base pair position 173259268 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12486098'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6884651', 'SNP': 'rs12486098', 'chr_38': 3, 'bp_38': 173259268, 'nearestGene': 'SPATA16;NLGN1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4843203', 'SNP': 'rs124860... | general | Select, Join | Metadata |
Q42.1911 | Q42 | What is the genomic location of rs72896479 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs72896479 is located on or closest to the gene RNF11 on chromosome 1 at base pair position 51249949 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72896479'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_378036', 'SNP': 'rs72896479', 'chr_38': 1, 'bp_38': 51249949, 'nearestGene': 'RNF11'}] | general | Select, Join | Metadata |
Q42.978 | Q42 | What is the genomic location of rs961616 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs961616 is located on or closest to the gene MDGA2 on chromosome 14 at base pair position 47052286 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs961616'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7661182', 'SNP': 'rs961616', 'chr_38': 14, 'bp_38': 47052286, 'nearestGene': 'MDGA2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16719355', 'SNP': 'rs961616', 'chr_3... | general | Select, Join | Metadata |
Q42.611 | Q42 | What is the genomic location of rs190790826 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs190790826 is located on or closest to the genes LINC02383 and LINC02475 on chromosome 4 at base pair position 43974752 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs190790826'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5411902', 'SNP': 'rs190790826', 'chr_38': 4, 'bp_38': 43974752, 'nearestGene': 'LINC02383;LINC02475'}] | general | Select, Join | Metadata |
Q42.1919 | Q42 | What is the genomic location of rs2972406 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2972406 is located on or closest to the gene GHR on chromosome 5 at base pair position 42454704 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2972406'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGe... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_784517', 'SNP': 'rs2972406', 'chr_38': 5, 'bp_38': 42454704, 'nearestGene': 'GHR'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6904036', 'SNP': 'rs2972406', 'chr_38':... | general | Select, Join | Metadata |
Q42.92 | Q42 | What is the genomic location of rs780396 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs780396 is located on or closest to the gene ALMS1 on chromosome 2 at base pair position 73467637 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs780396'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGen... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3023818', 'SNP': 'rs780396', 'chr_38': 2, 'bp_38': 73467637, 'nearestGene': 'ALMS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2294031', 'SNP': 'rs780396', 'chr_38'... | general | Select, Join | Metadata |
Q42.855 | Q42 | What is the genomic location of rs186490495 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs186490495 is located on or closest to the gene PLEKHA7 on chromosome 11 at base pair position 16805600 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186490495'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13817883', 'SNP': 'rs186490495', 'chr_38': 11, 'bp_38': 16805600, 'nearestGene': 'PLEKHA7'}] | general | Select, Join | Metadata |
Q42.1521 | Q42 | What is the genomic location of rs114582822 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the SNP rs114582822 is located on or closest to the genes SLC8A1 and LINC01913 on chromosome 2 at base pair position 41063658 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs114582822'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6672100', 'SNP': 'rs114582822', 'chr_38': 2, 'bp_38': 41063658, 'nearestGene': 'SLC8A1;LINC01913'}] | general | Select, Join | Metadata |
Q42.1918 | Q42 | What is the genomic location of rs186721650 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs186721650 is located on or closest to the genes MIR4268 and EPHA4 on chromosome 2 at base pair position 221405033 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186721650'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3326179', 'SNP': 'rs186721650', 'chr_38': 2, 'bp_38': 221405033, 'nearestGene': 'MIR4268;EPHA4'}] | general | Select, Join | Metadata |
Q42.760 | Q42 | What is the genomic location of rs186812331 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | 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 on chromosome 3 at base pair position 18554455 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186812331'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3665439', 'SNP': 'rs186812331', 'chr_38': 3, 'bp_38': 18554455, 'nearestGene': 'SATB1-AS1;KCNH8'}] | general | Select, Join | Metadata |
Q42.504 | Q42 | What is the genomic location of rs117725921 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117725921 is located on or closest to the genes HDAC9 and TWIST1 on chromosome 7 at base pair position 19080733 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117725921'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6124964', 'SNP': 'rs117725921', 'chr_38': 7, 'bp_38': 19080733, 'nearestGene': 'HDAC9;TWIST1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9489622', 'SNP': 'rs1177259... | general | Select, Join | Metadata |
Q42.1287 | Q42 | What is the genomic location of rs10110198 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10110198 is located on or closest to the genes CSMD1 and LOC100287015 on chromosome 8 at base pair position 6400161 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10110198'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1227437', 'SNP': 'rs10110198', 'chr_38': 8, 'bp_38': 6400161, 'nearestGene': 'CSMD1;LOC100287015'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10617529', 'SNP': 'rs10... | general | Select, Join | Metadata |
Q42.1340 | Q42 | What is the genomic location of rs73712118 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs73712118 is located on or closest to the gene LHFPL3 on chromosome 7 at base pair position 104388701 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73712118'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10109264', 'SNP': 'rs73712118', 'chr_38': 7, 'bp_38': 104388701, 'nearestGene': 'LHFPL3'}] | general | Select, Join | Metadata |
Q42.12 | Q42 | What is the genomic location of rs61998482 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs61998482 is located on or closest to the genes LRFN5 and FSCB on chromosome 14 at base pair position 43746226 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs61998482'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestG... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3548068', 'SNP': 'rs61998482', 'chr_38': 14, 'bp_38': 43746226, 'nearestGene': 'LRFN5;FSCB'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16693472', 'SNP': 'rs61998482... | general | Select, Join | Metadata |
Q42.402 | Q42 | What is the genomic location of rs558466419 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs558466419 is located on or closest to the gene VPS13B on chromosome 8 at base pair position 99071312 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs558466419'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearest... | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11340055', 'SNP': 'rs558466419', 'chr_38': 8, 'bp_38': 99071312, 'nearestGene': 'VPS13B'}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.