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.199 | Q45 | Is there an association between PAF1 and Parkinson's disease? | No, there is no significant association between PAF1 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 '%PAF1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1173 | Q45 | Is there an association between LILRA5 and Parkinson's disease? | No, there is no significant association between LILRA5 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 '%LILRA5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.320 | Q45 | Is there an association between SRD5A3-AS1 and Parkinson's disease? | No, there is no significant association between SRD5A3-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 '%SRD5A3-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1002 | Q45 | Is there an association between MIOS and Parkinson's disease? | No, there is no significant association between MIOS 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 '%MIOS%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.223 | Q45 | Is there an association between MTPN and Parkinson's disease? | No, there is no significant association between MTPN 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 '%MTPN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1220 | Q45 | Is there an association between OR10J4 and Parkinson's disease? | No, there is no significant association between OR10J4 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 '%OR10J4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.103 | Q45 | Is there an association between MIR302F and Parkinson's disease? | No, there is no significant association between MIR302F 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 '%MIR302F%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1655 | Q45 | Is there an association between HAT1 and Parkinson's disease? | No, there is no significant association between HAT1 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 '%HAT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.949 | Q45 | Is there an association between LOC339685 and Parkinson's disease? | No, there is no significant association between LOC339685 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 '%LOC339685%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1939 | Q45 | Is there an association between AKNAD1 and Parkinson's disease? | No, there is no significant association between AKNAD1 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 '%AKNAD1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1914 | Q45 | Is there an association between SLC2A4RG and Parkinson's disease? | No, there is no significant association between SLC2A4RG 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 '%SLC2A4RG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1127 | Q45 | Is there an association between TULP1 and Parkinson's disease? | No, there is no significant association between TULP1 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 '%TULP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1052 | Q45 | Is there an association between LINC02561 and Parkinson's disease? | No, there is no significant association between LINC02561 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 '%LINC02561%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1538 | Q45 | Is there an association between LELP1 and Parkinson's disease? | No, there is no significant association between LELP1 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 '%LELP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.356 | Q45 | Is there an association between LINC00687 and Parkinson's disease? | No, there is no significant association between LINC00687 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 '%LINC00687%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.603 | Q45 | Is there an association between PLA2G10 and Parkinson's disease? | No, there is no significant association between PLA2G10 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 '%PLA2G10%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1559 | Q45 | Is there an association between MUC17 and Parkinson's disease? | No, there is no significant association between MUC17 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 '%MUC17%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1350 | Q45 | Is there an association between DDX4 and Parkinson's disease? | No, there is no significant association between DDX4 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 '%DDX4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1359 | Q45 | Is there an association between MIR1178 and Parkinson's disease? | No, there is no significant association between MIR1178 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 '%MIR1178%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.947 | Q45 | Is there an association between RAMP3 and Parkinson's disease? | No, there is no significant association between RAMP3 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 '%RAMP3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.348 | Q45 | Is there an association between LRP5 and Parkinson's disease? | No, there is no significant association between LRP5 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 '%LRP5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.606 | Q45 | Is there an association between FEZ1 and Parkinson's disease? | No, there is no significant association between FEZ1 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 '%FEZ1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.719 | Q45 | Is there an association between RHEX and Parkinson's disease? | No, there is no significant association between RHEX 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 '%RHEX%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.118 | Q45 | Is there an association between SMIM35 and Parkinson's disease? | No, there is no significant association between SMIM35 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 '%SMIM35%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.617 | Q45 | Is there an association between SERPINA10 and Parkinson's disease? | No, there is no significant association between SERPINA10 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 '%SERPINA10%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1013 | Q45 | Is there an association between ATP8A2 and Parkinson's disease? | No, there is no significant association between ATP8A2 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 '%ATP8A2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1265 | Q45 | Is there an association between MYH14 and Parkinson's disease? | No, there is no significant association between MYH14 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 '%MYH14%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1489 | Q45 | Is there an association between LINC01628 and Parkinson's disease? | No, there is no significant association between LINC01628 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 '%LINC01628%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.489 | Q45 | Is there an association between EGLN3 and Parkinson's disease? | No, there is no significant association between EGLN3 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 '%EGLN3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1711 | Q45 | Is there an association between RPA1 and Parkinson's disease? | No, there is no significant association between RPA1 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 '%RPA1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.787 | Q45 | Is there an association between INTS14 and Parkinson's disease? | No, there is no significant association between INTS14 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 '%INTS14%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.881 | Q45 | Is there an association between SIX5 and Parkinson's disease? | No, there is no significant association between SIX5 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 '%SIX5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1555 | Q45 | Is there an association between DKK1 and Parkinson's disease? | No, there is no significant association between DKK1 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 '%DKK1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.567 | Q45 | Is there an association between DYSF and Parkinson's disease? | No, there is no significant association between DYSF 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 '%DYSF%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.254 | Q45 | Is there an association between LYPD9P and Parkinson's disease? | No, there is no significant association between LYPD9P 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 '%LYPD9P%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.242 | Q45 | Is there an association between GPD2 and Parkinson's disease? | No, there is no significant association between GPD2 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 '%GPD2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.176 | Q45 | Is there an association between PLXNB1 and Parkinson's disease? | No, there is no significant association between PLXNB1 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 '%PLXNB1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.824 | Q45 | Is there an association between ASTE1 and Parkinson's disease? | No, there is no significant association between ASTE1 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 '%ASTE1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.983 | Q45 | Is there an association between EPB41L3 and Parkinson's disease? | No, there is no significant association between EPB41L3 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 '%EPB41L3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1476 | Q45 | Is there an association between BTBD7 and Parkinson's disease? | No, there is no significant association between BTBD7 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 '%BTBD7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1262 | Q45 | Is there an association between PTMA and Parkinson's disease? | No, there is no significant association between PTMA 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 '%PTMA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1280 | Q45 | Is there an association between MBTD1 and Parkinson's disease? | No, there is no significant association between MBTD1 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 '%MBTD1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.751 | Q45 | Is there an association between DPP8 and Parkinson's disease? | No, there is no significant association between DPP8 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 '%DPP8%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.561 | Q45 | Is there an association between MIR10524 and Parkinson's disease? | No, there is no significant association between MIR10524 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 '%MIR10524%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.81 | Q45 | Is there an association between CGA and Parkinson's disease? | No, there is no significant association between CGA 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 '%CGA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1042 | Q45 | Is there an association between TMEM184A and Parkinson's disease? | No, there is no significant association between TMEM184A 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 '%TMEM184A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1314 | Q45 | Is there an association between GSTT4 and Parkinson's disease? | No, there is no significant association between GSTT4 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 '%GSTT4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.33 | Q45 | Is there an association between BCL7C and Parkinson's disease? | Yes, there are 5 significant SNP associations between BCL7C and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs12920259: (GWAS P-value: 1.25e-08; b value: -1.0260e-01), rs4889627: (GWAS P-value: 2.66e-08; b value: -1.0040e-01), rs67264578: (GWAS P-value: 3... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%BCL7C%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7388780', 'SNP': 'rs12920259', 'p': 1.251e-08, 'b': -0.1026, 'nearestGene': 'BCL7C'}, {'UUID': 'PDno23andme_full_gene_notext_7614737', 'SNP': 'rs4889627', 'p': 2.663e-08, 'b': -0.1004, 'nearestGene': 'BCL7C'}, {'UUID': 'PDno23andme_full_gene_notext_2093499', 'SNP': 'rs67264578', ... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1739 | Q45 | Is there an association between CD28 and Parkinson's disease? | No, there is no significant association between CD28 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 '%CD28%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.358 | Q45 | Is there an association between LOC105371049 and Parkinson's disease? | No, there is no significant association between LOC105371049 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 '%LOC105371049%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1077 | Q45 | Is there an association between C8orf34 and Parkinson's disease? | No, there is no significant association between C8orf34 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 '%C8orf34%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1692 | Q45 | Is there an association between STIMATE-MUSTN1 and Parkinson's disease? | No, there is no significant association between STIMATE-MUSTN1 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 '%STIMATE-MUSTN1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.127 | Q45 | Is there an association between LOC107984132 and Parkinson's disease? | No, there is no significant association between LOC107984132 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 '%LOC107984132%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1031 | Q45 | Is there an association between C10orf71 and Parkinson's disease? | No, there is no significant association between C10orf71 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 '%C10orf71%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.399 | Q45 | Is there an association between COL6A4P2 and Parkinson's disease? | No, there is no significant association between COL6A4P2 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 '%COL6A4P2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.444 | Q45 | Is there an association between NXPH1 and Parkinson's disease? | No, there is no significant association between NXPH1 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 '%NXPH1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.166 | Q45 | Is there an association between MIR3945HG and Parkinson's disease? | No, there is no significant association between MIR3945HG 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 '%MIR3945HG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.206 | Q45 | Is there an association between LINC02676 and Parkinson's disease? | No, there is no significant association between LINC02676 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 '%LINC02676%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1571 | Q45 | Is there an association between FBXO25 and Parkinson's disease? | No, there is no significant association between FBXO25 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 '%FBXO25%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1641 | Q45 | Is there an association between LOC100505736 and Parkinson's disease? | No, there is no significant association between LOC100505736 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 '%LOC100505736%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1565 | Q45 | Is there an association between SLFNL1-AS1 and Parkinson's disease? | No, there is no significant association between SLFNL1-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 '%SLFNL1-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.491 | Q45 | Is there an association between CHD4 and Parkinson's disease? | No, there is no significant association between CHD4 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 '%CHD4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1966 | Q45 | Is there an association between EMC8 and Parkinson's disease? | No, there is no significant association between EMC8 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 '%EMC8%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1800 | Q45 | Is there an association between TBX18 and Parkinson's disease? | No, there is no significant association between TBX18 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 '%TBX18%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1330 | Q45 | Is there an association between PTPRA and Parkinson's disease? | No, there is no significant association between PTPRA 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 '%PTPRA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.285 | Q45 | Is there an association between LOC107984507 and Parkinson's disease? | No, there is no significant association between LOC107984507 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 '%LOC107984507%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1375 | Q45 | Is there an association between CKS1B and Parkinson's disease? | No, there is no significant association between CKS1B 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 '%CKS1B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.221 | Q45 | Is there an association between PPP2R2B and Parkinson's disease? | No, there is no significant association between PPP2R2B 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 '%PPP2R2B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1931 | Q45 | Is there an association between SLC7A2 and Parkinson's disease? | No, there is no significant association between SLC7A2 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 '%SLC7A2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.888 | Q45 | Is there an association between AKAP12 and Parkinson's disease? | No, there is no significant association between AKAP12 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 '%AKAP12%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1623 | Q45 | Is there an association between SERPINB7 and Parkinson's disease? | No, there is no significant association between SERPINB7 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 '%SERPINB7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.701 | Q45 | Is there an association between N4BP2L1 and Parkinson's disease? | No, there is no significant association between N4BP2L1 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 '%N4BP2L1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.61 | Q45 | Is there an association between RAB29 and Parkinson's disease? | Yes, there are 5 significant SNP associations between RAB29 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs823116: (GWAS P-value: 3.65e-09; b value: -1.0070e-01), rs823118: (GWAS P-value: 4.94e-09; b value: -9.9900e-02), rs708723: (GWAS P-value: 9.73e-... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RAB29%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1997954', 'SNP': 'rs823116', 'p': 3.655e-09, 'b': -0.1007, 'nearestGene': 'NUCKS1;RAB29'}, {'UUID': 'PDno23andme_full_gene_notext_1318269', 'SNP': 'rs823118', 'p': 4.941e-09, 'b': -0.0999, 'nearestGene': 'NUCKS1;RAB29'}, {'UUID': 'PDno23andme_full_gene_notext_2965607', 'SNP': 'rs... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.843 | Q45 | Is there an association between CCL3 and Parkinson's disease? | No, there is no significant association between CCL3 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 '%CCL3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1356 | Q45 | Is there an association between ZNF267 and Parkinson's disease? | No, there is no significant association between ZNF267 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 '%ZNF267%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.76 | Q45 | Is there an association between SPO11 and Parkinson's disease? | No, there is no significant association between SPO11 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 '%SPO11%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.165 | Q45 | Is there an association between LOC646938 and Parkinson's disease? | No, there is no significant association between LOC646938 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 '%LOC646938%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.576 | Q45 | Is there an association between MAEA and Parkinson's disease? | No, there is no significant association between MAEA 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 '%MAEA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.959 | Q45 | Is there an association between WDR27 and Parkinson's disease? | No, there is no significant association between WDR27 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 '%WDR27%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1540 | Q45 | Is there an association between RWDD2B and Parkinson's disease? | No, there is no significant association between RWDD2B 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 '%RWDD2B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1046 | Q45 | Is there an association between PHF12 and Parkinson's disease? | No, there is no significant association between PHF12 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 '%PHF12%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1706 | Q45 | Is there an association between STOM and Parkinson's disease? | No, there is no significant association between STOM 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 '%STOM%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.513 | Q45 | Is there an association between CTSV and Parkinson's disease? | No, there is no significant association between CTSV 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 '%CTSV%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.46 | Q45 | Is there an association between CCSER1 and Parkinson's disease? | Yes, there are 4 significant SNP associations between CCSER1 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs75453887: (GWAS P-value: 4.49e-13; b value: 3.0060e-01), rs113812778: (GWAS P-value: 7.93e-13; b value: 2.9860e-01), rs183161418: (GWAS P-value:... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CCSER1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_826234', 'SNP': 'rs75453887', 'p': 4.487e-13, 'b': 0.3006, 'nearestGene': 'MMRN1;CCSER1'}, {'UUID': 'PDno23andme_full_gene_notext_6050304', 'SNP': 'rs113812778', 'p': 7.925e-13, 'b': 0.2986, 'nearestGene': 'MMRN1;CCSER1'}, {'UUID': 'PDno23andme_full_gene_notext_6560233', 'SNP': '... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.946 | Q45 | Is there an association between LINC01592 and Parkinson's disease? | No, there is no significant association between LINC01592 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 '%LINC01592%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.366 | Q45 | Is there an association between ARHGEF15 and Parkinson's disease? | No, there is no significant association between ARHGEF15 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 '%ARHGEF15%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.540 | Q45 | Is there an association between IFNA17 and Parkinson's disease? | No, there is no significant association between IFNA17 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 '%IFNA17%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.79 | Q45 | Is there an association between TP53I11 and Parkinson's disease? | No, there is no significant association between TP53I11 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 '%TP53I11%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1917 | Q45 | Is there an association between AXDND1 and Parkinson's disease? | No, there is no significant association between AXDND1 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 '%AXDND1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1416 | Q45 | Is there an association between SNORD114-20 and Parkinson's disease? | No, there is no significant association between SNORD114-20 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 '%SNORD114-20%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.586 | Q45 | Is there an association between TMPRSS11F and Parkinson's disease? | No, there is no significant association between TMPRSS11F 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 '%TMPRSS11F%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1795 | Q45 | Is there an association between HEPACAM and Parkinson's disease? | No, there is no significant association between HEPACAM 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 '%HEPACAM%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.771 | Q45 | Is there an association between LINC01090 and Parkinson's disease? | No, there is no significant association between LINC01090 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 '%LINC01090%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.371 | Q45 | Is there an association between LCMT1 and Parkinson's disease? | No, there is no significant association between LCMT1 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 '%LCMT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.809 | 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.31 | Q45 | Is there an association between KLHL7 and Parkinson's disease? | Yes, there are 11 significant SNP associations between KLHL7 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: rs28706766: (GWAS P-value: 1.20e-08; b value: -1.0120e-01), rs955187: (GWAS P-value: 1.23e-08; b value:... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KLHL7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7684373', 'SNP': 'rs28706766', 'p': 1.201e-08, 'b': -0.1012, 'nearestGene': 'KLHL7'}, {'UUID': 'PDno23andme_full_gene_notext_3152957', 'SNP': 'rs955187', 'p': 1.231e-08, 'b': -0.1007, 'nearestGene': 'KLHL7'}, {'UUID': 'PDno23andme_full_gene_notext_6247316', 'SNP': 'rs1006709', 'p... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1960 | Q45 | Is there an association between LOC112268124 and Parkinson's disease? | No, there is no significant association between LOC112268124 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 '%LOC112268124%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1742 | Q45 | Is there an association between LINC02650 and Parkinson's disease? | No, there is no significant association between LINC02650 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 '%LINC02650%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1577 | Q45 | Is there an association between CCDC71L and Parkinson's disease? | No, there is no significant association between CCDC71L 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 '%CCDC71L%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.794 | Q45 | Is there an association between PYY and Parkinson's disease? | No, there is no significant association between PYY 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 '%PYY%' 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.