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.1619
Q10
Are there any TACC3 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 TACC3 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 = 'TACC3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.467
Q10
Are there any CTNND2 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 CTNND2 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 = 'CTNND2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1302
Q10
Are there any NCF1 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 NCF1 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 = 'NCF1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1250
Q10
Are there any LPHN2 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 LPHN2 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 = 'LPHN2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.383
Q10
Are there any CALR 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 CALR 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 = 'CALR' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1768
Q10
Are there any ZC2HC1B 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 ZC2HC1B 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 = 'ZC2HC1B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.108
Q10
Are there any RP11-689P11.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-689P11.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-689P11.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.129
Q10
Are there any MPP4 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 MPP4 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 = 'MPP4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1131
Q10
Are there any RP11-553L6.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 RP11-553L6.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 = 'RP11-553L6.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.872
Q10
Are there any NPAS4 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 NPAS4 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 = 'NPAS4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.360
Q10
Are there any RP13-616I3.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-616I3.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-616I3.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1617
Q10
Are there any SUSD3 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 SUSD3 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 = 'SUSD3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.689
Q10
Are there any RP11-436D23.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-436D23.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-436D23.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1787
Q10
Are there any RP11-415A20.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-415A20.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-415A20.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1467
Q10
Are there any RPL7P18 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 RPL7P18 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 = 'RPL7P18' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.212
Q10
Are there any LOC440839 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 LOC440839 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 = 'LOC440839' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.880
Q10
Are there any SUB1 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 SUB1 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 = 'SUB1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.143
Q10
Are there any RP11-333E1.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 2 RP11-333E1.1 SNPs that are significantly associatied with Alzheimer's Disease: • rs112809920 (GWAS p-value: 4.05e-10; b-value: 0.0769) • rs112918260 (GWAS p-value: 1.86e-10; b-value: 0.0752)
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-333E1.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_589057', 'Gene': 'RP11-333E1.1', 'topRSID': 'rs112918260', 'p_GWAS': 1.855094e-10, 'b_GWAS': 0.0752}, {'UUID': 'NDD_SMR_genes_all_update_text_589056', 'Gene': 'RP11-333E1.1', 'topRSID': 'rs112809920', 'p_GWAS': 4.05145e-10, 'b_GWAS': 0.0769}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1439
Q10
Are there any TFDP1 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 TFDP1 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 = 'TFDP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1341
Q10
Are there any CRHR1 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 16 CRHR1 SNP that are significantly associatied with Parkinson's Disease: • rs112746008 (GWAS p-value: 5.71e-21; b-value: -0.2377) • rs56303031 (GWAS p-value: 6.20e-21; b-value: -0.2525) • rs111273167 (GWAS p-value: 8.32e-21; b-value: -0.2526) • rs241028 (GWAS p-value: 8.61e-21; b-value: -0.2525) • rs8070723 (GWAS p-value: 8.95e-21; b-value: -0.2365) • rs3108317 (GWAS p-value: 9.57e-21; b-value: -0.2522) • rs113790915 (GWAS p-value: 9.79e-21; b-value: -0.2512) • rs453997 (GWAS p-value: 1.06e-20; b-value: -0.2519) • rs62054387 (GWAS p-value: 1.09e-20; b-value: -0.2509) • rs62057073 (GWAS p-value: 1.14e-20; b-value: -0.2517)
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 = 'CRHR1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_948860', 'Gene': 'CRHR1', 'topRSID': 'rs112746008', 'p_GWAS': 5.707835e-21, 'b_GWAS': -0.2377}, {'UUID': 'NDD_SMR_genes_all_update_text_491089', 'Gene': 'CRHR1', 'topRSID': 'rs56303031', 'p_GWAS': 6.195827e-21, 'b_GWAS': -0.2525}, {'UUID': 'NDD_SMR_genes_all_update_text_948866', 'Gene': 'CRHR1', 'topRSID': 'rs111273167', 'p_GWAS': 8.316151e-21, 'b_GWAS': -0.2526}, {'UUID': 'NDD_SMR_genes_all_update_text_491086', 'Gene': 'CRHR1', 'topRSID': 'rs241028', 'p_GWAS': 8.612635e-21, 'b_GWAS': -0.2525}, {'UUID': 'NDD_SMR_genes_all_update_text_1328931', 'Gene': 'CRHR1', 'topRSID': 'rs8070723', 'p_GWAS': 8.946763e-21, 'b_GWAS': -0.2365}, {'UUID': 'NDD_SMR_genes_all_update_text_491085', 'Gene': 'CRHR1', 'topRSID': 'rs3108317', 'p_GWAS': 9.566248e-21, 'b_GWAS': -0.2522}, {'UUID': 'NDD_SMR_genes_all_update_text_948858', 'Gene': 'CRHR1', 'topRSID': 'rs113790915', 'p_GWAS': 9.790249e-21, 'b_GWAS': -0.2512}, {'UUID': 'NDD_SMR_genes_all_update_text_948859', 'Gene': 'CRHR1', 'topRSID': 'rs113790915', 'p_GWAS': 9.790249e-21, 'b_GWAS': -0.2512}, {'UUID': 'NDD_SMR_genes_all_update_text_491087', 'Gene': 'CRHR1', 'topRSID': 'rs453997', 'p_GWAS': 1.062415e-20, 'b_GWAS': -0.2519}, {'UUID': 'NDD_SMR_genes_all_update_text_491088', 'Gene': 'CRHR1', 'topRSID': 'rs62054387', 'p_GWAS': 1.087687e-20, 'b_GWAS': -0.2509}, {'UUID': 'NDD_SMR_genes_all_update_text_948864', 'Gene': 'CRHR1', 'topRSID': 'rs62057073', 'p_GWAS': 1.139287e-20, 'b_GWAS': -0.2517}, {'UUID': 'NDD_SMR_genes_all_update_text_948861', 'Gene': 'CRHR1', 'topRSID': 'rs17689882', 'p_GWAS': 1.454232e-20, 'b_GWAS': -0.251}, {'UUID': 'NDD_SMR_genes_all_update_text_491090', 'Gene': 'CRHR1', 'topRSID': 'rs878888', 'p_GWAS': 1.6142619999999998e-20, 'b_GWAS': -0.2507}, {'UUID': 'NDD_SMR_genes_all_update_text_1147253', 'Gene': 'CRHR1', 'topRSID': 'rs2668632', 'p_GWAS': 1.6197019999999998e-19, 'b_GWAS': 0.2485}, {'UUID': 'NDD_SMR_genes_all_update_text_1370543', 'Gene': 'CRHR1', 'topRSID': 'rs199439', 'p_GWAS': 3.599651e-19, 'b_GWAS': -0.2264}, {'UUID': 'NDD_SMR_genes_all_update_text_1242271', 'Gene': 'CRHR1', 'topRSID': 'rs567299266', 'p_GWAS': 1.356307e-11, 'b_GWAS': -0.2164}, {'UUID': 'NDD_SMR_genes_all_update_text_948865', 'Gene': 'CRHR1', 'topRSID': 'rs12944712', 'p_GWAS': 5.549809e-09, 'b_GWAS': -0.1096}, {'UUID': 'NDD_SMR_genes_all_update_text_948867', 'Gene': 'CRHR1', 'topRSID': 'rs12944712', 'p_GWAS': 5.549809e-09, 'b_GWAS': -0.1096}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1786
Q10
Are there any RP11-565A3.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-565A3.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-565A3.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1575
Q10
Are there any AP003774.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 AP003774.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 = 'AP003774.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1865
Q10
Are there any RHEX 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 RHEX 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 = 'RHEX' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1749
Q10
Are there any PRSS36 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 6 PRSS36 SNPs that are significantly associatied with Alzheimer's Disease: • rs78924645 (GWAS p-value: 8.18e-10; b-value: 0.0565) • rs55667375 (GWAS p-value: 1.73e-09; b-value: -0.0554) • rs59735493 (GWAS p-value: 4.71e-09; b-value: 0.0533) • rs7190802 (GWAS p-value: 9.66e-10; b-value: -0.0532) • rs1549299 (GWAS p-value: 3.16e-09; b-value: 0.0539) • rs1060506 (GWAS p-value: 5.03e-09; b-value: -0.0532)
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 = 'PRSS36' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1454244', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1396182', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1689758', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1717197', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1174366', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_2883', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': 0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_109537', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1501483', 'Gene': 'PRSS36', 'topRSID': 'rs78924645', 'p_GWAS': 8.184659e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_577515', 'Gene': 'PRSS36', 'topRSID': 'rs7190802', 'p_GWAS': 9.659177e-10, 'b_GWAS': -0.0532}, {'UUID': 'NDD_SMR_genes_all_update_text_1111663', 'Gene': 'PRSS36', 'topRSID': 'rs55667375', 'p_GWAS': 1.725528e-09, 'b_GWAS': 0.0554}, {'UUID': 'NDD_SMR_genes_all_update_text_109538', 'Gene': 'PRSS36', 'topRSID': 'rs55667375', 'p_GWAS': 1.725528e-09, 'b_GWAS': 0.0554}, {'UUID': 'NDD_SMR_genes_all_update_text_24700', 'Gene': 'PRSS36', 'topRSID': 'rs55667375', 'p_GWAS': 1.725528e-09, 'b_GWAS': -0.0554}, {'UUID': 'NDD_SMR_genes_all_update_text_1246861', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1267936', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1157040', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1378460', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1584167', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1598197', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_1610409', 'Gene': 'PRSS36', 'topRSID': 'rs1549299', 'p_GWAS': 3.159729e-09, 'b_GWAS': 0.0539}, {'UUID': 'NDD_SMR_genes_all_update_text_30940', 'Gene': 'PRSS36', 'topRSID': 'rs59735493', 'p_GWAS': 4.70898e-09, 'b_GWAS': 0.0533}, {'UUID': 'NDD_SMR_genes_all_update_text_1202464', 'Gene': 'PRSS36', 'topRSID': 'rs1060506', 'p_GWAS': 5.030688e-09, 'b_GWAS': -0.0532}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.718
Q10
Are there any CD33 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 CD33 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 = 'CD33' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1936
Q10
Are there any LILRB2 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 LILRB2 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 = 'LILRB2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.852
Q10
Are there any KRT8P15 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 KRT8P15 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 = 'KRT8P15' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1938
Q10
Are there any EPPK1 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 EPPK1 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 = 'EPPK1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.11
Q10
Are there any RPS27L 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 RPS27L 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 = 'RPS27L' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1695
Q10
Are there any LRRC37A2 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 LRRC37A2 SNPs that are significantly associatied with Alzheimer's Disease: • rs2532233 (GWAS p-value: 3.69e-08; b-value: 0.0545) • rs58879558 (GWAS p-value: 3.07e-09; b-value: 0.0575) • rs2696466 (GWAS p-value: 4.51e-10; b-value: -0.053) • rs56971664 (GWAS p-value: 4.26e-08; b-value: -0.0537) • rs62062768 (GWAS p-value: 3.58e-08; b-value: -0.054) • rs4510068 (GWAS p-value: 1.33e-10; b-value: -0.0546) • rs112560196 (GWAS p-value: 2.33e-08; b-value: -0.0553) • rs55942528 (GWAS p-value: 4.02e-08; b-value: -0.0538) • rs17564020 (GWAS p-value: 3.38e-08; b-value: -0.0541)
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 = 'LRRC37A2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1343161', 'Gene': 'LRRC37A2', 'topRSID': 'rs4510068', 'p_GWAS': 1.331504e-10, 'b_GWAS': -0.0546}, {'UUID': 'NDD_SMR_genes_all_update_text_1203020', 'Gene': 'LRRC37A2', 'topRSID': 'rs2696466', 'p_GWAS': 4.509301e-10, 'b_GWAS': -0.053}, {'UUID': 'NDD_SMR_genes_all_update_text_1106833', 'Gene': 'LRRC37A2', 'topRSID': 'rs2696466', 'p_GWAS': 4.509301e-10, 'b_GWAS': 0.053}, {'UUID': 'NDD_SMR_genes_all_update_text_30835', 'Gene': 'LRRC37A2', 'topRSID': 'rs2696466', 'p_GWAS': 4.509301e-10, 'b_GWAS': -0.053}, {'UUID': 'NDD_SMR_genes_all_update_text_1466652', 'Gene': 'LRRC37A2', 'topRSID': 'rs58879558', 'p_GWAS': 3.069546e-09, 'b_GWAS': -0.0575}, {'UUID': 'NDD_SMR_genes_all_update_text_28416', 'Gene': 'LRRC37A2', 'topRSID': 'rs58879558', 'p_GWAS': 3.069546e-09, 'b_GWAS': 0.0575}, {'UUID': 'NDD_SMR_genes_all_update_text_1502456', 'Gene': 'LRRC37A2', 'topRSID': 'rs112560196', 'p_GWAS': 2.325484e-08, 'b_GWAS': -0.0553}, {'UUID': 'NDD_SMR_genes_all_update_text_1690053', 'Gene': 'LRRC37A2', 'topRSID': 'rs17564020', 'p_GWAS': 3.382131e-08, 'b_GWAS': -0.0541}, {'UUID': 'NDD_SMR_genes_all_update_text_1291768', 'Gene': 'LRRC37A2', 'topRSID': 'rs62062768', 'p_GWAS': 3.584179e-08, 'b_GWAS': -0.054}, {'UUID': 'NDD_SMR_genes_all_update_text_2660', 'Gene': 'LRRC37A2', 'topRSID': 'rs2532233', 'p_GWAS': 3.690625e-08, 'b_GWAS': 0.0545}, {'UUID': 'NDD_SMR_genes_all_update_text_1584318', 'Gene': 'LRRC37A2', 'topRSID': 'rs55942528', 'p_GWAS': 4.023984e-08, 'b_GWAS': -0.0538}, {'UUID': 'NDD_SMR_genes_all_update_text_1247091', 'Gene': 'LRRC37A2', 'topRSID': 'rs56971664', 'p_GWAS': 4.263081e-08, 'b_GWAS': -0.0537}, {'UUID': 'NDD_SMR_genes_all_update_text_1480166', 'Gene': 'LRRC37A2', 'topRSID': 'rs56971664', 'p_GWAS': 4.263081e-08, 'b_GWAS': -0.0537}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1124
Q10
Are there any RP11-196G11.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-196G11.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-196G11.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.286
Q10
Are there any FAM174C 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 FAM174C 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 = 'FAM174C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.817
Q10
Are there any IGLV8-61 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 IGLV8-61 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 = 'IGLV8-61' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1092
Q10
Are there any RP11-10L12.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 RP11-10L12.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 = 'RP11-10L12.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.295
Q10
Are there any CTB-31O20.6 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 CTB-31O20.6 SNP that are significantly associatied with Alzheimer's Disease: • rs12974664 (GWAS p-value: 1.70e-08; b-value: -0.0502)
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-31O20.6' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_119562', 'Gene': 'CTB-31O20.6', 'topRSID': 'rs12974664', 'p_GWAS': 1.696069e-08, 'b_GWAS': -0.0502}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.761
Q10
Are there any RAB8B 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 RAB8B SNP that are significantly associatied with Alzheimer's Disease: • rs11858666 (GWAS p-value: 1.76e-10; b-value: -0.0536)
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 = 'RAB8B' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_105698', 'Gene': 'RAB8B', 'topRSID': 'rs11858666', 'p_GWAS': 1.7599e-10, 'b_GWAS': -0.0536}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.633
Q10
Are there any RP11-403I13.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-403I13.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-403I13.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.930
Q10
Are there any ADARB2-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 ADARB2-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 = 'ADARB2-AS1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1019
Q10
Are there any CCDC71L 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 CCDC71L 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 = 'CCDC71L' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.132
Q10
Are there any CTB-75G16.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 CTB-75G16.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 = 'CTB-75G16.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1175
Q10
Are there any ZNF668 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 ZNF668 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 = 'ZNF668' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.327
Q10
Are there any PRAC1 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 PRAC1 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 = 'PRAC1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1279
Q10
Are there any NUDT4 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 NUDT4 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 = 'NUDT4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1385
Q10
Are there any RNF185 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 RNF185 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 = 'RNF185' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.951
Q10
Are there any ACADS 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 ACADS 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 = 'ACADS' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1867
Q10
Are there any RP11-669E14.4 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 RP11-669E14.4 SNP that are significantly associatied with Progressive supranuclear palsy: • rs1981997 (GWAS p-value: 1.79e-51; b-value: 1.715)
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-669E14.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1478186', 'Gene': 'RP11-669E14.4', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1372
Q10
Are there any LRCH4 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 LRCH4 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 = 'LRCH4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1520
Q10
Are there any RP11-293E1.1 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-293E1.1 SNP that are significantly associatied with Parkinson's Disease: • rs111327992 (GWAS p-value: 2.49e-21; b-value: -0.2399)
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-293E1.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1242270', 'Gene': 'RP11-293E1.1', 'topRSID': 'rs111327992', 'p_GWAS': 2.489454e-21, 'b_GWAS': -0.2399}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.702
Q10
Are there any STXBP1 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 STXBP1 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 = 'STXBP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.218
Q10
Are there any RP11-503G7.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 RP11-503G7.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 = 'RP11-503G7.2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1043
Q10
Are there any BMS1P7 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 BMS1P7 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 = 'BMS1P7' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1815
Q10
Are there any NEUROG2 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 NEUROG2 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 = 'NEUROG2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.161
Q10
Are there any HAS2-AS1 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 HAS2-AS1 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 = 'HAS2-AS1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1059
Q10
Are there any RPL35P5 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 RPL35P5 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 = 'RPL35P5' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1243
Q10
Are there any CBWD2 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 CBWD2 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 = 'CBWD2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.641
Q10
Are there any C9orf72 SNPs that have a statistically significant association with Amyotrophic Lateral Sclerosis?
Yes, according to genome-wide analysis of Amyotrophic Lateral Sclerosis (Nicolas et al., 2018), there are at least 5 C9orf72 SNPs that are significantly associatied with Amyotrophic Lateral Sclerosis: • rs10967984 (GWAS p-value: 2.45e-11; b-value: -0.0908) • rs2282241 (GWAS p-value: 2.29e-11; b-value: -0.0916) • rs9969832 (GWAS p-value: 2.69e-28; b-value: 0.1743) • rs2492816 (GWAS p-value: 1.35e-14; b-value: 0.1055) • rs10967976 (GWAS p-value: 7.98e-14; b-value: -0.1016)
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 = 'C9orf72' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_745098', 'Gene': 'C9orf72', 'topRSID': 'rs9969832', 'p_GWAS': 2.688992e-28, 'b_GWAS': 0.1743}, {'UUID': 'NDD_SMR_genes_all_update_text_1209518', 'Gene': 'C9orf72', 'topRSID': 'rs2492816', 'p_GWAS': 1.352912e-14, 'b_GWAS': 0.1055}, {'UUID': 'NDD_SMR_genes_all_update_text_1347657', 'Gene': 'C9orf72', 'topRSID': 'rs10967976', 'p_GWAS': 7.983712e-14, 'b_GWAS': -0.1016}, {'UUID': 'NDD_SMR_genes_all_update_text_745097', 'Gene': 'C9orf72', 'topRSID': 'rs2282241', 'p_GWAS': 2.291473e-11, 'b_GWAS': -0.0916}, {'UUID': 'NDD_SMR_genes_all_update_text_177070', 'Gene': 'C9orf72', 'topRSID': 'rs10967984', 'p_GWAS': 2.447652e-11, 'b_GWAS': -0.0908}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.522
Q10
Are there any GAL3ST4 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 GAL3ST4 SNP that are significantly associatied with Alzheimer's Disease: • rs11764176 (GWAS p-value: 4.72e-10; b-value: -0.0573)
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 = 'GAL3ST4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1495798', 'Gene': 'GAL3ST4', 'topRSID': 'rs11764176', 'p_GWAS': 4.716413e-10, 'b_GWAS': -0.0573}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1624
Q10
Are there any RITA1 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 RITA1 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 = 'RITA1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1522
Q10
Are there any UQCRC2 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 UQCRC2 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 = 'UQCRC2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.604
Q10
Are there any IGKV1D-43 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 IGKV1D-43 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 = 'IGKV1D-43' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.198
Q10
Are there any KAT8 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 KAT8 SNP that are significantly associatied with Parkinson's Disease: • rs12917722 (GWAS p-value: 1.71e-09; b-value: 0.1054)
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 = 'KAT8' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_974692', 'Gene': 'KAT8', 'topRSID': 'rs12917722', 'p_GWAS': 1.713647e-09, 'b_GWAS': 0.1054}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1644
Q10
Are there any ADGRL3 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 ADGRL3 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 = 'ADGRL3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.961
Q10
Are there any SLC35A1 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 SLC35A1 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 = 'SLC35A1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.416
Q10
Are there any CYP2C19 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 CYP2C19 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 = 'CYP2C19' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.99
Q10
Are there any METTL12 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 METTL12 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 = 'METTL12' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.988
Q10
Are there any BCKDK 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 BCKDK 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 = 'BCKDK' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.933
Q10
Are there any RP11-405L18.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-405L18.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-405L18.4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.159
Q10
Are there any GLCCI1 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 GLCCI1 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 = 'GLCCI1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.425
Q10
Are there any SERPINI1 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 SERPINI1 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 = 'SERPINI1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1804
Q10
Are there any RP11-335O4.3 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-335O4.3 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-335O4.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.483
Q10
Are there any C7orf73 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 C7orf73 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 = 'C7orf73' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1512
Q10
Are there any AL022393.7 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 AL022393.7 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 = 'AL022393.7' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.675
Q10
Are there any KCNN4 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 KCNN4 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 = 'KCNN4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1238
Q10
Are there any VNN3 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 VNN3 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 = 'VNN3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1873
Q10
Are there any LINC00184 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 LINC00184 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 = 'LINC00184' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1299
Q10
Are there any ORAI3 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 ORAI3 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 = 'ORAI3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.453
Q10
Are there any LRFN2 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 LRFN2 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 = 'LRFN2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.559
Q10
Are there any AL133373.1 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 AL133373.1 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 = 'AL133373.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.181
Q10
Are there any TAP1 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 TAP1 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 = 'TAP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.396
Q10
Are there any DNAJA4 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 DNAJA4 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 = 'DNAJA4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.584
Q10
Are there any C16orf93 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 C16orf93 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 = 'C16orf93' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.995
Q10
Are there any STAMBP 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 STAMBP 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 = 'STAMBP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1707
Q10
Are there any RP13-98N21.3 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-98N21.3 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-98N21.3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1285
Q10
Are there any JPT2 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 JPT2 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 = 'JPT2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1645
Q10
Are there any ZNF37BP 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 ZNF37BP 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 = 'ZNF37BP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.886
Q10
Are there any CDKL3 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 CDKL3 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 = 'CDKL3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.827
Q10
Are there any TSPAN8 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 TSPAN8 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 = 'TSPAN8' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1660
Q10
Are there any ZFP64 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 ZFP64 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 = 'ZFP64' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.972
Q10
Are there any KLF4 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 KLF4 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 = 'KLF4' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1049
Q10
Are there any PDZK1IP1 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 PDZK1IP1 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 = 'PDZK1IP1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.671
Q10
Are there any FAM65A 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 FAM65A 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 = 'FAM65A' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.145
Q10
Are there any FBRS 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 FBRS 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 = 'FBRS' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1518
Q10
Are there any CYP2U1 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 CYP2U1 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 = 'CYP2U1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1999
Q10
Are there any UCP3 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 UCP3 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 = 'UCP3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.871
Q10
Are there any SNORA71C 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 SNORA71C 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 = 'SNORA71C' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.427
Q10
Are there any IGHGP 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 IGHGP 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 = 'IGHGP' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.643
Q10
Are there any CTD-2020K17.1 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 CTD-2020K17.1 SNPs that are significantly associatied with Parkinson's Disease: • rs1358071 (GWAS p-value: 1.36e-16; b-value: 0.1976) • rs62063276 (GWAS p-value: 1.61e-20; b-value: -0.2507)
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-2020K17.1' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1710336', 'Gene': 'CTD-2020K17.1', 'topRSID': 'rs62063276', 'p_GWAS': 1.6142619999999998e-20, 'b_GWAS': -0.2507}, {'UUID': 'NDD_SMR_genes_all_update_text_1435909', 'Gene': 'CTD-2020K17.1', 'topRSID': 'rs62063276', 'p_GWAS': 1.6142619999999998e-20, 'b_GWAS': -0.2507}, {'UUID': 'NDD_SMR_genes_all_update_text_1191158', 'Gene': 'CTD-2020K17.1', 'topRSID': 'rs1358071', 'p_GWAS': 1.364737e-16, 'b_GWAS': 0.1976}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1408
Q10
Are there any STAG3 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 17 STAG3 SNP that are significantly associatied with Alzheimer's Disease: • rs866500 (GWAS p-value: 1.21e-12; b-value: 0.0682) • rs55796551 (GWAS p-value: 3.44e-12; b-value: 0.0668) • rs2950520 (GWAS p-value: 3.33e-10; b-value: 0.0578) • rs34130487 (GWAS p-value: 5.34e-10; b-value: -0.0565) • rs858513 (GWAS p-value: 6.22e-10; b-value: 0.0569) • rs3779045 (GWAS p-value: 6.74e-10; b-value: -0.0574) • rs1636988 (GWAS p-value: 7.14e-10; b-value: -0.0567) • rs1727140 (GWAS p-value: 7.64e-10; b-value: 0.0566) • rs1727125 (GWAS p-value: 9.38e-10; b-value: -0.0563) • rs3823642 (GWAS p-value: 9.38e-10; b-value: -0.0563)
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 = 'STAG3' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1453489', 'Gene': 'STAG3', 'topRSID': 'rs866500', 'p_GWAS': 1.210507e-12, 'b_GWAS': 0.0682}, {'UUID': 'NDD_SMR_genes_all_update_text_1607811', 'Gene': 'STAG3', 'topRSID': 'rs55796551', 'p_GWAS': 3.443218e-12, 'b_GWAS': 0.0668}, {'UUID': 'NDD_SMR_genes_all_update_text_1156007', 'Gene': 'STAG3', 'topRSID': 'rs2950520', 'p_GWAS': 3.329383e-10, 'b_GWAS': 0.0578}, {'UUID': 'NDD_SMR_genes_all_update_text_1340317', 'Gene': 'STAG3', 'topRSID': 'rs2950520', 'p_GWAS': 3.329383e-10, 'b_GWAS': 0.0578}, {'UUID': 'NDD_SMR_genes_all_update_text_1266777', 'Gene': 'STAG3', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1377707', 'Gene': 'STAG3', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1392624', 'Gene': 'STAG3', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1687933', 'Gene': 'STAG3', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1172873', 'Gene': 'STAG3', 'topRSID': 'rs34130487', 'p_GWAS': 5.339371e-10, 'b_GWAS': -0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_1583221', 'Gene': 'STAG3', 'topRSID': 'rs858513', 'p_GWAS': 6.218811e-10, 'b_GWAS': 0.0569}, {'UUID': 'NDD_SMR_genes_all_update_text_585986', 'Gene': 'STAG3', 'topRSID': 'rs3779045', 'p_GWAS': 6.741315e-10, 'b_GWAS': -0.0574}, {'UUID': 'NDD_SMR_genes_all_update_text_585984', 'Gene': 'STAG3', 'topRSID': 'rs1636988', 'p_GWAS': 7.13599e-10, 'b_GWAS': -0.0567}, {'UUID': 'NDD_SMR_genes_all_update_text_585985', 'Gene': 'STAG3', 'topRSID': 'rs1636988', 'p_GWAS': 7.13599e-10, 'b_GWAS': -0.0567}, {'UUID': 'NDD_SMR_genes_all_update_text_585987', 'Gene': 'STAG3', 'topRSID': 'rs1636988', 'p_GWAS': 7.13599e-10, 'b_GWAS': -0.0567}, {'UUID': 'NDD_SMR_genes_all_update_text_1105972', 'Gene': 'STAG3', 'topRSID': 'rs1636988', 'p_GWAS': 7.13599e-10, 'b_GWAS': 0.0567}, {'UUID': 'NDD_SMR_genes_all_update_text_1245517', 'Gene': 'STAG3', 'topRSID': 'rs1727140', 'p_GWAS': 7.6428e-10, 'b_GWAS': 0.0566}, {'UUID': 'NDD_SMR_genes_all_update_text_585983', 'Gene': 'STAG3', 'topRSID': 'rs3823642', 'p_GWAS': 9.383102e-10, 'b_GWAS': -0.0563}, {'UUID': 'NDD_SMR_genes_all_update_text_585982', 'Gene': 'STAG3', 'topRSID': 'rs1727125', 'p_GWAS': 9.383102e-10, 'b_GWAS': -0.0563}, {'UUID': 'NDD_SMR_genes_all_update_text_585981', 'Gene': 'STAG3', 'topRSID': 'rs1727124', 'p_GWAS': 1.004487e-09, 'b_GWAS': -0.0562}, {'UUID': 'NDD_SMR_genes_all_update_text_1287871', 'Gene': 'STAG3', 'topRSID': 'rs13230744', 'p_GWAS': 1.011868e-09, 'b_GWAS': -0.0568}, {'UUID': 'NDD_SMR_genes_all_update_text_74048', 'Gene': 'STAG3', 'topRSID': 'rs11767968', 'p_GWAS': 1.231506e-09, 'b_GWAS': 0.0559}, {'UUID': 'NDD_SMR_genes_all_update_text_74047', 'Gene': 'STAG3', 'topRSID': 'rs11767968', 'p_GWAS': 1.231506e-09, 'b_GWAS': 0.0559}, {'UUID': 'NDD_SMR_genes_all_update_text_74050', 'Gene': 'STAG3', 'topRSID': 'rs11767968', 'p_GWAS': 1.231506e-09, 'b_GWAS': 0.0559}, {'UUID': 'NDD_SMR_genes_all_update_text_74049', 'Gene': 'STAG3', 'topRSID': 'rs6465766', 'p_GWAS': 1.237802e-09, 'b_GWAS': 0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_74046', 'Gene': 'STAG3', 'topRSID': 'rs6465766', 'p_GWAS': 1.237802e-09, 'b_GWAS': 0.0565}, {'UUID': 'NDD_SMR_genes_all_update_text_74051', 'Gene': 'STAG3', 'topRSID': 'rs4299940', 'p_GWAS': 2.128889e-09, 'b_GWAS': -0.0485}, {'UUID': 'NDD_SMR_genes_all_update_text_1597705', 'Gene': 'STAG3', 'topRSID': 'rs2070215', 'p_GWAS': 3.859389e-09, 'b_GWAS': -0.0536}, {'UUID': 'NDD_SMR_genes_all_update_text_1716109', 'Gene': 'STAG3', 'topRSID': 'rs2070215', 'p_GWAS': 3.859389e-09, 'b_GWAS': -0.0536}, {'UUID': 'NDD_SMR_genes_all_update_text_1446227', 'Gene': 'STAG3', 'topRSID': 'rs1987580', 'p_GWAS': 1.456022e-08, 'b_GWAS': -0.051}]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.806
Q10
Are there any USP42 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 USP42 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 = 'USP42' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance
Q10.1067
Q10
Are there any VARS2 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 VARS2 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 = 'VARS2' AND p_GWAS < 5e-8 ORDER BY p_GWAS LIMIT 100
[]
refined
Distinct, Multi-Filter, Order By
GWAS Significance