Datasets:

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.1796
Q45
Is there an association between CYP3A5 and Parkinson's disease?
No, there is no significant association between CYP3A5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CYP3A5%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.364
Q45
Is there an association between DPP9 and Parkinson's disease?
No, there is no significant association between DPP9 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DPP9%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1468
Q45
Is there an association between EXPH5 and Parkinson's disease?
No, there is no significant association between EXPH5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%EXPH5%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1169
Q45
Is there an association between CUL5 and Parkinson's disease?
No, there is no significant association between CUL5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CUL5%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.854
Q45
Is there an association between IGSF8 and Parkinson's disease?
No, there is no significant association between IGSF8 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%IGSF8%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1379
Q45
Is there an association between KLHL22 and Parkinson's disease?
No, there is no significant association between KLHL22 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%KLHL22%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.113
Q45
Is there an association between PRRT3 and Parkinson's disease?
No, there is no significant association between PRRT3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PRRT3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.43
Q45
Is there an association between NUP42 and Parkinson's disease?
Yes, there are 20 significant SNP associations between NUP42 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: rs858295: (GWAS P-value: 3.83e-09; b value: -1.0390e-01), rs858290: (GWAS P-value: 4.44e-09; b value: -...
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%NUP42%' AND p<5e-8 ORDER BY p LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5184536', 'SNP': 'rs858295', 'p': 3.831e-09, 'b': -0.1039, 'nearestGene': 'NUP42;GPNMB'}, {'UUID': 'PDno23andme_full_gene_notext_740813', 'SNP': 'rs858290', 'p': 4.443e-09, 'b': -0.1036, 'nearestGene': 'NUP42;GPNMB'}, {'UUID': 'PDno23andme_full_gene_notext_6306474', 'SNP': 'rs858...
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.128
Q45
Is there an association between STMN4 and Parkinson's disease?
No, there is no significant association between STMN4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%STMN4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.207
Q45
Is there an association between LINC01822 and Parkinson's disease?
No, there is no significant association between LINC01822 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LINC01822%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.53
Q45
Is there an association between FAM47E and Parkinson's disease?
Yes, there are 42 significant SNP associations between FAM47E 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: rs7695720: (GWAS P-value: 1.53e-09; b value: -1.2550e-01), rs7654472: (GWAS P-value: 2.16e-09; b value...
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%FAM47E%' AND p<5e-8 ORDER BY p LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5535305', 'SNP': 'rs7695720', 'p': 1.528e-09, 'b': -0.1255, 'nearestGene': 'FAM47E;FAM47E-STBD1'}, {'UUID': 'PDno23andme_full_gene_notext_3586261', 'SNP': 'rs7654472', 'p': 2.165e-09, 'b': -0.1243, 'nearestGene': 'FAM47E;FAM47E-STBD1'}, {'UUID': 'PDno23andme_full_gene_notext_4195...
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.551
Q45
Is there an association between USB1 and Parkinson's disease?
No, there is no significant association between USB1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%USB1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.71
Q45
Is there an association between LINC00863 and Parkinson's disease?
No, there is no significant association between LINC00863 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LINC00863%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1816
Q45
Is there an association between PRRX2 and Parkinson's disease?
No, there is no significant association between PRRX2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PRRX2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1745
Q45
Is there an association between MAP3K8 and Parkinson's disease?
No, there is no significant association between MAP3K8 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MAP3K8%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.186
Q45
Is there an association between CAMTA1 and Parkinson's disease?
No, there is no significant association between CAMTA1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CAMTA1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.140
Q45
Is there an association between LYPLA2 and Parkinson's disease?
No, there is no significant association between LYPLA2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LYPLA2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.907
Q45
Is there an association between IFNA14 and Parkinson's disease?
No, there is no significant association between IFNA14 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%IFNA14%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.803
Q45
Is there an association between MIR4290HG and Parkinson's disease?
No, there is no significant association between MIR4290HG and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MIR4290HG%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.135
Q45
Is there an association between RFPL3 and Parkinson's disease?
No, there is no significant association between RFPL3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%RFPL3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.83
Q45
Is there an association between OR4X1 and Parkinson's disease?
No, there is no significant association between OR4X1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%OR4X1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1541
Q45
Is there an association between CFAP69 and Parkinson's disease?
No, there is no significant association between CFAP69 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CFAP69%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.547
Q45
Is there an association between SLC9A9 and Parkinson's disease?
No, there is no significant association between SLC9A9 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SLC9A9%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1596
Q45
Is there an association between MIR1302-4 and Parkinson's disease?
No, there is no significant association between MIR1302-4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MIR1302-4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.992
Q45
Is there an association between CRB3 and Parkinson's disease?
No, there is no significant association between CRB3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CRB3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.168
Q45
Is there an association between HNRNPA1L2 and Parkinson's disease?
No, there is no significant association between HNRNPA1L2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%HNRNPA1L2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.251
Q45
Is there an association between SLC10A1 and Parkinson's disease?
No, there is no significant association between SLC10A1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SLC10A1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.452
Q45
Is there an association between SOX1 and Parkinson's disease?
No, there is no significant association between SOX1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SOX1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1148
Q45
Is there an association between LILRA4 and Parkinson's disease?
No, there is no significant association between LILRA4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LILRA4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.865
Q45
Is there an association between RHO and Parkinson's disease?
No, there is no significant association between RHO and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%RHO%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1233
Q45
Is there an association between PLIN5 and Parkinson's disease?
No, there is no significant association between PLIN5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PLIN5%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.100
Q45
Is there an association between GBP4 and Parkinson's disease?
No, there is no significant association between GBP4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%GBP4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1974
Q45
Is there an association between APPL2 and Parkinson's disease?
No, there is no significant association between APPL2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%APPL2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.744
Q45
Is there an association between CCDC12 and Parkinson's disease?
No, there is no significant association between CCDC12 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CCDC12%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1252
Q45
Is there an association between SLITRK3 and Parkinson's disease?
No, there is no significant association between SLITRK3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SLITRK3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.105
Q45
Is there an association between WSCD2 and Parkinson's disease?
No, there is no significant association between WSCD2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%WSCD2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.440
Q45
Is there an association between MXD4 and Parkinson's disease?
No, there is no significant association between MXD4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MXD4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.77
Q45
Is there an association between DNAI3 and Parkinson's disease?
No, there is no significant association between DNAI3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DNAI3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1793
Q45
Is there an association between MAEL and Parkinson's disease?
No, there is no significant association between MAEL and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MAEL%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1462
Q45
Is there an association between PSMB6 and Parkinson's disease?
No, there is no significant association between PSMB6 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PSMB6%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.926
Q45
Is there an association between LOC101927066 and Parkinson's disease?
No, there is no significant association between LOC101927066 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LOC101927066%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1712
Q45
Is there an association between CPTP and Parkinson's disease?
No, there is no significant association between CPTP and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CPTP%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1671
Q45
Is there an association between ADSL and Parkinson's disease?
No, there is no significant association between ADSL and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%ADSL%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1621
Q45
Is there an association between LINC02017 and Parkinson's disease?
No, there is no significant association between LINC02017 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LINC02017%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.769
Q45
Is there an association between GPR65 and Parkinson's disease?
No, there is no significant association between GPR65 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%GPR65%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.998
Q45
Is there an association between MOB3B and Parkinson's disease?
No, there is no significant association between MOB3B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MOB3B%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.394
Q45
Is there an association between CAPN1 and Parkinson's disease?
No, there is no significant association between CAPN1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CAPN1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.238
Q45
Is there an association between PRDM2 and Parkinson's disease?
No, there is no significant association between PRDM2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PRDM2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1508
Q45
Is there an association between FOXE3 and Parkinson's disease?
No, there is no significant association between FOXE3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%FOXE3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.270
Q45
Is there an association between MIR1827 and Parkinson's disease?
No, there is no significant association between MIR1827 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MIR1827%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1187
Q45
Is there an association between TEX44 and Parkinson's disease?
No, there is no significant association between TEX44 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TEX44%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.120
Q45
Is there an association between CA8 and Parkinson's disease?
No, there is no significant association between CA8 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CA8%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1607
Q45
Is there an association between UBAC2 and Parkinson's disease?
No, there is no significant association between UBAC2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%UBAC2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.680
Q45
Is there an association between PLEKHM2 and Parkinson's disease?
No, there is no significant association between PLEKHM2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PLEKHM2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.252
Q45
Is there an association between TMEM225 and Parkinson's disease?
No, there is no significant association between TMEM225 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TMEM225%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1958
Q45
Is there an association between WRAP53 and Parkinson's disease?
No, there is no significant association between WRAP53 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%WRAP53%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1995
Q45
Is there an association between DNAJB13 and Parkinson's disease?
No, there is no significant association between DNAJB13 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DNAJB13%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.97
Q45
Is there an association between DEFB115 and Parkinson's disease?
No, there is no significant association between DEFB115 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DEFB115%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.34
Q45
Is there an association between HIP1R and Parkinson's disease?
Yes, there are 2 significant SNP associations between HIP1R and PD, according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019): rs10847864: (GWAS P-value: 9.81e-13; b value: 1.2740e-01), rs10847839: (GWAS P-value: 1.28e-12; b value: 1.2770e-01).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%HIP1R%' AND p<5e-8 ORDER BY p LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3015497', 'SNP': 'rs10847864', 'p': 9.812e-13, 'b': 0.1274, 'nearestGene': 'HIP1R'}, {'UUID': 'PDno23andme_full_gene_notext_7622066', 'SNP': 'rs10847839', 'p': 1.278e-12, 'b': 0.1277, 'nearestGene': 'HIP1R'}]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1465
Q45
Is there an association between LOC100996740 and Parkinson's disease?
No, there is no significant association between LOC100996740 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LOC100996740%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1668
Q45
Is there an association between CHMP2B and Parkinson's disease?
No, there is no significant association between CHMP2B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CHMP2B%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.454
Q45
Is there an association between CASP1P2 and Parkinson's disease?
No, there is no significant association between CASP1P2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CASP1P2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.723
Q45
Is there an association between RSPH14 and Parkinson's disease?
No, there is no significant association between RSPH14 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%RSPH14%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1261
Q45
Is there an association between SHANK2-AS3 and Parkinson's disease?
No, there is no significant association between SHANK2-AS3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SHANK2-AS3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1598
Q45
Is there an association between RTRAF and Parkinson's disease?
No, there is no significant association between RTRAF and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%RTRAF%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1
Q45
Is there an association between SMIM15 and Parkinson's disease?
Yes, there are 10 significant SNP associations between SMIM15 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: rs6863749: (GWAS P-value: 1.79e-12; b value: 1.8520e-01), rs74366686: (GWAS P-value: 1.84e-12; b value...
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%SMIM15%' AND p<5e-8 ORDER BY p LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2578523', 'SNP': 'rs6863749', 'p': 1.79e-12, 'b': 0.1852, 'nearestGene': 'SMIM15'}, {'UUID': 'PDno23andme_full_gene_notext_2643469', 'SNP': 'rs74366686', 'p': 1.836e-12, 'b': 0.1851, 'nearestGene': 'SMIM15-AS1'}, {'UUID': 'PDno23andme_full_gene_notext_1799820', 'SNP': 'rs10514906...
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1377
Q45
Is there an association between IFITM1 and Parkinson's disease?
No, there is no significant association between IFITM1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%IFITM1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1110
Q45
Is there an association between STARD10 and Parkinson's disease?
No, there is no significant association between STARD10 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%STARD10%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1117
Q45
Is there an association between ACO2 and Parkinson's disease?
No, there is no significant association between ACO2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%ACO2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1591
Q45
Is there an association between NEK10 and Parkinson's disease?
No, there is no significant association between NEK10 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%NEK10%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.85
Q45
Is there an association between MYCT1 and Parkinson's disease?
No, there is no significant association between MYCT1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MYCT1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1294
Q45
Is there an association between PTGES3 and Parkinson's disease?
No, there is no significant association between PTGES3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PTGES3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.683
Q45
Is there an association between DCAF17 and Parkinson's disease?
No, there is no significant association between DCAF17 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DCAF17%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1677
Q45
Is there an association between LCN6 and Parkinson's disease?
No, there is no significant association between LCN6 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LCN6%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1055
Q45
Is there an association between CCDC78 and Parkinson's disease?
No, there is no significant association between CCDC78 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CCDC78%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.777
Q45
Is there an association between MYOF and Parkinson's disease?
No, there is no significant association between MYOF and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MYOF%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1289
Q45
Is there an association between CEACAM16 and Parkinson's disease?
No, there is no significant association between CEACAM16 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CEACAM16%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1946
Q45
Is there an association between DPP3 and Parkinson's disease?
No, there is no significant association between DPP3 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%DPP3%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1581
Q45
Is there an association between EVI5 and Parkinson's disease?
No, there is no significant association between EVI5 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%EVI5%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1490
Q45
Is there an association between ST3GAL4 and Parkinson's disease?
No, there is no significant association between ST3GAL4 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%ST3GAL4%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.410
Q45
Is there an association between PCARE and Parkinson's disease?
No, there is no significant association between PCARE and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%PCARE%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1728
Q45
Is there an association between ANHX and Parkinson's disease?
No, there is no significant association between ANHX and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%ANHX%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1298
Q45
Is there an association between LINC01004 and Parkinson's disease?
No, there is no significant association between LINC01004 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LINC01004%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1665
Q45
Is there an association between SMC5-AS1 and Parkinson's disease?
No, there is no significant association between SMC5-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 '%SMC5-AS1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.107
Q45
Is there an association between FBXW7 and Parkinson's disease?
No, there is no significant association between FBXW7 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%FBXW7%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.695
Q45
Is there an association between EIF1AD and Parkinson's disease?
No, there is no significant association between EIF1AD and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%EIF1AD%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1305
Q45
Is there an association between LOC101927870 and Parkinson's disease?
No, there is no significant association between LOC101927870 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LOC101927870%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.833
Q45
Is there an association between LOC101929897 and Parkinson's disease?
No, there is no significant association between LOC101929897 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LOC101929897%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.64
Q45
Is there an association between NSF and Parkinson's disease?
Yes, there are 41 significant SNP associations between NSF 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: rs199452: (GWAS P-value: 4.78e-21; b value: -2.1680e-01), rs199453: (GWAS P-value: 6.28e-21; b value: -2....
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%NSF%' AND p<5e-8 ORDER BY p LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6977686', 'SNP': 'rs199452', 'p': 4.779e-21, 'b': -0.2168, 'nearestGene': 'NSF'}, {'UUID': 'PDno23andme_full_gene_notext_4984840', 'SNP': 'rs199453', 'p': 6.284e-21, 'b': -0.2159, 'nearestGene': 'NSF'}, {'UUID': 'PDno23andme_full_gene_notext_5715281', 'SNP': 'rs142167', 'p': 7.97...
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.859
Q45
Is there an association between ICAM1 and Parkinson's disease?
No, there is no significant association between ICAM1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%ICAM1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1355
Q45
Is there an association between TGFBR3L and Parkinson's disease?
No, there is no significant association between TGFBR3L and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TGFBR3L%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.226
Q45
Is there an association between TENT2 and Parkinson's disease?
No, there is no significant association between TENT2 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TENT2%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.148
Q45
Is there an association between RP1 and Parkinson's disease?
No, there is no significant association between RP1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%RP1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1097
Q45
Is there an association between CES1 and Parkinson's disease?
No, there is no significant association between CES1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%CES1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.379
Q45
Is there an association between TMEM30B and Parkinson's disease?
No, there is no significant association between TMEM30B and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TMEM30B%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1422
Q45
Is there an association between LOC101928505 and Parkinson's disease?
No, there is no significant association between LOC101928505 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LOC101928505%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1152
Q45
Is there an association between MARS1 and Parkinson's disease?
No, there is no significant association between MARS1 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%MARS1%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1828
Q45
Is there an association between TMEM176A and Parkinson's disease?
No, there is no significant association between TMEM176A and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%TMEM176A%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1496
Q45
Is there an association between LINC02227 and Parkinson's disease?
No, there is no significant association between LINC02227 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%LINC02227%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance
Q45.1602
Q45
Is there an association between USP43 and Parkinson's disease?
No, there is no significant association between USP43 and PD according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019).
SELECT UUID, SNP, p, b, nearestGene FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE nearestGene LIKE '%USP43%' AND p<5e-8 ORDER BY p LIMIT 100
[]
refined
Select, Similarity Search, Threshold, Order By
GWAS Significance