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.622 | Q10 | Are there any IGSF22 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 IGSF22 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 = 'IGSF22' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.298 | Q10 | Are there any RP11-521O16.2 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 RP11-521O16.2 SNP that are significantly associatied with Alzheimer's Disease:
• rs2404175 (GWAS p-value: 5.22e-09; b-value: -0.0584) | 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-521O16.2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_46329', 'Gene': 'RP11-521O16.2', 'topRSID': 'rs2404175', 'p_GWAS': 5.220082e-09, 'b_GWAS': -0.0584}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.912 | Q10 | Are there any IL1F10 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 IL1F10 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 = 'IL1F10' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.917 | Q10 | Are there any SLC5A3 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 SLC5A3 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 = 'SLC5A3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1903 | Q10 | Are there any C12orf70 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 C12orf70 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 = 'C12orf70' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.91 | Q10 | Are there any FAR2P1 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 FAR2P1 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 = 'FAR2P1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.42 | Q10 | Are there any AP003774.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 AP003774.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 = 'AP003774.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1803 | Q10 | Are there any PTK2B 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 PTK2B SNPs that are significantly associatied with Alzheimer's Disease:
• rs6987305 (GWAS p-value: 5.32e-14; b-value: 0.0632)
• rs28834970 (GWAS p-value: 1.77e-14; b-value: 0.0644) | 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 = 'PTK2B' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1649887', 'Gene': 'PTK2B', 'topRSID': 'rs28834970', 'p_GWAS': 1.765237e-14, 'b_GWAS': 0.0644}, {'UUID': 'NDD_SMR_genes_all_update_text_1496305', 'Gene': 'PTK2B', 'topRSID': 'rs6987305', 'p_GWAS': 5.320284e-14, 'b_GWAS': 0.0632}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1934 | Q10 | Are there any ZNF567 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 ZNF567 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 = 'ZNF567' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.134 | Q10 | Are there any RAB37 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 RAB37 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 = 'RAB37' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1566 | Q10 | Are there any LRRC2 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 LRRC2 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 = 'LRRC2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.977 | Q10 | Are there any RP11-219D15.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-219D15.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-219D15.3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1070 | Q10 | Are there any RP11-173M1.8 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-173M1.8 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-173M1.8' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1856 | Q10 | Are there any GNRH1 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 GNRH1 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 = 'GNRH1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1346 | Q10 | Are there any SLC51A 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 SLC51A 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 = 'SLC51A' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1831 | Q10 | Are there any MCM7 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 MCM7 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 = 'MCM7' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.167 | Q10 | Are there any CSTF2T 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 CSTF2T 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 = 'CSTF2T' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.731 | Q10 | Are there any GPX3 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 GPX3 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 = 'GPX3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.294 | Q10 | Are there any RP11-196G11.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-196G11.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-196G11.4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1142 | Q10 | Are there any FZD3 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 FZD3 SNP that are significantly associatied with Alzheimer's Disease:
• rs35112405 (GWAS p-value: 4.72e-08; b-value: 0.1136) | 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 = 'FZD3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_78308', 'Gene': 'FZD3', 'topRSID': 'rs35112405', 'p_GWAS': 4.72026e-08, 'b_GWAS': 0.1136}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1536 | Q10 | Are there any SLC18A1 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 SLC18A1 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 = 'SLC18A1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1897 | Q10 | Are there any PTP4A2P2 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 PTP4A2P2 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 = 'PTP4A2P2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1006 | Q10 | Are there any KIF1C 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 KIF1C 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 = 'KIF1C' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1421 | Q10 | Are there any KCNIP3 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 KCNIP3 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 = 'KCNIP3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.785 | Q10 | Are there any FAM47E-STBD1 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 FAM47E-STBD1 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 = 'FAM47E-STBD1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.846 | Q10 | Are there any PWWP2AP1 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 PWWP2AP1 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 = 'PWWP2AP1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.352 | Q10 | Are there any RP11-798G7.8 SNPs that have a statistically significant association with Progressive supranuclear palsy? | Yes, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are at least 5 RP11-798G7.8 SNPs that are significantly associatied with Progressive supranuclear palsy:
• rs1635291 (GWAS p-value: 5.42e-51; b-value: -1.421)
• rs12373139 (GWAS p-value: 4.65e-51; b-value: 1.688)
• rs11869096 (GWAS p-value: 3.36e-26; b-value: -0.5972)
• rs11012 (GWAS p-value: 2.11e-42; b-value: 1.608)
• 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-798G7.8' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1714150', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1336283', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs12373139', 'p_GWAS': 4.650637e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1375924', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs12373139', 'p_GWAS': 4.650637e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1194211', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs1635291', 'p_GWAS': 5.423847e-51, 'b_GWAS': -1.4209}, {'UUID': 'NDD_SMR_genes_all_update_text_1646038', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs11012', 'p_GWAS': 2.10769e-42, 'b_GWAS': 1.6076}, {'UUID': 'NDD_SMR_genes_all_update_text_1478183', 'Gene': 'RP11-798G7.8', 'topRSID': 'rs11869096', 'p_GWAS': 3.3639939999999997e-26, 'b_GWAS': -0.5972}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1945 | Q10 | Are there any IGHV2-70 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 IGHV2-70 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 = 'IGHV2-70' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.577 | Q10 | Are there any C2 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 C2 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 = 'C2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1923 | Q10 | Are there any CTB-43E15.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 CTB-43E15.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 = 'CTB-43E15.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1888 | Q10 | Are there any AC105339.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 AC105339.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 = 'AC105339.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1470 | Q10 | Are there any DYRK2 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 DYRK2 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 = 'DYRK2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1818 | Q10 | Are there any CTD-2007H13.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 CTD-2007H13.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 = 'CTD-2007H13.3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1317 | Q10 | Are there any ARHGEF10 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 ARHGEF10 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 = 'ARHGEF10' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1501 | Q10 | Are there any CCL2 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 CCL2 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 = 'CCL2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.464 | Q10 | Are there any RNF13 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 RNF13 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 = 'RNF13' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.381 | Q10 | Are there any TRABD2B 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 TRABD2B 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 = 'TRABD2B' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1344 | Q10 | Are there any PPARD 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 PPARD 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 = 'PPARD' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.337 | Q10 | Are there any RP11-144F15.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-144F15.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-144F15.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1284 | Q10 | Are there any BIVM 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 BIVM 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 = 'BIVM' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1762 | Q10 | Are there any MCHR2-AS1 SNPs that have a statistically significant association with Alzheimer's Disease? | No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within MCHR2-AS1 that are significantly associated with Alzheimer's Disease. | SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS
FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'MCHR2-AS1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1459 | Q10 | Are there any SLC26A1 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 SLC26A1 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 = 'SLC26A1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.823 | Q10 | Are there any TP53INP1 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 TP53INP1 SNPs that are significantly associatied with Alzheimer's Disease:
• rs13255935 (GWAS p-value: 3.19e-08; b-value: -0.0448)
• rs896853 (GWAS p-value: 3.42e-08; b-value: 0.0447)
• rs10956933 (GWAS p-value: 2.40e-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 = 'TP53INP1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1496488', 'Gene': 'TP53INP1', 'topRSID': 'rs10956933', 'p_GWAS': 2.401774e-08, 'b_GWAS': 0.0452}, {'UUID': 'NDD_SMR_genes_all_update_text_1109759', 'Gene': 'TP53INP1', 'topRSID': 'rs13255935', 'p_GWAS': 3.18657e-08, 'b_GWAS': -0.0448}, {'UUID': 'NDD_SMR_genes_all_update_text_1393057', 'Gene': 'TP53INP1', 'topRSID': 'rs896853', 'p_GWAS': 3.418695e-08, 'b_GWAS': 0.0447}, {'UUID': 'NDD_SMR_genes_all_update_text_1649958', 'Gene': 'TP53INP1', 'topRSID': 'rs896853', 'p_GWAS': 3.418695e-08, 'b_GWAS': 0.0447}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1114 | Q10 | Are there any LINC00484 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 LINC00484 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 = 'LINC00484' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1524 | Q10 | Are there any RNF224 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 RNF224 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 = 'RNF224' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1941 | Q10 | Are there any C6orf174 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 C6orf174 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 = 'C6orf174' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1616 | Q10 | Are there any RP11-91P24.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-91P24.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-91P24.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1898 | Q10 | Are there any MGC57346 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 MGC57346 SNPs that are significantly associatied with Parkinson's Disease:
• rs389217 (GWAS p-value: 7.19e-21; b-value: -0.2577)
• rs62056790 (GWAS p-value: 1.09e-20; b-value: -0.2509) | 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 = 'MGC57346' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_491084', 'Gene': 'MGC57346', 'topRSID': 'rs389217', 'p_GWAS': 7.191045e-21, 'b_GWAS': -0.2577}, {'UUID': 'NDD_SMR_genes_all_update_text_948857', 'Gene': 'MGC57346', 'topRSID': 'rs62056790', 'p_GWAS': 1.087687e-20, 'b_GWAS': -0.2509}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.918 | Q10 | Are there any MARK4 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 MARK4 SNP that are significantly associatied with Alzheimer's Disease:
• rs2041262 (GWAS p-value: 5.83e-11; b-value: 0.0681) | 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 = 'MARK4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_122480', 'Gene': 'MARK4', 'topRSID': 'rs2041262', 'p_GWAS': 5.82827e-11, 'b_GWAS': 0.0681}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1930 | Q10 | Are there any EFNA4 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 EFNA4 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 = 'EFNA4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1126 | Q10 | Are there any MIR193A 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 MIR193A 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 = 'MIR193A' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.332 | Q10 | Are there any MGC29506 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 MGC29506 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 = 'MGC29506' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1036 | Q10 | Are there any KIAA1984-AS1 SNPs that have a statistically significant association with Alzheimer's Disease? | No, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are no SNPs within KIAA1984-AS1 that are significantly associated with Alzheimer's Disease. | SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS
FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'KIAA1984-AS1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.322 | Q10 | Are there any ART5 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 ART5 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 = 'ART5' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1531 | Q10 | Are there any CRHR1-IT1 SNPs that have a statistically significant association with Progressive supranuclear palsy? | Yes, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are at least 4 CRHR1-IT1 SNPs that are significantly associatied with Progressive supranuclear palsy:
• rs1981997 (GWAS p-value: 1.79e-51; b-value: 1.715)
• rs12373139 (GWAS p-value: 4.65e-51; b-value: 1.688)
• rs11012 (GWAS p-value: 2.11e-42; b-value: 1.608)
• rs17690703 (GWAS p-value: 2.74e-45; b-value: 1.227) | 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 = 'CRHR1-IT1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1264980', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1452481', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1464416', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1489536', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1596821', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1170872', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1283700', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1732393', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1604712', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1388481', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1194214', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs1981997', 'p_GWAS': 1.792216e-51, 'b_GWAS': 1.7146}, {'UUID': 'NDD_SMR_genes_all_update_text_1444270', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs12373139', 'p_GWAS': 4.6506369999999996e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1684933', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs12373139', 'p_GWAS': 4.650637e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1375927', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs12373139', 'p_GWAS': 4.650637e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1336288', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs12373139', 'p_GWAS': 4.650637e-51, 'b_GWAS': 1.6879}, {'UUID': 'NDD_SMR_genes_all_update_text_1714153', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs17690703', 'p_GWAS': 2.735655e-45, 'b_GWAS': 1.2273}, {'UUID': 'NDD_SMR_genes_all_update_text_1579419', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs11012', 'p_GWAS': 2.1076899999999998e-42, 'b_GWAS': 1.6076}, {'UUID': 'NDD_SMR_genes_all_update_text_1646041', 'Gene': 'CRHR1-IT1', 'topRSID': 'rs11012', 'p_GWAS': 2.10769e-42, 'b_GWAS': 1.6076}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1360 | Q10 | Are there any KMT2E-AS1 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 KMT2E-AS1 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 = 'KMT2E-AS1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1734 | Q10 | Are there any CHD4 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 CHD4 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 = 'CHD4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.170 | Q10 | Are there any PCTP 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 PCTP 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 = 'PCTP' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.13 | Q10 | Are there any ZNF579 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 ZNF579 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 = 'ZNF579' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1927 | Q10 | Are there any C14orf4 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 C14orf4 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 = 'C14orf4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.174 | Q10 | Are there any AC011242.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 AC011242.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 = 'AC011242.6' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.656 | Q10 | Are there any SH3GL1P2 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 SH3GL1P2 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 = 'SH3GL1P2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1062 | Q10 | Are there any HAP1 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 HAP1 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 = 'HAP1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.263 | Q10 | Are there any CREG2 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 CREG2 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 = 'CREG2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1427 | Q10 | Are there any ZSCAN21 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 ZSCAN21 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 = 'ZSCAN21' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1582 | Q10 | Are there any ZNF550 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 ZNF550 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 = 'ZNF550' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.909 | Q10 | Are there any OR52A1 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 OR52A1 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 = 'OR52A1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.679 | Q10 | Are there any PON3 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 PON3 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 = 'PON3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.261 | Q10 | Are there any FAM47E 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 FAM47E SNPs that are significantly associatied with Parkinson's Disease:
• rs62303000 (GWAS p-value: 2.72e-08; b-value: -0.0945)
• rs10032423 (GWAS p-value: 2.00e-08; b-value: 0.0954) | 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 = 'FAM47E' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_998372', 'Gene': 'FAM47E', 'topRSID': 'rs10032423', 'p_GWAS': 2.002736e-08, 'b_GWAS': 0.0954}, {'UUID': 'NDD_SMR_genes_all_update_text_432138', 'Gene': 'FAM47E', 'topRSID': 'rs62303000', 'p_GWAS': 2.715991e-08, 'b_GWAS': -0.0945}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.851 | Q10 | Are there any SH3GL2 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 SH3GL2 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 = 'SH3GL2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.874 | Q10 | Are there any HDGFRP2 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 HDGFRP2 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 = 'HDGFRP2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1564 | Q10 | Are there any SHCBP1L 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 SHCBP1L 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 = 'SHCBP1L' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.141 | Q10 | Are there any RP11-117D22.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-117D22.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-117D22.2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.900 | Q10 | Are there any ZNF232 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 ZNF232 SNPs that are significantly associatied with Alzheimer's Disease:
• rs55922100 (GWAS p-value: 2.07e-09; b-value: 0.0779)
• rs55777955 (GWAS p-value: 2.62e-09; b-value: -0.0774) | 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 = 'ZNF232' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1202712', 'Gene': 'ZNF232', 'topRSID': 'rs55922100', 'p_GWAS': 2.06884e-09, 'b_GWAS': 0.0779}, {'UUID': 'NDD_SMR_genes_all_update_text_1501927', 'Gene': 'ZNF232', 'topRSID': 'rs55922100', 'p_GWAS': 2.06884e-09, 'b_GWAS': 0.0779}, {'UUID': 'NDD_SMR_genes_all_update_text_1610628', 'Gene': 'ZNF232', 'topRSID': 'rs55777955', 'p_GWAS': 2.61913e-09, 'b_GWAS': -0.0774}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1839 | Q10 | Are there any ZDHHC11B 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 ZDHHC11B 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 = 'ZDHHC11B' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.555 | Q10 | Are there any ORM1 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 ORM1 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 = 'ORM1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.323 | Q10 | Are there any RP11-439C15.4 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-439C15.4 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-439C15.4' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1854 | Q10 | Are there any KIAA1161 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 KIAA1161 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 = 'KIAA1161' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1235 | Q10 | Are there any CDH18 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 CDH18 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 = 'CDH18' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1726 | Q10 | Are there any CBLIF 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 CBLIF 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 = 'CBLIF' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.564 | Q10 | Are there any RP11-73E17.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-73E17.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-73E17.2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.142 | Q10 | Are there any IFI27L2 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 IFI27L2 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 = 'IFI27L2' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1736 | Q10 | Are there any RP11-358B23.5 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-358B23.5 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-358B23.5' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.537 | Q10 | Are there any U91328.21 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 U91328.21 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 = 'U91328.21' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.227 | Q10 | Are there any PROK1 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 PROK1 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 = 'PROK1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.730 | Q10 | Are there any ARL17A 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 14 ARL17A SNP that are significantly associatied with Parkinson's Disease:
• rs58879558 (GWAS p-value: 1.54e-21; b-value: -0.2383)
• rs3785884 (GWAS p-value: 2.54e-21; b-value: -0.237)
• rs17573607 (GWAS p-value: 8.00e-21; b-value: -0.2368)
• rs62053939 (GWAS p-value: 8.03e-21; b-value: -0.2527)
• rs55974014 (GWAS p-value: 8.84e-21; b-value: -0.2571)
• rs2942166 (GWAS p-value: 1.25e-20; b-value: -0.2561)
• rs8073146 (GWAS p-value: 1.31e-20; b-value: -0.2513)
• rs4471723 (GWAS p-value: 1.35e-20; b-value: 0.2354)
• rs757055 (GWAS p-value: 2.13e-20; b-value: -0.2499)
• rs56127309 (GWAS p-value: 4.77e-20; b-value: -0.2494) | 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 = 'ARL17A' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1262233', 'Gene': 'ARL17A', 'topRSID': 'rs58879558', 'p_GWAS': 1.542818e-21, 'b_GWAS': -0.2383}, {'UUID': 'NDD_SMR_genes_all_update_text_1435921', 'Gene': 'ARL17A', 'topRSID': 'rs58879558', 'p_GWAS': 1.542818e-21, 'b_GWAS': -0.2383}, {'UUID': 'NDD_SMR_genes_all_update_text_1730073', 'Gene': 'ARL17A', 'topRSID': 'rs58879558', 'p_GWAS': 1.542818e-21, 'b_GWAS': -0.2383}, {'UUID': 'NDD_SMR_genes_all_update_text_33018', 'Gene': 'ARL17A', 'topRSID': 'rs3785884', 'p_GWAS': 2.542831e-21, 'b_GWAS': -0.237}, {'UUID': 'NDD_SMR_genes_all_update_text_1462903', 'Gene': 'ARL17A', 'topRSID': 'rs17573607', 'p_GWAS': 7.997568e-21, 'b_GWAS': -0.2368}, {'UUID': 'NDD_SMR_genes_all_update_text_1370553', 'Gene': 'ARL17A', 'topRSID': 'rs62053939', 'p_GWAS': 8.029764999999999e-21, 'b_GWAS': -0.2527}, {'UUID': 'NDD_SMR_genes_all_update_text_1710358', 'Gene': 'ARL17A', 'topRSID': 'rs55974014', 'p_GWAS': 8.840428e-21, 'b_GWAS': -0.2571}, {'UUID': 'NDD_SMR_genes_all_update_text_1281363', 'Gene': 'ARL17A', 'topRSID': 'rs2942166', 'p_GWAS': 1.245913e-20, 'b_GWAS': -0.2561}, {'UUID': 'NDD_SMR_genes_all_update_text_1386998', 'Gene': 'ARL17A', 'topRSID': 'rs2942166', 'p_GWAS': 1.245913e-20, 'b_GWAS': -0.2561}, {'UUID': 'NDD_SMR_genes_all_update_text_1603783', 'Gene': 'ARL17A', 'topRSID': 'rs8073146', 'p_GWAS': 1.309906e-20, 'b_GWAS': -0.2513}, {'UUID': 'NDD_SMR_genes_all_update_text_19651', 'Gene': 'ARL17A', 'topRSID': 'rs4471723', 'p_GWAS': 1.348172e-20, 'b_GWAS': 0.2354}, {'UUID': 'NDD_SMR_genes_all_update_text_1594932', 'Gene': 'ARL17A', 'topRSID': 'rs757055', 'p_GWAS': 2.131192e-20, 'b_GWAS': -0.2499}, {'UUID': 'NDD_SMR_genes_all_update_text_27186', 'Gene': 'ARL17A', 'topRSID': 'rs56127309', 'p_GWAS': 4.769065e-20, 'b_GWAS': -0.2494}, {'UUID': 'NDD_SMR_genes_all_update_text_1168843', 'Gene': 'ARL17A', 'topRSID': 'rs62056812', 'p_GWAS': 7.615824e-20, 'b_GWAS': -0.2462}, {'UUID': 'NDD_SMR_genes_all_update_text_1191180', 'Gene': 'ARL17A', 'topRSID': 'rs56046792', 'p_GWAS': 8.877593999999999e-20, 'b_GWAS': -0.2412}, {'UUID': 'NDD_SMR_genes_all_update_text_1488148', 'Gene': 'ARL17A', 'topRSID': 'rs393152', 'p_GWAS': 9.639929e-20, 'b_GWAS': -0.2446}, {'UUID': 'NDD_SMR_genes_all_update_text_1147260', 'Gene': 'ARL17A', 'topRSID': 'rs2532233', 'p_GWAS': 1.473642e-19, 'b_GWAS': 0.2325}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.793 | Q10 | Are there any RP11-326N17.1 SNPs that have a statistically significant association with Progressive supranuclear palsy? | No, according to genome-wide analysis of Progressive supranuclear palsy (Höglinger et al., 2011), there are no SNPs within RP11-326N17.1 that are significantly associated with Progressive supranuclear palsy. | SELECT DISTINCT UUID, Gene, topRSID, p_GWAS, b_GWAS
FROM `card-ai-389220.bio_sql_benchmark.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-326N17.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1718 | Q10 | Are there any PGM3 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 PGM3 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 = 'PGM3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.994 | Q10 | Are there any CCDC24 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 CCDC24 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 = 'CCDC24' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.415 | Q10 | Are there any KRTAP4-12 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 KRTAP4-12 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 = 'KRTAP4-12' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.329 | Q10 | Are there any RP11-37N22.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-37N22.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-37N22.1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1098 | Q10 | Are there any CHRNE 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 CHRNE 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 = 'CHRNE' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.303 | Q10 | Are there any PPM1E 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 PPM1E 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 = 'PPM1E' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1259 | Q10 | Are there any GATS SNPs that have a statistically significant association with Alzheimer's Disease? | Yes, according to the largest European genome-wide meta-analysis of Alzheimer's Disease (Bellenguez, 2022), there are at least 4 GATS SNPs that are significantly associatied with Alzheimer's Disease:
• rs1636988 (GWAS p-value: 7.14e-10; b-value: -0.0567)
• rs1617502 (GWAS p-value: 1.07e-09; b-value: 0.0555)
• rs1727133 (GWAS p-value: 1.00e-09; b-value: 0.0562)
• rs2950517 (GWAS p-value: 7.64e-10; b-value: -0.0566) | 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 = 'GATS' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_585988', 'Gene': 'GATS', 'topRSID': 'rs1636988', 'p_GWAS': 7.13599e-10, 'b_GWAS': -0.0567}, {'UUID': 'NDD_SMR_genes_all_update_text_1495802', 'Gene': 'GATS', 'topRSID': 'rs2950517', 'p_GWAS': 7.6428e-10, 'b_GWAS': -0.0566}, {'UUID': 'NDD_SMR_genes_all_update_text_1340318', 'Gene': 'GATS', 'topRSID': 'rs1727133', 'p_GWAS': 1.004487e-09, 'b_GWAS': 0.0562}, {'UUID': 'NDD_SMR_genes_all_update_text_1266778', 'Gene': 'GATS', 'topRSID': 'rs1617502', 'p_GWAS': 1.068001e-09, 'b_GWAS': 0.0555}, {'UUID': 'NDD_SMR_genes_all_update_text_1392625', 'Gene': 'GATS', 'topRSID': 'rs1617502', 'p_GWAS': 1.068001e-09, 'b_GWAS': -0.0555}] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1996 | Q10 | Are there any CTD-2186M15.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 CTD-2186M15.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 = 'CTD-2186M15.3' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.26 | Q10 | Are there any IGLV2-8 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 IGLV2-8 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 = 'IGLV2-8' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.1860 | Q10 | Are there any TEX41 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 TEX41 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 = 'TEX41' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.721 | Q10 | Are there any IGLV1-41 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 IGLV1-41 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 = 'IGLV1-41' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.996 | Q10 | Are there any C2orf80 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 C2orf80 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 = 'C2orf80' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Q10.196 | Q10 | Are there any SUPT4H1 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 SUPT4H1 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 = 'SUPT4H1' AND p_GWAS < 5e-8
ORDER BY p_GWAS
LIMIT 100 | [] | refined | Distinct, Multi-Filter, Order By | GWAS Significance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.