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.862 | Q42 | What is the genomic location of rs115141666 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs115141666 is located on or closest to the gene IQCM on chromosome 4 at base pair position 149722075 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs115141666'
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_6919374', 'SNP': 'rs115141666', 'chr_38': 4, 'bp_38': 149722075, 'nearestGene': 'IQCM'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6218912', 'SNP': 'rs115141666', 'c... | general | Select, Join | Metadata |
Q42.591 | Q42 | What is the genomic location of rs557742210 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 rs557742210 is located on chromosome 4 at base pair position 178760302 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs557742210'
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_6452045', 'SNP': 'rs557742210', 'chr_38': 4, 'bp_38': 178760302, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.485 | Q42 | What is the genomic location of rs71472433 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs71472433 is located on or closest to the genes DISP2 and PHGR1 on chromosome 15 at base pair position 40357408 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs71472433'
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_2211283', 'SNP': 'rs71472433', 'chr_38': 15, 'bp_38': 40357408, 'nearestGene': 'DISP2;PHGR1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17315634', 'SNP': 'rs7147243... | general | Select, Join | Metadata |
Q42.1473 | Q42 | What is the genomic location of rs72949423 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 rs72949423 is located on or closest to the genes NR3C2 and LOC105377480 on chromosome 4 at base pair position 148728416 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72949423'
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_6211969', 'SNP': 'rs72949423', 'chr_38': 4, 'bp_38': 148728416, 'nearestGene': 'NR3C2;LOC105377480'}] | general | Select, Join | Metadata |
Q42.1784 | Q42 | What is the genomic location of rs529428362 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 rs529428362 is located on or closest to the genes SEPHS1 and BEND7 on chromosome 10 at base pair position 13350120 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs529428362'
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_12738769', 'SNP': 'rs529428362', 'chr_38': 10, 'bp_38': 13350120, 'nearestGene': 'SEPHS1;BEND7'}] | general | Select, Join | Metadata |
Q42.644 | Q42 | What is the genomic location of rs536087982 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 rs536087982 is located on or closest to the gene LRP2 on chromosome 2 at base pair position 169133227 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs536087982'
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_2941714', 'SNP': 'rs536087982', 'chr_38': 2, 'bp_38': 169133227, 'nearestGene': 'LRP2'}] | general | Select, Join | Metadata |
Q42.357 | Q42 | What is the genomic location of rs117019494 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117019494 is located on or closest to the genes HTR1B and MEI4 on chromosome 6 at base pair position 77636653 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117019494'
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_7541519', 'SNP': 'rs117019494', 'chr_38': 6, 'bp_38': 77636653, 'nearestGene': 'HTR1B;MEI4'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8575669', 'SNP': 'rs117019494... | general | Select, Join | Metadata |
Q42.1128 | Q42 | What is the genomic location of rs35712136 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 rs35712136 is located on or closest to the genes LINC00161 and N6AMT1 on chromosome 21 at base pair position 28763931 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs35712136'
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_20703921', 'SNP': 'rs35712136', 'chr_38': 21, 'bp_38': 28763931, 'nearestGene': 'LINC00161;N6AMT1'}] | general | Select, Join | Metadata |
Q42.439 | Q42 | What is the genomic location of rs2141258 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2141258 is located on or closest to the gene PRIMPOL on chromosome 4 at base pair position 184688422 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2141258'
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_3370109', 'SNP': 'rs2141258', 'chr_38': 4, 'bp_38': 184688422, 'nearestGene': 'PRIMPOL'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6505082', 'SNP': 'rs2141258', 'ch... | general | Select, Join | Metadata |
Q42.1121 | Q42 | What is the genomic location of rs144938608 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs144938608 is located on or closest to the gene SPEN on chromosome 1 at base pair position 15864231 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144938608'
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_2827384', 'SNP': 'rs144938608', 'chr_38': 1, 'bp_38': 15864231, 'nearestGene': 'SPEN'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_123109', 'SNP': 'rs144938608', 'chr... | general | Select, Join | Metadata |
Q42.1103 | Q42 | What is the genomic location of rs3117279 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3117279 is located on or closest to the genes MIR3156-3 and LINC01674 on chromosome 21 at base pair position 13408283 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3117279'
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_4774563', 'SNP': 'rs3117279', 'chr_38': 21, 'bp_38': 13408283, 'nearestGene': 'MIR3156-3;LINC01674'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20569012', 'SNP': 'rs... | general | Select, Join | Metadata |
Q42.1348 | Q42 | What is the genomic location of rs9827879 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9827879 is located on or closest to the genes PDCD6IP and LOC101928135 on chromosome 3 at base pair position 34216523 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9827879'
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_3532606', 'SNP': 'rs9827879', 'chr_38': 3, 'bp_38': 34216523, 'nearestGene': 'PDCD6IP;LOC101928135'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3801138', 'SNP': 'rs9... | general | Select, Join | Metadata |
Q42.597 | Q42 | What is the genomic location of rs12474076 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12474076 is located on or closest to the genes LINC01828 and ETAA1 on chromosome 2 at base pair position 67372513 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12474076'
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_7521340', 'SNP': 'rs12474076', 'chr_38': 2, 'bp_38': 67372513, 'nearestGene': 'LINC01828;ETAA1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2247646', 'SNP': 'rs12474... | general | Select, Join | Metadata |
Q42.1368 | Q42 | What is the genomic location of rs186078749 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 rs186078749 is located on or closest to the genes ZNF33B and LINC01518 on chromosome 10 at base pair position 42642097 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186078749'
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_12961873', 'SNP': 'rs186078749', 'chr_38': 10, 'bp_38': 42642097, 'nearestGene': 'ZNF33B;LINC01518'}] | general | Select, Join | Metadata |
Q42.1401 | Q42 | What is the genomic location of rs3968756 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3968756 is located on or closest to the genes TRIM43 and LINC00342 on chromosome 2 at base pair position 95764522 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3968756'
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_5031555', 'SNP': 'rs3968756', 'chr_38': 2, 'bp_38': 95764522, 'nearestGene': 'TRIM43;LINC00342'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2418294', 'SNP': 'rs39687... | general | Select, Join | Metadata |
Q42.753 | Q42 | What is the genomic location of rs12430638 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12430638 is located on or closest to the genes SLC10A2 and LINC01309 on chromosome 13 at base pair position 103324240 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12430638'
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_1842679', 'SNP': 'rs12430638', 'chr_38': 13, 'bp_38': 103324240, 'nearestGene': 'SLC10A2;LINC01309'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16411396', 'SNP': 'rs... | general | Select, Join | Metadata |
Q42.259 | Q42 | What is the genomic location of rs145415793 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs145415793 is located on or closest to the genes GOLGA6L4 and LOC103171574 on chromosome 15 at base pair position 84392011 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs145415793'
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_38514', 'SNP': 'rs145415793', 'chr_38': 15, 'bp_38': 84392011, 'nearestGene': 'GOLGA6L4;LOC103171574'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17634031', 'SNP': '... | general | Select, Join | Metadata |
Q42.1687 | Q42 | What is the genomic location of rs11819021 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11819021 is located on or closest to the gene PLCE1 on chromosome 10 at base pair position 94156697 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11819021'
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_6371600', 'SNP': 'rs11819021', 'chr_38': 10, 'bp_38': 94156697, 'nearestGene': 'PLCE1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13362526', 'SNP': 'rs11819021', 'c... | general | Select, Join | Metadata |
Q42.1723 | Q42 | What is the genomic location of rs74872317 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 rs74872317 is located on chromosome 1 at base pair position 4895313 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74872317'
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_37951', 'SNP': 'rs74872317', 'chr_38': 1, 'bp_38': 4895313, 'nearestGene': None}] | general | Select, Join | Metadata |
Q42.544 | Q42 | What is the genomic location of rs10880010 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10880010 is located on or closest to the genes KRR1 and PHLDA1 on chromosome 12 at base pair position 75917156 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10880010'
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_4646640', 'SNP': 'rs10880010', 'chr_38': 12, 'bp_38': 75917156, 'nearestGene': 'KRR1;PHLDA1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15294153', 'SNP': 'rs1088001... | general | Select, Join | Metadata |
Q42.792 | Q42 | What is the genomic location of rs9435899 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9435899 is located on or closest to the gene OR2M1P on chromosome 1 at base pair position 248123068 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9435899'
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_1348050', 'SNP': 'rs9435899', 'chr_38': 1, 'bp_38': 248123068, 'nearestGene': 'OR2M1P'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1681644', 'SNP': 'rs9435899', 'chr... | general | Select, Join | Metadata |
Q42.1484 | Q42 | What is the genomic location of rs62060288 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs62060288 is located on or closest to the genes GOT2 and APOOP5 on chromosome 16 at base pair position 59070695 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs62060288'
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_3784290', 'SNP': 'rs62060288', 'chr_38': 16, 'bp_38': 59070695, 'nearestGene': 'GOT2;APOOP5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18143972', 'SNP': 'rs6206028... | general | Select, Join | Metadata |
Q42.420 | Q42 | What is the genomic location of rs2017386 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2017386 is located on or closest to the genes LINC01581 and MCTP2 on chromosome 15 at base pair position 94127952 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2017386'
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_1883965', 'SNP': 'rs2017386', 'chr_38': 15, 'bp_38': 94127952, 'nearestGene': 'LINC01581;MCTP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17718989', 'SNP': 'rs2017... | general | Select, Join | Metadata |
Q42.1849 | Q42 | What is the genomic location of rs59235190 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 rs59235190 is located on or closest to the gene DZIP1L on chromosome 3 at base pair position 138069053 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs59235190'
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_4576782', 'SNP': 'rs59235190', 'chr_38': 3, 'bp_38': 138069053, 'nearestGene': 'DZIP1L'}] | general | Select, Join | Metadata |
Q42.1920 | Q42 | What is the genomic location of rs79734168 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs79734168 is located on or closest to the genes LOC100506474 and LINC00276 on chromosome 2 at base pair position 13175106 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79734168'
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_2767094', 'SNP': 'rs79734168', 'chr_38': 2, 'bp_38': 13175106, 'nearestGene': 'LOC100506474;LINC00276'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1799125', 'SNP': '... | general | Select, Join | Metadata |
Q42.1099 | Q42 | What is the genomic location of rs12591297 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs12591297 is located on or closest to the gene LINC02254 on chromosome 15 at base pair position 97462264 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12591297'
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_744481', 'SNP': 'rs12591297', 'chr_38': 15, 'bp_38': 97462264, 'nearestGene': 'LINC02254'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17746109', 'SNP': 'rs12591297',... | general | Select, Join | Metadata |
Q42.845 | Q42 | What is the genomic location of rs748342021 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 rs748342021 is located on or closest to the genes RBMS1 and TANK on chromosome 2 at base pair position 160655859 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs748342021'
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_2880516', 'SNP': 'rs748342021', 'chr_38': 2, 'bp_38': 160655859, 'nearestGene': 'RBMS1;TANK'}] | general | Select, Join | Metadata |
Q42.68 | Q42 | What is the genomic location of rs144021645 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 rs144021645 is located on or closest to the gene PRICKLE2 on chromosome 3 at base pair position 64114417 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144021645'
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_4021659', 'SNP': 'rs144021645', 'chr_38': 3, 'bp_38': 64114417, 'nearestGene': 'PRICKLE2'}] | general | Select, Join | Metadata |
Q42.1698 | Q42 | What is the genomic location of rs73396035 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73396035 is located on or closest to the gene DCDC2 on chromosome 6 at base pair position 24302455 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73396035'
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_979261', 'SNP': 'rs73396035', 'chr_38': 6, 'bp_38': 24302455, 'nearestGene': 'DCDC2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8135968', 'SNP': 'rs73396035', 'chr_... | general | Select, Join | Metadata |
Q42.1733 | Q42 | What is the genomic location of rs10446674 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10446674 is located on or closest to the genes LINC02484 and ARAP2 on chromosome 4 at base pair position 35541206 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10446674'
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_7712218', 'SNP': 'rs10446674', 'chr_38': 4, 'bp_38': 35541206, 'nearestGene': 'LINC02484;ARAP2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5344282', 'SNP': 'rs10446... | general | Select, Join | Metadata |
Q42.380 | Q42 | What is the genomic location of rs55985232 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs55985232 is located on or closest to the gene CSMD1 on chromosome 8 at base pair position 4826565 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55985232'
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_1484426', 'SNP': 'rs55985232', 'chr_38': 8, 'bp_38': 4826565, 'nearestGene': 'CSMD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10590356', 'SNP': 'rs55985232', 'chr... | general | Select, Join | Metadata |
Q42.240 | Q42 | What is the genomic location of rs1123731 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1123731 is located on or closest to the gene LINC01615 on chromosome 6 at base pair position 169159000 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1123731'
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_1040148', 'SNP': 'rs1123731', 'chr_38': 6, 'bp_38': 169159000, 'nearestGene': 'LINC01615'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9282491', 'SNP': 'rs1123731', '... | general | Select, Join | Metadata |
Q42.257 | Q42 | What is the genomic location of rs78983879 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs78983879 is located on or closest to the gene DNM3 on chromosome 1 at base pair position 172344436 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs78983879'
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_5056257', 'SNP': 'rs78983879', 'chr_38': 1, 'bp_38': 172344436, 'nearestGene': 'DNM3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1081473', 'SNP': 'rs78983879', 'chr... | general | Select, Join | Metadata |
Q42.1032 | Q42 | What is the genomic location of rs1428263 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1428263 is located on or closest to the gene EGFLAM on chromosome 5 at base pair position 38321565 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1428263'
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_5292425', 'SNP': 'rs1428263', 'chr_38': 5, 'bp_38': 38321565, 'nearestGene': 'EGFLAM'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6870612', 'SNP': 'rs1428263', 'chr_... | general | Select, Join | Metadata |
Q42.30 | Q42 | What is the genomic location of rs4339604 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4339604 is located on or closest to the gene PVT1 on chromosome 8 at base pair position 127853225 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4339604'
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_11554441', 'SNP': 'rs4339604', 'chr_38': 8, 'bp_38': 127853225, 'nearestGene': 'PVT1'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4230187', 'SNP': 'rs4339604', 'chr_... | general | Select, Join | Metadata |
Q42.293 | Q42 | What is the genomic location of rs535454502 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 rs535454502 is located on or closest to the gene LINC00671 on chromosome 17 at base pair position 42874504 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs535454502'
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_18725013', 'SNP': 'rs535454502', 'chr_38': 17, 'bp_38': 42874504, 'nearestGene': 'LINC00671'}] | general | Select, Join | Metadata |
Q42.1886 | Q42 | What is the genomic location of rs546660414 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 rs546660414 is located on or closest to the genes LYRM9 and LINC01992 on chromosome 17 at base pair position 27912879 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs546660414'
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_18626031', 'SNP': 'rs546660414', 'chr_38': 17, 'bp_38': 27912879, 'nearestGene': 'LYRM9;LINC01992'}] | general | Select, Join | Metadata |
Q42.1823 | Q42 | What is the genomic location of rs188212367 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 rs188212367 is located on or closest to the gene MAGI2 on chromosome 7 at base pair position 78787473 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs188212367'
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_9923442', 'SNP': 'rs188212367', 'chr_38': 7, 'bp_38': 78787473, 'nearestGene': 'MAGI2'}] | general | Select, Join | Metadata |
Q42.620 | Q42 | What is the genomic location of rs377304824 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 rs377304824 is located on or closest to the gene SNX30 on chromosome 9 at base pair position 112834723 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs377304824'
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_12418014', 'SNP': 'rs377304824', 'chr_38': 9, 'bp_38': 112834723, 'nearestGene': 'SNX30'}] | general | Select, Join | Metadata |
Q42.1667 | Q42 | What is the genomic location of rs112373499 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 rs112373499 is located on or closest to the gene SASH1 on chromosome 6 at base pair position 148414471 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112373499'
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_9109159', 'SNP': 'rs112373499', 'chr_38': 6, 'bp_38': 148414471, 'nearestGene': 'SASH1'}] | general | Select, Join | Metadata |
Q42.850 | Q42 | What is the genomic location of rs117892782 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117892782 is located on or closest to the genes OGFRL1 and MIR30C2 on chromosome 6 at base pair position 71340032 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117892782'
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_2135362', 'SNP': 'rs117892782', 'chr_38': 6, 'bp_38': 71340032, 'nearestGene': 'OGFRL1;MIR30C2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8524610', 'SNP': 'rs11789... | general | Select, Join | Metadata |
Q42.215 | Q42 | What is the genomic location of rs58218499 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 rs58218499 is located on or closest to the gene DPP6 on chromosome 7 at base pair position 153804953 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs58218499'
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_2231705', 'SNP': 'rs58218499', 'chr_38': 7, 'bp_38': 153804953, 'nearestGene': 'DPP6'}] | general | Select, Join | Metadata |
Q42.524 | Q42 | What is the genomic location of rs762135105 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 rs762135105 is located on or closest to the genes HIF1AN and PAX2 on chromosome 10 at base pair position 100686012 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs762135105'
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_13411425', 'SNP': 'rs762135105', 'chr_38': 10, 'bp_38': 100686012, 'nearestGene': 'HIF1AN;PAX2'}] | general | Select, Join | Metadata |
Q42.477 | Q42 | What is the genomic location of rs2675392 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2675392 is located on or closest to the gene RAB3C on chromosome 5 at base pair position 58804025 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2675392'
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_7268190', 'SNP': 'rs2675392', 'chr_38': 5, 'bp_38': 58804025, 'nearestGene': 'RAB3C'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7004751', 'SNP': 'rs2675392', 'chr_3... | general | Select, Join | Metadata |
Q42.1327 | Q42 | What is the genomic location of rs185728653 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 rs185728653 is located on or closest to the genes LOC101928505 and LINC02225 on chromosome 5 at base pair position 57737329 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs185728653'
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_6995641', 'SNP': 'rs185728653', 'chr_38': 5, 'bp_38': 57737329, 'nearestGene': 'LOC101928505;LINC02225'}] | general | Select, Join | Metadata |
Q42.1433 | Q42 | What is the genomic location of rs117429155 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117429155 is located on or closest to the genes RBMXL2 and MIR302E on chromosome 11 at base pair position 7117645 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117429155'
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_2109534', 'SNP': 'rs117429155', 'chr_38': 11, 'bp_38': 7117645, 'nearestGene': 'RBMXL2;MIR302E'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13740802', 'SNP': 'rs1174... | general | Select, Join | Metadata |
Q42.123 | Q42 | What is the genomic location of rs187288324 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 rs187288324 is located on or closest to the genes CASC17 and ROCR on chromosome 17 at base pair position 71519551 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs187288324'
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_18920791', 'SNP': 'rs187288324', 'chr_38': 17, 'bp_38': 71519551, 'nearestGene': 'CASC17;ROCR'}] | general | Select, Join | Metadata |
Q42.1351 | Q42 | What is the genomic location of rs184660503 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 rs184660503 is located on or closest to the genes H3-5 and LINC02422 on chromosome 12 at base pair position 31871613 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs184660503'
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_14980117', 'SNP': 'rs184660503', 'chr_38': 12, 'bp_38': 31871613, 'nearestGene': 'H3-5;LINC02422'}] | general | Select, Join | Metadata |
Q42.1942 | Q42 | What is the genomic location of rs151134719 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs151134719 is located on or closest to the genes IL20RA and IL22RA2 on chromosome 6 at base pair position 137137057 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs151134719'
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_2677446', 'SNP': 'rs151134719', 'chr_38': 6, 'bp_38': 137137057, 'nearestGene': 'IL20RA;IL22RA2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9023580', 'SNP': 'rs1511... | general | Select, Join | Metadata |
Q42.1371 | Q42 | What is the genomic location of rs150919654 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 rs150919654 is located on or closest to the genes NEK7 and ATP6V1G3 on chromosome 1 at base pair position 198417399 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs150919654'
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_1284172', 'SNP': 'rs150919654', 'chr_38': 1, 'bp_38': 198417399, 'nearestGene': 'NEK7;ATP6V1G3'}] | general | Select, Join | Metadata |
Q42.1171 | Q42 | What is the genomic location of rs562978990 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 rs562978990 is located on or closest to the genes MIR4790 and GRM7-AS3 on chromosome 3 at base pair position 5270760 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs562978990'
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_3552400', 'SNP': 'rs562978990', 'chr_38': 3, 'bp_38': 5270760, 'nearestGene': 'MIR4790;GRM7-AS3'}] | general | Select, Join | Metadata |
Q42.138 | Q42 | What is the genomic location of rs1381666 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1381666 is located on or closest to the genes HNF4G and LINC01111 on chromosome 8 at base pair position 75855241 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1381666'
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_7210649', 'SNP': 'rs1381666', 'chr_38': 8, 'bp_38': 75855241, 'nearestGene': 'HNF4G;LINC01111'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11170504', 'SNP': 'rs13816... | general | Select, Join | Metadata |
Q42.1134 | Q42 | What is the genomic location of rs543556237 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 rs543556237 is located on or closest to the genes LOC105374972 and NRSN1 on chromosome 6 at base pair position 23176509 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs543556237'
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_8124149', 'SNP': 'rs543556237', 'chr_38': 6, 'bp_38': 23176509, 'nearestGene': 'LOC105374972;NRSN1'}] | general | Select, Join | Metadata |
Q42.1874 | Q42 | What is the genomic location of rs79192032 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs79192032 is located on or closest to the gene SDK1 on chromosome 7 at base pair position 3993035 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79192032'
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_3549507', 'SNP': 'rs79192032', 'chr_38': 7, 'bp_38': 3993035, 'nearestGene': 'SDK1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9338321', 'SNP': 'rs79192032', 'chr_3... | general | Select, Join | Metadata |
Q42.1241 | Q42 | What is the genomic location of rs17286415 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs17286415 is located on or closest to the gene DCAF17 on chromosome 2 at base pair position 171451212 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17286415'
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_6903347', 'SNP': 'rs17286415', 'chr_38': 2, 'bp_38': 171451212, 'nearestGene': 'DCAF17'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2959549', 'SNP': 'rs17286415', 'c... | general | Select, Join | Metadata |
Q42.1338 | Q42 | What is the genomic location of rs1496158 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1496158 is located on or closest to the genes LINC00355 and LINC01052 on chromosome 13 at base pair position 64760368 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1496158'
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_2333100', 'SNP': 'rs1496158', 'chr_38': 13, 'bp_38': 64760368, 'nearestGene': 'LINC00355;LINC01052'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16099726', 'SNP': 'rs... | general | Select, Join | Metadata |
Q42.958 | Q42 | What is the genomic location of rs7728826 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7728826 is located on or closest to the gene NREP on chromosome 5 at base pair position 111900716 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7728826'
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_4354546', 'SNP': 'rs7728826', 'chr_38': 5, 'bp_38': 111900716, 'nearestGene': 'NREP'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7390116', 'SNP': 'rs7728826', 'chr_3... | general | Select, Join | Metadata |
Q42.929 | Q42 | What is the genomic location of rs116024828 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 rs116024828 is located on or closest to the gene DAAM2 on chromosome 6 at base pair position 39837417 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116024828'
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_8288690', 'SNP': 'rs116024828', 'chr_38': 6, 'bp_38': 39837417, 'nearestGene': 'DAAM2'}] | general | Select, Join | Metadata |
Q42.112 | Q42 | What is the genomic location of rs57791010 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 rs57791010 is located on or closest to the gene NOS1AP on chromosome 1 at base pair position 162339483 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs57791010'
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_1000718', 'SNP': 'rs57791010', 'chr_38': 1, 'bp_38': 162339483, 'nearestGene': 'NOS1AP'}] | general | Select, Join | Metadata |
Q42.1240 | Q42 | What is the genomic location of rs116786132 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 rs116786132 is located on or closest to the genes RHOH and LINC02265 on chromosome 4 at base pair position 40283485 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116786132'
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_5381940', 'SNP': 'rs116786132', 'chr_38': 4, 'bp_38': 40283485, 'nearestGene': 'RHOH;LINC02265'}] | general | Select, Join | Metadata |
Q42.1921 | Q42 | What is the genomic location of rs117736066 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs117736066 is located on or closest to the gene RPTOR on chromosome 17 at base pair position 80670059 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117736066'
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_142448', 'SNP': 'rs117736066', 'chr_38': 17, 'bp_38': 80670059, 'nearestGene': 'RPTOR'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19000477', 'SNP': 'rs117736066', '... | general | Select, Join | Metadata |
Q42.1963 | Q42 | What is the genomic location of rs76610874 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs76610874 is located on or closest to the genes LRMDA and KCNMA1 on chromosome 10 at base pair position 76726544 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76610874'
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_1998021', 'SNP': 'rs76610874', 'chr_38': 10, 'bp_38': 76726544, 'nearestGene': 'LRMDA;KCNMA1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13226555', 'SNP': 'rs766108... | general | Select, Join | Metadata |
Q42.214 | Q42 | What is the genomic location of rs571754876 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 rs571754876 is located on or closest to the gene FAT1 on chromosome 4 at base pair position 186659706 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs571754876'
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_4739695', 'SNP': 'rs571754876', 'chr_38': 4, 'bp_38': 186659706, 'nearestGene': 'FAT1'}] | general | Select, Join | Metadata |
Q42.999 | Q42 | What is the genomic location of rs4149280 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4149280 is located on or closest to the gene ABCA1 on chromosome 9 at base pair position 104864261 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4149280'
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_5499864', 'SNP': 'rs4149280', 'chr_38': 9, 'bp_38': 104864261, 'nearestGene': 'ABCA1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12352639', 'SNP': 'rs4149280', 'chr... | general | Select, Join | Metadata |
Q42.1269 | Q42 | What is the genomic location of rs112540589 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs112540589 is located on or closest to the gene LINC02240 on chromosome 5 at base pair position 125533241 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112540589'
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_4145650', 'SNP': 'rs112540589', 'chr_38': 5, 'bp_38': 125533241, 'nearestGene': 'LINC02240'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7514560', 'SNP': 'rs112540589... | general | Select, Join | Metadata |
Q42.592 | Q42 | What is the genomic location of rs73842212 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73842212 is located on or closest to the genes METTL14 and SEC24D on chromosome 4 at base pair position 118716967 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73842212'
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_2967055', 'SNP': 'rs73842212', 'chr_38': 4, 'bp_38': 118716967, 'nearestGene': 'METTL14;SEC24D'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5981478', 'SNP': 'rs73842... | general | Select, Join | Metadata |
Q42.1391 | Q42 | What is the genomic location of rs71484913 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs71484913 is located on or closest to the genes NHLRC2 and ADRB1 on chromosome 10 at base pair position 113985024 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs71484913'
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_866936', 'SNP': 'rs71484913', 'chr_38': 10, 'bp_38': 113985024, 'nearestGene': 'NHLRC2;ADRB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13513597', 'SNP': 'rs714849... | general | Select, Join | Metadata |
Q42.1450 | Q42 | What is the genomic location of rs72992295 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 rs72992295 is located on or closest to the genes TMEM200A and SMLR1 on chromosome 6 at base pair position 130698495 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72992295'
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_8974018', 'SNP': 'rs72992295', 'chr_38': 6, 'bp_38': 130698495, 'nearestGene': 'TMEM200A;SMLR1'}] | general | Select, Join | Metadata |
Q42.279 | Q42 | What is the genomic location of rs11765716 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11765716 is located on or closest to the genes CDHR3 and SYPL1 on chromosome 7 at base pair position 106081606 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11765716'
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_4407290', 'SNP': 'rs11765716', 'chr_38': 7, 'bp_38': 106081606, 'nearestGene': 'CDHR3;SYPL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10122236', 'SNP': 'rs1176571... | general | Select, Join | Metadata |
Q42.1507 | Q42 | What is the genomic location of rs113785684 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs113785684 is located on or closest to the gene GEMIN5 on chromosome 5 at base pair position 154919785 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113785684'
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_7728970', 'SNP': 'rs113785684', 'chr_38': 5, 'bp_38': 154919785, 'nearestGene': 'GEMIN5'}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1108379', 'SNP': 'rs113785684', ... | general | Select, Join | Metadata |
Q42.1328 | Q42 | What is the genomic location of rs3754646 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs3754646 is located on or closest to the gene AGAP1 on chromosome 2 at base pair position 236117627 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3754646'
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_4206312', 'SNP': 'rs3754646', 'chr_38': 2, 'bp_38': 236117627, 'nearestGene': 'AGAP1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3444304', 'SNP': 'rs3754646', 'chr_... | general | Select, Join | Metadata |
Q42.1271 | Q42 | What is the genomic location of rs187032011 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 rs187032011 is located on or closest to the gene HECW1 on chromosome 7 at base pair position 43346101 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs187032011'
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_9687934', 'SNP': 'rs187032011', 'chr_38': 7, 'bp_38': 43346101, 'nearestGene': 'HECW1'}] | general | Select, Join | Metadata |
Q42.1820 | Q42 | What is the genomic location of rs753476378 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 rs753476378 is located on or closest to the gene NSG2 on chromosome 5 at base pair position 174047101 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs753476378'
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_7878685', 'SNP': 'rs753476378', 'chr_38': 5, 'bp_38': 174047101, 'nearestGene': 'NSG2'}] | general | Select, Join | Metadata |
Q42.273 | Q42 | What is the genomic location of rs60583885 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs60583885 is located on or closest to the genes CTDP1 and KCNG2 on chromosome 18 at base pair position 79806123 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs60583885'
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_5882925', 'SNP': 'rs60583885', 'chr_38': 18, 'bp_38': 79806123, 'nearestGene': 'CTDP1;KCNG2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19621046', 'SNP': 'rs6058388... | general | Select, Join | Metadata |
Q42.1863 | Q42 | What is the genomic location of rs6456677 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6456677 is located on or closest to the gene CARMIL1 on chromosome 6 at base pair position 25350262 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6456677'
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_5947853', 'SNP': 'rs6456677', 'chr_38': 6, 'bp_38': 25350262, 'nearestGene': 'CARMIL1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8146357', 'SNP': 'rs6456677', 'chr... | general | Select, Join | Metadata |
Q42.578 | Q42 | What is the genomic location of rs570532932 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 rs570532932 is located on or closest to the gene TBC1D19 on chromosome 4 at base pair position 26745932 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs570532932'
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_5270842', 'SNP': 'rs570532932', 'chr_38': 4, 'bp_38': 26745932, 'nearestGene': 'TBC1D19'}] | general | Select, Join | Metadata |
Q42.638 | Q42 | What is the genomic location of rs757026192 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 rs757026192 is located on or closest to the genes TMEM158 and LARS2 on chromosome 3 at base pair position 45311609 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs757026192'
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_3885887', 'SNP': 'rs757026192', 'chr_38': 3, 'bp_38': 45311609, 'nearestGene': 'TMEM158;LARS2'}] | general | Select, Join | Metadata |
Q42.713 | Q42 | What is the genomic location of rs9375548 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs9375548 is located on or closest to the gene PTPRK-AS1 on chromosome 6 at base pair position 128078512 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9375548'
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_5875397', 'SNP': 'rs9375548', 'chr_38': 6, 'bp_38': 128078512, 'nearestGene': 'PTPRK-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8954021', 'SNP': 'rs9375548', '... | general | Select, Join | Metadata |
Q42.1529 | Q42 | What is the genomic location of rs4637857 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs4637857 is located on or closest to the genes CSMD1 and LOC100287015 on chromosome 8 at base pair position 5863597 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4637857'
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_3198964', 'SNP': 'rs4637857', 'chr_38': 8, 'bp_38': 5863597, 'nearestGene': 'CSMD1;LOC100287015'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10608088', 'SNP': 'rs463... | general | Select, Join | Metadata |
Q42.627 | Q42 | What is the genomic location of rs542432600 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 rs542432600 is located on chromosome 11 at base pair position 24164876 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs542432600'
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_13879881', 'SNP': 'rs542432600', 'chr_38': 11, 'bp_38': 24164876, 'nearestGene': '.'}] | general | Select, Join | Metadata |
Q42.1991 | Q42 | What is the genomic location of rs7818983 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs7818983 is located on or closest to the genes LOC157273 and TNKS on chromosome 8 at base pair position 9431132 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7818983'
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_498574', 'SNP': 'rs7818983', 'chr_38': 8, 'bp_38': 9431132, 'nearestGene': 'LOC157273;TNKS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10640715', 'SNP': 'rs7818983'... | general | Select, Join | Metadata |
Q42.813 | Q42 | What is the genomic location of rs80310542 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs80310542 is located on or closest to the genes SLC8A1 and LINC01913 on chromosome 2 at base pair position 40679751 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs80310542'
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_4414081', 'SNP': 'rs80310542', 'chr_38': 2, 'bp_38': 40679751, 'nearestGene': 'SLC8A1;LINC01913'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2022546', 'SNP': 'rs8031... | general | Select, Join | Metadata |
Q42.309 | Q42 | What is the genomic location of rs76299937 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs76299937 is located on or closest to the gene SNX29 on chromosome 16 at base pair position 12240690 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76299937'
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_482389', 'SNP': 'rs76299937', 'chr_38': 16, 'bp_38': 12240690, 'nearestGene': 'SNX29'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17922572', 'SNP': 'rs76299937', 'ch... | general | Select, Join | Metadata |
Q42.550 | Q42 | What is the genomic location of rs6926416 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs6926416 is located on or closest to the gene KCNQ5 on chromosome 6 at base pair position 72776186 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6926416'
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_5643279', 'SNP': 'rs6926416', 'chr_38': 6, 'bp_38': 72776186, 'nearestGene': 'KCNQ5'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8536219', 'SNP': 'rs6926416', 'chr_3... | general | Select, Join | Metadata |
Q42.1606 | Q42 | What is the genomic location of rs1133763 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs1133763 is located on or closest to the gene CCL8 on chromosome 17 at base pair position 34320812 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1133763'
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_1617614', 'SNP': 'rs1133763', 'chr_38': 17, 'bp_38': 34320812, 'nearestGene': 'CCL8'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18669488', 'SNP': 'rs1133763', 'chr_... | general | Select, Join | Metadata |
Q42.1743 | Q42 | What is the genomic location of rs188435298 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 rs188435298 is located on or closest to the gene PPP6R3 on chromosome 11 at base pair position 68614590 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs188435298'
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_14200375', 'SNP': 'rs188435298', 'chr_38': 11, 'bp_38': 68614590, 'nearestGene': 'PPP6R3'}] | general | Select, Join | Metadata |
Q42.50 | Q42 | What is the genomic location of rs13079457 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs13079457 is located on or closest to the gene EPHB1 on chromosome 3 at base pair position 134854642 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13079457'
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_2773588', 'SNP': 'rs13079457', 'chr_38': 3, 'bp_38': 134854642, 'nearestGene': 'EPHB1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4553737', 'SNP': 'rs13079457', 'ch... | general | Select, Join | Metadata |
Q42.1089 | Q42 | What is the genomic location of rs73037676 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs73037676 is located on or closest to the gene THRB on chromosome 3 at base pair position 24201819 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73037676'
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_3250327', 'SNP': 'rs73037676', 'chr_38': 3, 'bp_38': 24201819, 'nearestGene': 'THRB'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3717323', 'SNP': 'rs73037676', 'chr_... | general | Select, Join | Metadata |
Q42.1674 | Q42 | What is the genomic location of rs55764809 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs55764809 is located on or closest to the gene FAM168A on chromosome 11 at base pair position 73525722 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55764809'
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_5980674', 'SNP': 'rs55764809', 'chr_38': 11, 'bp_38': 73525722, 'nearestGene': 'FAM168A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14238216', 'SNP': 'rs55764809', ... | general | Select, Join | Metadata |
Q42.1697 | Q42 | What is the genomic location of rs186167356 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 rs186167356 is located on or closest to the genes MYOM2 and LOC101927815 on chromosome 0 at base pair position 0 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186167356'
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_5465937', 'SNP': 'rs186167356', 'chr_38': 0, 'bp_38': 0, 'nearestGene': 'MYOM2;LOC101927815'}] | general | Select, Join | Metadata |
Q42.686 | Q42 | What is the genomic location of rs181582261 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 rs181582261 is located on or closest to the gene EPHA6 on chromosome 3 at base pair position 97631008 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs181582261'
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_4267327', 'SNP': 'rs181582261', 'chr_38': 3, 'bp_38': 97631008, 'nearestGene': 'EPHA6'}] | general | Select, Join | Metadata |
Q42.1485 | Q42 | What is the genomic location of rs73087695 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 rs73087695 is located on or closest to the gene CDC42BPA on chromosome 1 at base pair position 227019657 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73087695'
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_1504644', 'SNP': 'rs73087695', 'chr_38': 1, 'bp_38': 227019657, 'nearestGene': 'CDC42BPA'}] | general | Select, Join | Metadata |
Q42.1455 | Q42 | What is the genomic location of rs2122425 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs2122425 is located on or closest to the gene CEP128 on chromosome 14 at base pair position 80559073 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2122425'
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_4124433', 'SNP': 'rs2122425', 'chr_38': 14, 'bp_38': 80559073, 'nearestGene': 'CEP128'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16979901', 'SNP': 'rs2122425', 'ch... | general | Select, Join | Metadata |
Q42.1486 | Q42 | What is the genomic location of rs144671251 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 rs144671251 is located on or closest to the genes C2orf91 and PKDCC on chromosome 2 at base pair position 41987630 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144671251'
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_2034956', 'SNP': 'rs144671251', 'chr_38': 2, 'bp_38': 41987630, 'nearestGene': 'C2orf91;PKDCC'}] | general | Select, Join | Metadata |
Q42.1292 | Q42 | What is the genomic location of rs74380557 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs74380557 is located on or closest to the gene LINC00540 on chromosome 13 at base pair position 22249868 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74380557'
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_7720196', 'SNP': 'rs74380557', 'chr_38': 13, 'bp_38': 22249868, 'nearestGene': 'LINC00540'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15761359', 'SNP': 'rs74380557'... | general | Select, Join | Metadata |
Q42.1232 | Q42 | What is the genomic location of rs10174044 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs10174044 is located on or closest to the gene MARCO on chromosome 2 at base pair position 118986780 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10174044'
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_4201896', 'SNP': 'rs10174044', 'chr_38': 2, 'bp_38': 118986780, 'nearestGene': 'MARCO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2578314', 'SNP': 'rs10174044', 'ch... | general | Select, Join | Metadata |
Q42.525 | Q42 | What is the genomic location of rs249181 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs249181 is located on or closest to the genes NDUFA12 and NR2C1 on chromosome 12 at base pair position 95009745 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs249181'
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_7182980', 'SNP': 'rs249181', 'chr_38': 12, 'bp_38': 95009745, 'nearestGene': 'NDUFA12;NR2C1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15433325', 'SNP': 'rs249181'... | general | Select, Join | Metadata |
Q42.1654 | Q42 | What is the genomic location of rs78213041 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 rs78213041 is located on or closest to the genes LINC02041 and SST on chromosome 3 at base pair position 187460032 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs78213041'
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_4947327', 'SNP': 'rs78213041', 'chr_38': 3, 'bp_38': 187460032, 'nearestGene': 'LINC02041;SST'}] | general | Select, Join | Metadata |
Q42.908 | Q42 | What is the genomic location of rs11185551 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs11185551 is located on or closest to the gene NRROS on chromosome 3 at base pair position 196641320 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11185551'
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_2453101', 'SNP': 'rs11185551', 'chr_38': 3, 'bp_38': 196641320, 'nearestGene': 'NRROS'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5023903', 'SNP': 'rs11185551', 'ch... | general | Select, Join | Metadata |
Q42.1904 | Q42 | What is the genomic location of rs74103323 in the GRCh38/hg38 build of the human genome and what gene is it located on or near? | The SNP rs74103323 is located on or closest to the genes LINC00410 and LINC00380 on chromosome 13 at base pair position 90935465 in the GRCh38/hg38 build of the human genome. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, nearestGene
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74103323'
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_1588464', 'SNP': 'rs74103323', 'chr_38': 13, 'bp_38': 90935465, 'nearestGene': 'LINC00410;LINC00380'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16313149', 'SNP': 'r... | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.