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.288 | Q42 | What is the genomic location of rs17354643 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs17354643 is located on or closest to the gene PLAC8 on chromosome 4 at base pair position 83094012 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 = 'rs17354643'
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_103537', 'SNP': 'rs17354643', 'chr_38': 4, 'bp_38': 83094012, 'nearestGene': 'PLAC8'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5703576', 'SNP': 'rs17354643', 'chr_... | general | Select, Join | Metadata |
Q42.1075 | Q42 | What is the genomic location of rs117105891 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117105891 is located on or closest to the genes LINC02712 and LINC02098 on chromosome 11 at base pair position 127823035 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 = 'rs117105891'
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_1119645', 'SNP': 'rs117105891', 'chr_38': 11, 'bp_38': 127823035, 'nearestGene': 'LINC02712;LINC02098'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14665821', 'SNP': ... | general | Select, Join | Metadata |
Q42.1201 | Q42 | What is the genomic location of rs964491703 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 rs964491703 is located on chromosome 19 at base pair position 27567278 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 = 'rs964491703'
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_19836217', 'SNP': 'rs964491703', 'chr_38': 19, 'bp_38': 27567278, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.1746 | Q42 | What is the genomic location of rs964222973 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 rs964222973 is located on or closest to the gene LINC02429 on chromosome 4 at base pair position 59017504 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 = 'rs964222973'
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_5508859', 'SNP': 'rs964222973', 'chr_38': 4, 'bp_38': 59017504, 'nearestGene': 'LINC02429'}] | general | Select, Join | Metadata |
Q42.697 | Q42 | What is the genomic location of rs1005673024 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 rs1005673024 is located on or closest to the genes OR51E1 and OR51E2 on chromosome 11 at base pair position 4664871 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 = 'rs1005673024'
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_13717114', 'SNP': 'rs1005673024', 'chr_38': 11, 'bp_38': 4664871, 'nearestGene': 'OR51E1;OR51E2'}] | general | Select, Join | Metadata |
Q42.1632 | Q42 | What is the genomic location of rs7560763 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7560763 is located on or closest to the genes SUCLG1 and DNAH6 on chromosome 2 at base pair position 84466147 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 = 'rs7560763'
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_3592559', 'SNP': 'rs7560763', 'chr_38': 2, 'bp_38': 84466147, 'nearestGene': 'SUCLG1;DNAH6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2385150', 'SNP': 'rs7560763',... | general | Select, Join | Metadata |
Q42.1877 | Q42 | What is the genomic location of rs11766154 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11766154 is located on or closest to the genes LOC389602 and LOC285889 on chromosome 7 at base pair position 156233434 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 = 'rs11766154'
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_90737', 'SNP': 'rs11766154', 'chr_38': 7, 'bp_38': 156233434, 'nearestGene': 'LOC389602;LOC285889'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10494552', 'SNP': 'rs1... | general | Select, Join | Metadata |
Q42.696 | Q42 | What is the genomic location of rs11133616 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11133616 is located on or closest to the gene ANKRD33B on chromosome 5 at base pair position 10640542 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 = 'rs11133616'
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_2045139', 'SNP': 'rs11133616', 'chr_38': 5, 'bp_38': 10640542, 'nearestGene': 'ANKRD33B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6649052', 'SNP': 'rs11133616', '... | general | Select, Join | Metadata |
Q42.858 | Q42 | What is the genomic location of rs35670734 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs35670734 is located on or closest to the gene WARS2-AS1 on chromosome 1 at base pair position 119182902 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 = 'rs35670734'
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_3509871', 'SNP': 'rs35670734', 'chr_38': 1, 'bp_38': 119182902, 'nearestGene': 'WARS2-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_892330', 'SNP': 'rs35670734', ... | general | Select, Join | Metadata |
Q42.162 | Q42 | What is the genomic location of rs72919562 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72919562 is located on or closest to the gene ZBTB7C on chromosome 18 at base pair position 48354398 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 = 'rs72919562'
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_3892877', 'SNP': 'rs72919562', 'chr_38': 18, 'bp_38': 48354398, 'nearestGene': 'ZBTB7C'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19351206', 'SNP': 'rs72919562', '... | general | Select, Join | Metadata |
Q42.902 | Q42 | What is the genomic location of rs144359921 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 rs144359921 is located on or closest to the genes LINC01717 and LINC01774 on chromosome 1 at base pair position 208939286 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 = 'rs144359921'
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_1364255', 'SNP': 'rs144359921', 'chr_38': 1, 'bp_38': 208939286, 'nearestGene': 'LINC01717;LINC01774'}] | general | Select, Join | Metadata |
Q42.1576 | Q42 | What is the genomic location of rs183302642 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 rs183302642 is located on or closest to the genes LOC390705 and ENPP7P13 on chromosome 16 at base pair position 33644930 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 = 'rs183302642'
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_18049174', 'SNP': 'rs183302642', 'chr_38': 16, 'bp_38': 33644930, 'nearestGene': 'LOC390705;ENPP7P13'}] | general | Select, Join | Metadata |
Q42.260 | Q42 | What is the genomic location of rs78397635 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs78397635 is located on or closest to the genes LINC01288 and UNC5D on chromosome 8 at base pair position 34888364 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 = 'rs78397635'
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_2919943', 'SNP': 'rs78397635', 'chr_38': 8, 'bp_38': 34888364, 'nearestGene': 'LINC01288;UNC5D'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10876524', 'SNP': 'rs7839... | general | Select, Join | Metadata |
Q42.339 | Q42 | What is the genomic location of rs539619706 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 rs539619706 is located on or closest to the genes RAB9BP1 and LINC01950 on chromosome 5 at base pair position 105326929 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 = 'rs539619706'
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_7336542', 'SNP': 'rs539619706', 'chr_38': 5, 'bp_38': 105326929, 'nearestGene': 'RAB9BP1;LINC01950'}] | general | Select, Join | Metadata |
Q42.1881 | Q42 | What is the genomic location of rs7921926 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7921926 is located on or closest to the genes EMX2 and RAB11FIP2 on chromosome 10 at base pair position 117898626 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 = 'rs7921926'
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_809861', 'SNP': 'rs7921926', 'chr_38': 10, 'bp_38': 117898626, 'nearestGene': 'EMX2;RAB11FIP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13541023', 'SNP': 'rs79219... | general | Select, Join | Metadata |
Q42.1048 | Q42 | What is the genomic location of rs184656504 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 rs184656504 is located on or closest to the genes LOC102723427 and CT66 on chromosome 7 at base pair position 68957857 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 = 'rs184656504'
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_9859429', 'SNP': 'rs184656504', 'chr_38': 7, 'bp_38': 68957857, 'nearestGene': 'LOC102723427;CT66'}] | general | Select, Join | Metadata |
Q42.521 | Q42 | What is the genomic location of rs1187850 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1187850 is located on or closest to the genes ADGRL1 and LINC01841 on chromosome 19 at base pair position 14270232 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 = 'rs1187850'
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_5153271', 'SNP': 'rs1187850', 'chr_38': 19, 'bp_38': 14270232, 'nearestGene': 'ADGRL1;LINC01841'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19745864', 'SNP': 'rs118... | general | Select, Join | Metadata |
Q42.1363 | Q42 | What is the genomic location of rs8033323 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs8033323 is located on or closest to the gene RYR3 on chromosome 15 at base pair position 33737574 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 = 'rs8033323'
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_1970842', 'SNP': 'rs8033323', 'chr_38': 15, 'bp_38': 33737574, 'nearestGene': 'RYR3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17265795', 'SNP': 'rs8033323', 'chr_... | general | Select, Join | Metadata |
Q42.1024 | Q42 | What is the genomic location of rs137876805 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 rs137876805 is located on or closest to the genes TFAP2C and BMP7 on chromosome 20 at base pair position 56929967 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 = 'rs137876805'
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_20501473', 'SNP': 'rs137876805', 'chr_38': 20, 'bp_38': 56929967, 'nearestGene': 'TFAP2C;BMP7'}] | general | Select, Join | Metadata |
Q42.775 | Q42 | What is the genomic location of rs114480964 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs114480964 is located on or closest to the genes CCDC85A and VRK2 on chromosome 2 at base pair position 56748976 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 = 'rs114480964'
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_106179', 'SNP': 'rs114480964', 'chr_38': 2, 'bp_38': 56748976, 'nearestGene': 'CCDC85A;VRK2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2167234', 'SNP': 'rs11448096... | general | Select, Join | Metadata |
Q42.1748 | Q42 | What is the genomic location of rs565562141 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 rs565562141 is located on or closest to the genes IRX1 and LINC02114 on chromosome 5 at base pair position 4758901 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 = 'rs565562141'
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_6597756', 'SNP': 'rs565562141', 'chr_38': 5, 'bp_38': 4758901, 'nearestGene': 'IRX1;LINC02114'}] | general | Select, Join | Metadata |
Q42.768 | Q42 | What is the genomic location of rs144935074 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs144935074 is located on or closest to the gene ABAT on chromosome 16 at base pair position 8756170 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 = 'rs144935074'
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_6291816', 'SNP': 'rs144935074', 'chr_38': 16, 'bp_38': 8756170, 'nearestGene': 'ABAT'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17888064', 'SNP': 'rs144935074', 'c... | general | Select, Join | Metadata |
Q42.1256 | Q42 | What is the genomic location of rs192169965 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 rs192169965 is located on or closest to the gene LINC01221 on chromosome 1 at base pair position 199019578 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 = 'rs192169965'
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_1289095', 'SNP': 'rs192169965', 'chr_38': 1, 'bp_38': 199019578, 'nearestGene': 'LINC01221'}] | general | Select, Join | Metadata |
Q42.1213 | Q42 | What is the genomic location of rs7617536 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7617536 is located on or closest to the gene ABI3BP on chromosome 3 at base pair position 100857070 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 = 'rs7617536'
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_1743999', 'SNP': 'rs7617536', 'chr_38': 3, 'bp_38': 100857070, 'nearestGene': 'ABI3BP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4294096', 'SNP': 'rs7617536', 'chr... | general | Select, Join | Metadata |
Q42.1469 | Q42 | What is the genomic location of rs760883452 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 rs760883452 is located on or closest to the gene MTHFD2L on chromosome 4 at base pair position 74215334 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 = 'rs760883452'
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_5635030', 'SNP': 'rs760883452', 'chr_38': 4, 'bp_38': 74215334, 'nearestGene': 'MTHFD2L'}] | general | Select, Join | Metadata |
Q42.1984 | Q42 | What is the genomic location of rs75547010 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs75547010 is located on or closest to the genes SLPI and MATN4 on chromosome 20 at base pair position 45274169 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 = 'rs75547010'
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_5993335', 'SNP': 'rs75547010', 'chr_38': 20, 'bp_38': 45274169, 'nearestGene': 'SLPI;MATN4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20406637', 'SNP': 'rs75547010... | general | Select, Join | Metadata |
Q42.527 | Q42 | What is the genomic location of rs188130784 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 rs188130784 is located on or closest to the genes FAM86C2P and UNC93B1 on chromosome 11 at base pair position 67831814 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 = 'rs188130784'
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_14194164', 'SNP': 'rs188130784', 'chr_38': 11, 'bp_38': 67831814, 'nearestGene': 'FAM86C2P;UNC93B1'}] | general | Select, Join | Metadata |
Q42.23 | Q42 | What is the genomic location of rs11839206 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11839206 is located on or closest to the genes LINC00433 and LINC00560 on chromosome 13 at base pair position 88587340 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 = 'rs11839206'
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_5566262', 'SNP': 'rs11839206', 'chr_38': 13, 'bp_38': 88587340, 'nearestGene': 'LINC00433;LINC00560'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16292771', 'SNP': 'r... | general | Select, Join | Metadata |
Q42.361 | Q42 | What is the genomic location of rs16824202 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 rs16824202 is located on or closest to the genes GPR149 and MME on chromosome 3 at base pair position 154570767 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 = 'rs16824202'
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_4702682', 'SNP': 'rs16824202', 'chr_38': 3, 'bp_38': 154570767, 'nearestGene': 'GPR149;MME'}] | general | Select, Join | Metadata |
Q42.1288 | Q42 | What is the genomic location of rs72881777 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72881777 is located on or closest to the gene EYS on chromosome 6 at base pair position 65197198 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 = 'rs72881777'
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_7002125', 'SNP': 'rs72881777', 'chr_38': 6, 'bp_38': 65197198, 'nearestGene': 'EYS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8468548', 'SNP': 'rs72881777', 'chr_3... | general | Select, Join | Metadata |
Q42.1326 | Q42 | What is the genomic location of rs79370032 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 rs79370032 is located on or closest to the gene UNC5B on chromosome 10 at base pair position 71296464 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 = 'rs79370032'
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_13190328', 'SNP': 'rs79370032', 'chr_38': 10, 'bp_38': 71296464, 'nearestGene': 'UNC5B'}] | general | Select, Join | Metadata |
Q42.1683 | Q42 | What is the genomic location of rs4726625 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4726625 is located on or closest to the gene EPHA1-AS1 on chromosome 7 at base pair position 143474309 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 = 'rs4726625'
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_3373299', 'SNP': 'rs4726625', 'chr_38': 7, 'bp_38': 143474309, 'nearestGene': 'EPHA1-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10391285', 'SNP': 'rs4726625', ... | general | Select, Join | Metadata |
Q42.344 | Q42 | What is the genomic location of rs10940156 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 rs10940156 is located on or closest to the genes ISL1 and LINC02118 on chromosome 5 at base pair position 51943457 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 = 'rs10940156'
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_6949297', 'SNP': 'rs10940156', 'chr_38': 5, 'bp_38': 51943457, 'nearestGene': 'ISL1;LINC02118'}] | general | Select, Join | Metadata |
Q42.437 | Q42 | What is the genomic location of rs11019425 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11019425 is located on or closest to the genes DISC1FP1 and FAT3 on chromosome 11 at base pair position 91359242 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 = 'rs11019425'
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_3623700', 'SNP': 'rs11019425', 'chr_38': 11, 'bp_38': 91359242, 'nearestGene': 'DISC1FP1;FAT3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14378136', 'SNP': 'rs11019... | general | Select, Join | Metadata |
Q42.479 | Q42 | What is the genomic location of rs476416 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs476416 is located on or closest to the genes CRYBB2P1 and GRK3 on chromosome 22 at base pair position 25510893 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 = 'rs476416'
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_1871681', 'SNP': 'rs476416', 'chr_38': 22, 'bp_38': 25510893, 'nearestGene': 'CRYBB2P1;GRK3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20918494', 'SNP': 'rs476416'... | general | Select, Join | Metadata |
Q42.220 | Q42 | What is the genomic location of rs9444435 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9444435 is located on or closest to the genes SNHG5 and HTR1E on chromosome 6 at base pair position 86831062 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 = 'rs9444435'
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_4354872', 'SNP': 'rs9444435', 'chr_38': 6, 'bp_38': 86831062, 'nearestGene': 'SNHG5;HTR1E'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8652299', 'SNP': 'rs9444435', ... | general | Select, Join | Metadata |
Q42.919 | Q42 | What is the genomic location of rs78844484 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs78844484 is located on or closest to the genes ST6GALNAC3 and LINC02567 on chromosome 1 at base pair position 76705339 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 = 'rs78844484'
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_2370369', 'SNP': 'rs78844484', 'chr_38': 1, 'bp_38': 76705339, 'nearestGene': 'ST6GALNAC3;LINC02567'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_565749', 'SNP': 'rs7... | general | Select, Join | Metadata |
Q42.1237 | Q42 | What is the genomic location of rs553185774 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 rs553185774 is located on or closest to the gene MFHAS1 on chromosome 8 at base pair position 8825553 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 = 'rs553185774'
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_10634263', 'SNP': 'rs553185774', 'chr_38': 8, 'bp_38': 8825553, 'nearestGene': 'MFHAS1'}] | general | Select, Join | Metadata |
Q42.1597 | Q42 | What is the genomic location of rs76150326 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs76150326 is located on or closest to the gene LOC101929294 on chromosome 8 at base pair position 24362062 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 = 'rs76150326'
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_1928943', 'SNP': 'rs76150326', 'chr_38': 8, 'bp_38': 24362062, 'nearestGene': 'LOC101929294'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10796053', 'SNP': 'rs7615032... | general | Select, Join | Metadata |
Q42.1020 | Q42 | What is the genomic location of rs1242932 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1242932 is located on or closest to the gene ABHD4 on chromosome 14 at base pair position 22610494 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 = 'rs1242932'
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_2090070', 'SNP': 'rs1242932', 'chr_38': 14, 'bp_38': 22610494, 'nearestGene': 'ABHD4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16528531', 'SNP': 'rs1242932', 'chr... | general | Select, Join | Metadata |
Q42.1950 | Q42 | What is the genomic location of rs199988 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs199988 is located on or closest to the genes MIR4458HG and LINC02199 on chromosome 5 at base pair position 8641991 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 = 'rs199988'
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_5375447', 'SNP': 'rs199988', 'chr_38': 5, 'bp_38': 8641991, 'nearestGene': 'MIR4458HG;LINC02199'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6632443', 'SNP': 'rs1999... | general | Select, Join | Metadata |
Q42.96 | Q42 | What is the genomic location of rs3790768 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3790768 is located on or closest to the gene CAPZB on chromosome 1 at base pair position 19372007 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 = 'rs3790768'
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_5308822', 'SNP': 'rs3790768', 'chr_38': 1, 'bp_38': 19372007, 'nearestGene': 'CAPZB'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_150445', 'SNP': 'rs3790768', 'chr_38... | general | Select, Join | Metadata |
Q42.1017 | Q42 | What is the genomic location of rs77450953 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs77450953 is located on or closest to the gene TRIM66 on chromosome 11 at base pair position 8640204 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 = 'rs77450953'
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_3783449', 'SNP': 'rs77450953', 'chr_38': 11, 'bp_38': 8640204, 'nearestGene': 'TRIM66'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13754822', 'SNP': 'rs77450953', 'c... | general | Select, Join | Metadata |
Q42.1079 | Q42 | What is the genomic location of rs138339508 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs138339508 is located on or closest to the genes MIR4431 and ASB3 on chromosome 2 at base pair position 52884015 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 = 'rs138339508'
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_6036498', 'SNP': 'rs138339508', 'chr_38': 2, 'bp_38': 52884015, 'nearestGene': 'MIR4431;ASB3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2131638', 'SNP': 'rs1383395... | general | Select, Join | Metadata |
Q42.1101 | Q42 | What is the genomic location of rs567917436 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 rs567917436 is located on or closest to the genes ZFYVE1 and RBM25 on chromosome 14 at base pair position 73036979 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 = 'rs567917436'
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_16922512', 'SNP': 'rs567917436', 'chr_38': 14, 'bp_38': 73036979, 'nearestGene': 'ZFYVE1;RBM25'}] | general | Select, Join | Metadata |
Q42.1586 | Q42 | What is the genomic location of rs9916762 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 rs9916762 is located on or closest to the gene PIK3R6 on chromosome 17 at base pair position 8809154 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 = 'rs9916762'
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_18518696', 'SNP': 'rs9916762', 'chr_38': 17, 'bp_38': 8809154, 'nearestGene': 'PIK3R6'}] | general | Select, Join | Metadata |
Q42.1321 | Q42 | What is the genomic location of rs73782366 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 rs73782366 is located on or closest to the genes PLG and MAP3K4 on chromosome 6 at base pair position 160924271 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 = 'rs73782366'
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_9211078', 'SNP': 'rs73782366', 'chr_38': 6, 'bp_38': 160924271, 'nearestGene': 'PLG;MAP3K4'}] | general | Select, Join | Metadata |
Q42.703 | Q42 | What is the genomic location of rs61930576 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 rs61930576 is located on or closest to the genes ALX1 and RASSF9 on chromosome 12 at base pair position 85762619 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 = 'rs61930576'
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_15367061', 'SNP': 'rs61930576', 'chr_38': 12, 'bp_38': 85762619, 'nearestGene': 'ALX1;RASSF9'}] | general | Select, Join | Metadata |
Q42.1794 | Q42 | What is the genomic location of rs188052880 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs188052880 is located on or closest to the gene CUEDC1 on chromosome 17 at base pair position 57861644 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 = 'rs188052880'
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_541206', 'SNP': 'rs188052880', 'chr_38': 17, 'bp_38': 57861644, 'nearestGene': 'CUEDC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18829485', 'SNP': 'rs188052880', ... | general | Select, Join | Metadata |
Q42.1005 | Q42 | What is the genomic location of rs79808231 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs79808231 is located on or closest to the gene INPP4A on chromosome 2 at base pair position 98467887 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 = 'rs79808231'
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_2034841', 'SNP': 'rs79808231', 'chr_38': 2, 'bp_38': 98467887, 'nearestGene': 'INPP4A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2431129', 'SNP': 'rs79808231', 'ch... | general | Select, Join | Metadata |
Q42.156 | Q42 | What is the genomic location of rs113635295 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113635295 is located on or closest to the genes IFTAP and LINC02760 on chromosome 11 at base pair position 37246615 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 = 'rs113635295'
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_2948820', 'SNP': 'rs113635295', 'chr_38': 11, 'bp_38': 37246615, 'nearestGene': 'IFTAP;LINC02760'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13983275', 'SNP': 'rs11... | general | Select, Join | Metadata |
Q42.1108 | Q42 | What is the genomic location of rs67191446 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 rs67191446 is located on or closest to the gene CACNG7 on chromosome 19 at base pair position 53919782 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 = 'rs67191446'
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_3977311', 'SNP': 'rs67191446', 'chr_38': 19, 'bp_38': 53919782, 'nearestGene': 'CACNG7'}] | general | Select, Join | Metadata |
Q42.1719 | Q42 | What is the genomic location of rs77639919 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs77639919 is located on or closest to the gene TMPO on chromosome 12 at base pair position 98522280 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 = 'rs77639919'
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_1184581', 'SNP': 'rs77639919', 'chr_38': 12, 'bp_38': 98522280, 'nearestGene': 'TMPO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15461105', 'SNP': 'rs77639919', 'ch... | general | Select, Join | Metadata |
Q42.1998 | Q42 | What is the genomic location of rs10739689 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10739689 is located on or closest to the gene RALGPS1 on chromosome 9 at base pair position 127151868 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 = 'rs10739689'
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_3416469', 'SNP': 'rs10739689', 'chr_38': 9, 'bp_38': 127151868, 'nearestGene': 'RALGPS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12525299', 'SNP': 'rs10739689', ... | general | Select, Join | Metadata |
Q42.796 | Q42 | What is the genomic location of rs190448048 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 rs190448048 is located on or closest to the genes POM121L12 and LINC01446 on chromosome 7 at base pair position 53194932 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 = 'rs190448048'
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_9771416', 'SNP': 'rs190448048', 'chr_38': 7, 'bp_38': 53194932, 'nearestGene': 'POM121L12;LINC01446'}] | general | Select, Join | Metadata |
Q42.587 | Q42 | What is the genomic location of rs764786198 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 rs764786198 is located on or closest to the gene PPP1R17 on chromosome 7 at base pair position 31688571 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 = 'rs764786198'
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_9596922', 'SNP': 'rs764786198', 'chr_38': 7, 'bp_38': 31688571, 'nearestGene': 'PPP1R17'}] | general | Select, Join | Metadata |
Q42.710 | Q42 | What is the genomic location of rs61520068 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs61520068 is located on or closest to the genes GOT2 and APOOP5 on chromosome 16 at base pair position 59174799 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 = 'rs61520068'
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_326351', 'SNP': 'rs61520068', 'chr_38': 16, 'bp_38': 59174799, 'nearestGene': 'GOT2;APOOP5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18144811', 'SNP': 'rs61520068... | general | Select, Join | Metadata |
Q42.1222 | Q42 | What is the genomic location of rs75185323 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs75185323 is located on or closest to the genes ADGRL4 and LINC01781 on chromosome 1 at base pair position 79741333 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 = 'rs75185323'
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_858870', 'SNP': 'rs75185323', 'chr_38': 1, 'bp_38': 79741333, 'nearestGene': 'ADGRL4;LINC01781'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_588585', 'SNP': 'rs751853... | general | Select, Join | Metadata |
Q42.1308 | Q42 | What is the genomic location of rs16951838 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs16951838 is located on or closest to the genes LINC01229 and LOC102724084 on chromosome 16 at base pair position 79971821 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 = 'rs16951838'
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_162211', 'SNP': 'rs16951838', 'chr_38': 16, 'bp_38': 79971821, 'nearestGene': 'LINC01229;LOC102724084'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18323783', 'SNP': ... | general | Select, Join | Metadata |
Q42.1666 | Q42 | What is the genomic location of rs4931204 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4931204 is located on or closest to the gene TMTC1 on chromosome 12 at base pair position 29565730 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 = 'rs4931204'
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_2085164', 'SNP': 'rs4931204', 'chr_38': 12, 'bp_38': 29565730, 'nearestGene': 'TMTC1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14960119', 'SNP': 'rs4931204', 'chr... | general | Select, Join | Metadata |
Q42.1270 | Q42 | What is the genomic location of rs8037857 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs8037857 is located on or closest to the gene AGBL1 on chromosome 15 at base pair position 86995248 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 = 'rs8037857'
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_1589465', 'SNP': 'rs8037857', 'chr_38': 15, 'bp_38': 86995248, 'nearestGene': 'AGBL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17656878', 'SNP': 'rs8037857', 'chr... | general | Select, Join | Metadata |
Q42.493 | Q42 | What is the genomic location of rs6744158 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6744158 is located on or closest to the genes AGAP1 and GBX2 on chromosome 2 at base pair position 236157466 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 = 'rs6744158'
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_430263', 'SNP': 'rs6744158', 'chr_38': 2, 'bp_38': 236157466, 'nearestGene': 'AGAP1;GBX2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3444675', 'SNP': 'rs6744158', '... | general | Select, Join | Metadata |
Q42.565 | Q42 | What is the genomic location of rs544862048 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 rs544862048 is located on or closest to the genes SLC66A1L and SHOX2 on chromosome 3 at base pair position 157650598 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 = 'rs544862048'
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_4725816', 'SNP': 'rs544862048', 'chr_38': 3, 'bp_38': 157650598, 'nearestGene': 'SLC66A1L;SHOX2'}] | general | Select, Join | Metadata |
Q42.1151 | Q42 | What is the genomic location of rs189085625 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 rs189085625 is located on or closest to the genes MAT2B and LINC02143 on chromosome 5 at base pair position 163666261 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 = 'rs189085625'
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_7796536', 'SNP': 'rs189085625', 'chr_38': 5, 'bp_38': 163666261, 'nearestGene': 'MAT2B;LINC02143'}] | general | Select, Join | Metadata |
Q42.1129 | Q42 | What is the genomic location of rs4270517 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4270517 is located on or closest to the gene LINC00971 on chromosome 3 at base pair position 84685408 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 = 'rs4270517'
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_7665705', 'SNP': 'rs4270517', 'chr_38': 3, 'bp_38': 84685408, 'nearestGene': 'LINC00971'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4185779', 'SNP': 'rs4270517', 'c... | general | Select, Join | Metadata |
Q42.808 | Q42 | What is the genomic location of rs773713393 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 rs773713393 is located on or closest to the gene PNPLA3 on chromosome 22 at base pair position 43923868 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 = 'rs773713393'
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_21071938', 'SNP': 'rs773713393', 'chr_38': 22, 'bp_38': 43923868, 'nearestGene': 'PNPLA3'}] | general | Select, Join | Metadata |
Q42.518 | Q42 | What is the genomic location of rs12000388 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12000388 is located on or closest to the genes SH3GL2 and ADAMTSL1 on chromosome 9 at base pair position 18075712 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 = 'rs12000388'
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_353879', 'SNP': 'rs12000388', 'chr_38': 9, 'bp_38': 18075712, 'nearestGene': 'SH3GL2;ADAMTSL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11883663', 'SNP': 'rs12000... | general | Select, Join | Metadata |
Q42.640 | Q42 | What is the genomic location of rs575824570 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 rs575824570 is located on or closest to the gene AK5 on chromosome 1 at base pair position 77526745 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 = 'rs575824570'
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_571937', 'SNP': 'rs575824570', 'chr_38': 1, 'bp_38': 77526745, 'nearestGene': 'AK5'}] | general | Select, Join | Metadata |
Q42.1480 | Q42 | What is the genomic location of rs164806 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs164806 is located on or closest to the genes MIR4790 and GRM7-AS3 on chromosome 3 at base pair position 6607190 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 = 'rs164806'
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_4318199', 'SNP': 'rs164806', 'chr_38': 3, 'bp_38': 6607190, 'nearestGene': 'MIR4790;GRM7-AS3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3566692', 'SNP': 'rs164806'... | general | Select, Join | Metadata |
Q42.1789 | Q42 | What is the genomic location of rs114052429 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs114052429 is located on or closest to the gene KMO on chromosome 1 at base pair position 241564140 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 = 'rs114052429'
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_2723905', 'SNP': 'rs114052429', 'chr_38': 1, 'bp_38': 241564140, 'nearestGene': 'KMO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1626146', 'SNP': 'rs114052429', 'ch... | general | Select, Join | Metadata |
Q42.1546 | Q42 | What is the genomic location of rs117851581 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117851581 is located on or closest to the gene L3MBTL1 on chromosome 20 at base pair position 43541214 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 = 'rs117851581'
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_1961734', 'SNP': 'rs117851581', 'chr_38': 20, 'bp_38': 43541214, 'nearestGene': 'L3MBTL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20393908', 'SNP': 'rs117851581'... | general | Select, Join | Metadata |
Q42.1160 | Q42 | What is the genomic location of rs867720478 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 rs867720478 is located on or closest to the genes LINC02016 and LINC01471 on chromosome 3 at base pair position 127482244 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 = 'rs867720478'
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_4498988', 'SNP': 'rs867720478', 'chr_38': 3, 'bp_38': 127482244, 'nearestGene': 'LINC02016;LINC01471'}] | general | Select, Join | Metadata |
Q42.797 | Q42 | What is the genomic location of rs8004380 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 rs8004380 is located on or closest to the genes LOC728755 and FOXG1-AS1 on chromosome 14 at base pair position 28032574 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 = 'rs8004380'
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_16570871', 'SNP': 'rs8004380', 'chr_38': 14, 'bp_38': 28032574, 'nearestGene': 'LOC728755;FOXG1-AS1'}] | general | Select, Join | Metadata |
Q42.119 | Q42 | What is the genomic location of rs56799822 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs56799822 is located on or closest to the gene ZNF680 on chromosome 7 at base pair position 64532940 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 = 'rs56799822'
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_1764309', 'SNP': 'rs56799822', 'chr_38': 7, 'bp_38': 64532940, 'nearestGene': 'ZNF680'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9824024', 'SNP': 'rs56799822', 'ch... | general | Select, Join | Metadata |
Q42.747 | Q42 | What is the genomic location of rs34961808 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs34961808 is located on or closest to the genes KRT18 and EIF4B on chromosome 12 at base pair position 52958567 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 = 'rs34961808'
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_6462699', 'SNP': 'rs34961808', 'chr_38': 12, 'bp_38': 52958567, 'nearestGene': 'KRT18;EIF4B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15125708', 'SNP': 'rs3496180... | general | Select, Join | Metadata |
Q42.1691 | Q42 | What is the genomic location of rs9389467 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9389467 is located on or closest to the genes IL20RA and IL22RA2 on chromosome 6 at base pair position 137097557 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 = 'rs9389467'
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_309315', 'SNP': 'rs9389467', 'chr_38': 6, 'bp_38': 137097557, 'nearestGene': 'IL20RA;IL22RA2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9023262', 'SNP': 'rs9389467... | general | Select, Join | Metadata |
Q42.1090 | Q42 | What is the genomic location of rs10926583 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10926583 is located on or closest to the gene LYST on chromosome 1 at base pair position 235755016 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 = 'rs10926583'
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_927702', 'SNP': 'rs10926583', 'chr_38': 1, 'bp_38': 235755016, 'nearestGene': 'LYST'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1575093', 'SNP': 'rs10926583', 'chr_... | general | Select, Join | Metadata |
Q42.837 | Q42 | What is the genomic location of rs224121 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs224121 is located on or closest to the genes ZNF365 and ADO on chromosome 10 at base pair position 62687592 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 = 'rs224121'
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_5148406', 'SNP': 'rs224121', 'chr_38': 10, 'bp_38': 62687592, 'nearestGene': 'ZNF365;ADO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13118595', 'SNP': 'rs224121', '... | general | Select, Join | Metadata |
Q42.122 | Q42 | What is the genomic location of rs148367513 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 rs148367513 is located on or closest to the gene ARHGEF4 on chromosome 2 at base pair position 130991562 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 = 'rs148367513'
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_2670469', 'SNP': 'rs148367513', 'chr_38': 2, 'bp_38': 130991562, 'nearestGene': 'ARHGEF4'}] | general | Select, Join | Metadata |
Q42.663 | Q42 | What is the genomic location of rs80076275 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs80076275 is located on or closest to the genes PTCH1 and LINC00476 on chromosome 9 at base pair position 95616078 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 = 'rs80076275'
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_2209577', 'SNP': 'rs80076275', 'chr_38': 9, 'bp_38': 95616078, 'nearestGene': 'PTCH1;LINC00476'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12279606', 'SNP': 'rs8007... | general | Select, Join | Metadata |
Q42.1908 | Q42 | What is the genomic location of rs73293544 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 rs73293544 is located on or closest to the gene LINC01726 on chromosome 20 at base pair position 21671449 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 = 'rs73293544'
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_20266911', 'SNP': 'rs73293544', 'chr_38': 20, 'bp_38': 21671449, 'nearestGene': 'LINC01726'}] | general | Select, Join | Metadata |
Q42.642 | Q42 | What is the genomic location of rs724374 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs724374 is located on or closest to the gene PTPRG on chromosome 3 at base pair position 62042983 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 = 'rs724374'
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_6788447', 'SNP': 'rs724374', 'chr_38': 3, 'bp_38': 62042983, 'nearestGene': 'PTPRG'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4004335', 'SNP': 'rs724374', 'chr_38'... | general | Select, Join | Metadata |
Q42.374 | Q42 | What is the genomic location of rs770909144 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 rs770909144 is located on or closest to the genes LINC01226 and TINAGL1 on chromosome 1 at base pair position 31531261 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 = 'rs770909144'
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_242225', 'SNP': 'rs770909144', 'chr_38': 1, 'bp_38': 31531261, 'nearestGene': 'LINC01226;TINAGL1'}] | general | Select, Join | Metadata |
Q42.271 | Q42 | What is the genomic location of rs113720797 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113720797 is located on or closest to the gene ABLIM1 on chromosome 10 at base pair position 114740448 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 = 'rs113720797'
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_6045142', 'SNP': 'rs113720797', 'chr_38': 10, 'bp_38': 114740448, 'nearestGene': 'ABLIM1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13518925', 'SNP': 'rs113720797'... | general | Select, Join | Metadata |
Q42.662 | Q42 | What is the genomic location of rs150305424 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 rs150305424 is located on or closest to the gene SLC7A1 on chromosome 13 at base pair position 29571990 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 = 'rs150305424'
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_15825390', 'SNP': 'rs150305424', 'chr_38': 13, 'bp_38': 29571990, 'nearestGene': 'SLC7A1'}] | general | Select, Join | Metadata |
Q42.944 | Q42 | What is the genomic location of rs113358599 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113358599 is located on or closest to the genes CRYL1 and IFT88 on chromosome 13 at base pair position 20550229 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 = 'rs113358599'
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_5892222', 'SNP': 'rs113358599', 'chr_38': 13, 'bp_38': 20550229, 'nearestGene': 'CRYL1;IFT88'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15747686', 'SNP': 'rs113358... | general | Select, Join | Metadata |
Q42.829 | Q42 | What is the genomic location of rs74064386 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs74064386 is located on or closest to the genes CAPZA3 and PLEKHA5 on chromosome 12 at base pair position 19049365 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 = 'rs74064386'
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_7106977', 'SNP': 'rs74064386', 'chr_38': 12, 'bp_38': 19049365, 'nearestGene': 'CAPZA3;PLEKHA5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14875776', 'SNP': 'rs7406... | general | Select, Join | Metadata |
Q42.873 | Q42 | What is the genomic location of rs6735788 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6735788 is located on or closest to the genes GACAT3 and CYRIA on chromosome 2 at base pair position 16402300 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 = 'rs6735788'
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_3185233', 'SNP': 'rs6735788', 'chr_38': 2, 'bp_38': 16402300, 'nearestGene': 'GACAT3;CYRIA'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1826535', 'SNP': 'rs6735788',... | general | Select, Join | Metadata |
Q42.47 | Q42 | What is the genomic location of rs6870016 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 rs6870016 is located on or closest to the gene LINC01386 on chromosome 5 at base pair position 73462160 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 = 'rs6870016'
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_7097093', 'SNP': 'rs6870016', 'chr_38': 5, 'bp_38': 73462160, 'nearestGene': 'LINC01386'}] | general | Select, Join | Metadata |
Q42.1388 | Q42 | What is the genomic location of rs145587905 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 rs145587905 is located on or closest to the gene SRRM4 on chromosome 12 at base pair position 119007638 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 = 'rs145587905'
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_15611806', 'SNP': 'rs145587905', 'chr_38': 12, 'bp_38': 119007638, 'nearestGene': 'SRRM4'}] | general | Select, Join | Metadata |
Q42.1709 | Q42 | What is the genomic location of rs72823415 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72823415 is located on or closest to the genes ARL17B and CDC27 on chromosome 17 at base pair position 47081269 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 = 'rs72823415'
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_2285281', 'SNP': 'rs72823415', 'chr_38': 17, 'bp_38': 47081269, 'nearestGene': 'ARL17B;CDC27'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18749883', 'SNP': 'rs728234... | general | Select, Join | Metadata |
Q42.1000 | Q42 | What is the genomic location of rs117399262 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117399262 is located on or closest to the genes LINC01195 and GRIN2A on chromosome 16 at base pair position 9744249 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 = 'rs117399262'
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_2562504', 'SNP': 'rs117399262', 'chr_38': 16, 'bp_38': 9744249, 'nearestGene': 'LINC01195;GRIN2A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17898683', 'SNP': 'rs11... | general | Select, Join | Metadata |
Q42.883 | Q42 | What is the genomic location of rs897234505 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 rs897234505 is located on or closest to the gene FOXN3 on chromosome 14 at base pair position 89446415 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 = 'rs897234505'
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_17051195', 'SNP': 'rs897234505', 'chr_38': 14, 'bp_38': 89446415, 'nearestGene': 'FOXN3'}] | general | Select, Join | Metadata |
Q42.780 | Q42 | What is the genomic location of rs58623012 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs58623012 is located on or closest to the genes LOC286178 and LINC01602 on chromosome 8 at base pair position 57846941 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 = 'rs58623012'
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_793176', 'SNP': 'rs58623012', 'chr_38': 8, 'bp_38': 57846941, 'nearestGene': 'LOC286178;LINC01602'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11036191', 'SNP': 'rs5... | general | Select, Join | Metadata |
Q42.1229 | Q42 | What is the genomic location of rs572165039 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 rs572165039 is located on chromosome 17 at base pair position 47578123 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 = 'rs572165039'
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_18753121', 'SNP': 'rs572165039', 'chr_38': 17, 'bp_38': 47578123, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.2000 | Q42 | What is the genomic location of rs3011403 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3011403 is located on or closest to the genes LINC01561 and WDR11-AS1 on chromosome 10 at base pair position 120743827 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 = 'rs3011403'
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_3283547', 'SNP': 'rs3011403', 'chr_38': 10, 'bp_38': 120743827, 'nearestGene': 'LINC01561;WDR11-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13561783', 'SNP': 'r... | general | Select, Join | Metadata |
Q42.5 | Q42 | What is the genomic location of rs78476700 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 rs78476700 is located on or closest to the gene AFF3 on chromosome 2 at base pair position 99941199 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 = 'rs78476700'
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_2440395', 'SNP': 'rs78476700', 'chr_38': 2, 'bp_38': 99941199, 'nearestGene': 'AFF3'}] | general | Select, Join | Metadata |
Q42.1012 | Q42 | What is the genomic location of rs34539937 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs34539937 is located on or closest to the gene CTNNA3 on chromosome 10 at base pair position 66027776 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 = 'rs34539937'
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_13146143', 'SNP': 'rs34539937', 'chr_38': 10, 'bp_38': 66027776, 'nearestGene': 'CTNNA3'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4247340', 'SNP': 'rs34539937', '... | general | Select, Join | Metadata |
Q42.1724 | Q42 | What is the genomic location of rs115668142 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs115668142 is located on or closest to the gene EYS on chromosome 6 at base pair position 64826714 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 = 'rs115668142'
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_3582162', 'SNP': 'rs115668142', 'chr_38': 6, 'bp_38': 64826714, 'nearestGene': 'EYS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8465299', 'SNP': 'rs115668142', 'chr... | general | Select, Join | Metadata |
Q42.266 | Q42 | What is the genomic location of rs7563556 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7563556 is located on or closest to the genes SLC8A1 and LINC01913 on chromosome 2 at base pair position 41741433 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 = 'rs7563556'
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_735972', 'SNP': 'rs7563556', 'chr_38': 2, 'bp_38': 41741433, 'nearestGene': 'SLC8A1;LINC01913'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2032582', 'SNP': 'rs756355... | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.