Datasets:

uuid
stringlengths
4
8
template_uuid
stringclasses
40 values
question
stringlengths
13
193
answer
stringlengths
29
2.2k
benchmark_query
stringlengths
138
627
execution_results
stringlengths
2
1.14M
query_type
stringclasses
2 values
sql_category
stringclasses
26 values
bio_category
stringclasses
14 values
Q10.92
Q10
Are there any LINC01090 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within LINC01090 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'LINC01090' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.855
Q10
Are there any UCK1 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within UCK1 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'UCK1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1521
Q10
Are there any CR1 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 4 CR1 SNPs that are significantly associatied with Alzheimer's Disease: • rs1830763 (GWAS p-value: 4.03e-31; b-value: -0.1195) • rs6697005 (GWAS p-value: 2.56e-31; b-value: 0.1199) • rs679515 (GWAS p-value: 5.65e-33; b-value: -0.1244) • rs2093760 (GWAS p-value: 4.58e-30; b-value: -0.1162)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'CR1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1389608', 'Gene': 'CR1', 'topRSID': 'rs679515', 'p_GWAS': 5.650523e-33, 'b_GWAS': 0.1244}, {'UUID': 'NDD_SMR_genes_all_update_text_1244290', 'Gene': 'CR1', 'topRSID': 'rs679515', 'p_GWAS': 5.650523e-33, 'b_GWAS': -0.1244}, {'UUID': 'NDD_SMR_genes_all_update_text_1195476', 'Gene': 'CR1', 'topRSID': 'rs679515', 'p_GWAS': 5.650523e-33, 'b_GWAS': -0.1244}, {'UUID': 'NDD_SMR_genes_all_update_text_1605472', 'Gene': 'CR1', 'topRSID': 'rs679515', 'p_GWAS': 5.650523e-33, 'b_GWAS': -0.1244}, {'UUID': 'NDD_SMR_genes_all_update_text_24520', 'Gene': 'CR1', 'topRSID': 'rs6697005', 'p_GWAS': 2.556766e-31, 'b_GWAS': 0.1199}, {'UUID': 'NDD_SMR_genes_all_update_text_2441', 'Gene': 'CR1', 'topRSID': 'rs1830763', 'p_GWAS': 4.02833e-31, 'b_GWAS': -0.1195}, {'UUID': 'NDD_SMR_genes_all_update_text_1105231', 'Gene': 'CR1', 'topRSID': 'rs1830763', 'p_GWAS': 4.02833e-31, 'b_GWAS': -0.1195}, {'UUID': 'NDD_SMR_genes_all_update_text_1265685', 'Gene': 'CR1', 'topRSID': 'rs2093760', 'p_GWAS': 4.575222e-30, 'b_GWAS': -0.1162}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1918
Q10
Are there any EP400 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within EP400 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'EP400' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.760
Q10
Are there any AC091132.1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within AC091132.1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'AC091132.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.504
Q10
Are there any RETREG2 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within RETREG2 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'RETREG2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1287
Q10
Are there any ABCF1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within ABCF1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'ABCF1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1340
Q10
Are there any ADRA1A SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within ADRA1A that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'ADRA1A' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.12
Q10
Are there any RP11-45P22.2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within RP11-45P22.2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RP11-45P22.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.402
Q10
Are there any LCOR SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within LCOR that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'LCOR' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.288
Q10
Are there any ZNF398 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within ZNF398 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'ZNF398' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1075
Q10
Are there any ITSN2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within ITSN2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'ITSN2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1201
Q10
Are there any CCDC66 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within CCDC66 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'CCDC66' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1746
Q10
Are there any TMEM106B SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within TMEM106B that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'TMEM106B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.697
Q10
Are there any WNT3 SNPs that have a statistically significant association with Progressive supranuclear palsy?
Yes, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are at least 2 WNT3 SNPs that are significantly associatied with Progressive supranuclear palsy: • rs415430 (GWAS p-value: 9.28e-44; b-value: -1.482) • rs2074404 (GWAS p-value: 3.33e-37; b-value: 1.044)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'WNT3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1336301', 'Gene': 'WNT3', 'topRSID': 'rs415430', 'p_GWAS': 9.277259e-44, 'b_GWAS': -1.4816}, {'UUID': 'NDD_SMR_genes_all_update_text_1579433', 'Gene': 'WNT3', 'topRSID': 'rs2074404', 'p_GWAS': 3.331984e-37, 'b_GWAS': 1.0438}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1632
Q10
Are there any C15orf40 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within C15orf40 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'C15orf40' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1877
Q10
Are there any C19orf54 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within C19orf54 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'C19orf54' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.696
Q10
Are there any STK39 SNPs that have a statistically significant association with Parkinson's Disease?
Yes, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are at least 3 STK39 SNPs that are significantly associatied with Parkinson's Disease: • rs13016703 (GWAS p-value: 8.20e-09; b-value: -0.1418) • rs2390669 (GWAS p-value: 1.66e-11; b-value: -0.1643) • rs1955337 (GWAS p-value: 7.59e-12; b-value: 0.1691)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'STK39' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1019476', 'Gene': 'STK39', 'topRSID': 'rs1955337', 'p_GWAS': 7.586189e-12, 'b_GWAS': 0.1691}, {'UUID': 'NDD_SMR_genes_all_update_text_422838', 'Gene': 'STK39', 'topRSID': 'rs2390669', 'p_GWAS': 1.655083e-11, 'b_GWAS': -0.1643}, {'UUID': 'NDD_SMR_genes_all_update_text_422837', 'Gene': 'STK39', 'topRSID': 'rs13016703', 'p_GWAS': 8.203263e-09, 'b_GWAS': -0.1418}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.858
Q10
Are there any MPZ SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within MPZ that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'MPZ' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.162
Q10
Are there any RP11-550H2.2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within RP11-550H2.2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RP11-550H2.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.902
Q10
Are there any RP11-798G7.6 SNPs that have a statistically significant association with Progressive supranuclear palsy?
Yes, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are at least 2 RP11-798G7.6 SNPs that are significantly associatied with Progressive supranuclear palsy: • rs173365 (GWAS p-value: 1.21e-15; b-value: 0.4506) • rs169201 (GWAS p-value: 8.55e-46; b-value: -1.588)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'RP11-798G7.6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1646039', 'Gene': 'RP11-798G7.6', 'topRSID': 'rs169201', 'p_GWAS': 8.550985e-46, 'b_GWAS': -1.5881}, {'UUID': 'NDD_SMR_genes_all_update_text_1579416', 'Gene': 'RP11-798G7.6', 'topRSID': 'rs173365', 'p_GWAS': 1.208802e-15, 'b_GWAS': 0.4506}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1576
Q10
Are there any AC079630.4 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within AC079630.4 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'AC079630.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.260
Q10
Are there any GDPGP1 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within GDPGP1 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'GDPGP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.339
Q10
Are there any CEACAM16 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within CEACAM16 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'CEACAM16' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1881
Q10
Are there any AC006042.7 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within AC006042.7 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'AC006042.7' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1048
Q10
Are there any KRT25 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within KRT25 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'KRT25' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.521
Q10
Are there any RP11-63P12.6 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within RP11-63P12.6 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RP11-63P12.6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1363
Q10
Are there any INIP SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within INIP that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'INIP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1024
Q10
Are there any TSPAN33 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within TSPAN33 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'TSPAN33' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.775
Q10
Are there any KATNB1 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within KATNB1 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'KATNB1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1748
Q10
Are there any DPYD SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within DPYD that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'DPYD' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.768
Q10
Are there any DNTT SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within DNTT that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'DNTT' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1256
Q10
Are there any LIMS2 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within LIMS2 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'LIMS2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1213
Q10
Are there any RN7SL656P SNPs that have a statistically significant association with Parkinson's Disease?
Yes, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there is at least 1 RN7SL656P SNP that are significantly associatied with Parkinson's Disease: • rs2950694 (GWAS p-value: 3.53e-11; b-value: -0.2212)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RN7SL656P' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1242282', 'Gene': 'RN7SL656P', 'topRSID': 'rs2950694', 'p_GWAS': 3.525663e-11, 'b_GWAS': -0.2212}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1469
Q10
Are there any RP11-326K13.4 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within RP11-326K13.4 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RP11-326K13.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1984
Q10
Are there any DNAJC14 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within DNAJC14 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'DNAJC14' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.527
Q10
Are there any ZFHX3 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within ZFHX3 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'ZFHX3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.23
Q10
Are there any MOAP1 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within MOAP1 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'MOAP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.361
Q10
Are there any NUP42 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within NUP42 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'NUP42' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1288
Q10
Are there any RP5-855D21.1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within RP5-855D21.1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RP5-855D21.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1326
Q10
Are there any CCSAP SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within CCSAP that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'CCSAP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1683
Q10
Are there any RFFL SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within RFFL that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'RFFL' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.344
Q10
Are there any LINC00910 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within LINC00910 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'LINC00910' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.437
Q10
Are there any TTC19 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within TTC19 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'TTC19' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.479
Q10
Are there any TPTE2P1 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within TPTE2P1 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'TPTE2P1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.220
Q10
Are there any ZNF165 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within ZNF165 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'ZNF165' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.919
Q10
Are there any LINC00173 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within LINC00173 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'LINC00173' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1237
Q10
Are there any LINC00887 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within LINC00887 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'LINC00887' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1597
Q10
Are there any RASGEF1C SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within RASGEF1C that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RASGEF1C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1020
Q10
Are there any TPCN1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within TPCN1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'TPCN1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1950
Q10
Are there any IL22RA1 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within IL22RA1 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'IL22RA1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.96
Q10
Are there any VPS37C SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within VPS37C that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'VPS37C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1017
Q10
Are there any GRIA1 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within GRIA1 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'GRIA1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1079
Q10
Are there any FAM200B SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within FAM200B that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'FAM200B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1101
Q10
Are there any LINC00883 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within LINC00883 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'LINC00883' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1586
Q10
Are there any RP13-467H17.1 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within RP13-467H17.1 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RP13-467H17.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1321
Q10
Are there any CTD-2194D22.4 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within CTD-2194D22.4 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'CTD-2194D22.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.703
Q10
Are there any APOC4 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 9 APOC4 SNPs that are significantly associatied with Alzheimer's Disease: • rs7252480 (GWAS p-value: 1.34e-10; b-value: -0.0623) • rs112391061 (GWAS p-value: 2.21e-31; b-value: 0.1142) • rs7259679 (GWAS p-value: 1.63e-20; b-value: 0.0817) • rs11878597 (GWAS p-value: 6.21e-21; b-value: 0.0826) • rs73045696 (GWAS p-value: 9.18e-31; b-value: 0.1107) • rs5120 (GWAS p-value: 1.07e-13; b-value: -0.0654) • rs204482 (GWAS p-value: 8.93e-13; b-value: 0.0636) • rs10402642 (GWAS p-value: 1.47e-20; b-value: -0.0818) • rs73045691 (GWAS p-value: 2.88e-34; b-value: 0.1184)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'APOC4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1466879', 'Gene': 'APOC4', 'topRSID': 'rs73045691', 'p_GWAS': 2.880815e-34, 'b_GWAS': 0.1184}, {'UUID': 'NDD_SMR_genes_all_update_text_122465', 'Gene': 'APOC4', 'topRSID': 'rs112391061', 'p_GWAS': 2.213614e-31, 'b_GWAS': 0.1142}, {'UUID': 'NDD_SMR_genes_all_update_text_637430', 'Gene': 'APOC4', 'topRSID': 'rs73045696', 'p_GWAS': 9.180103e-31, 'b_GWAS': 0.1107}, {'UUID': 'NDD_SMR_genes_all_update_text_122468', 'Gene': 'APOC4', 'topRSID': 'rs11878597', 'p_GWAS': 6.21075e-21, 'b_GWAS': 0.0826}, {'UUID': 'NDD_SMR_genes_all_update_text_1108030', 'Gene': 'APOC4', 'topRSID': 'rs10402642', 'p_GWAS': 1.465785e-20, 'b_GWAS': -0.0818}, {'UUID': 'NDD_SMR_genes_all_update_text_122467', 'Gene': 'APOC4', 'topRSID': 'rs7259679', 'p_GWAS': 1.630935e-20, 'b_GWAS': 0.0817}, {'UUID': 'NDD_SMR_genes_all_update_text_637433', 'Gene': 'APOC4', 'topRSID': 'rs5120', 'p_GWAS': 1.07115e-13, 'b_GWAS': -0.0654}, {'UUID': 'NDD_SMR_genes_all_update_text_637435', 'Gene': 'APOC4', 'topRSID': 'rs5120', 'p_GWAS': 1.07115e-13, 'b_GWAS': -0.0654}, {'UUID': 'NDD_SMR_genes_all_update_text_637434', 'Gene': 'APOC4', 'topRSID': 'rs204482', 'p_GWAS': 8.929922e-13, 'b_GWAS': 0.0636}, {'UUID': 'NDD_SMR_genes_all_update_text_4009', 'Gene': 'APOC4', 'topRSID': 'rs7252480', 'p_GWAS': 1.338954e-10, 'b_GWAS': -0.0623}, {'UUID': 'NDD_SMR_genes_all_update_text_122466', 'Gene': 'APOC4', 'topRSID': 'rs7252480', 'p_GWAS': 1.338954e-10, 'b_GWAS': -0.0623}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1794
Q10
Are there any MRPL15P1 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within MRPL15P1 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'MRPL15P1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1005
Q10
Are there any RP11-15I11.3 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within RP11-15I11.3 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'RP11-15I11.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.156
Q10
Are there any PDZRN3 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within PDZRN3 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'PDZRN3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1108
Q10
Are there any RP11-299J3.8 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within RP11-299J3.8 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'RP11-299J3.8' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1719
Q10
Are there any ADAMTS4 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there is at least 1 ADAMTS4 SNP that are significantly associatied with Alzheimer's Disease: • rs11585858 (GWAS p-value: 1.90e-08; b-value: 0.0534)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'ADAMTS4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_40006', 'Gene': 'ADAMTS4', 'topRSID': 'rs11585858', 'p_GWAS': 1.897974e-08, 'b_GWAS': 0.0534}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1998
Q10
Are there any LPO SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within LPO that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'LPO' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.796
Q10
Are there any RP11-395L14.5 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within RP11-395L14.5 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RP11-395L14.5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.587
Q10
Are there any FTL SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within FTL that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'FTL' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.710
Q10
Are there any RP11-325N19.3 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within RP11-325N19.3 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RP11-325N19.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1222
Q10
Are there any CA9 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within CA9 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'CA9' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1308
Q10
Are there any LRRC17 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within LRRC17 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'LRRC17' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1666
Q10
Are there any ATP5A1P3 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within ATP5A1P3 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'ATP5A1P3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1270
Q10
Are there any PRSS23 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within PRSS23 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'PRSS23' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.493
Q10
Are there any RP11-798G7.6 SNPs that have a statistically significant association with Parkinson's Disease?
Yes, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are at least 2 RP11-798G7.6 SNPs that are significantly associatied with Parkinson's Disease: • rs1819040 (GWAS p-value: 4.46e-21; b-value: -0.2393) • rs2532233 (GWAS p-value: 1.47e-19; b-value: -0.2325)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'RP11-798G7.6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1242264', 'Gene': 'RP11-798G7.6', 'topRSID': 'rs1819040', 'p_GWAS': 4.457076e-21, 'b_GWAS': -0.2393}, {'UUID': 'NDD_SMR_genes_all_update_text_1640216', 'Gene': 'RP11-798G7.6', 'topRSID': 'rs2532233', 'p_GWAS': 1.473642e-19, 'b_GWAS': -0.2325}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.565
Q10
Are there any CTB-171A8.1 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 8 CTB-171A8.1 SNPs that are significantly associatied with Alzheimer's Disease: • rs10426401 (GWAS p-value: 1.07e-10; b-value: 0.0665) • rs12985368 (GWAS p-value: 4.60e-10; b-value: 0.0698) • rs10410915 (GWAS p-value: 1.41e-09; b-value: 0.0666) • rs2965164 (GWAS p-value: 4.68e-08; b-value: -0.0519) • rs2301274 (GWAS p-value: 6.83e-11; b-value: -0.0672) • rs79638902 (GWAS p-value: 3.00e-14; b-value: -0.0965) • rs56198711 (GWAS p-value: 3.23e-13; b-value: -0.0896) • rs61744497 (GWAS p-value: 5.81e-13; b-value: -0.0879)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'CTB-171A8.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1203797', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': 0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1717662', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1446844', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1598391', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1268423', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1454557', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1343791', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1157462', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1584546', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1690529', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1378750', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1292578', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1247433', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1480338', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1175008', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs79638902', 'p_GWAS': 2.99756e-14, 'b_GWAS': -0.0965}, {'UUID': 'NDD_SMR_genes_all_update_text_1466876', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs56198711', 'p_GWAS': 3.22739e-13, 'b_GWAS': -0.0896}, {'UUID': 'NDD_SMR_genes_all_update_text_1611533', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs61744497', 'p_GWAS': 5.807878e-13, 'b_GWAS': -0.0879}, {'UUID': 'NDD_SMR_genes_all_update_text_637412', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs2301274', 'p_GWAS': 6.833268e-11, 'b_GWAS': -0.0672}, {'UUID': 'NDD_SMR_genes_all_update_text_122444', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs10426401', 'p_GWAS': 1.072862e-10, 'b_GWAS': 0.0665}, {'UUID': 'NDD_SMR_genes_all_update_text_637410', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs10426401', 'p_GWAS': 1.072862e-10, 'b_GWAS': -0.0665}, {'UUID': 'NDD_SMR_genes_all_update_text_122445', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs12985368', 'p_GWAS': 4.600976e-10, 'b_GWAS': 0.0698}, {'UUID': 'NDD_SMR_genes_all_update_text_122447', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs10410915', 'p_GWAS': 1.408147e-09, 'b_GWAS': 0.0666}, {'UUID': 'NDD_SMR_genes_all_update_text_122446', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs10410915', 'p_GWAS': 1.408147e-09, 'b_GWAS': 0.0666}, {'UUID': 'NDD_SMR_genes_all_update_text_122448', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs10410915', 'p_GWAS': 1.408147e-09, 'b_GWAS': 0.0666}, {'UUID': 'NDD_SMR_genes_all_update_text_122449', 'Gene': 'CTB-171A8.1', 'topRSID': 'rs2965164', 'p_GWAS': 4.677382e-08, 'b_GWAS': -0.0519}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1151
Q10
Are there any DBT SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within DBT that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'DBT' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1129
Q10
Are there any PRSS8 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there is at least 1 PRSS8 SNP that are significantly associatied with Alzheimer's Disease: • rs59735493 (GWAS p-value: 4.71e-09; b-value: 0.0533)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'PRSS8' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_109534', 'Gene': 'PRSS8', 'topRSID': 'rs59735493', 'p_GWAS': 4.70898e-09, 'b_GWAS': 0.0533}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.808
Q10
Are there any RP11-750H9.5 SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 2 RP11-750H9.5 SNPs that are significantly associatied with Alzheimer's Disease: • rs2293579 (GWAS p-value: 2.69e-11; b-value: 0.0553) • rs11039244 (GWAS p-value: 1.52e-08; b-value: 0.0481)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'RP11-750H9.5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1173535', 'Gene': 'RP11-750H9.5', 'topRSID': 'rs2293579', 'p_GWAS': 2.689325e-11, 'b_GWAS': 0.0553}, {'UUID': 'NDD_SMR_genes_all_update_text_1688750', 'Gene': 'RP11-750H9.5', 'topRSID': 'rs11039244', 'p_GWAS': 1.524142e-08, 'b_GWAS': 0.0481}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.518
Q10
Are there any PPEF2 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within PPEF2 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'PPEF2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.640
Q10
Are there any CCDC169-SOHLH2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within CCDC169-SOHLH2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'CCDC169-SOHLH2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1480
Q10
Are there any COCH SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within COCH that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'COCH' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1789
Q10
Are there any AGPAT4 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within AGPAT4 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'AGPAT4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1546
Q10
Are there any TEX30 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within TEX30 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'TEX30' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1160
Q10
Are there any PTPRR SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within PTPRR that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'PTPRR' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.797
Q10
Are there any RP11-59J16.1 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within RP11-59J16.1 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'RP11-59J16.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.119
Q10
Are there any PNO1 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
No, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are no SNPs within PNO1 that are significantly associated with Amyotrophic Lateral Sclerosis.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'ALS' AND Gene = 'PNO1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.747
Q10
Are there any FAM215B SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 3 FAM215B SNPs that are significantly associatied with Alzheimer's Disease: • rs9896243 (GWAS p-value: 1.51e-08; b-value: -0.0566) • rs2696466 (GWAS p-value: 4.51e-10; b-value: -0.053) • rs55974014 (GWAS p-value: 1.54e-08; b-value: -0.056)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'FAM215B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1203022', 'Gene': 'FAM215B', 'topRSID': 'rs2696466', 'p_GWAS': 4.509301e-10, 'b_GWAS': -0.053}, {'UUID': 'NDD_SMR_genes_all_update_text_1174607', 'Gene': 'FAM215B', 'topRSID': 'rs9896243', 'p_GWAS': 1.51373e-08, 'b_GWAS': -0.0566}, {'UUID': 'NDD_SMR_genes_all_update_text_1690055', 'Gene': 'FAM215B', 'topRSID': 'rs55974014', 'p_GWAS': 1.544319e-08, 'b_GWAS': -0.056}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1691
Q10
Are there any U91319.1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within U91319.1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'U91319.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1090
Q10
Are there any FAM171A2 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within FAM171A2 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'FAM171A2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.837
Q10
Are there any GBAP1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within GBAP1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'GBAP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.122
Q10
Are there any TNK2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within TNK2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'TNK2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.663
Q10
Are there any LINC00320 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within LINC00320 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'LINC00320' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1908
Q10
Are there any CTD-2588J6.2 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within CTD-2588J6.2 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'CTD-2588J6.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.642
Q10
Are there any MS4A6A SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 4 MS4A6A SNPs that are significantly associatied with Alzheimer's Disease: • rs614104 (GWAS p-value: 1.77e-14; b-value: -0.0644) • rs1834557 (GWAS p-value: 2.73e-20; b-value: -0.0766) • rs7935829 (GWAS p-value: 3.14e-21; b-value: -0.0785) • rs636147 (GWAS p-value: 1.36e-16; b-value: 0.0678)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'MS4A6A' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1498262', 'Gene': 'MS4A6A', 'topRSID': 'rs7935829', 'p_GWAS': 3.143959e-21, 'b_GWAS': -0.0785}, {'UUID': 'NDD_SMR_genes_all_update_text_608694', 'Gene': 'MS4A6A', 'topRSID': 'rs1834557', 'p_GWAS': 2.7338529999999997e-20, 'b_GWAS': -0.0766}, {'UUID': 'NDD_SMR_genes_all_update_text_1650729', 'Gene': 'MS4A6A', 'topRSID': 'rs636147', 'p_GWAS': 1.35891e-16, 'b_GWAS': 0.0678}, {'UUID': 'NDD_SMR_genes_all_update_text_91391', 'Gene': 'MS4A6A', 'topRSID': 'rs614104', 'p_GWAS': 1.765237e-14, 'b_GWAS': -0.0644}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.374
Q10
Are there any C12orf43 SNPs that have a statistically significant association with Progressive supranuclear palsy?
No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within C12orf43 that are significantly associated with Progressive supranuclear palsy.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PSP' AND Gene = 'C12orf43' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.271
Q10
Are there any AJ239322.1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within AJ239322.1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'AJ239322.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.662
Q10
Are there any DPP4 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within DPP4 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'DPP4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.944
Q10
Are there any MAPK1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within MAPK1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'MAPK1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.829
Q10
Are there any CYP4A11 SNPs that have a statistically significant association with Parkinson's Disease?
No, according to the largest European genome-wide meta-analysis of Parkinson's Disease (Nalls et al., 2019), there are no SNPs within CYP4A11 that are significantly associated with Parkinson's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'PD' AND Gene = 'CYP4A11' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.873
Q10
Are there any IDUA SNPs that have a statistically significant association with Alzheimer's Disease?
Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there is at least 1 IDUA SNP that are significantly associatied with Alzheimer's Disease: • rs4690230 (GWAS p-value: 3.21e-08; b-value: 0.0564)
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'IDUA' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_54005', 'Gene': 'IDUA', 'topRSID': 'rs4690230', 'p_GWAS': 3.213064e-08, 'b_GWAS': 0.0564}, {'UUID': 'NDD_SMR_genes_all_update_text_54006', 'Gene': 'IDUA', 'topRSID': 'rs4690230', 'p_GWAS': 3.213064e-08, 'b_GWAS': 0.0564}, {'UUID': 'NDD_SMR_genes_all_update_text_54007', 'Gene': 'IDUA', 'topRSID': 'rs4690230', 'p_GWAS': 3.213064e-08, 'b_GWAS': 0.0564}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.47
Q10
Are there any CDIPT-AS1 SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within CDIPT-AS1 that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'CDIPT-AS1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1388
Q10
Are there any TPRG1L SNPs that have a statistically significant association with Alzheimer's Disease?
No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within TPRG1L that are significantly associated with Alzheimer's Disease.
SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Disease = 'AD' AND Gene = 'TPRG1L' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance