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.1106 | Q45 | Is there an association between OR10G3 and Parkinson's disease? | No, there is no significant association between OR10G3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OR10G3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1041 | Q45 | Is there an association between CHD9 and Parkinson's disease? | No, there is no significant association between CHD9 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CHD9%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.594 | Q45 | Is there an association between LOC101928516 and Parkinson's disease? | No, there is no significant association between LOC101928516 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC101928516%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.757 | Q45 | Is there an association between EVA1B and Parkinson's disease? | No, there is no significant association between EVA1B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%EVA1B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.664 | Q45 | Is there an association between BAIAP2L2 and Parkinson's disease? | No, there is no significant association between BAIAP2L2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%BAIAP2L2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.237 | Q45 | Is there an association between LINC01424 and Parkinson's disease? | No, there is no significant association between LINC01424 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC01424%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.739 | Q45 | Is there an association between LOC100287010 and Parkinson's disease? | No, there is no significant association between LOC100287010 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100287010%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1989 | Q45 | Is there an association between KCTD7 and Parkinson's disease? | No, there is no significant association between KCTD7 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KCTD7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1633 | Q45 | Is there an association between ELK2AP and Parkinson's disease? | No, there is no significant association between ELK2AP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ELK2AP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1166 | Q45 | Is there an association between C1QL1 and Parkinson's disease? | No, there is no significant association between C1QL1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C1QL1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1471 | Q45 | Is there an association between GRAMD1A and Parkinson's disease? | No, there is no significant association between GRAMD1A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%GRAMD1A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1913 | Q45 | Is there an association between SERPINC1 and Parkinson's disease? | No, there is no significant association between SERPINC1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SERPINC1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1628 | Q45 | Is there an association between RAET1K and Parkinson's disease? | No, there is no significant association between RAET1K and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RAET1K%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.943 | Q45 | Is there an association between PWAR5 and Parkinson's disease? | No, there is no significant association between PWAR5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PWAR5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1219 | Q45 | Is there an association between CRY2 and Parkinson's disease? | No, there is no significant association between CRY2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CRY2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1074 | Q45 | Is there an association between MYOM2 and Parkinson's disease? | No, there is no significant association between MYOM2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MYOM2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.111 | Q45 | Is there an association between ALDH5A1 and Parkinson's disease? | No, there is no significant association between ALDH5A1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ALDH5A1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1944 | Q45 | Is there an association between VGLL2 and Parkinson's disease? | No, there is no significant association between VGLL2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%VGLL2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.574 | Q45 | Is there an association between DPY19L2 and Parkinson's disease? | No, there is no significant association between DPY19L2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%DPY19L2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1177 | Q45 | Is there an association between LOC100132356 and Parkinson's disease? | No, there is no significant association between LOC100132356 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100132356%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1184 | Q45 | Is there an association between MFAP4 and Parkinson's disease? | No, there is no significant association between MFAP4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MFAP4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.897 | Q45 | Is there an association between SFRP4 and Parkinson's disease? | No, there is no significant association between SFRP4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SFRP4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.956 | Q45 | Is there an association between SNORD94 and Parkinson's disease? | No, there is no significant association between SNORD94 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SNORD94%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1057 | Q45 | Is there an association between LINC00410 and Parkinson's disease? | No, there is no significant association between LINC00410 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC00410%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1354 | Q45 | Is there an association between C21orf62 and Parkinson's disease? | No, there is no significant association between C21orf62 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C21orf62%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1373 | Q45 | Is there an association between KRT1 and Parkinson's disease? | No, there is no significant association between KRT1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KRT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1448 | Q45 | Is there an association between TMEM60 and Parkinson's disease? | No, there is no significant association between TMEM60 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TMEM60%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.891 | Q45 | Is there an association between KNG1 and Parkinson's disease? | No, there is no significant association between KNG1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KNG1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1673 | Q45 | Is there an association between SFTA3 and Parkinson's disease? | No, there is no significant association between SFTA3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SFTA3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.857 | Q45 | Is there an association between B4GAT1 and Parkinson's disease? | No, there is no significant association between B4GAT1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%B4GAT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.741 | Q45 | Is there an association between ZNF565 and Parkinson's disease? | No, there is no significant association between ZNF565 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ZNF565%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.724 | Q45 | Is there an association between C5orf66-AS1 and Parkinson's disease? | No, there is no significant association between C5orf66-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 '%C5orf66-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.460 | Q45 | Is there an association between LOC284950 and Parkinson's disease? | No, there is no significant association between LOC284950 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC284950%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.267 | Q45 | Is there an association between MIR1268A and Parkinson's disease? | No, there is no significant association between MIR1268A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIR1268A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.78 | Q45 | Is there an association between NEUROD4 and Parkinson's disease? | No, there is no significant association between NEUROD4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%NEUROD4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1785 | Q45 | Is there an association between EPOP and Parkinson's disease? | No, there is no significant association between EPOP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%EPOP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.450 | Q45 | Is there an association between NGRN and Parkinson's disease? | No, there is no significant association between NGRN and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%NGRN%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.401 | Q45 | Is there an association between POC1B and Parkinson's disease? | No, there is no significant association between POC1B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%POC1B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.179 | Q45 | Is there an association between SSBP3 and Parkinson's disease? | No, there is no significant association between SSBP3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SSBP3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1051 | Q45 | Is there an association between ADAMTS9-AS2 and Parkinson's disease? | No, there is no significant association between ADAMTS9-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 '%ADAMTS9-AS2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1737 | Q45 | Is there an association between SPATS1 and Parkinson's disease? | No, there is no significant association between SPATS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SPATS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1609 | Q45 | Is there an association between SRARP and Parkinson's disease? | No, there is no significant association between SRARP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SRARP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1869 | Q45 | Is there an association between FAM3D-AS1 and Parkinson's disease? | No, there is no significant association between FAM3D-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 '%FAM3D-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.602 | Q45 | Is there an association between KLRF1 and Parkinson's disease? | No, there is no significant association between KLRF1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KLRF1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.63 | Q45 | Is there an association between SPPL2C and Parkinson's disease? | Yes, there are 12 significant SNP associations between SPPL2C 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: rs62621252: (GWAS P-value: 1.11e-20; b value: -2.5140e-01), rs62054815: (GWAS P-value: 1.59e-20; b val... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SPPL2C%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2582223', 'SNP': 'rs62621252', 'p': 1.106e-20, 'b': -0.2514, 'nearestGene': 'SPPL2C'}, {'UUID': 'PDno23andme_full_gene_notext_3995524', 'SNP': 'rs62054815', 'p': 1.5930000000000002e-20, 'b': -0.2503, 'nearestGene': 'SPPL2C'}, {'UUID': 'PDno23andme_full_gene_notext_3660559', 'SNP'... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1309 | Q45 | Is there an association between LINC02872 and Parkinson's disease? | No, there is no significant association between LINC02872 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02872%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.879 | Q45 | Is there an association between MAST3 and Parkinson's disease? | No, there is no significant association between MAST3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MAST3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1491 | Q45 | Is there an association between IQGAP3 and Parkinson's disease? | No, there is no significant association between IQGAP3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%IQGAP3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1880 | 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.282 | Q45 | Is there an association between AOX1 and Parkinson's disease? | No, there is no significant association between AOX1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%AOX1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.37 | Q45 | Is there an association between IDUA and Parkinson's disease? | Yes, there are 2 significant SNP associations between IDUA and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs11248061: (GWAS P-value: 4.20e-08; b value: -9.9800e-02), rs10902762: (GWAS P-value: 4.50e-08; b value: -9.9800e-02). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%IDUA%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6056562', 'SNP': 'rs11248061', 'p': 4.203e-08, 'b': -0.0998, 'nearestGene': 'IDUA'}, {'UUID': 'PDno23andme_full_gene_notext_5304183', 'SNP': 'rs10902762', 'p': 4.495e-08, 'b': -0.0998, 'nearestGene': 'IDUA'}] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1517 | Q45 | Is there an association between PRSS38 and Parkinson's disease? | No, there is no significant association between PRSS38 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PRSS38%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.669 | Q45 | Is there an association between FAM169A and Parkinson's disease? | No, there is no significant association between FAM169A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FAM169A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1829 | Q45 | Is there an association between SLC25A19 and Parkinson's disease? | No, there is no significant association between SLC25A19 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SLC25A19%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1446 | Q45 | Is there an association between PLPBP and Parkinson's disease? | No, there is no significant association between PLPBP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PLPBP%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.986 | Q45 | Is there an association between FAM24B and Parkinson's disease? | No, there is no significant association between FAM24B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%FAM24B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1572 | Q45 | Is there an association between HCP5B and Parkinson's disease? | No, there is no significant association between HCP5B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HCP5B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.745 | Q45 | Is there an association between PICSAR and Parkinson's disease? | No, there is no significant association between PICSAR and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PICSAR%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.194 | Q45 | Is there an association between LOC550113 and Parkinson's disease? | No, there is no significant association between LOC550113 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC550113%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.927 | Q45 | Is there an association between CBFB and Parkinson's disease? | No, there is no significant association between CBFB and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CBFB%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.462 | Q45 | Is there an association between AGPAT2 and Parkinson's disease? | No, there is no significant association between AGPAT2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%AGPAT2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.682 | Q45 | Is there an association between EN1 and Parkinson's disease? | No, there is no significant association between EN1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%EN1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.767 | Q45 | Is there an association between LINC02789 and Parkinson's disease? | No, there is no significant association between LINC02789 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC02789%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1809 | Q45 | Is there an association between CSE1L and Parkinson's disease? | No, there is no significant association between CSE1L and PD according to the largest European genome-wide meta-analysis of 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%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1603 | Q45 | Is there an association between VIL1 and Parkinson's disease? | No, there is no significant association between VIL1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%VIL1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.735 | Q45 | Is there an association between LRRC8C and Parkinson's disease? | No, there is no significant association between LRRC8C and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LRRC8C%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.418 | Q45 | Is there an association between SDCBP2-AS1 and Parkinson's disease? | No, there is no significant association between SDCBP2-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 '%SDCBP2-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1107 | Q45 | Is there an association between LINC01209 and Parkinson's disease? | No, there is no significant association between LINC01209 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC01209%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.832 | Q45 | Is there an association between ZNF684 and Parkinson's disease? | No, there is no significant association between ZNF684 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ZNF684%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1498 | Q45 | Is there an association between TGOLN2 and Parkinson's disease? | No, there is no significant association between TGOLN2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%TGOLN2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.623 | Q45 | Is there an association between UBB and Parkinson's disease? | No, there is no significant association between UBB and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%UBB%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.117 | Q45 | Is there an association between CDH22 and Parkinson's disease? | No, there is no significant association between CDH22 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CDH22%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.423 | Q45 | Is there an association between C11orf87 and Parkinson's disease? | No, there is no significant association between C11orf87 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C11orf87%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1911 | Q45 | Is there an association between MIR605 and Parkinson's disease? | No, there is no significant association between MIR605 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MIR605%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.978 | Q45 | Is there an association between JPT1 and Parkinson's disease? | No, there is no significant association between JPT1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%JPT1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.611 | Q45 | Is there an association between PIM3 and Parkinson's disease? | No, there is no significant association between PIM3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PIM3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1919 | Q45 | Is there an association between TUB-AS1 and Parkinson's disease? | No, there is no significant association between TUB-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 '%TUB-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.92 | Q45 | Is there an association between IHO1 and Parkinson's disease? | No, there is no significant association between IHO1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%IHO1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.855 | Q45 | Is there an association between CISTR and Parkinson's disease? | No, there is no significant association between CISTR and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CISTR%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1521 | Q45 | Is there an association between OR10H2 and Parkinson's disease? | No, there is no significant association between OR10H2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%OR10H2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1918 | Q45 | Is there an association between SEH1L and Parkinson's disease? | No, there is no significant association between SEH1L and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%SEH1L%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.760 | Q45 | Is there an association between RRN3P1 and Parkinson's disease? | No, there is no significant association between RRN3P1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RRN3P1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.504 | Q45 | Is there an association between LOC105369911 and Parkinson's disease? | No, there is no significant association between LOC105369911 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC105369911%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1287 | Q45 | Is there an association between PARD3-AS1 and Parkinson's disease? | No, there is no significant association between PARD3-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 '%PARD3-AS1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1340 | Q45 | Is there an association between MASP2 and Parkinson's disease? | No, there is no significant association between MASP2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%MASP2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.12 | Q45 | Is there an association between ELOVL7 and Parkinson's disease? | Yes, there are 30 significant SNP associations between ELOVL7 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: rs1867598: (GWAS P-value: 8.74e-13; b value: 1.9780e-01), rs4699963: (GWAS P-value: 3.99e-12; b value:... | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ELOVL7%' AND p<5e-8
ORDER BY p
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5224521', 'SNP': 'rs1867598', 'p': 8.743e-13, 'b': 0.1978, 'nearestGene': 'ELOVL7'}, {'UUID': 'PDno23andme_full_gene_notext_4708051', 'SNP': 'rs4699963', 'p': 3.99e-12, 'b': 0.1915, 'nearestGene': 'ELOVL7'}, {'UUID': 'PDno23andme_full_gene_notext_1280522', 'SNP': 'rs973304', 'p':... | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.402 | Q45 | Is there an association between LOC285889 and Parkinson's disease? | No, there is no significant association between LOC285889 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC285889%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.288 | Q45 | Is there an association between CDH19 and Parkinson's disease? | No, there is no significant association between CDH19 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CDH19%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1075 | Q45 | Is there an association between ANKRD17 and Parkinson's disease? | No, there is no significant association between ANKRD17 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%ANKRD17%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1201 | Q45 | Is there an association between KIF26A and Parkinson's disease? | No, there is no significant association between KIF26A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%KIF26A%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1746 | Q45 | Is there an association between CBY1 and Parkinson's disease? | No, there is no significant association between CBY1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CBY1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.697 | Q45 | Is there an association between RAD23B and Parkinson's disease? | No, there is no significant association between RAD23B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%RAD23B%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1632 | Q45 | Is there an association between CDKN3 and Parkinson's disease? | No, there is no significant association between CDKN3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CDKN3%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1877 | Q45 | Is there an association between DPM2 and Parkinson's disease? | No, there is no significant association between DPM2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%DPM2%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.696 | Q45 | Is there an association between C2CD5 and Parkinson's disease? | No, there is no significant association between C2CD5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%C2CD5%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.858 | Q45 | Is there an association between LOC100131315 and Parkinson's disease? | No, there is no significant association between LOC100131315 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LOC100131315%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.162 | Q45 | Is there an association between LINC00535 and Parkinson's disease? | No, there is no significant association between LINC00535 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%LINC00535%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.902 | Q45 | Is there an association between HMGB4 and Parkinson's disease? | No, there is no significant association between HMGB4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%HMGB4%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.1576 | Q45 | Is there an association between CYB561D1 and Parkinson's disease? | No, there is no significant association between CYB561D1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%CYB561D1%' AND p<5e-8
ORDER BY p
LIMIT 100 | [] | refined | Select, Similarity Search, Threshold, Order By | GWAS Significance |
Q45.260 | Q45 | Is there an association between PAX2 and Parkinson's disease? | No, there is no significant association between PAX2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). | SELECT UUID, SNP, p, b, nearestGene
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE nearestGene LIKE '%PAX2%' 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.