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.1242 | Q42 | What is the genomic location of rs73050030 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73050030 is located on or closest to the gene UMAD1 on chromosome 7 at base pair position 7753910 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 = 'rs73050030'
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_4791393', 'SNP': 'rs73050030', 'chr_38': 7, 'bp_38': 7753910, 'nearestGene': 'UMAD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9376270', 'SNP': 'rs73050030', 'chr_... | general | Select, Join | Metadata |
Q42.24 | Q42 | What is the genomic location of rs73425579 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73425579 is located on or closest to the genes E2F7 and NAV3 on chromosome 12 at base pair position 77630181 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 = 'rs73425579'
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_3645821', 'SNP': 'rs73425579', 'chr_38': 12, 'bp_38': 77630181, 'nearestGene': 'E2F7;NAV3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15306940', 'SNP': 'rs73425579'... | general | Select, Join | Metadata |
Q42.779 | Q42 | What is the genomic location of rs531224847 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 rs531224847 is located on or closest to the genes LINC01795 and LINC01122 on chromosome 2 at base pair position 58478949 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 = 'rs531224847'
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_2182498', 'SNP': 'rs531224847', 'chr_38': 2, 'bp_38': 58478949, 'nearestGene': 'LINC01795;LINC01122'}] | general | Select, Join | Metadata |
Q42.65 | Q42 | What is the genomic location of rs138558179 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 rs138558179 is located on or closest to the gene C15orf32 on chromosome 15 at base pair position 92480028 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 = 'rs138558179'
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_17703490', 'SNP': 'rs138558179', 'chr_38': 15, 'bp_38': 92480028, 'nearestGene': 'C15orf32'}] | general | Select, Join | Metadata |
Q42.1366 | Q42 | What is the genomic location of rs10994958 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10994958 is located on or closest to the genes CABCOCO1 and ARID5B on chromosome 10 at base pair position 61873318 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 = 'rs10994958'
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_13112639', 'SNP': 'rs10994958', 'chr_38': 10, 'bp_38': 61873318, 'nearestGene': 'CABCOCO1;ARID5B'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2648026', 'SNP': 'rs109... | general | Select, Join | Metadata |
Q42.191 | Q42 | What is the genomic location of rs62222869 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs62222869 is located on or closest to the gene TIAM1 on chromosome 21 at base pair position 31523108 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 = 'rs62222869'
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_5919349', 'SNP': 'rs62222869', 'chr_38': 21, 'bp_38': 31523108, 'nearestGene': 'TIAM1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20725539', 'SNP': 'rs62222869', 'c... | general | Select, Join | Metadata |
Q42.1630 | Q42 | What is the genomic location of rs190049115 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 rs190049115 is located on or closest to the genes MIR3144 and TBC1D32 on chromosome 6 at base pair position 120171856 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 = 'rs190049115'
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_8898050', 'SNP': 'rs190049115', 'chr_38': 6, 'bp_38': 120171856, 'nearestGene': 'MIR3144;TBC1D32'}] | general | Select, Join | Metadata |
Q42.1395 | Q42 | What is the genomic location of rs790722 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs790722 is located on or closest to the genes LOC101928617 and CLLU1-AS1 on chromosome 12 at base pair position 92282095 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 = 'rs790722'
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_4647796', 'SNP': 'rs790722', 'chr_38': 12, 'bp_38': 92282095, 'nearestGene': 'LOC101928617;CLLU1-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15412271', 'SNP': '... | general | Select, Join | Metadata |
Q42.1547 | Q42 | What is the genomic location of rs72833326 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72833326 is located on or closest to the gene DPYSL3 on chromosome 5 at base pair position 147398684 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 = 'rs72833326'
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_7672164', 'SNP': 'rs72833326', 'chr_38': 5, 'bp_38': 147398684, 'nearestGene': 'DPYSL3'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6024206', 'SNP': 'rs72833326', 'c... | general | Select, Join | Metadata |
Q42.346 | Q42 | What is the genomic location of rs551393579 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 rs551393579 is located on or closest to the gene PLPPR1 on chromosome 9 at base pair position 101052925 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 = 'rs551393579'
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_12318116', 'SNP': 'rs551393579', 'chr_38': 9, 'bp_38': 101052925, 'nearestGene': 'PLPPR1'}] | general | Select, Join | Metadata |
Q42.400 | Q42 | What is the genomic location of rs12878970 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12878970 is located on or closest to the gene SRP54 on chromosome 14 at base pair position 35002080 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 = 'rs12878970'
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_7272064', 'SNP': 'rs12878970', 'chr_38': 14, 'bp_38': 35002080, 'nearestGene': 'SRP54'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16624048', 'SNP': 'rs12878970', 'c... | general | Select, Join | Metadata |
Q42.1393 | Q42 | What is the genomic location of rs17040508 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 rs17040508 is located on or closest to the gene CAMSAP1 on chromosome 9 at base pair position 135824051 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 = 'rs17040508'
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_12598421', 'SNP': 'rs17040508', 'chr_38': 9, 'bp_38': 135824051, 'nearestGene': 'CAMSAP1'}] | general | Select, Join | Metadata |
Q42.1876 | Q42 | What is the genomic location of rs7830930 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 rs7830930 is located on or closest to the gene DLGAP2 on chromosome 8 at base pair position 1349072 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 = 'rs7830930'
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_10535786', 'SNP': 'rs7830930', 'chr_38': 8, 'bp_38': 1349072, 'nearestGene': 'DLGAP2'}] | general | Select, Join | Metadata |
Q42.199 | Q42 | What is the genomic location of rs972313902 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 rs972313902 is located on or closest to the gene B4GALT6 on chromosome 18 at base pair position 31685472 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 = 'rs972313902'
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_19226284', 'SNP': 'rs972313902', 'chr_38': 18, 'bp_38': 31685472, 'nearestGene': 'B4GALT6'}] | general | Select, Join | Metadata |
Q42.1173 | Q42 | What is the genomic location of rs4633389 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4633389 is located on or closest to the gene VTI1A on chromosome 10 at base pair position 112802916 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 = 'rs4633389'
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_25259', 'SNP': 'rs4633389', 'chr_38': 10, 'bp_38': 112802916, 'nearestGene': 'VTI1A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13505195', 'SNP': 'rs4633389', 'chr_... | general | Select, Join | Metadata |
Q42.320 | Q42 | What is the genomic location of rs551710499 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 rs551710499 is located on or closest to the gene BBS9 on chromosome 7 at base pair position 33410950 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 = 'rs551710499'
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_9611088', 'SNP': 'rs551710499', 'chr_38': 7, 'bp_38': 33410950, 'nearestGene': 'BBS9'}] | general | Select, Join | Metadata |
Q42.1002 | Q42 | What is the genomic location of rs142113836 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs142113836 is located on or closest to the gene LINC00615 on chromosome 12 at base pair position 90929000 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 = 'rs142113836'
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_7612535', 'SNP': 'rs142113836', 'chr_38': 12, 'bp_38': 90929000, 'nearestGene': 'LINC00615'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15402422', 'SNP': 'rs14211383... | general | Select, Join | Metadata |
Q42.223 | Q42 | What is the genomic location of rs571378508 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 rs571378508 is located on or closest to the genes CTAGE6 and TCAF2P1 on chromosome 7 at base pair position 143772227 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 = 'rs571378508'
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_10391852', 'SNP': 'rs571378508', 'chr_38': 7, 'bp_38': 143772227, 'nearestGene': 'CTAGE6;TCAF2P1'}] | general | Select, Join | Metadata |
Q42.1220 | Q42 | What is the genomic location of rs4743624 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4743624 is located on or closest to the genes CYLC2 and LINC01492 on chromosome 9 at base pair position 103138131 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 = 'rs4743624'
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_7566779', 'SNP': 'rs4743624', 'chr_38': 9, 'bp_38': 103138131, 'nearestGene': 'CYLC2;LINC01492'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12337331', 'SNP': 'rs4743... | general | Select, Join | Metadata |
Q42.103 | Q42 | What is the genomic location of rs144832332 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs144832332 is located on or closest to the gene FCHSD2 on chromosome 11 at base pair position 72993872 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 = 'rs144832332'
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_72608', 'SNP': 'rs144832332', 'chr_38': 11, 'bp_38': 72993872, 'nearestGene': 'FCHSD2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14234842', 'SNP': 'rs144832332', '... | general | Select, Join | Metadata |
Q42.1655 | Q42 | What is the genomic location of rs571229770 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 rs571229770 is located on chromosome 4 at base pair position 98401731 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 = 'rs571229770'
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_5825314', 'SNP': 'rs571229770', 'chr_38': 4, 'bp_38': 98401731, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.949 | Q42 | What is the genomic location of rs4707879 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4707879 is located on or closest to the genes B3GAT2 and OGFRL1 on chromosome 6 at base pair position 71014715 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 = 'rs4707879'
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_3552297', 'SNP': 'rs4707879', 'chr_38': 6, 'bp_38': 71014715, 'nearestGene': 'B3GAT2;OGFRL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8521496', 'SNP': 'rs4707879'... | general | Select, Join | Metadata |
Q42.1939 | Q42 | What is the genomic location of rs116224893 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 rs116224893 is located on or closest to the gene LINC02380 on chromosome 4 at base pair position 57428964 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 = 'rs116224893'
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_5493863', 'SNP': 'rs116224893', 'chr_38': 4, 'bp_38': 57428964, 'nearestGene': 'LINC02380'}] | general | Select, Join | Metadata |
Q42.1914 | Q42 | What is the genomic location of rs4755949 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4755949 is located on or closest to the gene PRDM11 on chromosome 11 at base pair position 45202253 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 = 'rs4755949'
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_2388846', 'SNP': 'rs4755949', 'chr_38': 11, 'bp_38': 45202253, 'nearestGene': 'PRDM11'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14052253', 'SNP': 'rs4755949', 'ch... | general | Select, Join | Metadata |
Q42.1127 | Q42 | What is the genomic location of rs17366825 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs17366825 is located on chromosome 1 at base pair position 5186303 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 = 'rs17366825'
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_1184152', 'SNP': 'rs17366825', 'chr_38': 1, 'bp_38': 5186303, 'nearestGene': 'AJAP1;MIR4689'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_40605', 'SNP': 'rs17366825',... | general | Select, Join | Metadata |
Q42.1052 | Q42 | What is the genomic location of rs12992813 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12992813 is located on or closest to the gene DPYSL5 on chromosome 2 at base pair position 26874326 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 = 'rs12992813'
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_257357', 'SNP': 'rs12992813', 'chr_38': 2, 'bp_38': 26874326, 'nearestGene': 'DPYSL5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1905732', 'SNP': 'rs12992813', 'chr... | general | Select, Join | Metadata |
Q42.1538 | Q42 | What is the genomic location of rs554183060 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 rs554183060 is located on or closest to the genes VWC2L and BARD1 on chromosome 2 at base pair position 214634398 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 = 'rs554183060'
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_3275574', 'SNP': 'rs554183060', 'chr_38': 2, 'bp_38': 214634398, 'nearestGene': 'VWC2L;BARD1'}] | general | Select, Join | Metadata |
Q42.356 | Q42 | What is the genomic location of rs12444810 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12444810 is located on or closest to the genes CNEP1R1 and HEATR3 on chromosome 16 at base pair position 50046686 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 = 'rs12444810'
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_1171711', 'SNP': 'rs12444810', 'chr_38': 16, 'bp_38': 50046686, 'nearestGene': 'CNEP1R1;HEATR3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18073243', 'SNP': 'rs1244... | general | Select, Join | Metadata |
Q42.603 | Q42 | What is the genomic location of rs3742410 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3742410 is located on or closest to the gene LINC02285 on chromosome 14 at base pair position 101120447 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 = 'rs3742410'
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_23638', 'SNP': 'rs3742410', 'chr_38': 14, 'bp_38': 101120447, 'nearestGene': 'LINC02285'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17147994', 'SNP': 'rs3742410', '... | general | Select, Join | Metadata |
Q42.1559 | Q42 | What is the genomic location of rs112430775 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112430775 is located on or closest to the genes CCDC182 and MRPS23 on chromosome 17 at base pair position 57825484 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 = 'rs112430775'
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_4001766', 'SNP': 'rs112430775', 'chr_38': 17, 'bp_38': 57825484, 'nearestGene': 'CCDC182;MRPS23'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18829199', 'SNP': 'rs112... | general | Select, Join | Metadata |
Q42.1350 | Q42 | What is the genomic location of rs41435650 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs41435650 is located on or closest to the gene PDCD1 on chromosome 2 at base pair position 241857192 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 = 'rs41435650'
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_3342955', 'SNP': 'rs41435650', 'chr_38': 2, 'bp_38': 241857192, 'nearestGene': 'PDCD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3497240', 'SNP': 'rs41435650', 'ch... | general | Select, Join | Metadata |
Q42.1359 | Q42 | What is the genomic location of rs536494953 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 rs536494953 is located on or closest to the genes CT75 and SGPP2 on chromosome 2 at base pair position 222384638 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 = 'rs536494953'
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_3333326', 'SNP': 'rs536494953', 'chr_38': 2, 'bp_38': 222384638, 'nearestGene': 'CT75;SGPP2'}] | general | Select, Join | Metadata |
Q42.947 | Q42 | What is the genomic location of rs62322377 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 rs62322377 is located on or closest to the genes NPFFR2 and ADAMTS3 on chromosome 4 at base pair position 72223080 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 = 'rs62322377'
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_5620908', 'SNP': 'rs62322377', 'chr_38': 4, 'bp_38': 72223080, 'nearestGene': 'NPFFR2;ADAMTS3'}] | general | Select, Join | Metadata |
Q42.348 | Q42 | What is the genomic location of rs17562828 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs17562828 is located on or closest to the genes ELAC2 and LINC02093 on chromosome 17 at base pair position 13189736 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 = 'rs17562828'
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_4636075', 'SNP': 'rs17562828', 'chr_38': 17, 'bp_38': 13189736, 'nearestGene': 'ELAC2;LINC02093'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18554899', 'SNP': 'rs175... | general | Select, Join | Metadata |
Q42.606 | Q42 | What is the genomic location of rs27719 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs27719 is located on or closest to the genes NREP-AS1 and EPB41L4A on chromosome 5 at base pair position 112106812 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 = 'rs27719'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene... | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2123842', 'SNP': 'rs27719', 'chr_38': 5, 'bp_38': 112106812, 'nearestGene': 'NREP-AS1;EPB41L4A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7391812', 'SNP': 'rs27719... | general | Select, Join | Metadata |
Q42.719 | Q42 | What is the genomic location of rs144314633 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 rs144314633 is located on chromosome 21 at base pair position 38113315 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 = 'rs144314633'
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_20777923', 'SNP': 'rs144314633', 'chr_38': 21, 'bp_38': 38113315, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.118 | Q42 | What is the genomic location of rs7676679 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7676679 is located on or closest to the gene FSTL5 on chromosome 4 at base pair position 161794908 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 = 'rs7676679'
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_6312808', 'SNP': 'rs7676679', 'chr_38': 4, 'bp_38': 161794908, 'nearestGene': 'FSTL5'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_874227', 'SNP': 'rs7676679', 'chr_3... | general | Select, Join | Metadata |
Q42.617 | Q42 | What is the genomic location of rs3923268 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3923268 is located on or closest to the gene ADAMTS10 on chromosome 19 at base pair position 8590032 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 = 'rs3923268'
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_4569886', 'SNP': 'rs3923268', 'chr_38': 19, 'bp_38': 8590032, 'nearestGene': 'ADAMTS10'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19702198', 'SNP': 'rs3923268', 'c... | general | Select, Join | Metadata |
Q42.1013 | Q42 | What is the genomic location of rs41301541 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 rs41301541 is located on or closest to the gene PALM2AKAP2 on chromosome 9 at base pair position 110171107 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 = 'rs41301541'
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_12395957', 'SNP': 'rs41301541', 'chr_38': 9, 'bp_38': 110171107, 'nearestGene': 'PALM2AKAP2'}] | general | Select, Join | Metadata |
Q42.1265 | Q42 | What is the genomic location of rs113243343 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113243343 is located on or closest to the genes DMRT2 and SMARCA2 on chromosome 9 at base pair position 1700486 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 = 'rs113243343'
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_7744214', 'SNP': 'rs113243343', 'chr_38': 9, 'bp_38': 1700486, 'nearestGene': 'DMRT2;SMARCA2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11717040', 'SNP': 'rs113243... | general | Select, Join | Metadata |
Q42.1489 | Q42 | What is the genomic location of rs141808234 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 rs141808234 is located on or closest to the gene EPHA7 on chromosome 6 at base pair position 93388534 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 = 'rs141808234'
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_8703660', 'SNP': 'rs141808234', 'chr_38': 6, 'bp_38': 93388534, 'nearestGene': 'EPHA7'}] | general | Select, Join | Metadata |
Q42.489 | Q42 | What is the genomic location of rs76513761 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs76513761 is located on or closest to the genes KHDRBS3 and LINC02055 on chromosome 8 at base pair position 135742865 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 = 'rs76513761'
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_944290', 'SNP': 'rs76513761', 'chr_38': 8, 'bp_38': 135742865, 'nearestGene': 'KHDRBS3;LINC02055'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11620395', 'SNP': 'rs76... | general | Select, Join | Metadata |
Q42.1711 | Q42 | What is the genomic location of rs3794517 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3794517 is located on or closest to the gene SLC12A6 on chromosome 15 at base pair position 34273211 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 = 'rs3794517'
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_7266804', 'SNP': 'rs3794517', 'chr_38': 15, 'bp_38': 34273211, 'nearestGene': 'SLC12A6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17270389', 'SNP': 'rs3794517', 'c... | general | Select, Join | Metadata |
Q42.787 | Q42 | What is the genomic location of rs749456264 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 rs749456264 is located on or closest to the gene LINC02627 on chromosome 10 at base pair position 105759992 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 = 'rs749456264'
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_13446552', 'SNP': 'rs749456264', 'chr_38': 10, 'bp_38': 105759992, 'nearestGene': 'LINC02627'}] | general | Select, Join | Metadata |
Q42.881 | Q42 | What is the genomic location of rs11715519 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11715519 is located on or closest to the genes TAMM41 and SYN2 on chromosome 3 at base pair position 11886995 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 = 'rs11715519'
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_3850479', 'SNP': 'rs11715519', 'chr_38': 3, 'bp_38': 11886995, 'nearestGene': 'TAMM41;SYN2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3611424', 'SNP': 'rs11715519'... | general | Select, Join | Metadata |
Q42.1555 | Q42 | What is the genomic location of rs6497099 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6497099 is located on or closest to the genes LOC105370980 and LINC02207 on chromosome 15 at base pair position 93681594 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 = 'rs6497099'
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_2745846', 'SNP': 'rs6497099', 'chr_38': 15, 'bp_38': 93681594, 'nearestGene': 'LOC105370980;LINC02207'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17715372', 'SNP': ... | general | Select, Join | Metadata |
Q42.567 | Q42 | What is the genomic location of rs17779343 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs17779343 is located on or closest to the gene LINC02523 on chromosome 6 at base pair position 125719495 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 = 'rs17779343'
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_4367425', 'SNP': 'rs17779343', 'chr_38': 6, 'bp_38': 125719495, 'nearestGene': 'LINC02523'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8939310', 'SNP': 'rs17779343',... | general | Select, Join | Metadata |
Q42.254 | Q42 | What is the genomic location of rs55676833 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs55676833 is located on or closest to the gene ITPK1 on chromosome 14 at base pair position 93076865 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 = 'rs55676833'
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_2040677', 'SNP': 'rs55676833', 'chr_38': 14, 'bp_38': 93076865, 'nearestGene': 'ITPK1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17079677', 'SNP': 'rs55676833', 'c... | general | Select, Join | Metadata |
Q42.242 | Q42 | What is the genomic location of rs112800066 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112800066 is located on or closest to the genes TMEM14A and GSTA7P on chromosome 6 at base pair position 52722653 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 = 'rs112800066'
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_2464731', 'SNP': 'rs112800066', 'chr_38': 6, 'bp_38': 52722653, 'nearestGene': 'TMEM14A;GSTA7P'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8388989', 'SNP': 'rs11280... | general | Select, Join | Metadata |
Q42.176 | Q42 | What is the genomic location of rs75988927 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs75988927 is located on or closest to the gene SNTB1 on chromosome 8 at base pair position 120780143 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 = 'rs75988927'
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_5798745', 'SNP': 'rs75988927', 'chr_38': 8, 'bp_38': 120780143, 'nearestGene': 'SNTB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11499180', 'SNP': 'rs75988927', 'c... | general | Select, Join | Metadata |
Q42.824 | Q42 | What is the genomic location of rs145465336 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs145465336 is located on or closest to the gene HAVCR2 on chromosome 5 at base pair position 157103359 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 = 'rs145465336'
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_5728158', 'SNP': 'rs145465336', 'chr_38': 5, 'bp_38': 157103359, 'nearestGene': 'HAVCR2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7746411', 'SNP': 'rs145465336', ... | general | Select, Join | Metadata |
Q42.983 | Q42 | What is the genomic location of rs527444888 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 rs527444888 is located on or closest to the gene LINC01812 on chromosome 2 at base pair position 67822350 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 = 'rs527444888'
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_2252007', 'SNP': 'rs527444888', 'chr_38': 2, 'bp_38': 67822350, 'nearestGene': 'LINC01812'}] | general | Select, Join | Metadata |
Q42.1476 | Q42 | What is the genomic location of rs529469303 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 rs529469303 is located on or closest to the gene ASIC2 on chromosome 17 at base pair position 33280836 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 = 'rs529469303'
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_18660777', 'SNP': 'rs529469303', 'chr_38': 17, 'bp_38': 33280836, 'nearestGene': 'ASIC2'}] | general | Select, Join | Metadata |
Q42.1262 | Q42 | What is the genomic location of rs59368169 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs59368169 is located on or closest to the genes LINGO2 and LINC01242 on chromosome 9 at base pair position 29462899 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 = 'rs59368169'
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_5243004', 'SNP': 'rs59368169', 'chr_38': 9, 'bp_38': 29462899, 'nearestGene': 'LINGO2;LINC01242'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11989854', 'SNP': 'rs593... | general | Select, Join | Metadata |
Q42.1280 | Q42 | What is the genomic location of rs12766075 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12766075 is located on or closest to the gene PRKG1 on chromosome 10 at base pair position 51332726 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 = 'rs12766075'
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_6022305', 'SNP': 'rs12766075', 'chr_38': 10, 'bp_38': 51332726, 'nearestGene': 'PRKG1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13021447', 'SNP': 'rs12766075', 'c... | general | Select, Join | Metadata |
Q42.751 | Q42 | What is the genomic location of rs61975589 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs61975589 is located on or closest to the genes LINC00520 and PELI2 on chromosome 14 at base pair position 55886314 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 = 'rs61975589'
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_3641101', 'SNP': 'rs61975589', 'chr_38': 14, 'bp_38': 55886314, 'nearestGene': 'LINC00520;PELI2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16789594', 'SNP': 'rs619... | general | Select, Join | Metadata |
Q42.561 | Q42 | What is the genomic location of rs535156267 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 rs535156267 is located on or closest to the gene TRRAP on chromosome 7 at base pair position 99002796 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 = 'rs535156267'
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_10072702', 'SNP': 'rs535156267', 'chr_38': 7, 'bp_38': 99002796, 'nearestGene': 'TRRAP'}] | general | Select, Join | Metadata |
Q42.81 | Q42 | What is the genomic location of rs544436641 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 rs544436641 is located on or closest to the genes LOC101929116 and MVB12B on chromosome 9 at base pair position 126306272 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 = 'rs544436641'
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_12519206', 'SNP': 'rs544436641', 'chr_38': 9, 'bp_38': 126306272, 'nearestGene': 'LOC101929116;MVB12B'}] | general | Select, Join | Metadata |
Q42.1042 | Q42 | What is the genomic location of rs632222 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs632222 is located on or closest to the genes KIRREL3-AS3 and LOC101929473 on chromosome 11 at base pair position 127047721 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 = 'rs632222'
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_203207', 'SNP': 'rs632222', 'chr_38': 11, 'bp_38': 127047721, 'nearestGene': 'KIRREL3-AS3;LOC101929473'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14659545', 'SNP':... | general | Select, Join | Metadata |
Q42.1314 | Q42 | What is the genomic location of rs7311147 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7311147 is located on or closest to the gene CACNA1C on chromosome 12 at base pair position 2598655 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 = 'rs7311147'
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_1712144', 'SNP': 'rs7311147', 'chr_38': 12, 'bp_38': 2598655, 'nearestGene': 'CACNA1C'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14749519', 'SNP': 'rs7311147', 'ch... | general | Select, Join | Metadata |
Q42.33 | Q42 | What is the genomic location of rs4730978 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4730978 is located on or closest to the gene KCND2 on chromosome 7 at base pair position 120712836 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 = 'rs4730978'
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_5860339', 'SNP': 'rs4730978', 'chr_38': 7, 'bp_38': 120712836, 'nearestGene': 'KCND2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10226251', 'SNP': 'rs4730978', 'chr... | general | Select, Join | Metadata |
Q42.1739 | Q42 | What is the genomic location of rs12078724 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12078724 is located on or closest to the genes NEGR1 and LINC01360 on chromosome 1 at base pair position 72662473 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 = 'rs12078724'
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_3164102', 'SNP': 'rs12078724', 'chr_38': 1, 'bp_38': 72662473, 'nearestGene': 'NEGR1;LINC01360'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_536006', 'SNP': 'rs120787... | general | Select, Join | Metadata |
Q42.358 | Q42 | What is the genomic location of rs149741156 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 rs149741156 is located on or closest to the gene ITPRIPL2 on chromosome 16 at base pair position 19119393 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 = 'rs149741156'
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_17968666', 'SNP': 'rs149741156', 'chr_38': 16, 'bp_38': 19119393, 'nearestGene': 'ITPRIPL2'}] | general | Select, Join | Metadata |
Q42.1077 | Q42 | What is the genomic location of rs62102511 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs62102511 is located on or closest to the genes ZNF536 and LINC01791 on chromosome 19 at base pair position 30767436 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 = 'rs62102511'
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_1340135', 'SNP': 'rs62102511', 'chr_38': 19, 'bp_38': 30767436, 'nearestGene': 'ZNF536;LINC01791'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19865359', 'SNP': 'rs62... | general | Select, Join | Metadata |
Q42.1692 | Q42 | What is the genomic location of rs2746324 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2746324 is located on or closest to the genes ENPP5 and RCAN2 on chromosome 6 at base pair position 46177605 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 = 'rs2746324'
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_470967', 'SNP': 'rs2746324', 'chr_38': 6, 'bp_38': 46177605, 'nearestGene': 'ENPP5;RCAN2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8338275', 'SNP': 'rs2746324', '... | general | Select, Join | Metadata |
Q42.127 | Q42 | What is the genomic location of rs10203664 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10203664 is located on or closest to the gene NOL10 on chromosome 2 at base pair position 10612251 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 = 'rs10203664'
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_4538666', 'SNP': 'rs10203664', 'chr_38': 2, 'bp_38': 10612251, 'nearestGene': 'NOL10'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1777535', 'SNP': 'rs10203664', 'chr... | general | Select, Join | Metadata |
Q42.1031 | Q42 | What is the genomic location of rs74076219 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs74076219 is located on or closest to the genes CCDC91 and FAR2 on chromosome 12 at base pair position 29020176 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 = 'rs74076219'
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_7491113', 'SNP': 'rs74076219', 'chr_38': 12, 'bp_38': 29020176, 'nearestGene': 'CCDC91;FAR2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14955426', 'SNP': 'rs7407621... | general | Select, Join | Metadata |
Q42.399 | Q42 | What is the genomic location of rs2521470 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2521470 is located on or closest to the gene TNRC6A on chromosome 16 at base pair position 24654400 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 = 'rs2521470'
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_4738216', 'SNP': 'rs2521470', 'chr_38': 16, 'bp_38': 24654400, 'nearestGene': 'TNRC6A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18003197', 'SNP': 'rs2521470', 'ch... | general | Select, Join | Metadata |
Q42.444 | Q42 | What is the genomic location of rs4659650 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4659650 is located on or closest to the genes ERO1B and EDARADD on chromosome 1 at base pair position 236337761 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 = 'rs4659650'
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_4454489', 'SNP': 'rs4659650', 'chr_38': 1, 'bp_38': 236337761, 'nearestGene': 'ERO1B;EDARADD'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1579918', 'SNP': 'rs4659650... | general | Select, Join | Metadata |
Q42.166 | Q42 | What is the genomic location of rs965090205 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 rs965090205 is located on or closest to the gene VIL1 on chromosome 2 at base pair position 218419290 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 = 'rs965090205'
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_3304718', 'SNP': 'rs965090205', 'chr_38': 2, 'bp_38': 218419290, 'nearestGene': 'VIL1'}] | general | Select, Join | Metadata |
Q42.206 | Q42 | What is the genomic location of rs339329 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs339329 is located on or closest to the gene RFX6 on chromosome 6 at base pair position 116887763 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 = 'rs339329'
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_7643010', 'SNP': 'rs339329', 'chr_38': 6, 'bp_38': 116887763, 'nearestGene': 'RFX6'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8873442', 'SNP': 'rs339329', 'chr_38'... | general | Select, Join | Metadata |
Q42.1571 | Q42 | What is the genomic location of rs76114784 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs76114784 is located on or closest to the gene ELF1 on chromosome 13 at base pair position 40983914 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 = 'rs76114784'
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_5499961', 'SNP': 'rs76114784', 'chr_38': 13, 'bp_38': 40983914, 'nearestGene': 'ELF1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15912982', 'SNP': 'rs76114784', 'ch... | general | Select, Join | Metadata |
Q42.1641 | Q42 | What is the genomic location of rs12679861 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12679861 is located on or closest to the gene OTUD6B-AS1 on chromosome 8 at base pair position 91059288 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 = 'rs12679861'
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_5619144', 'SNP': 'rs12679861', 'chr_38': 8, 'bp_38': 91059288, 'nearestGene': 'OTUD6B-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11285344', 'SNP': 'rs12679861'... | general | Select, Join | Metadata |
Q42.1565 | Q42 | What is the genomic location of rs141133136 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs141133136 is located on or closest to the gene NLN on chromosome 5 at base pair position 65775017 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 = 'rs141133136'
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_6756445', 'SNP': 'rs141133136', 'chr_38': 5, 'bp_38': 65775017, 'nearestGene': 'NLN'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7055024', 'SNP': 'rs141133136', 'chr... | general | Select, Join | Metadata |
Q42.491 | Q42 | What is the genomic location of rs199637042 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 rs199637042 is located on or closest to the gene INTS9 on chromosome 8 at base pair position 28781005 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 = 'rs199637042'
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_10831788', 'SNP': 'rs199637042', 'chr_38': 8, 'bp_38': 28781005, 'nearestGene': 'INTS9'}] | general | Select, Join | Metadata |
Q42.1966 | Q42 | What is the genomic location of rs72836249 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs72836249 is located on or closest to the genes CD207 and LINC01143 on chromosome 2 at base pair position 70854105 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 = 'rs72836249'
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_6786233', 'SNP': 'rs72836249', 'chr_38': 2, 'bp_38': 70854105, 'nearestGene': 'CD207;LINC01143'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2275351', 'SNP': 'rs72836... | general | Select, Join | Metadata |
Q42.1800 | Q42 | What is the genomic location of rs546224136 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 rs546224136 is located on or closest to the gene EPHB1 on chromosome 3 at base pair position 134994441 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 = 'rs546224136'
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_4554958', 'SNP': 'rs546224136', 'chr_38': 3, 'bp_38': 134994441, 'nearestGene': 'EPHB1'}] | general | Select, Join | Metadata |
Q42.1330 | Q42 | What is the genomic location of rs78163944 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 rs78163944 is located on or closest to the genes LINC00459 and LINC00448 on chromosome 13 at base pair position 62342440 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 = 'rs78163944'
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_16078094', 'SNP': 'rs78163944', 'chr_38': 13, 'bp_38': 62342440, 'nearestGene': 'LINC00459;LINC00448'}] | general | Select, Join | Metadata |
Q42.285 | Q42 | What is the genomic location of rs577295380 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 rs577295380 is located on or closest to the gene FAM117B on chromosome 2 at base pair position 202675248 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 = 'rs577295380'
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_3184991', 'SNP': 'rs577295380', 'chr_38': 2, 'bp_38': 202675248, 'nearestGene': 'FAM117B'}] | general | Select, Join | Metadata |
Q42.1375 | Q42 | What is the genomic location of rs75205208 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs75205208 is located on or closest to the gene MVB12B on chromosome 9 at base pair position 126368968 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 = 'rs75205208'
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_6040823', 'SNP': 'rs75205208', 'chr_38': 9, 'bp_38': 126368968, 'nearestGene': 'MVB12B'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12519619', 'SNP': 'rs75205208', '... | general | Select, Join | Metadata |
Q42.221 | Q42 | What is the genomic location of rs116667812 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs116667812 is located on or closest to the gene LINC01091 on chromosome 4 at base pair position 123740514 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 = 'rs116667812'
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_3230003', 'SNP': 'rs116667812', 'chr_38': 4, 'bp_38': 123740514, 'nearestGene': 'LINC01091'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6021048', 'SNP': 'rs116667812... | general | Select, Join | Metadata |
Q42.1931 | Q42 | What is the genomic location of rs867047986 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 rs867047986 is located on or closest to the genes TRPC7 and SPOCK1 on chromosome 5 at base pair position 136775546 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 = 'rs867047986'
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_7600073', 'SNP': 'rs867047986', 'chr_38': 5, 'bp_38': 136775546, 'nearestGene': 'TRPC7;SPOCK1'}] | general | Select, Join | Metadata |
Q42.888 | Q42 | What is the genomic location of rs112806071 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112806071 is located on or closest to the gene USP49 on chromosome 6 at base pair position 41865235 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 = 'rs112806071'
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_6343436', 'SNP': 'rs112806071', 'chr_38': 6, 'bp_38': 41865235, 'nearestGene': 'USP49'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8306614', 'SNP': 'rs112806071', 'c... | general | Select, Join | Metadata |
Q42.1623 | Q42 | What is the genomic location of rs138738747 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 rs138738747 is located on or closest to the genes LINC02476 and KCND2 on chromosome 7 at base pair position 119961787 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 = 'rs138738747'
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_2790076', 'SNP': 'rs138738747', 'chr_38': 7, 'bp_38': 119961787, 'nearestGene': 'LINC02476;KCND2'}] | general | Select, Join | Metadata |
Q42.701 | Q42 | What is the genomic location of rs536429502 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 rs536429502 is located on or closest to the gene SST on chromosome 3 at base pair position 187669994 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 = 'rs536429502'
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_4949144', 'SNP': 'rs536429502', 'chr_38': 3, 'bp_38': 187669994, 'nearestGene': 'SST'}] | general | Select, Join | Metadata |
Q42.61 | Q42 | What is the genomic location of rs1531407 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1531407 is located on or closest to the gene CCSER1 on chromosome 4 at base pair position 91039131 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 = 'rs1531407'
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_3717880', 'SNP': 'rs1531407', 'chr_38': 4, 'bp_38': 91039131, 'nearestGene': 'CCSER1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5763360', 'SNP': 'rs1531407', 'chr_... | general | Select, Join | Metadata |
Q42.843 | Q42 | What is the genomic location of rs9464431 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9464431 is located on or closest to the genes LOC100506188 and PRIM2 on chromosome 6 at base pair position 57277368 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 = 'rs9464431'
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_7328357', 'SNP': 'rs9464431', 'chr_38': 6, 'bp_38': 57277368, 'nearestGene': 'LOC100506188;PRIM2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8425780', 'SNP': 'rs946... | general | Select, Join | Metadata |
Q42.1356 | Q42 | What is the genomic location of rs28733500 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs28733500 is located on or closest to the gene SUSD5 on chromosome 3 at base pair position 33171332 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 = 'rs28733500'
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_5564145', 'SNP': 'rs28733500', 'chr_38': 3, 'bp_38': 33171332, 'nearestGene': 'SUSD5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3793567', 'SNP': 'rs28733500', 'chr... | general | Select, Join | Metadata |
Q42.76 | Q42 | What is the genomic location of rs34724163 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs34724163 is located on or closest to the genes BCKDHB and TENT5A on chromosome 6 at base pair position 80804477 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 = 'rs34724163'
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_6074249', 'SNP': 'rs34724163', 'chr_38': 6, 'bp_38': 80804477, 'nearestGene': 'BCKDHB;TENT5A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8602757', 'SNP': 'rs3472416... | general | Select, Join | Metadata |
Q42.165 | Q42 | What is the genomic location of rs11063721 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11063721 is located on or closest to the genes NTF3 and ANO2 on chromosome 12 at base pair position 5508142 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 = 'rs11063721'
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_4570827', 'SNP': 'rs11063721', 'chr_38': 12, 'bp_38': 5508142, 'nearestGene': 'NTF3;ANO2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14772644', 'SNP': 'rs11063721',... | general | Select, Join | Metadata |
Q42.576 | Q42 | What is the genomic location of rs182383894 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs182383894 is located on or closest to the gene GTF2IRD1 on chromosome 7 at base pair position 74464585 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 = 'rs182383894'
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_1947019', 'SNP': 'rs182383894', 'chr_38': 7, 'bp_38': 74464585, 'nearestGene': 'GTF2IRD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9896688', 'SNP': 'rs182383894',... | general | Select, Join | Metadata |
Q42.959 | Q42 | What is the genomic location of rs549602918 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 rs549602918 is located on or closest to the gene GPR158 on chromosome 10 at base pair position 25345183 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 = 'rs549602918'
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_12844522', 'SNP': 'rs549602918', 'chr_38': 10, 'bp_38': 25345183, 'nearestGene': 'GPR158'}] | general | Select, Join | Metadata |
Q42.1540 | Q42 | What is the genomic location of rs73618313 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 rs73618313 is located on or closest to the gene MYO16 on chromosome 13 at base pair position 109051973 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 = 'rs73618313'
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_16461393', 'SNP': 'rs73618313', 'chr_38': 13, 'bp_38': 109051973, 'nearestGene': 'MYO16'}] | general | Select, Join | Metadata |
Q42.1046 | Q42 | What is the genomic location of rs140960561 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 rs140960561 is located on or closest to the gene SLC38A4 on chromosome 12 at base pair position 46817441 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 = 'rs140960561'
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_15082507', 'SNP': 'rs140960561', 'chr_38': 12, 'bp_38': 46817441, 'nearestGene': 'SLC38A4'}] | general | Select, Join | Metadata |
Q42.1706 | Q42 | What is the genomic location of rs9258223 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9258223 is located on or closest to the gene HLA-F-AS1 on chromosome 6 at base pair position 29744398 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 = 'rs9258223'
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_2523054', 'SNP': 'rs9258223', 'chr_38': 6, 'bp_38': 29744398, 'nearestGene': 'HLA-F-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8185529', 'SNP': 'rs9258223', 'c... | general | Select, Join | Metadata |
Q42.513 | Q42 | What is the genomic location of rs540807469 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 rs540807469 is located on or closest to the genes LINC01696 and LINC01698 on chromosome 1 at base pair position 209365221 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 = 'rs540807469'
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_1367395', 'SNP': 'rs540807469', 'chr_38': 1, 'bp_38': 209365221, 'nearestGene': 'LINC01696;LINC01698'}] | general | Select, Join | Metadata |
Q42.46 | Q42 | What is the genomic location of rs73542585 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73542585 is located on or closest to the genes TSG1 and MANEA-DT on chromosome 6 at base pair position 94410767 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 = 'rs73542585'
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_1137644', 'SNP': 'rs73542585', 'chr_38': 6, 'bp_38': 94410767, 'nearestGene': 'TSG1;MANEA-DT'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8712274', 'SNP': 'rs7354258... | general | Select, Join | Metadata |
Q42.946 | Q42 | What is the genomic location of rs112573563 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112573563 is located on or closest to the gene LMCD1-AS1 on chromosome 3 at base pair position 8357237 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 = 'rs112573563'
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_3406248', 'SNP': 'rs112573563', 'chr_38': 3, 'bp_38': 8357237, 'nearestGene': 'LMCD1-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3583176', 'SNP': 'rs112573563',... | general | Select, Join | Metadata |
Q42.366 | Q42 | What is the genomic location of rs111340055 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs111340055 is located on or closest to the genes ADRB2 and SH3TC2 on chromosome 5 at base pair position 148966658 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 = 'rs111340055'
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_368150', 'SNP': 'rs111340055', 'chr_38': 5, 'bp_38': 148966658, 'nearestGene': 'ADRB2;SH3TC2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7684125', 'SNP': 'rs1113400... | general | Select, Join | Metadata |
Q42.540 | Q42 | What is the genomic location of rs573625012 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 rs573625012 is located on or closest to the gene AFF4 on chromosome 5 at base pair position 132950301 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 = 'rs573625012'
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_7571613', 'SNP': 'rs573625012', 'chr_38': 5, 'bp_38': 132950301, 'nearestGene': 'AFF4'}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.