uuid stringlengths 4 8 | template_uuid stringclasses 40
values | question stringlengths 13 193 | answer stringlengths 29 2.2k | benchmark_query stringlengths 133 622 | execution_results stringlengths 2 1.14M | query_type stringclasses 2
values | sql_category stringclasses 26
values | bio_category stringclasses 14
values |
|---|---|---|---|---|---|---|---|---|
Q49.1951 | Q49 | Are there any SMR association signals with the gene FPGT-TNNI3K in Parkinson's Disease? | No, there are no SNPs within FPGT-TNNI3K that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'FPGT-TNNI3K' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.558 | Q49 | Are there any SMR association signals with the gene ASPHD1 in Alzheimer's Disease? | Yes, there is 1 SNP within ASPHD1 that has a significant SMR association signal in Alzheimer's Disease:
• rs11644048
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.82e-08; HEIDI: 1.8746e-04
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ASPHD1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_577410', 'topRSID': 'rs11644048', 'Disease': 'AD', 'Gene': 'ASPHD1', 'p_SMR_multi': 5.817597e-08, 'p_HEIDI': 0.0001874638}, {'UUID': 'NDD_SMR_genes_all_update_text_577408', 'topRSID': 'rs11644048', 'Disease': 'AD', 'Gene': 'ASPHD1', 'p_SMR_multi': 1.092309e-06, 'p_HEIDI': 0.0006... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.433 | Q49 | Are there any SMR association signals with the gene CCDC190 in Lewy Body Dementia? | No, there are no SNPs within CCDC190 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'CCDC190' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1777 | Q49 | Are there any SMR association signals with the gene SNCA in Lewy Body Dementia? | Yes, there are 6 SNPs within SNCA that have significant SMR association signals in Lewy Body Dementia. Each SNP is listed with the tissue having the most significant SMR value:
• rs2301134
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.12e-10; HEIDI: 8.6050e-01
• rs3756059
• Whole Brain: Adjusted SMR multi-SN... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'SNCA' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_934862', 'topRSID': 'rs2301134', 'Disease': 'LBD', 'Gene': 'SNCA', 'p_SMR_multi': 3.123872e-10, 'p_HEIDI': 0.8604982}, {'UUID': 'NDD_SMR_genes_all_update_text_338827', 'topRSID': 'rs3756059', 'Disease': 'LBD', 'Gene': 'SNCA', 'p_SMR_multi': 4.824404e-10, 'p_HEIDI': 0.0002321407}... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1834 | Q49 | Are there any SMR association signals with the gene CTD-2341M24.1 in Frontotemporal Dementia? | No, there are no SNPs within CTD-2341M24.1 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'CTD-2341M24.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1977 | Q49 | Are there any SMR association signals with the gene KANSL1-AS1 in Progressive supranuclear palsy? | Yes, there are 2 SNPs within KANSL1-AS1 that have significant SMR association signals in Progressive supranuclear palsy. Each SNP is listed with the tissue having the most significant SMR value:
• rs169201
• Whole Blood: Adjusted SMR multi-SNP P-value: 7.66e-48; HEIDI: 8.54e-10
• rs1981997
• Cortex: Adjusted SM... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'KANSL1-AS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1579422', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 7.658957999999999e-48, 'p_HEIDI': 8.544617e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_1646044', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 5.463693999999... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1506 | Q49 | Are there any SMR association signals with the gene UTP18 in Frontotemporal Dementia? | No, there are no SNPs within UTP18 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'UTP18' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1622 | Q49 | Are there any SMR association signals with the gene RP11-526A4.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-526A4.1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'RP11-526A4.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.404 | Q49 | Are there any SMR association signals with the gene SIN3B in Lewy Body Dementia? | No, there are no SNPs within SIN3B that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'SIN3B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1791 | Q49 | Are there any SMR association signals with the gene ZSCAN9 in Alzheimer's Disease? | Yes, there is 1 SNP within ZSCAN9 that has a significant SMR association signal in Alzheimer's Disease:
• rs144344058
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.25e-06; HEIDI: 4.5579e-02
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZSCAN9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1494670', 'topRSID': 'rs144344058', 'Disease': 'AD', 'Gene': 'ZSCAN9', 'p_SMR_multi': 1.25261e-06, 'p_HEIDI': 0.04557949}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.195 | Q49 | Are there any SMR association signals with the gene ZNF311 in Alzheimer's Disease? | Yes, there is 1 SNP within ZNF311 that has a significant SMR association signal in Alzheimer's Disease:
• rs142403264
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.47e-07; HEIDI: 1.4085e-01
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZNF311' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_619798', 'topRSID': 'rs142403264', 'Disease': 'AD', 'Gene': 'ZNF311', 'p_SMR_multi': 2.474527e-07, 'p_HEIDI': 0.1408498}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1281 | Q49 | Are there any SMR association signals with the gene RP11-387H17.6 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-387H17.6 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'RP11-387H17.6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1381 | Q49 | Are there any SMR association signals with the gene MEIS3 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within MEIS3 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'MEIS3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.677 | Q49 | Are there any SMR association signals with the gene SMAGP in Parkinson's Disease? | No, there are no SNPs within SMAGP that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'SMAGP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.795 | Q49 | Are there any SMR association signals with the gene OR6M1 in Frontotemporal Dementia? | No, there are no SNPs within OR6M1 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'OR6M1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1463 | Q49 | Are there any SMR association signals with the gene AC017104.2 in Progressive supranuclear palsy? | No, there are no SNPs within AC017104.2 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'AC017104.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1457 | Q49 | Are there any SMR association signals with the gene RAB29 in Parkinson's Disease? | Yes, there is 1 SNP within RAB29 that has a significant SMR association signal in Parkinson's Disease:
• rs823118
• Cortex: Adjusted SMR multi-SNP P-value: 1.91e-06; HEIDI: 4.5812e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'RAB29' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1142765', 'topRSID': 'rs823118', 'Disease': 'PD', 'Gene': 'RAB29', 'p_SMR_multi': 1.914143e-06, 'p_HEIDI': 0.004581236}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.144 | Q49 | Are there any SMR association signals with the gene GGNBP2 in Frontotemporal Dementia? | No, there are no SNPs within GGNBP2 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'GGNBP2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1188 | Q49 | Are there any SMR association signals with the gene FAM19A3 in Parkinson's Disease? | No, there are no SNPs within FAM19A3 that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'FAM19A3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.3 | Q49 | Are there any SMR association signals with the gene SLC1A6 in Progressive supranuclear palsy? | No, there are no SNPs within SLC1A6 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'SLC1A6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.743 | Q49 | Are there any SMR association signals with the gene PRSS36 in Alzheimer's Disease? | Yes, there are 3 SNPs within PRSS36 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs55667375
• Whole Brain: Adjusted SMR multi-SNP P-value: 6.46e-07; HEIDI: 1.5829e-02
• rs78924645
• Whole Brain: Adjusted SMR mul... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'PRSS36' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_109538', 'topRSID': 'rs55667375', 'Disease': 'AD', 'Gene': 'PRSS36', 'p_SMR_multi': 6.457535e-07, 'p_HEIDI': 0.01582905}, {'UUID': 'NDD_SMR_genes_all_update_text_109537', 'topRSID': 'rs78924645', 'Disease': 'AD', 'Gene': 'PRSS36', 'p_SMR_multi': 9.593659e-07, 'p_HEIDI': 0.041358... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1871 | Q49 | Are there any SMR association signals with the gene BAZ1B in Frontotemporal Dementia? | No, there are no SNPs within BAZ1B that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'BAZ1B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1516 | Q49 | Are there any SMR association signals with the gene TACR3 in Progressive supranuclear palsy? | No, there are no SNPs within TACR3 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'TACR3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.343 | Q49 | Are there any SMR association signals with the gene ANKRD20A11P in Parkinson's Disease? | No, there are no SNPs within ANKRD20A11P that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'ANKRD20A11P' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.626 | Q49 | Are there any SMR association signals with the gene GOLM1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within GOLM1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'GOLM1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.484 | Q49 | Are there any SMR association signals with the gene APOBR in Alzheimer's Disease? | No, there are no SNPs within APOBR that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'APOBR' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.532 | Q49 | Are there any SMR association signals with the gene HYI-AS1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within HYI-AS1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'HYI-AS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.268 | Q49 | Are there any SMR association signals with the gene ANKRD13C in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within ANKRD13C that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'ANKRD13C' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1390 | Q49 | Are there any SMR association signals with the gene RP11-1105G2.3 in Frontotemporal Dementia? | No, there are no SNPs within RP11-1105G2.3 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'RP11-1105G2.3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.681 | Q49 | Are there any SMR association signals with the gene RP11-501J20.2 in Alzheimer's Disease? | No, there are no SNPs within RP11-501J20.2 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'RP11-501J20.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.492 | Q49 | Are there any SMR association signals with the gene ANKRD20A11P in Alzheimer's Disease? | No, there are no SNPs within ANKRD20A11P that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ANKRD20A11P' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.445 | Q49 | Are there any SMR association signals with the gene RP11-364B6.1 in Frontotemporal Dementia? | No, there are no SNPs within RP11-364B6.1 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'RP11-364B6.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.274 | Q49 | Are there any SMR association signals with the gene RP11-798G7.6 in Alzheimer's Disease? | Yes, there is 1 SNP within RP11-798G7.6 that has a significant SMR association signal in Alzheimer's Disease:
• rs113564729
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.26e-07; HEIDI: 6.82e-05
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'RP11-798G7.6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1502443', 'topRSID': 'rs113564729', 'Disease': 'AD', 'Gene': 'RP11-798G7.6', 'p_SMR_multi': 5.256e-07, 'p_HEIDI': 6.815286e-05}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.187 | Q49 | Are there any SMR association signals with the gene WASHC1 in Progressive supranuclear palsy? | No, there are no SNPs within WASHC1 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'WASHC1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.950 | Q49 | Are there any SMR association signals with the gene FMNL1 in Progressive supranuclear palsy? | Yes, there are 3 SNPs within FMNL1 that have significant SMR association signals in Progressive supranuclear palsy. Each SNP is listed with the tissue having the most significant SMR value:
• rs393152
• Multi Ancestry Whole Brain: Adjusted SMR multi-SNP P-value: 8.14e-16; HEIDI: 2.09e-25
• rs1981997
• Cerebellu... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'FMNL1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1444266', 'topRSID': 'rs393152', 'Disease': 'PSP', 'Gene': 'FMNL1', 'p_SMR_multi': 8.140853e-16, 'p_HEIDI': 2.091241e-25}, {'UUID': 'NDD_SMR_genes_all_update_text_22214', 'topRSID': 'rs393152', 'Disease': 'PSP', 'Gene': 'FMNL1', 'p_SMR_multi': 2.005974e-15, 'p_HEIDI': 5.756073e-... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.247 | Q49 | Are there any SMR association signals with the gene C1QL1 in Frontotemporal Dementia? | No, there are no SNPs within C1QL1 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'C1QL1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1100 | Q49 | Are there any SMR association signals with the gene CTD-2213F21.2 in Alzheimer's Disease? | No, there are no SNPs within CTD-2213F21.2 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CTD-2213F21.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1018 | Q49 | Are there any SMR association signals with the gene TLN2 in Alzheimer's Disease? | No, there are no SNPs within TLN2 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'TLN2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.590 | Q49 | Are there any SMR association signals with the gene AE000662.92 in Progressive supranuclear palsy? | No, there are no SNPs within AE000662.92 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'AE000662.92' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1629 | Q49 | Are there any SMR association signals with the gene BIN1 in Alzheimer's Disease? | Yes, there are 16 SNPs within BIN1 that have significant SMR association signals in Alzheimer's Disease. Here are the top 10 SNPs, listed with the tissue having the most significant SMR value:
• rs11682128
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.63e-38; HEIDI: 1.53e-10
• rs58402148
• Whole Blood: Adjus... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'BIN1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1491965', 'topRSID': 'rs11682128', 'Disease': 'AD', 'Gene': 'BIN1', 'p_SMR_multi': 4.6304359999999996e-38, 'p_HEIDI': 1.531931e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_631119', 'topRSID': 'rs58402148', 'Disease': 'AD', 'Gene': 'BIN1', 'p_SMR_multi': 2.405281e-31, 'p_HEIDI':... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.535 | Q49 | Are there any SMR association signals with the gene RP11-64C1.1 in Alzheimer's Disease? | No, there are no SNPs within RP11-64C1.1 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'RP11-64C1.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.899 | Q49 | Are there any SMR association signals with the gene ZAN in Alzheimer's Disease? | Yes, there is 1 SNP within ZAN that has a significant SMR association signal in Alzheimer's Disease:
• rs160602
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.14e-06; HEIDI: 5.0518e-02
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZAN' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_586044', 'topRSID': 'rs160602', 'Disease': 'AD', 'Gene': 'ZAN', 'p_SMR_multi': 1.137107e-06, 'p_HEIDI': 0.05051785}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1483 | Q49 | Are there any SMR association signals with the gene CEACAM16 in Alzheimer's Disease? | Yes, there are 2 SNPs within CEACAM16 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs62120574
• Whole Blood: Adjusted SMR multi-SNP P-value: 8.18e-11; HEIDI: 2.10e-10
• rs7248283
• Whole Brain: Adjusted SMR mult... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CEACAM16' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_637413', 'topRSID': 'rs62120574', 'Disease': 'AD', 'Gene': 'CEACAM16', 'p_SMR_multi': 8.179298e-11, 'p_HEIDI': 2.097485e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_122450', 'topRSID': 'rs7248283', 'Disease': 'AD', 'Gene': 'CEACAM16', 'p_SMR_multi': 2.793047e-10, 'p_HEIDI': 1.3... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1109 | Q49 | Are there any SMR association signals with the gene SLC39A13 in Alzheimer's Disease? | Yes, there is 1 SNP within SLC39A13 that has a significant SMR association signal in Alzheimer's Disease:
• rs2071304
• Cortex: Adjusted SMR multi-SNP P-value: 2.19e-06; HEIDI: 5.7432e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'SLC39A13' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1112424', 'topRSID': 'rs2071304', 'Disease': 'AD', 'Gene': 'SLC39A13', 'p_SMR_multi': 2.194578e-06, 'p_HEIDI': 0.005743233}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.421 | Q49 | Are there any SMR association signals with the gene C2orf55 in Frontotemporal Dementia? | No, there are no SNPs within C2orf55 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'C2orf55' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.277 | Q49 | Are there any SMR association signals with the gene CBLC in Alzheimer's Disease? | Yes, there is 1 SNP within CBLC that has a significant SMR association signal in Alzheimer's Disease:
• rs2965118
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.68e-08; HEIDI: 3.5269e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CBLC' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_637417', 'topRSID': 'rs2965118', 'Disease': 'AD', 'Gene': 'CBLC', 'p_SMR_multi': 1.680736e-08, 'p_HEIDI': 0.003526909}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1174 | Q49 | Are there any SMR association signals with the gene RP11-169K16.8 in Lewy Body Dementia? | No, there are no SNPs within RP11-169K16.8 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'RP11-169K16.8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1487 | Q49 | Are there any SMR association signals with the gene WASF1 in Lewy Body Dementia? | No, there are no SNPs within WASF1 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'WASF1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1456 | Q49 | Are there any SMR association signals with the gene SPTY2D1 in Progressive supranuclear palsy? | No, there are no SNPs within SPTY2D1 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'SPTY2D1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.253 | Q49 | Are there any SMR association signals with the gene VSIG10 in Progressive supranuclear palsy? | No, there are no SNPs within VSIG10 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'VSIG10' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.419 | Q49 | Are there any SMR association signals with the gene CD97 in Lewy Body Dementia? | No, there are no SNPs within CD97 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'CD97' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1590 | Q49 | Are there any SMR association signals with the gene GALNT9 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within GALNT9 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'GALNT9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1895 | Q49 | Are there any SMR association signals with the gene C8orf73 in Parkinson's Disease? | No, there are no SNPs within C8orf73 that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'C8orf73' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.582 | Q49 | Are there any SMR association signals with the gene SPAG7 in Lewy Body Dementia? | No, there are no SNPs within SPAG7 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'SPAG7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.314 | Q49 | Are there any SMR association signals with the gene KLF16 in Alzheimer's Disease? | Yes, there are 2 SNPs within KLF16 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs2289286
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.87e-07; HEIDI: 1.9736e-03
• rs12977787
• Multi Ancestry Whole Brain: Adj... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'KLF16' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_634435', 'topRSID': 'rs2289286', 'Disease': 'AD', 'Gene': 'KLF16', 'p_SMR_multi': 1.865688e-07, 'p_HEIDI': 0.001973643}, {'UUID': 'NDD_SMR_genes_all_update_text_1397200', 'topRSID': 'rs12977787', 'Disease': 'AD', 'Gene': 'KLF16', 'p_SMR_multi': 2.33404e-06, 'p_HEIDI': 2.21306e-0... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1962 | Q49 | Are there any SMR association signals with the gene N6AMT2 in Lewy Body Dementia? | No, there are no SNPs within N6AMT2 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'N6AMT2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.387 | Q49 | Are there any SMR association signals with the gene KANSL1 in Alzheimer's Disease? | Yes, there are 9 SNPs within KANSL1 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs2696569
• Whole Brain: Adjusted SMR multi-SNP P-value: 5.27e-08; HEIDI: 1.2584e-02
• rs199447
• Prefrontal Cortex: Adjusted SMR ... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'KANSL1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_115207', 'topRSID': 'rs2696569', 'Disease': 'AD', 'Gene': 'KANSL1', 'p_SMR_multi': 5.266316e-08, 'p_HEIDI': 0.01258408}, {'UUID': 'NDD_SMR_genes_all_update_text_1203011', 'topRSID': 'rs199447', 'Disease': 'AD', 'Gene': 'KANSL1', 'p_SMR_multi': 7.667099e-08, 'p_HEIDI': 0.00025230... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.541 | Q49 | Are there any SMR association signals with the gene CTD-2277K2.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CTD-2277K2.1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'CTD-2277K2.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.431 | Q49 | Are there any SMR association signals with the gene TAF1A in Frontotemporal Dementia? | No, there are no SNPs within TAF1A that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'TAF1A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.657 | Q49 | Are there any SMR association signals with the gene VKORC1 in Parkinson's Disease? | Yes, there are 3 SNPs within VKORC1 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs9923231
• Liver: Adjusted SMR multi-SNP P-value: 2.75e-08; HEIDI: 1.5184e-03
• rs2884737
• Multi Ancestry Whole Brain: Adjusted ... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'VKORC1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1476296', 'topRSID': 'rs9923231', 'Disease': 'PD', 'Gene': 'VKORC1', 'p_SMR_multi': 2.746395e-08, 'p_HEIDI': 0.001518397}, {'UUID': 'NDD_SMR_genes_all_update_text_1435347', 'topRSID': 'rs2884737', 'Disease': 'PD', 'Gene': 'VKORC1', 'p_SMR_multi': 5.099183e-07, 'p_HEIDI': 2.05636... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1642 | Q49 | Are there any SMR association signals with the gene TCP11L1 in Progressive supranuclear palsy? | No, there are no SNPs within TCP11L1 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'TCP11L1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1318 | Q49 | Are there any SMR association signals with the gene FAM234A in Lewy Body Dementia? | No, there are no SNPs within FAM234A that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'FAM234A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1358 | Q49 | Are there any SMR association signals with the gene C7orf16 in Parkinson's Disease? | No, there are no SNPs within C7orf16 that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'C7orf16' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.414 | Q49 | Are there any SMR association signals with the gene C15orf54 in Progressive supranuclear palsy? | No, there are no SNPs within C15orf54 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'C15orf54' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1615 | Q49 | Are there any SMR association signals with the gene SLC39A2 in Parkinson's Disease? | No, there are no SNPs within SLC39A2 that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'SLC39A2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.687 | Q49 | Are there any SMR association signals with the gene AC008268.2 in Frontotemporal Dementia? | No, there are no SNPs within AC008268.2 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'AC008268.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.621 | Q49 | Are there any SMR association signals with the gene CMPK2 in Alzheimer's Disease? | No, there are no SNPs within CMPK2 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CMPK2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.923 | Q49 | Are there any SMR association signals with the gene ADH6 in Lewy Body Dementia? | No, there are no SNPs within ADH6 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'ADH6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1199 | Q49 | Are there any SMR association signals with the gene LINC01036 in Lewy Body Dementia? | No, there are no SNPs within LINC01036 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'LINC01036' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.839 | Q49 | Are there any SMR association signals with the gene WNT3 in Parkinson's Disease? | Yes, there are 5 SNPs within WNT3 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs199520
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.56e-10; HEIDI: 2.29e-05
• rs199523
• Tibial Nerve: Adjusted SMR multi-SNP ... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'WNT3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1564796', 'topRSID': 'rs199520', 'Disease': 'PD', 'Gene': 'WNT3', 'p_SMR_multi': 1.563755e-10, 'p_HEIDI': 2.286675e-05}, {'UUID': 'NDD_SMR_genes_all_update_text_1328944', 'topRSID': 'rs199523', 'Disease': 'PD', 'Gene': 'WNT3', 'p_SMR_multi': 2.98932e-09, 'p_HEIDI': 0.00169067}, ... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1771 | Q49 | Are there any SMR association signals with the gene CPE in Alzheimer's Disease? | No, there are no SNPs within CPE that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CPE' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.953 | Q49 | Are there any SMR association signals with the gene RP11-321M21.3 in Progressive supranuclear palsy? | No, there are no SNPs within RP11-321M21.3 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-321M21.3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.185 | Q49 | Are there any SMR association signals with the gene NPIPB12 in Alzheimer's Disease? | Yes, there is 1 SNP within NPIPB12 that has a significant SMR association signal in Alzheimer's Disease:
• rs8050176
• Cortex: Adjusted SMR multi-SNP P-value: 6.05e-07; HEIDI: 5.0842e-04
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'NPIPB12' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1111643', 'topRSID': 'rs8050176', 'Disease': 'AD', 'Gene': 'NPIPB12', 'p_SMR_multi': 6.04793e-07, 'p_HEIDI': 0.0005084223}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1072 | Q49 | Are there any SMR association signals with the gene IGHGP in Alzheimer's Disease? | Yes, there is 1 SNP within IGHGP that has a significant SMR association signal in Alzheimer's Disease:
• rs11627978
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.39e-07; HEIDI: 2.2968e-02
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'IGHGP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1500533', 'topRSID': 'rs11627978', 'Disease': 'AD', 'Gene': 'IGHGP', 'p_SMR_multi': 2.39192e-07, 'p_HEIDI': 0.02296792}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.711 | Q49 | Are there any SMR association signals with the gene RP11-354P17.15 in Alzheimer's Disease? | No, there are no SNPs within RP11-354P17.15 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'RP11-354P17.15' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.173 | Q49 | Are there any SMR association signals with the gene MPHOSPH6 in Alzheimer's Disease? | No, there are no SNPs within MPHOSPH6 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'MPHOSPH6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.296 | Q49 | Are there any SMR association signals with the gene DENR in Alzheimer's Disease? | No, there are no SNPs within DENR that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'DENR' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.554 | Q49 | Are there any SMR association signals with the gene ARL14EPL in Alzheimer's Disease? | No, there are no SNPs within ARL14EPL that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ARL14EPL' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.763 | Q49 | Are there any SMR association signals with the gene RP11-707O23.5 in Progressive supranuclear palsy? | Yes, there are 3 SNPs within RP11-707O23.5 that have significant SMR association signals in Progressive supranuclear palsy. Each SNP is listed with the tissue having the most significant SMR value:
• rs12373139
• Skeletal Muscle: Adjusted SMR multi-SNP P-value: 5.87e-34; HEIDI: 1.45e-26
• rs1981997
• Whole Bloo... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-707O23.5' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1375926', 'topRSID': 'rs12373139', 'Disease': 'PSP', 'Gene': 'RP11-707O23.5', 'p_SMR_multi': 5.871314e-34, 'p_HEIDI': 1.452029e-26}, {'UUID': 'NDD_SMR_genes_all_update_text_1684932', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'RP11-707O23.5', 'p_SMR_multi': 9.343353e-33, ... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.304 | Q49 | Are there any SMR association signals with the gene GLRA3 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within GLRA3 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'GLRA3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1878 | Q49 | Are there any SMR association signals with the gene OXCT1-AS1 in Lewy Body Dementia? | No, there are no SNPs within OXCT1-AS1 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'OXCT1-AS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1093 | Q49 | Are there any SMR association signals with the gene LRRC40 in Parkinson's Disease? | No, there are no SNPs within LRRC40 that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'LRRC40' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1747 | Q49 | Are there any SMR association signals with the gene ZC3H18 in Alzheimer's Disease? | No, there are no SNPs within ZC3H18 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZC3H18' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1652 | Q49 | Are there any SMR association signals with the gene CTD-2616J11.9 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CTD-2616J11.9 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'CTD-2616J11.9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.914 | Q49 | Are there any SMR association signals with the gene PHTF2 in Lewy Body Dementia? | No, there are no SNPs within PHTF2 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'PHTF2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1932 | Q49 | Are there any SMR association signals with the gene RP11-179B2.2 in Frontotemporal Dementia? | No, there are no SNPs within RP11-179B2.2 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'RP11-179B2.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.275 | Q49 | Are there any SMR association signals with the gene KIF21B in Lewy Body Dementia? | No, there are no SNPs within KIF21B that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'KIF21B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1147 | Q49 | Are there any SMR association signals with the gene ZYX in Alzheimer's Disease? | Yes, there is 1 SNP within ZYX that has a significant SMR association signal in Alzheimer's Disease:
• rs11772895
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.13e-08; HEIDI: 2.08e-07
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZYX' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1496070', 'topRSID': 'rs11772895', 'Disease': 'AD', 'Gene': 'ZYX', 'p_SMR_multi': 2.126153e-08, 'p_HEIDI': 2.075432e-07}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1589 | Q49 | Are there any SMR association signals with the gene SFT2D1 in Lewy Body Dementia? | No, there are no SNPs within SFT2D1 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'SFT2D1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.700 | Q49 | Are there any SMR association signals with the gene DPCR1 in Alzheimer's Disease? | Yes, there is 1 SNP within DPCR1 that has a significant SMR association signal in Alzheimer's Disease:
• rs2233980
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.38e-08; HEIDI: 3.5616e-02
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'DPCR1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_620628', 'topRSID': 'rs2233980', 'Disease': 'AD', 'Gene': 'DPCR1', 'p_SMR_multi': 5.375279e-08, 'p_HEIDI': 0.03561558}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1765 | Q49 | Are there any SMR association signals with the gene PDE1C in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within PDE1C that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'PDE1C' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.488 | Q49 | Are there any SMR association signals with the gene RP11-123B3.2 in Progressive supranuclear palsy? | No, there are no SNPs within RP11-123B3.2 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-123B3.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.428 | Q49 | Are there any SMR association signals with the gene KB-1410C5.1 in Progressive supranuclear palsy? | No, there are no SNPs within KB-1410C5.1 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'KB-1410C5.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.377 | Q49 | Are there any SMR association signals with the gene MIR320B1 in Alzheimer's Disease? | No, there are no SNPs within MIR320B1 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'MIR320B1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1008 | Q49 | Are there any SMR association signals with the gene C9orf114 in Lewy Body Dementia? | No, there are no SNPs within C9orf114 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'C9orf114' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1003 | Q49 | Are there any SMR association signals with the gene SELT in Parkinson's Disease? | No, there are no SNPs within SELT that have significant SMR association signals in Parkinson's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'SELT' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1940 | Q49 | Are there any SMR association signals with the gene NCOR1 in Parkinson's Disease? | Yes, there is 1 SNP within NCOR1 that has a significant SMR association signal in Parkinson's Disease:
• rs178659
• Whole Brain: Adjusted SMR multi-SNP P-value: 1.21e-06; HEIDI: -1.00e+04
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'NCOR1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_489615', 'topRSID': 'rs178659', 'Disease': 'PD', 'Gene': 'NCOR1', 'p_SMR_multi': 1.213845e-06, 'p_HEIDI': -9999.0}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.714 | Q49 | Are there any SMR association signals with the gene PEAK1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within PEAK1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'PEAK1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1335 | Q49 | Are there any SMR association signals with the gene ADAMTS2 in Lewy Body Dementia? | No, there are no SNPs within ADAMTS2 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'ADAMTS2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1156 | Q49 | Are there any SMR association signals with the gene AC091814.3 in Frontotemporal Dementia? | No, there are no SNPs within AC091814.3 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'AC091814.3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.