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.1759 | Q45 | Is there an association between MIR4303 and Parkinson's disease? | No, there is no significant association between MIR4303 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 '%MIR4303%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.10 | Q45 | Is there an association between ASH1L and Parkinson's disease? | Yes, there are 3 significant SNP associations between ASH1L and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs145330152: (GWAS P-value: 1.19e-26; b value: 7.3690e-01), rs71628662: (GWAS P-value: 2.01e-26; b value: 7.9700e-01), rs12734374: (GWAS P-value: 8... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ASH1L%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4136186', 'SNP': 'rs145330152', 'p': 1.192e-26, 'b': 0.7369, 'nearestGene': 'ASH1L'}, {'UUID': 'PDno23andme_full_gene_notext_1248700', 'SNP': 'rs71628662', 'p': 2.014e-26, 'b': 0.797, 'nearestGene': 'ASH1L'}, {'UUID': 'PDno23andme_full_gene_notext_3880430', 'SNP': 'rs12734374', '... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.455 | Q45 | Is there an association between ARPC1A and Parkinson's disease? | No, there is no significant association between ARPC1A 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 '%ARPC1A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.715 | Q45 | Is there an association between MRGPRE and Parkinson's disease? | No, there is no significant association between MRGPRE 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 '%MRGPRE%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.258 | Q45 | Is there an association between GNPAT and Parkinson's disease? | No, there is no significant association between GNPAT 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 '%GNPAT%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.889 | Q45 | Is there an association between HPN-AS1 and Parkinson's disease? | No, there is no significant association between HPN-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 '%HPN-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.395 | Q45 | Is there an association between PDGFA and Parkinson's disease? | No, there is no significant association between PDGFA 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 '%PDGFA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.916 | Q45 | Is there an association between CCL14 and Parkinson's disease? | No, there is no significant association between CCL14 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 '%CCL14%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.932 | Q45 | Is there an association between PSMD1 and Parkinson's disease? | No, there is no significant association between PSMD1 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 '%PSMD1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1704 | Q45 | Is there an association between CAMK2A and Parkinson's disease? | No, there is no significant association between CAMK2A 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 '%CAMK2A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1231 | Q45 | Is there an association between SPINK4 and Parkinson's disease? | No, there is no significant association between SPINK4 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 '%SPINK4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.466 | Q45 | Is there an association between HIBADH and Parkinson's disease? | No, there is no significant association between HIBADH 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 '%HIBADH%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1967 | Q45 | Is there an association between DLEU2 and Parkinson's disease? | No, there is no significant association between DLEU2 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 '%DLEU2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1178 | Q45 | Is there an association between LINC00583 and Parkinson's disease? | No, there is no significant association between LINC00583 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 '%LINC00583%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.967 | Q45 | Is there an association between SLC26A4-AS1 and Parkinson's disease? | No, there is no significant association between SLC26A4-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 '%SLC26A4-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.507 | Q45 | Is there an association between MORN1 and Parkinson's disease? | No, there is no significant association between MORN1 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 '%MORN1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.746 | Q45 | Is there an association between PRKXP1 and Parkinson's disease? | No, there is no significant association between PRKXP1 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 '%PRKXP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1851 | Q45 | Is there an association between STARD7 and Parkinson's disease? | No, there is no significant association between STARD7 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 '%STARD7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.875 | Q45 | Is there an association between LINC02172 and Parkinson's disease? | No, there is no significant association between LINC02172 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 '%LINC02172%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.738 | Q45 | Is there an association between LINC01521 and Parkinson's disease? | No, there is no significant association between LINC01521 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 '%LINC01521%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.545 | Q45 | Is there an association between CXCL3 and Parkinson's disease? | No, there is no significant association between CXCL3 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 '%CXCL3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1211 | Q45 | Is there an association between TYR and Parkinson's disease? | No, there is no significant association between TYR 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 '%TYR%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.704 | Q45 | Is there an association between PLA2G4A and Parkinson's disease? | No, there is no significant association between PLA2G4A 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 '%PLA2G4A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1394 | Q45 | Is there an association between UMOD and Parkinson's disease? | No, there is no significant association between UMOD 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 '%UMOD%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1783 | Q45 | Is there an association between CSE1L-AS1 and Parkinson's disease? | No, there is no significant association between CSE1L-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 '%CSE1L-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1155 | Q45 | Is there an association between LRRC39 and Parkinson's disease? | No, there is no significant association between LRRC39 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 '%LRRC39%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1040 | Q45 | Is there an association between LINGO1-AS2 and Parkinson's disease? | No, there is no significant association between LINGO1-AS2 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 '%LINGO1-AS2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.378 | Q45 | Is there an association between LRRN1 and Parkinson's disease? | No, there is no significant association between LRRN1 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 '%LRRN1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.674 | Q45 | Is there an association between QPCT and Parkinson's disease? | No, there is no significant association between QPCT 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 '%QPCT%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1527 | Q45 | Is there an association between BMPR1A and Parkinson's disease? | No, there is no significant association between BMPR1A 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 '%BMPR1A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.362 | Q45 | Is there an association between TP53INP2 and Parkinson's disease? | No, there is no significant association between TP53INP2 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 '%TP53INP2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.976 | Q45 | Is there an association between POTEH and Parkinson's disease? | No, there is no significant association between POTEH 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 '%POTEH%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.790 | Q45 | Is there an association between LOC105372071 and Parkinson's disease? | No, there is no significant association between LOC105372071 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 '%LOC105372071%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.742 | Q45 | Is there an association between ECI2-DT and Parkinson's disease? | No, there is no significant association between ECI2-DT 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 '%ECI2-DT%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1044 | Q45 | Is there an association between TOR1AIP1 and Parkinson's disease? | No, there is no significant association between TOR1AIP1 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 '%TOR1AIP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.979 | Q45 | Is there an association between PCDH9 and Parkinson's disease? | No, there is no significant association between PCDH9 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 '%PCDH9%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1526 | Q45 | Is there an association between NR5A1 and Parkinson's disease? | No, there is no significant association between NR5A1 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 '%NR5A1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1488 | Q45 | Is there an association between CCNDBP1 and Parkinson's disease? | No, there is no significant association between CCNDBP1 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 '%CCNDBP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1525 | Q45 | Is there an association between GPA33 and Parkinson's disease? | No, there is no significant association between GPA33 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 '%GPA33%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1492 | Q45 | Is there an association between GULP1 and Parkinson's disease? | No, there is no significant association between GULP1 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 '%GULP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1694 | Q45 | Is there an association between CP and Parkinson's disease? | No, there is no significant association between CP 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 '%CP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1716 | Q45 | Is there an association between GUSBP10 and Parkinson's disease? | No, there is no significant association between GUSBP10 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 '%GUSBP10%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1246 | Q45 | Is there an association between PPP5C and Parkinson's disease? | No, there is no significant association between PPP5C 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 '%PPP5C%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.892 | Q45 | Is there an association between TPBG and Parkinson's disease? | No, there is no significant association between TPBG 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 '%TPBG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.82 | Q45 | Is there an association between SNORA107 and Parkinson's disease? | No, there is no significant association between SNORA107 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 '%SNORA107%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1182 | Q45 | Is there an association between MTAP and Parkinson's disease? | No, there is no significant association between MTAP 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 '%MTAP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.821 | Q45 | Is there an association between CYSLTR2 and Parkinson's disease? | No, there is no significant association between CYSLTR2 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 '%CYSLTR2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1283 | Q45 | Is there an association between MYPN and Parkinson's disease? | No, there is no significant association between MYPN 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 '%MYPN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.678 | Q45 | Is there an association between NUPR1 and Parkinson's disease? | No, there is no significant association between NUPR1 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 '%NUPR1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1533 | Q45 | Is there an association between NECAB2 and Parkinson's disease? | No, there is no significant association between NECAB2 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 '%NECAB2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.59 | Q45 | Is there an association between BAG3 and Parkinson's disease? | Yes, there are 2 significant SNP associations between BAG3 and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs144814361: (GWAS P-value: 9.07e-11; b value: 4.4110e-01), rs188789342: (GWAS P-value: 8.49e-10; b value: 3.8170e-01). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%BAG3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1145950', 'SNP': 'rs144814361', 'p': 9.065e-11, 'b': 0.4411, 'nearestGene': 'BAG3'}, {'UUID': 'PDno23andme_full_gene_notext_933245', 'SNP': 'rs188789342', 'p': 8.491e-10, 'b': 0.3817, 'nearestGene': 'TIAL1;BAG3'}] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.136 | Q45 | Is there an association between EOMES and Parkinson's disease? | No, there is no significant association between EOMES 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 '%EOMES%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1150 | Q45 | Is there an association between OR6C1 and Parkinson's disease? | No, there is no significant association between OR6C1 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 '%OR6C1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.942 | Q45 | Is there an association between LOC101929162 and Parkinson's disease? | No, there is no significant association between LOC101929162 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 '%LOC101929162%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1685 | Q45 | Is there an association between GPM6A and Parkinson's disease? | No, there is no significant association between GPM6A 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 '%GPM6A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.830 | Q45 | Is there an association between PEF1 and Parkinson's disease? | No, there is no significant association between PEF1 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 '%PEF1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1224 | Q45 | Is there an association between CBLN2 and Parkinson's disease? | No, there is no significant association between CBLN2 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 '%CBLN2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.510 | Q45 | Is there an association between CRB2 and Parkinson's disease? | No, there is no significant association between CRB2 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 '%CRB2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1776 | Q45 | Is there an association between SLC19A3 and Parkinson's disease? | No, there is no significant association between SLC19A3 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 '%SLC19A3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.351 | Q45 | Is there an association between OR51E2 and Parkinson's disease? | No, there is no significant association between OR51E2 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 '%OR51E2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.392 | Q45 | Is there an association between BSCL2 and Parkinson's disease? | No, there is no significant association between BSCL2 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 '%BSCL2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1033 | Q45 | Is there an association between OR2W5 and Parkinson's disease? | No, there is no significant association between OR2W5 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 '%OR2W5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.901 | Q45 | Is there an association between ACOT12 and Parkinson's disease? | No, there is no significant association between ACOT12 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 '%ACOT12%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.835 | Q45 | Is there an association between DEFB114 and Parkinson's disease? | No, there is no significant association between DEFB114 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 '%DEFB114%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1894 | Q45 | Is there an association between SLIT2 and Parkinson's disease? | No, there is no significant association between SLIT2 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 '%SLIT2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.481 | Q45 | Is there an association between ZNF736 and Parkinson's disease? | No, there is no significant association between ZNF736 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 '%ZNF736%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1472 | Q45 | Is there an association between WARS2-IT1 and Parkinson's disease? | No, there is no significant association between WARS2-IT1 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 '%WARS2-IT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1887 | Q45 | Is there an association between MIR6128 and Parkinson's disease? | No, there is no significant association between MIR6128 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 '%MIR6128%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1398 | Q45 | Is there an association between ALPG and Parkinson's disease? | No, there is no significant association between ALPG 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 '%ALPG%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.659 | Q45 | Is there an association between C6orf89 and Parkinson's disease? | No, there is no significant association between C6orf89 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 '%C6orf89%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.175 | Q45 | Is there an association between PFN4 and Parkinson's disease? | No, there is no significant association between PFN4 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 '%PFN4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1159 | Q45 | Is there an association between GAU1 and Parkinson's disease? | No, there is no significant association between GAU1 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 '%GAU1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.39 | Q45 | Is there an association between KANSL1 and Parkinson's disease? | Yes, there are over 100 significant SNP associations between KANSL1 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: rs568850733: (GWAS P-value: 1.70e-21; b value: -2.4350e-01), rs556323004: (GWAS P-value: 1.71e-2... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KANSL1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6712178', 'SNP': 'rs568850733', 'p': 1.699e-21, 'b': -0.2435, 'nearestGene': 'KANSL1'}, {'UUID': 'PDno23andme_full_gene_notext_6887994', 'SNP': 'rs556323004', 'p': 1.707e-21, 'b': -0.2437, 'nearestGene': 'KANSL1'}, {'UUID': 'PDno23andme_full_gene_notext_3251125', 'SNP': 'rs567744... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.720 | Q45 | Is there an association between LOC100422556 and Parkinson's disease? | No, there is no significant association between LOC100422556 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 '%LOC100422556%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.93 | Q45 | Is there an association between ANGPTL2 and Parkinson's disease? | No, there is no significant association between ANGPTL2 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 '%ANGPTL2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1937 | Q45 | Is there an association between LINC02341 and Parkinson's disease? | No, there is no significant association between LINC02341 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 '%LINC02341%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1215 | Q45 | Is there an association between LOC105376271 and Parkinson's disease? | No, there is no significant association between LOC105376271 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 '%LOC105376271%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.882 | Q45 | Is there an association between EPM2A and Parkinson's disease? | No, there is no significant association between EPM2A 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 '%EPM2A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1353 | Q45 | Is there an association between PCDHGC4 and Parkinson's disease? | No, there is no significant association between PCDHGC4 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 '%PCDHGC4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1891 | Q45 | Is there an association between MIR3649 and Parkinson's disease? | No, there is no significant association between MIR3649 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 '%MIR3649%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1102 | Q45 | Is there an association between MAP1S and Parkinson's disease? | No, there is no significant association between MAP1S 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 '%MAP1S%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1165 | Q45 | Is there an association between OR2A1-AS1 and Parkinson's disease? | No, there is no significant association between OR2A1-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 '%OR2A1-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1365 | Q45 | Is there an association between CEBPA-DT and Parkinson's disease? | No, there is no significant association between CEBPA-DT 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 '%CEBPA-DT%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1959 | Q45 | Is there an association between HMGN2 and Parkinson's disease? | No, there is no significant association between HMGN2 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 '%HMGN2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.505 | Q45 | Is there an association between TCTEX1D2 and Parkinson's disease? | No, there is no significant association between TCTEX1D2 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 '%TCTEX1D2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.342 | Q45 | Is there an association between RORB-AS1 and Parkinson's disease? | No, there is no significant association between RORB-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 '%RORB-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1198 | Q45 | Is there an association between ATG7 and Parkinson's disease? | No, there is no significant association between ATG7 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 '%ATG7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.29 | Q45 | Is there an association between LINC02210 and Parkinson's disease? | Yes, there are over 100 significant SNP associations between LINC02210 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.33e-2... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02210%' 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.1227 | Q45 | Is there an association between SPACA6P-AS and Parkinson's disease? | No, there is no significant association between SPACA6P-AS 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 '%SPACA6P-AS%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1434 | Q45 | Is there an association between PRKCA and Parkinson's disease? | No, there is no significant association between PRKCA 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 '%PRKCA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1954 | Q45 | Is there an association between LOC101927516 and Parkinson's disease? | No, there is no significant association between LOC101927516 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 '%LOC101927516%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.954 | Q45 | Is there an association between MSRA and Parkinson's disease? | No, there is no significant association between MSRA 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 '%MSRA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.172 | Q45 | Is there an association between LOC105370619 and Parkinson's disease? | No, there is no significant association between LOC105370619 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 '%LOC105370619%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1406 | Q45 | Is there an association between ZNF350 and Parkinson's disease? | No, there is no significant association between ZNF350 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 '%ZNF350%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1207 | Q45 | Is there an association between NRXN3 and Parkinson's disease? | No, there is no significant association between NRXN3 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 '%NRXN3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1263 | Q45 | Is there an association between NUBP1 and Parkinson's disease? | No, there is no significant association between NUBP1 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 '%NUBP1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1400 | Q45 | Is there an association between SDS and Parkinson's disease? | No, there is no significant association between SDS 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 '%SDS%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.920 | Q45 | Is there an association between DNAH17 and Parkinson's disease? | No, there is no significant association between DNAH17 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 '%DNAH17%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.497 | Q45 | Is there an association between SEMA3G and Parkinson's disease? | No, there is no significant association between SEMA3G 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 '%SEMA3G%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.962 | Q45 | Is there an association between MROH5 and Parkinson's disease? | No, there is no significant association between MROH5 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 '%MROH5%' 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.