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 |
|---|---|---|---|---|---|---|---|---|
Q45.1421 | Q45 | Is there an association between CACNA1G-AS1 and Parkinson's disease? | No, there is no significant association between CACNA1G-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CACNA1G-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.785 | Q45 | Is there an association between PLEKHG4 and Parkinson's disease? | No, there is no significant association between PLEKHG4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PLEKHG4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.846 | Q45 | Is there an association between MKS1 and Parkinson's disease? | No, there is no significant association between MKS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MKS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.352 | Q45 | Is there an association between RAET1E-AS1 and Parkinson's disease? | No, there is no significant association between RAET1E-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RAET1E-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1945 | Q45 | Is there an association between CAHM and Parkinson's disease? | No, there is no significant association between CAHM and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CAHM%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.577 | Q45 | Is there an association between GLB1L and Parkinson's disease? | No, there is no significant association between GLB1L and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%GLB1L%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1923 | Q45 | Is there an association between ARF4-AS1 and Parkinson's disease? | No, there is no significant association between ARF4-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ARF4-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1888 | Q45 | Is there an association between TUBG2 and Parkinson's disease? | No, there is no significant association between TUBG2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TUBG2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1470 | Q45 | Is there an association between KCNG4 and Parkinson's disease? | No, there is no significant association between KCNG4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KCNG4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1818 | Q45 | Is there an association between KRT37 and Parkinson's disease? | No, there is no significant association between KRT37 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KRT37%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1317 | Q45 | Is there an association between C5orf24 and Parkinson's disease? | No, there is no significant association between C5orf24 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C5orf24%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1501 | Q45 | Is there an association between SNAI2 and Parkinson's disease? | No, there is no significant association between SNAI2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SNAI2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.464 | Q45 | Is there an association between HEXD and Parkinson's disease? | No, there is no significant association between HEXD and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HEXD%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.381 | Q45 | Is there an association between KNSTRN and Parkinson's disease? | No, there is no significant association between KNSTRN and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KNSTRN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1344 | Q45 | Is there an association between HTR7P1 and Parkinson's disease? | No, there is no significant association between HTR7P1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HTR7P1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.337 | Q45 | Is there an association between RNASEH2A and Parkinson's disease? | No, there is no significant association between RNASEH2A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RNASEH2A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1284 | Q45 | Is there an association between SLC4A1AP and Parkinson's disease? | No, there is no significant association between SLC4A1AP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SLC4A1AP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1762 | Q45 | Is there an association between OXGR1 and Parkinson's disease? | No, there is no significant association between OXGR1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OXGR1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1459 | Q45 | Is there an association between SETDB1 and Parkinson's disease? | No, there is no significant association between SETDB1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SETDB1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.823 | Q45 | Is there an association between PPIC and Parkinson's disease? | No, there is no significant association between PPIC and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PPIC%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1114 | Q45 | Is there an association between GLIS3-AS1 and Parkinson's disease? | No, there is no significant association between GLIS3-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%GLIS3-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1524 | Q45 | Is there an association between LRRIQ1 and Parkinson's disease? | No, there is no significant association between LRRIQ1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LRRIQ1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1941 | Q45 | Is there an association between LOC100996249 and Parkinson's disease? | No, there is no significant association between LOC100996249 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100996249%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1616 | Q45 | Is there an association between COMMD8 and Parkinson's disease? | No, there is no significant association between COMMD8 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%COMMD8%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1898 | Q45 | Is there an association between LINC00348 and Parkinson's disease? | No, there is no significant association between LINC00348 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC00348%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.918 | Q45 | Is there an association between LOC101928618 and Parkinson's disease? | No, there is no significant association between LOC101928618 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC101928618%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1930 | Q45 | Is there an association between LOC100128340 and Parkinson's disease? | No, there is no significant association between LOC100128340 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100128340%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1126 | Q45 | Is there an association between H4C11 and Parkinson's disease? | No, there is no significant association between H4C11 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%H4C11%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.332 | Q45 | Is there an association between ITGA7 and Parkinson's disease? | No, there is no significant association between ITGA7 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ITGA7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1036 | Q45 | Is there an association between GPR19 and Parkinson's disease? | No, there is no significant association between GPR19 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%GPR19%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.322 | Q45 | Is there an association between CDK2AP1 and Parkinson's disease? | No, there is no significant association between CDK2AP1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CDK2AP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1531 | Q45 | Is there an association between LOC101928596 and Parkinson's disease? | No, there is no significant association between LOC101928596 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC101928596%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1360 | Q45 | Is there an association between PMPCA and Parkinson's disease? | No, there is no significant association between PMPCA and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PMPCA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1734 | Q45 | Is there an association between FAM167A-AS1 and Parkinson's disease? | No, there is no significant association between FAM167A-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FAM167A-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.170 | Q45 | Is there an association between OR5AR1 and Parkinson's disease? | No, there is no significant association between OR5AR1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OR5AR1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.13 | Q45 | Is there an association between UBQLN4 and Parkinson's disease? | Yes, there is 1 significant association between UBQLN4 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs35603727: (GWAS P-value: 9.46e-18; b value: 5.4000e-01). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%UBQLN4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_815974', 'SNP': 'rs35603727', 'p': 9.46e-18, 'b': 0.54, 'nearestGene': 'UBQLN4'}] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1927 | Q45 | Is there an association between WDR24 and Parkinson's disease? | No, there is no significant association between WDR24 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%WDR24%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.174 | Q45 | Is there an association between PTGR2 and Parkinson's disease? | No, there is no significant association between PTGR2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PTGR2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.656 | Q45 | Is there an association between ASB18 and Parkinson's disease? | No, there is no significant association between ASB18 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ASB18%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1062 | Q45 | Is there an association between MIR181A2HG and Parkinson's disease? | No, there is no significant association between MIR181A2HG and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIR181A2HG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.263 | Q45 | Is there an association between LINC01287 and Parkinson's disease? | No, there is no significant association between LINC01287 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC01287%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1427 | Q45 | Is there an association between ZNF573 and Parkinson's disease? | No, there is no significant association between ZNF573 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ZNF573%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1582 | Q45 | Is there an association between ITPR3 and Parkinson's disease? | No, there is no significant association between ITPR3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ITPR3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.909 | Q45 | Is there an association between KHNYN and Parkinson's disease? | No, there is no significant association between KHNYN and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KHNYN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.679 | Q45 | Is there an association between OTUB2 and Parkinson's disease? | No, there is no significant association between OTUB2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OTUB2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.261 | Q45 | Is there an association between OR52L1 and Parkinson's disease? | No, there is no significant association between OR52L1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OR52L1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.851 | Q45 | Is there an association between LOC115308161 and Parkinson's disease? | No, there is no significant association between LOC115308161 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC115308161%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.874 | Q45 | Is there an association between CLCN7 and Parkinson's disease? | No, there is no significant association between CLCN7 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CLCN7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1564 | Q45 | Is there an association between LOC105372493 and Parkinson's disease? | No, there is no significant association between LOC105372493 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC105372493%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.141 | Q45 | Is there an association between PALM2AKAP2 and Parkinson's disease? | No, there is no significant association between PALM2AKAP2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PALM2AKAP2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.900 | Q45 | Is there an association between ZNF692 and Parkinson's disease? | No, there is no significant association between ZNF692 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ZNF692%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1839 | Q45 | Is there an association between LOC101927478 and Parkinson's disease? | No, there is no significant association between LOC101927478 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC101927478%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.555 | Q45 | Is there an association between FXN and Parkinson's disease? | No, there is no significant association between FXN and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FXN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.323 | Q45 | Is there an association between TBX3 and Parkinson's disease? | No, there is no significant association between TBX3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TBX3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1854 | Q45 | Is there an association between PRRC2C and Parkinson's disease? | No, there is no significant association between PRRC2C and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PRRC2C%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1235 | Q45 | Is there an association between FSD1 and Parkinson's disease? | No, there is no significant association between FSD1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FSD1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1726 | Q45 | Is there an association between OBI1 and Parkinson's disease? | No, there is no significant association between OBI1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OBI1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.564 | Q45 | Is there an association between LINC01953 and Parkinson's disease? | No, there is no significant association between LINC01953 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC01953%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.142 | Q45 | Is there an association between COSMOC and Parkinson's disease? | No, there is no significant association between COSMOC and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%COSMOC%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1736 | Q45 | Is there an association between PDC-AS1 and Parkinson's disease? | No, there is no significant association between PDC-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PDC-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.537 | Q45 | Is there an association between SLC2A12 and Parkinson's disease? | No, there is no significant association between SLC2A12 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SLC2A12%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.227 | Q45 | Is there an association between HTRA3 and Parkinson's disease? | No, there is no significant association between HTRA3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HTRA3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.730 | Q45 | Is there an association between MIR4453HG and Parkinson's disease? | No, there is no significant association between MIR4453HG and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIR4453HG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.793 | Q45 | Is there an association between HGC6.3 and Parkinson's disease? | No, there is no significant association between HGC6.3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HGC6.3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1718 | Q45 | Is there an association between C2orf76 and Parkinson's disease? | No, there is no significant association between C2orf76 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C2orf76%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.994 | Q45 | Is there an association between EXOC6 and Parkinson's disease? | No, there is no significant association between EXOC6 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%EXOC6%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.415 | Q45 | Is there an association between ADAM11 and Parkinson's disease? | No, there is no significant association between ADAM11 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ADAM11%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.329 | Q45 | Is there an association between TLR5 and Parkinson's disease? | No, there is no significant association between TLR5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TLR5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1098 | Q45 | Is there an association between MOGAT3 and Parkinson's disease? | No, there is no significant association between MOGAT3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MOGAT3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.303 | Q45 | Is there an association between KCNT2 and Parkinson's disease? | No, there is no significant association between KCNT2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KCNT2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1259 | Q45 | Is there an association between ST3GAL3-AS1 and Parkinson's disease? | No, there is no significant association between ST3GAL3-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ST3GAL3-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1996 | Q45 | Is there an association between MIR196A1 and Parkinson's disease? | No, there is no significant association between MIR196A1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIR196A1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.26 | Q45 | Is there an association between GAK and Parkinson's disease? | Yes, there are 65 significant SNP associations between GAK and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). Here are the top 10 most significant SNPs: rs11248057: (GWAS P-value: 1.38e-20; b value: 1.8310e-01), rs3755960: (GWAS P-value: 3.83e-10; b value: 1... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%GAK%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1951392', 'SNP': 'rs11248057', 'p': 1.3790000000000002e-20, 'b': 0.1831, 'nearestGene': 'GAK'}, {'UUID': 'PDno23andme_full_gene_notext_5976606', 'SNP': 'rs3755960', 'p': 3.83e-10, 'b': 0.1803, 'nearestGene': 'GAK'}, {'UUID': 'PDno23andme_full_gene_notext_3304834', 'SNP': 'rs37559... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1860 | Q45 | Is there an association between ABCA4 and Parkinson's disease? | No, there is no significant association between ABCA4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ABCA4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.721 | Q45 | Is there an association between ABCC2 and Parkinson's disease? | No, there is no significant association between ABCC2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ABCC2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.996 | Q45 | Is there an association between OCLN and Parkinson's disease? | No, there is no significant association between OCLN and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OCLN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.196 | Q45 | Is there an association between SNTG1 and Parkinson's disease? | No, there is no significant association between SNTG1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SNTG1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.446 | Q45 | Is there an association between PIK3CB and Parkinson's disease? | No, there is no significant association between PIK3CB and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PIK3CB%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.579 | Q45 | Is there an association between CALML3-AS1 and Parkinson's disease? | No, there is no significant association between CALML3-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CALML3-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.955 | Q45 | Is there an association between FOXL2NB and Parkinson's disease? | No, there is no significant association between FOXL2NB and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FOXL2NB%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.509 | Q45 | Is there an association between LINC02567 and Parkinson's disease? | No, there is no significant association between LINC02567 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02567%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.612 | Q45 | Is there an association between PPFIA2 and Parkinson's disease? | No, there is no significant association between PPFIA2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PPFIA2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1864 | Q45 | Is there an association between LOC100506606 and Parkinson's disease? | No, there is no significant association between LOC100506606 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100506606%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1725 | Q45 | Is there an association between BLOC1S4 and Parkinson's disease? | No, there is no significant association between BLOC1S4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%BLOC1S4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1885 | Q45 | Is there an association between HOTTIP and Parkinson's disease? | No, there is no significant association between HOTTIP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HOTTIP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.853 | Q45 | Is there an association between TCF4-AS1 and Parkinson's disease? | No, there is no significant association between TCF4-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TCF4-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.4 | Q45 | Is there an association between LINC02210-CRHR1 and Parkinson's disease? | Yes, there are over 100 significant SNP associations between LINC02210-CRHR1 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). Here are the top 10 most significant SNPs: rs62055708: (GWAS P-value: 2.33e-21; b value: -2.5610e-01), rs2158474: (GWAS P-value: 2... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02210-CRHR1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1650326', 'SNP': 'rs62055708', 'p': 2.326e-21, 'b': -0.2561, 'nearestGene': 'LINC02210-CRHR1'}, {'UUID': 'PDno23andme_full_gene_notext_7064181', 'SNP': 'rs2158474', 'p': 2.3270000000000002e-21, 'b': -0.2561, 'nearestGene': 'LINC02210-CRHR1'}, {'UUID': 'PDno23andme_full_gene_notex... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1569 | Q45 | Is there an association between MIOX and Parkinson's disease? | No, there is no significant association between MIOX and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIOX%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1461 | Q45 | Is there an association between TMEM239 and Parkinson's disease? | No, there is no significant association between TMEM239 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TMEM239%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.473 | Q45 | Is there an association between SNORA30B and Parkinson's disease? | No, there is no significant association between SNORA30B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SNORA30B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.325 | Q45 | Is there an association between PCDHGA3 and Parkinson's disease? | No, there is no significant association between PCDHGA3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PCDHGA3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.6 | Q45 | Is there an association between ERCC8 and Parkinson's disease? | Yes, there are 30 significant SNP associations between ERCC8 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). Here are the top 10 most significant SNPs: rs973304: (GWAS P-value: 4.95e-12; b value: 1.9140e-01), rs1020371: (GWAS P-value: 5.28e-12; b value: 1... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ERCC8%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1280522', 'SNP': 'rs973304', 'p': 4.954e-12, 'b': 0.1914, 'nearestGene': 'ELOVL7;ERCC8'}, {'UUID': 'PDno23andme_full_gene_notext_4809394', 'SNP': 'rs1020371', 'p': 5.275e-12, 'b': 0.191, 'nearestGene': 'ELOVL7;ERCC8'}, {'UUID': 'PDno23andme_full_gene_notext_3088994', 'SNP': 'rs46... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.225 | Q45 | Is there an association between LINC02624 and Parkinson's disease? | No, there is no significant association between LINC02624 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02624%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1376 | Q45 | Is there an association between SSTR5-AS1 and Parkinson's disease? | No, there is no significant association between SSTR5-AS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SSTR5-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.553 | Q45 | Is there an association between ANKRD20A11P and Parkinson's disease? | No, there is no significant association between ANKRD20A11P and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ANKRD20A11P%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.231 | Q45 | Is there an association between TMEM67 and Parkinson's disease? | No, there is no significant association between TMEM67 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TMEM67%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.40 | Q45 | Is there an association between MMRN1 and Parkinson's disease? | Yes, there are over 100 significant SNP associations between MMRN1 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). Here are the top 10 most significant SNPs: rs2736994: (GWAS P-value: 2.14e-22; b value: -2.0810e-01), rs2736989: (GWAS P-value: 2.68e-21; b ... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MMRN1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_116085', 'SNP': 'rs2736994', 'p': 2.137e-22, 'b': -0.2081, 'nearestGene': 'SNCA-AS1;MMRN1'}, {'UUID': 'PDno23andme_full_gene_notext_2017849', 'SNP': 'rs2736989', 'p': 2.675e-21, 'b': -0.1927, 'nearestGene': 'SNCA-AS1;MMRN1'}, {'UUID': 'PDno23andme_full_gene_notext_3749664', 'SNP'... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.548 | Q45 | Is there an association between LINC02429 and Parkinson's disease? | No, there is no significant association between LINC02429 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02429%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.245 | Q45 | Is there an association between ZNHIT3 and Parkinson's disease? | No, there is no significant association between ZNHIT3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ZNHIT3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.905 | Q45 | Is there an association between DDX39B and Parkinson's disease? | No, there is no significant association between DDX39B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%DDX39B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.