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.1976
Q10
Are there any RP11-856M7.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-856M7.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-856M7.6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.814
Q10
Are there any TLL1 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 TLL1 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 = 'TLL1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1847
Q10
Are there any RP11-341G23.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-341G23.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-341G23.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.151
Q10
Are there any AP4M1 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 AP4M1 SNPs that are significantly associatied with Alzheimer's Disease: • rs34130487 (GWAS p-value: 5.34e-10; b-value: 0.0565) • rs10281368 (GWAS p-value: 1.14e-09; b-value: -0.0554) • rs59261051 (GWAS p-value: 1.23e-09; b-value: -0.0553)
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 = 'AP4M1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1105968', 'Gene': 'AP4M1', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': 0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1392618', 'Gene': 'AP4M1', 'topRSID': 'rs10281368', 'p_GWAS': 1.143927e-09, 'b_GWAS': -0.0554}, {'UUID': 'NDD_SMR_genes_all_update_text_1716107', 'Gene': 'AP4M1', 'topRSID': 'rs59261051', 'p_GWAS': 1.225105e-09, 'b_GWAS': -0.0553}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.781
Q10
Are there any DEDD 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 DEDD 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 = 'DEDD' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.727
Q10
Are there any CLDND1 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 CLDND1 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 = 'CLDND1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.820
Q10
Are there any RADIL 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 RADIL 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 = 'RADIL' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1636
Q10
Are there any USF2 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 USF2 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 = 'USF2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.825
Q10
Are there any ZNF280B 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 ZNF280B 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 = 'ZNF280B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.581
Q10
Are there any ZNF192P2 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 ZNF192P2 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 = 'ZNF192P2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.563
Q10
Are there any RP11-344B5.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 RP11-344B5.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 = 'RP11-344B5.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1758
Q10
Are there any AC113608.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 AC113608.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 = 'AC113608.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1727
Q10
Are there any TMEM178B 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 TMEM178B 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 = 'TMEM178B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1349
Q10
Are there any SCARB2 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 SCARB2 SNPs that are significantly associatied with Parkinson's Disease: • rs11547135 (GWAS p-value: 1.77e-08; b-value: -0.0997) • rs1348207 (GWAS p-value: 3.39e-08; b-value: -0.0955)
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 = 'SCARB2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1140434', 'Gene': 'SCARB2', 'topRSID': 'rs11547135', 'p_GWAS': 1.773396e-08, 'b_GWAS': -0.0997}, {'UUID': 'NDD_SMR_genes_all_update_text_1635987', 'Gene': 'SCARB2', 'topRSID': 'rs1348207', 'p_GWAS': 3.385539e-08, 'b_GWAS': -0.0955}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1161
Q10
Are there any RP11-454L9.2 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 RP11-454L9.2 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 = 'RP11-454L9.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.945
Q10
Are there any LOC340094 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 LOC340094 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 = 'LOC340094' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.290
Q10
Are there any C19orf57 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 C19orf57 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 = 'C19orf57' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1947
Q10
Are there any TNIP1 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 TNIP1 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 = 'TNIP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.973
Q10
Are there any MIR635 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 MIR635 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 = 'MIR635' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.605
Q10
Are there any LINC00930 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 LINC00930 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 = 'LINC00930' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1312
Q10
Are there any CALCB 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 CALCB 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 = 'CALCB' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1244
Q10
Are there any FOXO1B 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 FOXO1B 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 = 'FOXO1B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1638
Q10
Are there any FBXL19 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 FBXL19 SNPs that are significantly associatied with Parkinson's Disease: • rs1458201 (GWAS p-value: 1.42e-09; b-value: 0.1265) • rs7200879 (GWAS p-value: 2.09e-09; b-value: -0.124)
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 = 'FBXL19' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_485445', 'Gene': 'FBXL19', 'topRSID': 'rs1458201', 'p_GWAS': 1.424985e-09, 'b_GWAS': 0.1265}, {'UUID': 'NDD_SMR_genes_all_update_text_974661', 'Gene': 'FBXL19', 'topRSID': 'rs7200879', 'p_GWAS': 2.094052e-09, 'b_GWAS': -0.124}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1588
Q10
Are there any PMAIP1 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 PMAIP1 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 = 'PMAIP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1316
Q10
Are there any PVRL2 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 PVRL2 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 = 'PVRL2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1779
Q10
Are there any MS4A2 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 MS4A2 SNPs that are significantly associatied with Alzheimer's Disease: • rs540170 (GWAS p-value: 3.33e-15; b-value: -0.0646) • rs17528859 (GWAS p-value: 3.02e-17; b-value: -0.0701)
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 = 'MS4A2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1498260', 'Gene': 'MS4A2', 'topRSID': 'rs17528859', 'p_GWAS': 3.0201390000000005e-17, 'b_GWAS': -0.0701}, {'UUID': 'NDD_SMR_genes_all_update_text_91390', 'Gene': 'MS4A2', 'topRSID': 'rs540170', 'p_GWAS': 3.325329e-15, 'b_GWAS': -0.0646}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1647
Q10
Are there any RP11-794M8.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 RP11-794M8.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 = 'RP11-794M8.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1255
Q10
Are there any TRIM35 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 TRIM35 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 = 'TRIM35' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1675
Q10
Are there any GPX4 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 GPX4 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 = 'GPX4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1801
Q10
Are there any ST8SIA2 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 ST8SIA2 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 = 'ST8SIA2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.759
Q10
Are there any PDP2 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 PDP2 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 = 'PDP2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.616
Q10
Are there any AC016735.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 AC016735.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 = 'AC016735.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1045
Q10
Are there any FST 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 FST 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 = 'FST' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.788
Q10
Are there any WEE2 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 WEE2 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 = 'WEE2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1690
Q10
Are there any ATAD5 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 ATAD5 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 = 'ATAD5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.997
Q10
Are there any C19orf52 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 C19orf52 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 = 'C19orf52' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.499
Q10
Are there any RP11-180N14.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 RP11-180N14.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 = 'RP11-180N14.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1320
Q10
Are there any AC106782.20 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 AC106782.20 SNP that are significantly associatied with Parkinson's Disease: • rs4889627 (GWAS p-value: 2.44e-08; b-value: -0.1004)
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 = 'AC106782.20' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_485442', 'Gene': 'AC106782.20', 'topRSID': 'rs4889627', 'p_GWAS': 2.436106e-08, 'b_GWAS': -0.1004}, {'UUID': 'NDD_SMR_genes_all_update_text_485443', 'Gene': 'AC106782.20', 'topRSID': 'rs4889627', 'p_GWAS': 2.436106e-08, 'b_GWAS': -0.1004}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.281
Q10
Are there any NUPL2 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 NUPL2 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 = 'NUPL2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1848
Q10
Are there any INPP5D 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 INPP5D SNPs that are significantly associatied with Alzheimer's Disease: • rs10933431 (GWAS p-value: 7.56e-18; b-value: -0.0852) • rs62192877 (GWAS p-value: 3.13e-08; b-value: -0.0487) • rs6715767 (GWAS p-value: 2.53e-13; b-value: 0.06)
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 = 'INPP5D' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_633025', 'Gene': 'INPP5D', 'topRSID': 'rs10933431', 'p_GWAS': 7.561430000000001e-18, 'b_GWAS': -0.0852}, {'UUID': 'NDD_SMR_genes_all_update_text_1648149', 'Gene': 'INPP5D', 'topRSID': 'rs6715767', 'p_GWAS': 2.534377e-13, 'b_GWAS': 0.06}, {'UUID': 'NDD_SMR_genes_all_update_text_1492359', 'Gene': 'INPP5D', 'topRSID': 'rs62192877', 'p_GWAS': 3.128467e-08, 'b_GWAS': -0.0487}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.363
Q10
Are there any FUT10 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 FUT10 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 = 'FUT10' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1179
Q10
Are there any SCNN1A 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 SCNN1A 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 = 'SCNN1A' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.239
Q10
Are there any CYP4F36P 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 CYP4F36P 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 = 'CYP4F36P' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.557
Q10
Are there any SLC12A6 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 SLC12A6 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 = 'SLC12A6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1870
Q10
Are there any AP001652.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 AP001652.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 = 'AP001652.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1915
Q10
Are there any ZNF45 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 ZNF45 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 = 'ZNF45' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.211
Q10
Are there any METTL2B 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 METTL2B 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 = 'METTL2B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1922
Q10
Are there any CYB5RL 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 CYB5RL 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 = 'CYB5RL' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1561
Q10
Are there any GOSR1 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 GOSR1 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 = 'GOSR1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.60
Q10
Are there any TMUB2 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 TMUB2 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 = 'TMUB2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1835
Q10
Are there any PVR 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 PVR 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 = 'PVR' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1906
Q10
Are there any PPP2R3C 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 PPP2R3C 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 = 'PPP2R3C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1578
Q10
Are there any NXPH2 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 NXPH2 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 = 'NXPH2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.368
Q10
Are there any RHOBTB2 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 RHOBTB2 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 = 'RHOBTB2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.511
Q10
Are there any RP4-803A2.2 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 RP4-803A2.2 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 = 'RP4-803A2.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.815
Q10
Are there any ABCA1 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 ABCA1 SNP that are significantly associatied with Alzheimer's Disease: • rs1800978 (GWAS p-value: 1.74e-08; b-value: 0.0682)
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 = 'ABCA1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_661604', 'Gene': 'ABCA1', 'topRSID': 'rs1800978', 'p_GWAS': 1.736784e-08, 'b_GWAS': 0.0682}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1122
Q10
Are there any LIMCH1 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 LIMCH1 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 = 'LIMCH1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1731
Q10
Are there any C14orf139 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 C14orf139 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 = 'C14orf139' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1216
Q10
Are there any Z95704.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 Z95704.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 = 'Z95704.5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1212
Q10
Are there any GOLGA6L20 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 GOLGA6L20 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 = 'GOLGA6L20' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.971
Q10
Are there any LCN6 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 LCN6 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 = 'LCN6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.805
Q10
Are there any CTB-39G8.3 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 is at least 1 CTB-39G8.3 SNP that are significantly associatied with Progressive supranuclear palsy: • rs1230103 (GWAS p-value: 1.76e-08; b-value: -0.3217)
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 = 'CTB-39G8.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1684927', 'Gene': 'CTB-39G8.3', 'topRSID': 'rs1230103', 'p_GWAS': 1.761021e-08, 'b_GWAS': -0.3217}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.121
Q10
Are there any LOC286238 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 LOC286238 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 = 'LOC286238' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1322
Q10
Are there any OR8D1 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 OR8D1 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 = 'OR8D1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1221
Q10
Are there any RP4-575N6.2 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 RP4-575N6.2 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 = 'RP4-575N6.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.528
Q10
Are there any IRF4 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 IRF4 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 = 'IRF4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.519
Q10
Are there any CCDC43 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 CCDC43 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 = 'CCDC43' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.84
Q10
Are there any TREML1 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 TREML1 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 = 'TREML1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.717
Q10
Are there any NAIP 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 NAIP 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 = 'NAIP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1185
Q10
Are there any PRDM7 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 PRDM7 SNP that are significantly associatied with Alzheimer's Disease: • rs62054657 (GWAS p-value: 1.42e-08; b-value: 0.0947)
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 = 'PRDM7' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_112279', 'Gene': 'PRDM7', 'topRSID': 'rs62054657', 'p_GWAS': 1.422495e-08, 'b_GWAS': 0.0947}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.386
Q10
Are there any NCALD 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 NCALD 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 = 'NCALD' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1022
Q10
Are there any RP11-669E14.4 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-669E14.4 SNPs that are significantly associatied with Parkinson's Disease: • rs575074983 (GWAS p-value: 4.98e-12; b-value: -0.2134) • rs17661027 (GWAS p-value: 3.10e-21; b-value: -0.2554)
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-669E14.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1476425', 'Gene': 'RP11-669E14.4', 'topRSID': 'rs17661027', 'p_GWAS': 3.101324e-21, 'b_GWAS': -0.2554}, {'UUID': 'NDD_SMR_genes_all_update_text_1242275', 'Gene': 'RP11-669E14.4', 'topRSID': 'rs575074983', 'p_GWAS': 4.979874e-12, 'b_GWAS': -0.2134}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1689
Q10
Are there any PCDHA5 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 PCDHA5 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 = 'PCDHA5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.87
Q10
Are there any TSSC1 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 TSSC1 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 = 'TSSC1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1684
Q10
Are there any CPA1 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 CPA1 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 = 'CPA1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.333
Q10
Are there any RP1-302G2.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 RP1-302G2.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 = 'RP1-302G2.5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.7
Q10
Are there any NT5E 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 NT5E 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 = 'NT5E' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.737
Q10
Are there any RP11-38M8.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 RP11-38M8.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 = 'RP11-38M8.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.750
Q10
Are there any GLRX2 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 GLRX2 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 = 'GLRX2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1414
Q10
Are there any CAB39L 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 CAB39L 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 = 'CAB39L' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1751
Q10
Are there any SCN7A 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 SCN7A 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 = 'SCN7A' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.457
Q10
Are there any AC062031.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 AC062031.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 = 'AC062031.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.496
Q10
Are there any AC069278.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 AC069278.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 = 'AC069278.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1482
Q10
Are there any RIMKLA 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 RIMKLA 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 = 'RIMKLA' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.291
Q10
Are there any AC096574.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 AC096574.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 = 'AC096574.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1817
Q10
Are there any HAPLN2 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 HAPLN2 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 = 'HAPLN2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1986
Q10
Are there any SUGT1P3 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 SUGT1P3 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 = 'SUGT1P3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1370
Q10
Are there any GPX2 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 GPX2 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 = 'GPX2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.893
Q10
Are there any MYO6 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 MYO6 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 = 'MYO6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1063
Q10
Are there any FAM3C 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 FAM3C 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 = 'FAM3C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1846
Q10
Are there any FBXW4 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 FBXW4 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 = 'FBXW4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1982
Q10
Are there any PDCD4 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 PDCD4 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 = 'PDCD4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.789
Q10
Are there any OR10J6P 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 OR10J6P 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 = 'OR10J6P' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.866
Q10
Are there any CTB-158E9.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 CTB-158E9.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 = 'CTB-158E9.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1306
Q10
Are there any BOLA3-AS1 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 BOLA3-AS1 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 = 'BOLA3-AS1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1088
Q10
Are there any SNCA 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 6 SNCA SNPs that are significantly associatied with Parkinson's Disease: • rs5019538 (GWAS p-value: 3.54e-20; b-value: -0.1693) • rs1372520 (GWAS p-value: 1.16e-27; b-value: 0.2267) • rs1372518 (GWAS p-value: 5.88e-29; b-value: 0.2334) • rs990085 (GWAS p-value: 2.09e-27; b-value: 0.2321) • rs2245801 (GWAS p-value: 6.26e-25; b-value: -0.2186) • rs2736989 (GWAS p-value: 2.25e-21; b-value: 0.1927)
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 = 'SNCA' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_432417', 'Gene': 'SNCA', 'topRSID': 'rs1372518', 'p_GWAS': 5.88367e-29, 'b_GWAS': 0.2334}, {'UUID': 'NDD_SMR_genes_all_update_text_998614', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': -0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_432415', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': 0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_998612', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': -0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_998613', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': -0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_998610', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': -0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_432418', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': 0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_998611', 'Gene': 'SNCA', 'topRSID': 'rs1372520', 'p_GWAS': 1.1648170000000001e-27, 'b_GWAS': -0.2267}, {'UUID': 'NDD_SMR_genes_all_update_text_432419', 'Gene': 'SNCA', 'topRSID': 'rs990085', 'p_GWAS': 2.088139e-27, 'b_GWAS': 0.2321}, {'UUID': 'NDD_SMR_genes_all_update_text_1555943', 'Gene': 'SNCA', 'topRSID': 'rs2245801', 'p_GWAS': 6.263455e-25, 'b_GWAS': -0.2186}, {'UUID': 'NDD_SMR_genes_all_update_text_1675742', 'Gene': 'SNCA', 'topRSID': 'rs2736989', 'p_GWAS': 2.253188e-21, 'b_GWAS': 0.1927}, {'UUID': 'NDD_SMR_genes_all_update_text_19152', 'Gene': 'SNCA', 'topRSID': 'rs5019538', 'p_GWAS': 3.5434699999999995e-20, 'b_GWAS': -0.1693}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1889
Q10
Are there any MIR142 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 MIR142 SNP that are significantly associatied with Alzheimer's Disease: • rs2526377 (GWAS p-value: 3.54e-08; b-value: -0.0452)
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 = 'MIR142' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1502565', 'Gene': 'MIR142', 'topRSID': 'rs2526377', 'p_GWAS': 3.543857e-08, 'b_GWAS': -0.0452}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.331
Q10
Are there any CTD-2203K17.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 CTD-2203K17.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 = 'CTD-2203K17.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.448
Q10
Are there any RP11-798G7.7 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 RP11-798G7.7 SNP that are significantly associatied with Parkinson's Disease: • rs2732615 (GWAS p-value: 6.14e-11; b-value: -0.2191)
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.7' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1242265', 'Gene': 'RP11-798G7.7', 'topRSID': 'rs2732615', 'p_GWAS': 6.139616e-11, 'b_GWAS': -0.2191}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.766
Q10
Are there any KAAG1 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 KAAG1 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 = 'KAAG1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance