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 |
|---|---|---|---|---|---|---|---|---|
Q35.613 | Q35 | Is the SNP rs10424663 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10424663 has a p-value of 6.48e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10424663'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974599', 'SNP': 'rs10424663', 'p': 6.476e-09, 'b': 0.5648}] | general | Select, Order By | GWAS Significance |
Q35.183 | Q35 | Is the SNP rs17660595 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17660595 has a p-value of 2.69e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17660595'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18746647', 'SNP': 'rs17660595', 'p': 2.69e-08, 'b': -0.0548}] | general | Select, Order By | GWAS Significance |
Q35.305 | Q35 | Is the SNP rs10426750 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10426750 has a p-value of 2.28e-20 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10426750'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974826', 'SNP': 'rs10426750', 'p': 2.2780000000000003e-20, 'b': 0.0809}] | general | Select, Order By | GWAS Significance |
Q35.502 | Q35 | Is the SNP rs7247551 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7247551 has a p-value of 8.40e-14 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7247551'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19974792', 'SNP': 'rs7247551', 'p': 8.401e-14, 'b': -0.0651}] | general | Select, Order By | GWAS Significance |
Q35.1696 | Q35 | Is the SNP rs189267583 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs189267583 has a p-value of 9.84e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs189267583'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_12804086', 'SNP': 'rs189267583', 'p': 0.9835, 'b': 0.0039}] | general | Select, Order By | GWAS Significance |
Q35.1721 | Q35 | Is the SNP rs6999602 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs6999602 has a p-value of 7.74e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6999602'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11138295', 'SNP': 'rs6999602', 'p': 0.7739, 'b': 0.0033}] | general | Select, Order By | GWAS Significance |
Q35.1662 | Q35 | Is the SNP rs563521286 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs563521286 has a p-value of 9.51e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs563521286'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18850027', 'SNP': 'rs563521286', 'p': 0.9513, 'b': 0.0169}] | general | Select, Order By | GWAS Significance |
Q35.1639 | Q35 | Is the SNP rs72875774 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs72875774 has a p-value of 3.33e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72875774'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_3881990', 'SNP': 'rs72875774', 'p': 0.3334, 'b': 0.1358}] | general | Select, Order By | GWAS Significance |
Q35.523 | Q35 | Is the SNP rs60269219 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs60269219 has a p-value of 1.36e-16 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs60269219'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_19976958', 'SNP': 'rs60269219', 'p': 1.364e-16, 'b': 0.1646}] | general | Select, Order By | GWAS Significance |
Q35.1985 | Q35 | Is the SNP rs116283671 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs116283671 has a p-value of 6.10e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116283671'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7429063', 'SNP': 'rs116283671', 'p': 0.6099, 'b': 0.1125}] | general | Select, Order By | GWAS Significance |
Q35.1078 | Q35 | Is the SNP rs703298 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs703298 has a p-value of 6.12e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs703298'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1851114', 'SNP': 'rs703298', 'p': 0.6116, 'b': -0.0203}] | general | Select, Order By | GWAS Significance |
Q35.482 | Q35 | Is the SNP rs858510 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs858510 has a p-value of 2.35e-09 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs858510'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10080071', 'SNP': 'rs858510', 'p': 2.349e-09, 'b': -0.0484}] | general | Select, Order By | GWAS Significance |
Q35.160 | Q35 | Is the SNP rs629343 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs629343 has a p-value of 1.84e-14 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs629343'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14336957', 'SNP': 'rs629343', 'p': 1.838e-14, 'b': 0.0631}] | general | Select, Order By | GWAS Significance |
Q35.1253 | Q35 | Is the SNP rs55775850 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs55775850 has a p-value of 4.09e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55775850'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_5028037', 'SNP': 'rs55775850', 'p': 0.4087, 'b': -0.0096}] | general | Select, Order By | GWAS Significance |
Q35.1205 | Q35 | Is the SNP rs59362909 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs59362909 has a p-value of 8.13e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs59362909'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7140868', 'SNP': 'rs59362909', 'p': 0.8133, 'b': 0.0074}] | general | Select, Order By | GWAS Significance |
Q35.17 | Q35 | Is the SNP rs3800342 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs3800342 has a p-value of 9.32e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3800342'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_8300689', 'SNP': 'rs3800342', 'p': 9.316e-12, 'b': -0.059}] | general | Select, Order By | GWAS Significance |
Q35.1550 | Q35 | Is the SNP rs13384257 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs13384257 has a p-value of 6.84e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs13384257'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_1710410', 'SNP': 'rs13384257', 'p': 0.6844, 'b': -0.0862}] | general | Select, Order By | GWAS Significance |
Q35.1081 | Q35 | Is the SNP rs76376441 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs76376441 has a p-value of 9.06e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs76376441'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_20289491', 'SNP': 'rs76376441', 'p': 0.9058, 'b': -0.0036}] | general | Select, Order By | GWAS Significance |
Q35.1972 | Q35 | Is the SNP rs75414454 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs75414454 has a p-value of 7.29e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs75414454'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_15077534', 'SNP': 'rs75414454', 'p': 0.7289, 'b': 0.0109}] | general | Select, Order By | GWAS Significance |
Q35.552 | Q35 | Is the SNP rs688460 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs688460 has a p-value of 1.49e-12 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs688460'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14141451', 'SNP': 'rs688460', 'p': 1.492e-12, 'b': 0.0588}] | general | Select, Order By | GWAS Significance |
Q35.1554 | Q35 | Is the SNP rs7724648 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7724648 has a p-value of 5.98e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7724648'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_7640455', 'SNP': 'rs7724648', 'p': 0.5981, 'b': 0.0847}] | general | Select, Order By | GWAS Significance |
Q35.665 | Q35 | Is the SNP rs1052551 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs1052551 has a p-value of 2.66e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1052551'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18745625', 'SNP': 'rs1052551', 'p': 2.657e-08, 'b': -0.0544}] | general | Select, Order By | GWAS Significance |
Q35.1626 | Q35 | Is the SNP rs10275444 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs10275444 has a p-value of 8.14e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10275444'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_10324087', 'SNP': 'rs10275444', 'p': 0.8143, 'b': -0.003}] | general | Select, Order By | GWAS Significance |
Q35.1028 | Q35 | Is the SNP rs573830217 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs573830217 has a p-value of 3.94e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs573830217'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_12842115', 'SNP': 'rs573830217', 'p': 0.3943, 'b': -0.0876}] | general | Select, Order By | GWAS Significance |
Q35.1994 | Q35 | Is the SNP rs7089309 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7089309 has a p-value of 1.33e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7089309'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_13194866', 'SNP': 'rs7089309', 'p': 0.133, 'b': -0.0286}] | general | Select, Order By | GWAS Significance |
Q35.1519 | Q35 | Is the SNP rs780504296 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs780504296 has a p-value of 5.85e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs780504296'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_11925649', 'SNP': 'rs780504296', 'p': 0.585, 'b': 0.075}] | general | Select, Order By | GWAS Significance |
Q35.968 | Q35 | Is the SNP rs17691328 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs17691328 has a p-value of 4.37e-08 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17691328'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_18744542', 'SNP': 'rs17691328', 'p': 4.372e-08, 'b': -0.0534}] | general | Select, Order By | GWAS Significance |
Q35.1883 | Q35 | Is the SNP rs7800020 significant in AD? | No, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs7800020 has a p-value of 8.77e-01 and therefore is not significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7800020'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_9680621', 'SNP': 'rs7800020', 'p': 0.8767, 'b': 0.002}] | general | Select, Order By | GWAS Significance |
Q35.287 | Q35 | Is the SNP rs11605441 significant in AD? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's disease (Bellenguez, 2022), the SNP rs11605441 has a p-value of 1.80e-10 and therefore is significant in AD. | SELECT UUID, SNP, p, b
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs11605441'
ORDER BY p
LIMIT 1 | [{'UUID': 'AD_combo_gene_notext_UUID_14142299', 'SNP': 'rs11605441', 'p': 1.802e-10, 'b': 0.0549}] | general | Select, Order By | GWAS Significance |
Q36.589 | Q36 | What is the genomic location of SNP rs150982268? | The SNP rs150982268 is located on chromosome 8. Genomic Build GrCh37/HG19: base pair position 48259657, Genomic Build GrCh38/HG38: base pair position 47347090. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs150982268'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs150982268'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1536706', 'SNP': 'rs150982268', 'chr_38': 0, 'bp_38': 0, 'chr_37': 8, 'bp_37': 48259657}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10951185', 'SNP': 'rs150982268', 'chr_38': 8, 'bp_38': 47347090, 'chr_37': 8, 'bp_37': 48259657}] | general | Select, Join | Metadata |
Q36.1868 | Q36 | What is the genomic location of SNP rs4512685? | The SNP rs4512685 is located on chromosome 1. Genomic Build GrCh37/HG19: base pair position 248446246, Genomic Build GrCh38/HG38: base pair position 248282944. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4512685'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs4512685'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6967114', 'SNP': 'rs4512685', 'chr_38': 1, 'bp_38': 248282944, 'chr_37': 1, 'bp_37': 248446246}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1682779', 'SNP': 'rs4512685', 'chr_38': 1, 'bp_38': 248282944, 'chr_37': 1, 'bp_37': 248446246}] | general | Select, Join | Metadata |
Q36.1061 | Q36 | What is the genomic location of SNP rs536883656? | The SNP rs536883656 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 112594818, Genomic Build GrCh38/HG38: base pair position 112954763. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs536883656'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs536883656'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10173969', 'SNP': 'rs536883656', 'chr_38': 7, 'bp_38': 112954763, 'chr_37': 7, 'bp_37': 112594818}] | general | Select, Join | Metadata |
Q36.1084 | Q36 | What is the genomic location of SNP rs7599865? | The SNP rs7599865 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 120606780, Genomic Build GrCh38/HG38: base pair position 119849204. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7599865'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs7599865'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3546966', 'SNP': 'rs7599865', 'chr_38': 2, 'bp_38': 119849204, 'chr_37': 2, 'bp_37': 120606780}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2585328', 'SNP': 'rs7599865', 'chr_38': 2, 'bp_38': 119849204, 'chr_37': 2, 'bp_37': 120606780}] | general | Select, Join | Metadata |
Q36.925 | Q36 | What is the genomic location of SNP rs142273464? | The SNP rs142273464 is located on chromosome 6. Genomic Build GrCh37/HG19: base pair position 49532975, Genomic Build GrCh38/HG38: base pair position 49565262. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs142273464'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs142273464'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8364952', 'SNP': 'rs142273464', 'chr_38': 6, 'bp_38': 49565262, 'chr_37': 6, 'bp_37': 49532975}] | general | Select, Join | Metadata |
Q36.73 | Q36 | What is the genomic location of SNP rs164806? | The SNP rs164806 is located on chromosome 3. Genomic Build GrCh37/HG19: base pair position 6648877, Genomic Build GrCh38/HG38: base pair position 6607190. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs164806'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs164806'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4318199', 'SNP': 'rs164806', 'chr_38': 3, 'bp_38': 6607190, 'chr_37': 3, 'bp_37': 6648877}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3566692', 'SNP': 'rs164806', 'chr_38': 3, 'bp_38': 6607190, 'chr_37': 3, 'bp_37': 6648877}] | general | Select, Join | Metadata |
Q36.435 | Q36 | What is the genomic location of SNP rs149892406? | The SNP rs149892406 is located on chromosome 9. Genomic Build GrCh37/HG19: base pair position 3996281, Genomic Build GrCh38/HG38: base pair position 3996281. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs149892406'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs149892406'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11741137', 'SNP': 'rs149892406', 'chr_38': 9, 'bp_38': 3996281, 'chr_37': 9, 'bp_37': 3996281}] | general | Select, Join | Metadata |
Q36.911 | Q36 | What is the genomic location of SNP rs539727798? | The SNP rs539727798 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 53085192, Genomic Build GrCh38/HG38: base pair position 53017499. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs539727798'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs539727798'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9769478', 'SNP': 'rs539727798', 'chr_38': 7, 'bp_38': 53017499, 'chr_37': 7, 'bp_37': 53085192}] | general | Select, Join | Metadata |
Q36.922 | Q36 | What is the genomic location of SNP rs901691981? | The SNP rs901691981 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 119796670, Genomic Build GrCh38/HG38: base pair position 119039094. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs901691981'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs901691981'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2578781', 'SNP': 'rs901691981', 'chr_38': 2, 'bp_38': 119039094, 'chr_37': 2, 'bp_37': 119796670}] | general | Select, Join | Metadata |
Q36.1679 | Q36 | What is the genomic location of SNP rs72966872? | The SNP rs72966872 is located on chromosome 11. Genomic Build GrCh37/HG19: base pair position 88082616, Genomic Build GrCh38/HG38: base pair position 88349448. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72966872'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs72966872'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14356745', 'SNP': 'rs72966872', 'chr_38': 11, 'bp_38': 88349448, 'chr_37': 11, 'bp_37': 88082616}, {'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6943320', 'SNP': 'rs72966872', 'chr_38': 11, 'bp_38': 88349448, 'chr_37': 11, 'bp_37': 88082616}] | general | Select, Join | Metadata |
Q36.1272 | Q36 | What is the genomic location of SNP rs116264123? | The SNP rs116264123 is located on chromosome 3. Genomic Build GrCh37/HG19: base pair position 67726308, Genomic Build GrCh38/HG38: base pair position 67675884. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs116264123'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs116264123'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4054429', 'SNP': 'rs116264123', 'chr_38': 3, 'bp_38': 67675884, 'chr_37': 3, 'bp_37': 67726308}] | general | Select, Join | Metadata |
Q36.1094 | Q36 | What is the genomic location of SNP rs9912214? | The SNP rs9912214 is located on chromosome 17. Genomic Build GrCh37/HG19: base pair position 6658403, Genomic Build GrCh38/HG38: base pair position 6755084. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9912214'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs9912214'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18502933', 'SNP': 'rs9912214', 'chr_38': 17, 'bp_38': 6755084, 'chr_37': 17, 'bp_37': 6658403}] | general | Select, Join | Metadata |
Q36.389 | Q36 | What is the genomic location of SNP rs972313902? | The SNP rs972313902 is located on chromosome 18. Genomic Build GrCh37/HG19: base pair position 29265435, Genomic Build GrCh38/HG38: base pair position 31685472. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs972313902'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs972313902'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19226284', 'SNP': 'rs972313902', 'chr_38': 18, 'bp_38': 31685472, 'chr_37': 18, 'bp_37': 29265435}] | general | Select, Join | Metadata |
Q36.841 | Q36 | What is the genomic location of SNP rs74705615? | The SNP rs74705615 is located on chromosome 4. Genomic Build GrCh37/HG19: base pair position 147603262, Genomic Build GrCh38/HG38: base pair position 146682110. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74705615'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs74705615'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6197769', 'SNP': 'rs74705615', 'chr_38': 4, 'bp_38': 146682110, 'chr_37': 4, 'bp_37': 147603262}] | general | Select, Join | Metadata |
Q36.774 | Q36 | What is the genomic location of SNP rs754735301? | The SNP rs754735301 is located on chromosome 5. Genomic Build GrCh37/HG19: base pair position 45979721, Genomic Build GrCh38/HG38: base pair position 45979619. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs754735301'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs754735301'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6930308', 'SNP': 'rs754735301', 'chr_38': 5, 'bp_38': 45979619, 'chr_37': 5, 'bp_37': 45979721}] | general | Select, Join | Metadata |
Q36.1805 | Q36 | What is the genomic location of SNP rs191232683? | The SNP rs191232683 is located on chromosome 14. Genomic Build GrCh37/HG19: base pair position 44937174, Genomic Build GrCh38/HG38: base pair position 44467971. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs191232683'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs191232683'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16699663', 'SNP': 'rs191232683', 'chr_38': 14, 'bp_38': 44467971, 'chr_37': 14, 'bp_37': 44937174}] | general | Select, Join | Metadata |
Q36.1992 | Q36 | What is the genomic location of SNP rs549143973? | The SNP rs549143973 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 161349648, Genomic Build GrCh38/HG38: base pair position 160493137. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs549143973'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs549143973'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2879266', 'SNP': 'rs549143973', 'chr_38': 2, 'bp_38': 160493137, 'chr_37': 2, 'bp_37': 161349648}] | general | Select, Join | Metadata |
Q36.1066 | Q36 | What is the genomic location of SNP rs73712118? | The SNP rs73712118 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 104029149, Genomic Build GrCh38/HG38: base pair position 104388701. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73712118'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs73712118'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10109264', 'SNP': 'rs73712118', 'chr_38': 7, 'bp_38': 104388701, 'chr_37': 7, 'bp_37': 104029149}] | general | Select, Join | Metadata |
Q36.58 | Q36 | What is the genomic location of SNP rs186866066? | The SNP rs186866066 is located on chromosome 11. Genomic Build GrCh37/HG19: base pair position 83621815, Genomic Build GrCh38/HG38: base pair position 83910772. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs186866066'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs186866066'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14319903', 'SNP': 'rs186866066', 'chr_38': 11, 'bp_38': 83910772, 'chr_37': 11, 'bp_37': 83621815}] | general | Select, Join | Metadata |
Q36.1688 | Q36 | What is the genomic location of SNP rs7453413? | The SNP rs7453413 is located on chromosome 6. Genomic Build GrCh37/HG19: base pair position 100281817, Genomic Build GrCh38/HG38: base pair position 99833941. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs7453413'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs7453413'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2155009', 'SNP': 'rs7453413', 'chr_38': 6, 'bp_38': 99833941, 'chr_37': 6, 'bp_37': 100281817}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8749624', 'SNP': 'rs7453413', 'chr_38': 6, 'bp_38': 99833941, 'chr_37': 6, 'bp_37': 100281817}] | general | Select, Join | Metadata |
Q36.1955 | Q36 | What is the genomic location of SNP rs113405394? | The SNP rs113405394 is located on chromosome 3. Genomic Build GrCh37/HG19: base pair position 2136645, Genomic Build GrCh38/HG38: base pair position 2094961. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs113405394'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs113405394'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3521724', 'SNP': 'rs113405394', 'chr_38': 3, 'bp_38': 2094961, 'chr_37': 3, 'bp_37': 2136645}] | general | Select, Join | Metadata |
Q36.1218 | Q36 | What is the genomic location of SNP rs549652009? | The SNP rs549652009 is located on chromosome 18. Genomic Build GrCh37/HG19: base pair position 57126697, Genomic Build GrCh38/HG38: base pair position 59459465. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs549652009'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs549652009'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19443130', 'SNP': 'rs549652009', 'chr_38': 18, 'bp_38': 59459465, 'chr_37': 18, 'bp_37': 57126697}] | general | Select, Join | Metadata |
Q36.1680 | Q36 | What is the genomic location of SNP rs181582261? | The SNP rs181582261 is located on chromosome 3. Genomic Build GrCh37/HG19: base pair position 97349852, Genomic Build GrCh38/HG38: base pair position 97631008. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
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, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs181582261'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4267327', 'SNP': 'rs181582261', 'chr_38': 3, 'bp_38': 97631008, 'chr_37': 3, 'bp_37': 97349852}] | general | Select, Join | Metadata |
Q36.1975 | Q36 | What is the genomic location of SNP rs79958367? | The SNP rs79958367 is located on chromosome 11. Genomic Build GrCh37/HG19: base pair position 98652865, Genomic Build GrCh38/HG38: base pair position 98782135. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79958367'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs79958367'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14437683', 'SNP': 'rs79958367', 'chr_38': 11, 'bp_38': 98782135, 'chr_37': 11, 'bp_37': 98652865}] | general | Select, Join | Metadata |
Q36.213 | Q36 | What is the genomic location of SNP rs189477605? | The SNP rs189477605 is located on chromosome 3. Genomic Build GrCh37/HG19: base pair position 113142515, Genomic Build GrCh38/HG38: base pair position 113423668. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs189477605'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs189477605'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4392814', 'SNP': 'rs189477605', 'chr_38': 3, 'bp_38': 113423668, 'chr_37': 3, 'bp_37': 113142515}] | general | Select, Join | Metadata |
Q36.1534 | Q36 | What is the genomic location of SNP rs72896479? | The SNP rs72896479 is located on chromosome 1. Genomic Build GrCh37/HG19: base pair position 51715621, Genomic Build GrCh38/HG38: base pair position 51249949. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs72896479'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs72896479'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_378036', 'SNP': 'rs72896479', 'chr_38': 1, 'bp_38': 51249949, 'chr_37': 1, 'bp_37': 51715621}] | general | Select, Join | Metadata |
Q36.1135 | Q36 | What is the genomic location of SNP rs12681596? | The SNP rs12681596 is located on chromosome 8. Genomic Build GrCh37/HG19: base pair position 113040921, Genomic Build GrCh38/HG38: base pair position 112028692. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs12681596'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs12681596'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1092325', 'SNP': 'rs12681596', 'chr_38': 0, 'bp_38': 0, 'chr_37': 8, 'bp_37': 113040921}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11435029', 'SNP': 'rs12681596', 'chr_38': 8, 'bp_38': 112028692, 'chr_37': 8, 'bp_37': 113040921}] | general | Select, Join | Metadata |
Q36.131 | Q36 | What is the genomic location of SNP rs77933943? | The SNP rs77933943 is located on chromosome 8. Genomic Build GrCh37/HG19: base pair position 78492637, Genomic Build GrCh38/HG38: base pair position 77580401. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs77933943'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs77933943'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11183332', 'SNP': 'rs77933943', 'chr_38': 8, 'bp_38': 77580401, 'chr_37': 8, 'bp_37': 78492637}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11183333', 'SNP': 'rs77933943', 'chr_38': 8, 'bp_38': 77580401, 'chr_37': 8, 'bp_37': 78492637}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11183331', 'SNP': 'rs77933943', 'chr_38': 8, 'bp_38': 77580401, 'chr_37': 8, 'bp_37': 78492637}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11183330', 'SNP': 'rs77933943', 'chr_38': 8, 'bp_38': 77580401, 'chr_37': 8, 'bp_37': 78492637}] | general | Select, Join | Metadata |
Q36.819 | Q36 | What is the genomic location of SNP rs532561676? | The SNP rs532561676 is located on chromosome 16. Genomic Build GrCh37/HG19: base pair position 78396171, Genomic Build GrCh38/HG38: base pair position 78362274. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs532561676'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs532561676'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18300316', 'SNP': 'rs532561676', 'chr_38': 16, 'bp_38': 78362274, 'chr_37': 16, 'bp_37': 78396171}] | general | Select, Join | Metadata |
Q36.1282 | Q36 | What is the genomic location of SNP rs747890784? | The SNP rs747890784 is located on chromosome 10. Genomic Build GrCh37/HG19: base pair position 50836483, Genomic Build GrCh38/HG38: base pair position 49628437. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs747890784'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs747890784'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13009662', 'SNP': 'rs747890784', 'chr_38': 10, 'bp_38': 49628437, 'chr_37': 10, 'bp_37': 50836483}] | general | Select, Join | Metadata |
Q36.1872 | Q36 | What is the genomic location of SNP rs111907655? | The SNP rs111907655 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 81106329, Genomic Build GrCh38/HG38: base pair position 80879204. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs111907655'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs111907655'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2356010', 'SNP': 'rs111907655', 'chr_38': 2, 'bp_38': 80879204, 'chr_37': 2, 'bp_37': 81106329}] | general | Select, Join | Metadata |
Q36.438 | Q36 | What is the genomic location of SNP rs2785871? | The SNP rs2785871 is located on chromosome 13. Genomic Build GrCh37/HG19: base pair position 89508499, Genomic Build GrCh38/HG38: base pair position 88856245. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2785871'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs2785871'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5688361', 'SNP': 'rs2785871', 'chr_38': 0, 'bp_38': 0, 'chr_37': 13, 'bp_37': 89508499}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16295253', 'SNP': 'rs2785871', 'chr_38': 13, 'bp_38': 88856245, 'chr_37': 13, 'bp_37': 89508499}] | general | Select, Join | Metadata |
Q36.417 | Q36 | What is the genomic location of SNP rs71447677? | The SNP rs71447677 is located on chromosome 12. Genomic Build GrCh37/HG19: base pair position 34669721, Genomic Build GrCh38/HG38: base pair position 34516786. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs71447677'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs71447677'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15004835', 'SNP': 'rs71447677', 'chr_38': 12, 'bp_38': 34516786, 'chr_37': 12, 'bp_37': 34669721}] | general | Select, Join | Metadata |
Q36.1504 | Q36 | What is the genomic location of SNP rs761628485? | The SNP rs761628485 is located on chromosome 4. Genomic Build GrCh37/HG19: base pair position 174780322, Genomic Build GrCh38/HG38: base pair position 173859171. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs761628485'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs761628485'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6410068', 'SNP': 'rs761628485', 'chr_38': 4, 'bp_38': 173859171, 'chr_37': 4, 'bp_37': 174780322}] | general | Select, Join | Metadata |
Q36.234 | Q36 | What is the genomic location of SNP rs74644380? | The SNP rs74644380 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 213564717, Genomic Build GrCh38/HG38: base pair position 212699993. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74644380'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs74644380'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7367860', 'SNP': 'rs74644380', 'chr_38': 2, 'bp_38': 212699993, 'chr_37': 2, 'bp_37': 213564717}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3259993', 'SNP': 'rs74644380', 'chr_38': 2, 'bp_38': 212699993, 'chr_37': 2, 'bp_37': 213564717}] | general | Select, Join | Metadata |
Q36.1708 | Q36 | What is the genomic location of SNP rs1000912187? | The SNP rs1000912187 is located on chromosome 10. Genomic Build GrCh37/HG19: base pair position 80150779, Genomic Build GrCh38/HG38: base pair position 78391022. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1000912187'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs1000912187'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13239358', 'SNP': 'rs1000912187', 'chr_38': 10, 'bp_38': 78391022, 'chr_37': 10, 'bp_37': 80150779}] | general | Select, Join | Metadata |
Q36.895 | Q36 | What is the genomic location of SNP rs2586434? | The SNP rs2586434 is located on chromosome 17. Genomic Build GrCh37/HG19: base pair position 48363743, Genomic Build GrCh38/HG38: base pair position 50286382. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs2586434'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs2586434'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1916134', 'SNP': 'rs2586434', 'chr_38': 17, 'bp_38': 50286382, 'chr_37': 17, 'bp_37': 48363743}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_18771619', 'SNP': 'rs2586434', 'chr_38': 17, 'bp_38': 50286382, 'chr_37': 17, 'bp_37': 48363743}] | general | Select, Join | Metadata |
Q36.1625 | Q36 | What is the genomic location of SNP rs764786198? | The SNP rs764786198 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 31728185, Genomic Build GrCh38/HG38: base pair position 31688571. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs764786198'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs764786198'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9596922', 'SNP': 'rs764786198', 'chr_38': 7, 'bp_38': 31688571, 'chr_37': 7, 'bp_37': 31728185}] | general | Select, Join | Metadata |
Q36.699 | Q36 | What is the genomic location of SNP rs144021172? | The SNP rs144021172 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 5890613, Genomic Build GrCh38/HG38: base pair position 5850982. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs144021172'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs144021172'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4965130', 'SNP': 'rs144021172', 'chr_38': 7, 'bp_38': 5850982, 'chr_37': 7, 'bp_37': 5890613}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9358662', 'SNP': 'rs144021172', 'chr_38': 7, 'bp_38': 5850982, 'chr_37': 7, 'bp_37': 5890613}] | general | Select, Join | Metadata |
Q36.1769 | Q36 | What is the genomic location of SNP rs183398077? | The SNP rs183398077 is located on chromosome 11. Genomic Build GrCh37/HG19: base pair position 123775407, Genomic Build GrCh38/HG38: base pair position 123904700. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs183398077'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs183398077'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14633302', 'SNP': 'rs183398077', 'chr_38': 11, 'bp_38': 123904700, 'chr_37': 11, 'bp_37': 123775407}] | general | Select, Join | Metadata |
Q36.301 | Q36 | What is the genomic location of SNP rs4562164? | The SNP rs4562164 is located on chromosome 6. Genomic Build GrCh37/HG19: base pair position 129279275, Genomic Build GrCh38/HG38: base pair position 128958130. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs4562164'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs4562164'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5055217', 'SNP': 'rs4562164', 'chr_38': 6, 'bp_38': 128958130, 'chr_37': 6, 'bp_37': 129279275}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8960181', 'SNP': 'rs4562164', 'chr_38': 6, 'bp_38': 128958130, 'chr_37': 6, 'bp_37': 129279275}] | general | Select, Join | Metadata |
Q36.1399 | Q36 | What is the genomic location of SNP rs61027143? | The SNP rs61027143 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 11391112, Genomic Build GrCh38/HG38: base pair position 11351485. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs61027143'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs61027143'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9414203', 'SNP': 'rs61027143', 'chr_38': 7, 'bp_38': 11351485, 'chr_37': 7, 'bp_37': 11391112}] | general | Select, Join | Metadata |
Q36.1987 | Q36 | What is the genomic location of SNP rs79451495? | The SNP rs79451495 is located on chromosome 5. Genomic Build GrCh37/HG19: base pair position 168492697, Genomic Build GrCh38/HG38: base pair position 169065692. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79451495'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs79451495'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6238226', 'SNP': 'rs79451495', 'chr_38': 5, 'bp_38': 169065692, 'chr_37': 5, 'bp_37': 168492697}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7838888', 'SNP': 'rs79451495', 'chr_38': 5, 'bp_38': 169065692, 'chr_37': 5, 'bp_37': 168492697}] | general | Select, Join | Metadata |
Q36.102 | Q36 | What is the genomic location of SNP rs73205931? | The SNP rs73205931 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 87948401, Genomic Build GrCh38/HG38: base pair position 88319086. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs73205931'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs73205931'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4274975', 'SNP': 'rs73205931', 'chr_38': 7, 'bp_38': 88319086, 'chr_37': 7, 'bp_37': 87948401}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9996676', 'SNP': 'rs73205931', 'chr_38': 7, 'bp_38': 88319086, 'chr_37': 7, 'bp_37': 87948401}] | general | Select, Join | Metadata |
Q36.831 | Q36 | What is the genomic location of SNP rs410222? | The SNP rs410222 is located on chromosome 12. Genomic Build GrCh37/HG19: base pair position 27632441, Genomic Build GrCh38/HG38: base pair position 27479508. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs410222'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs410222'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6965947', 'SNP': 'rs410222', 'chr_38': 12, 'bp_38': 27479508, 'chr_37': 12, 'bp_37': 27632441}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14943833', 'SNP': 'rs410222', 'chr_38': 12, 'bp_38': 27479508, 'chr_37': 12, 'bp_37': 27632441}] | general | Select, Join | Metadata |
Q36.359 | Q36 | What is the genomic location of SNP rs9506875? | The SNP rs9506875 is located on chromosome 13. Genomic Build GrCh37/HG19: base pair position 23115561, Genomic Build GrCh38/HG38: base pair position 22541422. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs9506875'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs9506875'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3335899', 'SNP': 'rs9506875', 'chr_38': 13, 'bp_38': 22541422, 'chr_37': 13, 'bp_37': 23115561}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15763794', 'SNP': 'rs9506875', 'chr_38': 13, 'bp_38': 22541422, 'chr_37': 13, 'bp_37': 23115561}] | general | Select, Join | Metadata |
Q36.114 | Q36 | What is the genomic location of SNP rs143161729? | The SNP rs143161729 is located on chromosome 6. Genomic Build GrCh37/HG19: base pair position 82038070, Genomic Build GrCh38/HG38: base pair position 81328353. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs143161729'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs143161729'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8607987', 'SNP': 'rs143161729', 'chr_38': 6, 'bp_38': 81328353, 'chr_37': 6, 'bp_37': 82038070}] | general | Select, Join | Metadata |
Q36.1440 | Q36 | What is the genomic location of SNP rs574107941? | The SNP rs574107941 is located on chromosome 12. Genomic Build GrCh37/HG19: base pair position 110073758, Genomic Build GrCh38/HG38: base pair position 109635953. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs574107941'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs574107941'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15544027', 'SNP': 'rs574107941', 'chr_38': 12, 'bp_38': 109635953, 'chr_37': 12, 'bp_37': 110073758}] | general | Select, Join | Metadata |
Q36.1840 | Q36 | What is the genomic location of SNP rs79734938? | The SNP rs79734938 is located on chromosome 14. Genomic Build GrCh37/HG19: base pair position 36070986, Genomic Build GrCh38/HG38: base pair position 35601780. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs79734938'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs79734938'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16628439', 'SNP': 'rs79734938', 'chr_38': 14, 'bp_38': 35601780, 'chr_37': 14, 'bp_37': 36070986}] | general | Select, Join | Metadata |
Q36.952 | Q36 | What is the genomic location of SNP rs117301593? | The SNP rs117301593 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 67698432, Genomic Build GrCh38/HG38: base pair position 67471300. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs117301593'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs117301593'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2248442', 'SNP': 'rs117301593', 'chr_38': 2, 'bp_38': 67471300, 'chr_37': 2, 'bp_37': 67698432}] | general | Select, Join | Metadata |
Q36.1186 | Q36 | What is the genomic location of SNP rs396178? | The SNP rs396178 is located on chromosome 19. Genomic Build GrCh37/HG19: base pair position 36342053, Genomic Build GrCh38/HG38: base pair position 35851151. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs396178'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs396178'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19906626', 'SNP': 'rs396178', 'chr_38': 19, 'bp_38': 35851151, 'chr_37': 19, 'bp_37': 36342053}] | general | Select, Join | Metadata |
Q36.456 | Q36 | What is the genomic location of SNP rs55805806? | The SNP rs55805806 is located on chromosome 7. Genomic Build GrCh37/HG19: base pair position 62635904, Genomic Build GrCh38/HG38: base pair position 63175526. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs55805806'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs55805806'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9815930', 'SNP': 'rs55805806', 'chr_38': 7, 'bp_38': 63175526, 'chr_37': 7, 'bp_37': 62635904}] | general | Select, Join | Metadata |
Q36.876 | Q36 | What is the genomic location of SNP rs148583696? | The SNP rs148583696 is located on chromosome 9. Genomic Build GrCh37/HG19: base pair position 92483073, Genomic Build GrCh38/HG38: base pair position 89781626. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs148583696'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs148583696'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12234614', 'SNP': 'rs148583696', 'chr_38': 9, 'bp_38': 89781626, 'chr_37': 9, 'bp_37': 92483073}] | general | Select, Join | Metadata |
Q36.1545 | Q36 | What is the genomic location of SNP rs140505192? | The SNP rs140505192 is located on chromosome 1. Genomic Build GrCh37/HG19: base pair position 3271817, Genomic Build GrCh38/HG38: base pair position 3355253. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs140505192'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs140505192'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_22103', 'SNP': 'rs140505192', 'chr_38': 1, 'bp_38': 3355253, 'chr_37': 1, 'bp_37': 3271817}] | general | Select, Join | Metadata |
Q36.1701 | Q36 | What is the genomic location of SNP rs6869293? | The SNP rs6869293 is located on chromosome 5. Genomic Build GrCh37/HG19: base pair position 144835665, Genomic Build GrCh38/HG38: base pair position 145456102. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6869293'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs6869293'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7709196', 'SNP': 'rs6869293', 'chr_38': 5, 'bp_38': 145456102, 'chr_37': 5, 'bp_37': 144835665}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7658370', 'SNP': 'rs6869293', 'chr_38': 5, 'bp_38': 145456102, 'chr_37': 5, 'bp_37': 144835665}] | general | Select, Join | Metadata |
Q36.1436 | Q36 | What is the genomic location of SNP rs139577202? | The SNP rs139577202 is located on chromosome 14. Genomic Build GrCh37/HG19: base pair position 94520032, Genomic Build GrCh38/HG38: base pair position 94053686. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs139577202'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs139577202'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_17087221', 'SNP': 'rs139577202', 'chr_38': 14, 'bp_38': 94053686, 'chr_37': 14, 'bp_37': 94520032}] | general | Select, Join | Metadata |
Q36.915 | Q36 | What is the genomic location of SNP rs946991963? | The SNP rs946991963 is located on chromosome 13. Genomic Build GrCh37/HG19: base pair position 95645263, Genomic Build GrCh38/HG38: base pair position 94993009. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs946991963'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs946991963'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16345739', 'SNP': 'rs946991963', 'chr_38': 13, 'bp_38': 94993009, 'chr_37': 13, 'bp_37': 95645263}] | general | Select, Join | Metadata |
Q36.310 | Q36 | What is the genomic location of SNP rs189988501? | The SNP rs189988501 is located on chromosome 1. Genomic Build GrCh37/HG19: base pair position 170502351, Genomic Build GrCh38/HG38: base pair position 170533210. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs189988501'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs189988501'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_1066902', 'SNP': 'rs189988501', 'chr_38': 1, 'bp_38': 170533210, 'chr_37': 1, 'bp_37': 170502351}] | general | Select, Join | Metadata |
Q36.1257 | Q36 | What is the genomic location of SNP rs10762302? | The SNP rs10762302 is located on chromosome 10. Genomic Build GrCh37/HG19: base pair position 71378928, Genomic Build GrCh38/HG38: base pair position 69619172. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs10762302'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs10762302'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5787086', 'SNP': 'rs10762302', 'chr_38': 10, 'bp_38': 69619172, 'chr_37': 10, 'bp_37': 71378928}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13175392', 'SNP': 'rs10762302', 'chr_38': 10, 'bp_38': 69619172, 'chr_37': 10, 'bp_37': 71378928}] | general | Select, Join | Metadata |
Q36.1409 | Q36 | What is the genomic location of SNP rs17022876? | The SNP rs17022876 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 38747085, Genomic Build GrCh38/HG38: base pair position 38519943. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs17022876'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs17022876'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5437798', 'SNP': 'rs17022876', 'chr_38': 2, 'bp_38': 38519943, 'chr_37': 2, 'bp_37': 38747085}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2004705', 'SNP': 'rs17022876', 'chr_38': 2, 'bp_38': 38519943, 'chr_37': 2, 'bp_37': 38747085}] | general | Select, Join | Metadata |
Q36.618 | Q36 | What is the genomic location of SNP rs936860358? | The SNP rs936860358 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 148631126, Genomic Build GrCh38/HG38: base pair position 147873557. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs936860358'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs936860358'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2788990', 'SNP': 'rs936860358', 'chr_38': 2, 'bp_38': 147873557, 'chr_37': 2, 'bp_37': 148631126}] | general | Select, Join | Metadata |
Q36.1479 | Q36 | What is the genomic location of SNP rs112951186? | The SNP rs112951186 is located on chromosome 8. Genomic Build GrCh37/HG19: base pair position 145986637, Genomic Build GrCh38/HG38: base pair position 144761252. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs112951186'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs112951186'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4017531', 'SNP': 'rs112951186', 'chr_38': 8, 'bp_38': 144761252, 'chr_37': 8, 'bp_37': 145986637}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11695512', 'SNP': 'rs112951186', 'chr_38': 8, 'bp_38': 144761252, 'chr_37': 8, 'bp_37': 145986637}] | general | Select, Join | Metadata |
Q36.250 | Q36 | What is the genomic location of SNP rs150361327? | The SNP rs150361327 is located on chromosome 10. Genomic Build GrCh37/HG19: base pair position 124337083, Genomic Build GrCh38/HG38: base pair position 122577567. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs150361327'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs150361327'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13577524', 'SNP': 'rs150361327', 'chr_38': 10, 'bp_38': 122577567, 'chr_37': 10, 'bp_37': 124337083}] | general | Select, Join | Metadata |
Q36.734 | Q36 | What is the genomic location of SNP rs540784776? | The SNP rs540784776 is located on chromosome 4. Genomic Build GrCh37/HG19: base pair position 7895201, Genomic Build GrCh38/HG38: base pair position 7893474. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs540784776'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs540784776'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5109725', 'SNP': 'rs540784776', 'chr_38': 4, 'bp_38': 7893474, 'chr_37': 4, 'bp_37': 7895201}] | general | Select, Join | Metadata |
Q36.311 | Q36 | What is the genomic location of SNP rs771266972? | The SNP rs771266972 is located on chromosome 5. Genomic Build GrCh37/HG19: base pair position 89557820, Genomic Build GrCh38/HG38: base pair position 90262003. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs771266972'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs771266972'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7223184', 'SNP': 'rs771266972', 'chr_38': 5, 'bp_38': 90262003, 'chr_37': 5, 'bp_37': 89557820}] | general | Select, Join | Metadata |
Q36.236 | Q36 | What is the genomic location of SNP rs552956174? | The SNP rs552956174 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 104512412, Genomic Build GrCh38/HG38: base pair position 103895954. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs552956174'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs552956174'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2470360', 'SNP': 'rs552956174', 'chr_38': 2, 'bp_38': 103895954, 'chr_37': 2, 'bp_37': 104512412}] | general | Select, Join | Metadata |
Q36.72 | Q36 | What is the genomic location of SNP rs74288256? | The SNP rs74288256 is located on chromosome 5. Genomic Build GrCh37/HG19: base pair position 5769499, Genomic Build GrCh38/HG38: base pair position 5769386. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs74288256'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs74288256'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3772856', 'SNP': 'rs74288256', 'chr_38': 5, 'bp_38': 5769386, 'chr_37': 5, 'bp_37': 5769499}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6606933', 'SNP': 'rs74288256', 'chr_38': 5, 'bp_38': 5769386, 'chr_37': 5, 'bp_37': 5769499}] | general | Select, Join | Metadata |
Q36.896 | Q36 | What is the genomic location of SNP rs758500272? | The SNP rs758500272 is located on chromosome 11. Genomic Build GrCh37/HG19: base pair position 100935430, Genomic Build GrCh38/HG38: base pair position 101064699. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs758500272'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs758500272'
LIMIT 100 | [{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14459416', 'SNP': 'rs758500272', 'chr_38': 11, 'bp_38': 101064699, 'chr_37': 11, 'bp_37': 100935430}] | general | Select, Join | Metadata |
Q36.1754 | Q36 | What is the genomic location of SNP rs3887088? | The SNP rs3887088 is located on chromosome 8. Genomic Build GrCh37/HG19: base pair position 110812412, Genomic Build GrCh38/HG38: base pair position 109800183. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs3887088'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs3887088'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3237777', 'SNP': 'rs3887088', 'chr_38': 8, 'bp_38': 109800183, 'chr_37': 8, 'bp_37': 110812412}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11419961', 'SNP': 'rs3887088', 'chr_38': 8, 'bp_38': 109800183, 'chr_37': 8, 'bp_37': 110812412}] | general | Select, Join | Metadata |
Q36.712 | Q36 | What is the genomic location of SNP rs1325117? | The SNP rs1325117 is located on chromosome 9. Genomic Build GrCh37/HG19: base pair position 12613472, Genomic Build GrCh38/HG38: base pair position 12613472. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs1325117'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs1325117'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4871376', 'SNP': 'rs1325117', 'chr_38': 9, 'bp_38': 12613472, 'chr_37': 9, 'bp_37': 12613472}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11832866', 'SNP': 'rs1325117', 'chr_38': 9, 'bp_38': 12613472, 'chr_37': 9, 'bp_37': 12613472}] | general | Select, Join | Metadata |
Q36.1383 | Q36 | What is the genomic location of SNP rs6707038? | The SNP rs6707038 is located on chromosome 2. Genomic Build GrCh37/HG19: base pair position 238833264, Genomic Build GrCh38/HG38: base pair position 237924622. | SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID`
WHERE SNP = 'rs6707038'
UNION ALL
SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, SNP, chr_38, bp_38, chr_37, bp_37
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = 'rs6707038'
LIMIT 100 | [{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1574750', 'SNP': 'rs6707038', 'chr_38': 2, 'bp_38': 237924622, 'chr_37': 2, 'bp_37': 238833264}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3460900', 'SNP': 'rs6707038', 'chr_38': 2, 'bp_38': 237924622, 'chr_37': 2, 'bp_37': 238833264}] | general | Select, Join | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.