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.1805 | Q49 | Are there any SMR association signals with the gene ANKRD13D in Alzheimer's Disease? | No, there are no SNPs within ANKRD13D 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 = 'ANKRD13D' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1992 | Q49 | Are there any SMR association signals with the gene GDPD1 in Lewy Body Dementia? | No, there are no SNPs within GDPD1 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 = 'GDPD1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1066 | Q49 | Are there any SMR association signals with the gene AC025171.1 in Frontotemporal Dementia? | No, there are no SNPs within AC025171.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 = 'AC025171.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.58 | Q49 | Are there any SMR association signals with the gene ITGAX in Frontotemporal Dementia? | No, there are no SNPs within ITGAX 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 = 'ITGAX' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1688 | Q49 | Are there any SMR association signals with the gene MTFP1 in Parkinson's Disease? | No, there are no SNPs within MTFP1 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 = 'MTFP1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1955 | Q49 | Are there any SMR association signals with the gene MYO16-AS1 in Parkinson's Disease? | No, there are no SNPs within MYO16-AS1 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 = 'MYO16-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.1218 | Q49 | Are there any SMR association signals with the gene FGF12 in Parkinson's Disease? | No, there are no SNPs within FGF12 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 = 'FGF12' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1680 | Q49 | Are there any SMR association signals with the gene RAD23B in Alzheimer's Disease? | No, there are no SNPs within RAD23B 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 = 'RAD23B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1975 | Q49 | Are there any SMR association signals with the gene POMZP3 in Frontotemporal Dementia? | No, there are no SNPs within POMZP3 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 = 'POMZP3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.213 | Q49 | Are there any SMR association signals with the gene ROS1 in Frontotemporal Dementia? | No, there are no SNPs within ROS1 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 = 'ROS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1534 | Q49 | Are there any SMR association signals with the gene MGAT2 in Parkinson's Disease? | No, there are no SNPs within MGAT2 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 = 'MGAT2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1135 | Q49 | Are there any SMR association signals with the gene PILRB in Alzheimer's Disease? | Yes, there are 6 SNPs within PILRB that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs6955367
• Whole Blood: Adjusted SMR multi-SNP P-value: 8.43e-16; HEIDI: 5.13e-05
• rs76798830
• Cortex: Adjusted SMR multi-SNP P-... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'PILRB' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1495806', 'topRSID': 'rs6955367', 'Disease': 'AD', 'Gene': 'PILRB', 'p_SMR_multi': 8.429652e-16, 'p_HEIDI': 5.132122e-05}, {'UUID': 'NDD_SMR_genes_all_update_text_1105975', 'topRSID': 'rs76798830', 'Disease': 'AD', 'Gene': 'PILRB', 'p_SMR_multi': 2.227993e-10, 'p_HEIDI': 0.00169... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.131 | Q49 | Are there any SMR association signals with the gene ARHGAP27 in Alzheimer's Disease? | Yes, there are 4 SNPs within ARHGAP27 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs35489312
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.52e-07; HEIDI: 1.4124e-02
• rs11012
• Whole Blood: 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 = 'ARHGAP27' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_591157', 'topRSID': 'rs35489312', 'Disease': 'AD', 'Gene': 'ARHGAP27', 'p_SMR_multi': 5.523958e-07, 'p_HEIDI': 0.01412357}, {'UUID': 'NDD_SMR_genes_all_update_text_591156', 'topRSID': 'rs35489312', 'Disease': 'AD', 'Gene': 'ARHGAP27', 'p_SMR_multi': 9.060511e-07, 'p_HEIDI': 0.02... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.819 | Q49 | Are there any SMR association signals with the gene AC083799.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within AC083799.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 = 'AC083799.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.1282 | Q49 | Are there any SMR association signals with the gene LINC00111 in Frontotemporal Dementia? | No, there are no SNPs within LINC00111 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 = 'LINC00111' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1872 | Q49 | Are there any SMR association signals with the gene RP1-149A16.17 in Frontotemporal Dementia? | No, there are no SNPs within RP1-149A16.17 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 = 'RP1-149A16.17' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.438 | Q49 | Are there any SMR association signals with the gene TREM1 in Alzheimer's Disease? | Yes, there is 1 SNP within TREM1 that has a significant SMR association signal in Alzheimer's Disease:
• rs4714449
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.30e-11; HEIDI: 3.3449e-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 = 'TREM1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1494874', 'topRSID': 'rs4714449', 'Disease': 'AD', 'Gene': 'TREM1', 'p_SMR_multi': 3.29639e-11, 'p_HEIDI': 0.0003344938}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.417 | Q49 | Are there any SMR association signals with the gene ZP2 in Parkinson's Disease? | No, there are no SNPs within ZP2 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 = 'ZP2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1504 | Q49 | Are there any SMR association signals with the gene MB21D1 in Frontotemporal Dementia? | No, there are no SNPs within MB21D1 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 = 'MB21D1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.234 | Q49 | Are there any SMR association signals with the gene DRC7 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within DRC7 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 = 'DRC7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1708 | Q49 | Are there any SMR association signals with the gene TMEM163 in Parkinson's Disease? | Yes, there are 3 SNPs within TMEM163 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs11684785
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.30e-06; HEIDI: 1.60e-06
• rs57891859
• Whole Blood: Adjusted SMR mult... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'TMEM163' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1554334', 'topRSID': 'rs11684785', 'Disease': 'PD', 'Gene': 'TMEM163', 'p_SMR_multi': 1.30336e-06, 'p_HEIDI': 1.603795e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_1019152', 'topRSID': 'rs57891859', 'Disease': 'PD', 'Gene': 'TMEM163', 'p_SMR_multi': 1.998553e-06, 'p_HEIDI': 0.1... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.895 | Q49 | Are there any SMR association signals with the gene CD46P1 in Alzheimer's Disease? | Yes, there is 1 SNP within CD46P1 that has a significant SMR association signal in Alzheimer's Disease:
• rs6659617
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.46e-06; HEIDI: 2.11e-08
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'CD46P1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_655849', 'topRSID': 'rs6659617', 'Disease': 'AD', 'Gene': 'CD46P1', 'p_SMR_multi': 2.462939e-06, 'p_HEIDI': 2.108601e-08}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1625 | Q49 | Are there any SMR association signals with the gene RP11-277J6.2 in Frontotemporal Dementia? | No, there are no SNPs within RP11-277J6.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-277J6.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.699 | Q49 | Are there any SMR association signals with the gene IQCK in Progressive supranuclear palsy? | No, there are no SNPs within IQCK 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 = 'IQCK' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1769 | Q49 | Are there any SMR association signals with the gene NOTCH4 in Alzheimer's Disease? | Yes, there are 3 SNPs within NOTCH4 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs34562262
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.29e-07; HEIDI: 3.1089e-03
• rs9271619
• Whole Blood: 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 = 'NOTCH4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_621620', 'topRSID': 'rs34562262', 'Disease': 'AD', 'Gene': 'NOTCH4', 'p_SMR_multi': 1.292283e-07, 'p_HEIDI': 0.003108897}, {'UUID': 'NDD_SMR_genes_all_update_text_621617', 'topRSID': 'rs9271619', 'Disease': 'AD', 'Gene': 'NOTCH4', 'p_SMR_multi': 3.736813e-07, 'p_HEIDI': 0.000576... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.301 | Q49 | Are there any SMR association signals with the gene MLST8 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within MLST8 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 = 'MLST8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1399 | Q49 | Are there any SMR association signals with the gene RP11-973N13.4 in Frontotemporal Dementia? | No, there are no SNPs within RP11-973N13.4 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-973N13.4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1987 | Q49 | Are there any SMR association signals with the gene OR51I2 in Parkinson's Disease? | No, there are no SNPs within OR51I2 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 = 'OR51I2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.102 | Q49 | Are there any SMR association signals with the gene DFFB in Alzheimer's Disease? | No, there are no SNPs within DFFB 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 = 'DFFB' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.831 | Q49 | Are there any SMR association signals with the gene SHANK2 in Parkinson's Disease? | No, there are no SNPs within SHANK2 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 = 'SHANK2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.359 | Q49 | Are there any SMR association signals with the gene ADAMTS12 in Parkinson's Disease? | No, there are no SNPs within ADAMTS12 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 = 'ADAMTS12' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.114 | Q49 | Are there any SMR association signals with the gene ZNF192 in Alzheimer's Disease? | No, there are no SNPs within ZNF192 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 = 'ZNF192' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1440 | Q49 | Are there any SMR association signals with the gene SSBP4 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within SSBP4 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 = 'SSBP4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1840 | Q49 | Are there any SMR association signals with the gene AKR7A2 in Progressive supranuclear palsy? | No, there are no SNPs within AKR7A2 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 = 'AKR7A2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.952 | Q49 | Are there any SMR association signals with the gene GPX3 in Amyotrophic Lateral Sclerosis? | Yes, there is 1 SNP within GPX3 that has a significant SMR association signal in Amyotrophic Lateral Sclerosis:
• rs12518386
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.91e-09; HEIDI: 2.8669e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'GPX3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1509996', 'topRSID': 'rs12518386', 'Disease': 'ALS', 'Gene': 'GPX3', 'p_SMR_multi': 1.911096e-09, 'p_HEIDI': 0.002866894}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1186 | Q49 | Are there any SMR association signals with the gene TTLL13P in Parkinson's Disease? | No, there are no SNPs within TTLL13P 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 = 'TTLL13P' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.456 | Q49 | Are there any SMR association signals with the gene RP6-102O10.1 in Progressive supranuclear palsy? | No, there are no SNPs within RP6-102O10.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 = 'RP6-102O10.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.876 | Q49 | Are there any SMR association signals with the gene NPTN in Progressive supranuclear palsy? | No, there are no SNPs within NPTN 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 = 'NPTN' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1545 | Q49 | Are there any SMR association signals with the gene HOXB2 in Lewy Body Dementia? | No, there are no SNPs within HOXB2 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 = 'HOXB2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1701 | Q49 | Are there any SMR association signals with the gene ZNF593 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within ZNF593 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 = 'ZNF593' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1436 | Q49 | Are there any SMR association signals with the gene RBM6 in Lewy Body Dementia? | No, there are no SNPs within RBM6 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 = 'RBM6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.915 | Q49 | Are there any SMR association signals with the gene TRIM60P18 in Lewy Body Dementia? | No, there are no SNPs within TRIM60P18 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 = 'TRIM60P18' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.310 | Q49 | Are there any SMR association signals with the gene SCD in Parkinson's Disease? | No, there are no SNPs within SCD 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 = 'SCD' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1257 | Q49 | Are there any SMR association signals with the gene LRRC37A in Parkinson's Disease? | Yes, there are 7 SNPs within LRRC37A that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs566238830
• Prefrontal Cortex: Adjusted SMR multi-SNP P-value: 1.88e-15; HEIDI: 5.5367e-03
• rs62641967
• 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 = 'LRRC37A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1242281', 'topRSID': 'rs566238830', 'Disease': 'PD', 'Gene': 'LRRC37A', 'p_SMR_multi': 1.879442e-15, 'p_HEIDI': 0.005536709}, {'UUID': 'NDD_SMR_genes_all_update_text_1640226', 'topRSID': 'rs62641967', 'Disease': 'PD', 'Gene': 'LRRC37A', 'p_SMR_multi': 5.760995e-15, 'p_HEIDI': 4.... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1409 | Q49 | Are there any SMR association signals with the gene ZCCHC8 in Progressive supranuclear palsy? | No, there are no SNPs within ZCCHC8 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 = 'ZCCHC8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.618 | Q49 | Are there any SMR association signals with the gene TRARG1 in Progressive supranuclear palsy? | No, there are no SNPs within TRARG1 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 = 'TRARG1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1479 | Q49 | Are there any SMR association signals with the gene CDIPT-AS1 in Alzheimer's Disease? | Yes, there is 1 SNP within CDIPT-AS1 that has a significant SMR association signal in Alzheimer's Disease:
• rs889695
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.98e-07; HEIDI: 2.96e-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 = 'CDIPT-AS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_577403', 'topRSID': 'rs889695', 'Disease': 'AD', 'Gene': 'CDIPT-AS1', 'p_SMR_multi': 5.983115e-07, 'p_HEIDI': 2.959687e-05}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.250 | Q49 | Are there any SMR association signals with the gene GNL3LP1 in Parkinson's Disease? | No, there are no SNPs within GNL3LP1 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 = 'GNL3LP1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.734 | Q49 | Are there any SMR association signals with the gene PI4K2A in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within PI4K2A 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 = 'PI4K2A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.311 | Q49 | Are there any SMR association signals with the gene PHF2P2 in Parkinson's Disease? | No, there are no SNPs within PHF2P2 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 = 'PHF2P2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.236 | Q49 | Are there any SMR association signals with the gene AK4 in Alzheimer's Disease? | No, there are no SNPs within AK4 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 = 'AK4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.72 | Q49 | Are there any SMR association signals with the gene CTD-2162K18.4 in Lewy Body Dementia? | No, there are no SNPs within CTD-2162K18.4 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 = 'CTD-2162K18.4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.896 | Q49 | Are there any SMR association signals with the gene MIR29A in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within MIR29A 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 = 'MIR29A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1754 | Q49 | Are there any SMR association signals with the gene MMRN1 in Lewy Body Dementia? | Yes, there is 1 SNP within MMRN1 that has a significant SMR association signal in Lewy Body Dementia:
• rs1372525
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.26e-08; HEIDI: 5.9547e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'MMRN1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1540411', 'topRSID': 'rs1372525', 'Disease': 'LBD', 'Gene': 'MMRN1', 'p_SMR_multi': 2.257256e-08, 'p_HEIDI': 0.005954692}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.712 | Q49 | Are there any SMR association signals with the gene UNC5CL in Alzheimer's Disease? | Yes, there are 2 SNPs within UNC5CL that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs10155663
• Whole Blood: Adjusted SMR multi-SNP P-value: 9.08e-09; HEIDI: 2.3538e-04
• rs736795
• Whole Blood: Adjusted SMR multi... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'UNC5CL' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_622627', 'topRSID': 'rs10155663', 'Disease': 'AD', 'Gene': 'UNC5CL', 'p_SMR_multi': 9.082427e-09, 'p_HEIDI': 0.0002353766}, {'UUID': 'NDD_SMR_genes_all_update_text_622628', 'topRSID': 'rs736795', 'Disease': 'AD', 'Gene': 'UNC5CL', 'p_SMR_multi': 3.869352e-08, 'p_HEIDI': 0.000473... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1383 | Q49 | Are there any SMR association signals with the gene EXOC1 in Frontotemporal Dementia? | No, there are no SNPs within EXOC1 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 = 'EXOC1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1329 | Q49 | Are there any SMR association signals with the gene RP11-259G18.2 in Alzheimer's Disease? | Yes, there are 8 SNPs within RP11-259G18.2 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs199528
• Whole Brain: Adjusted SMR multi-SNP P-value: 1.22e-07; HEIDI: 1.6323e-01
• rs55974014
• Whole Blood: Adjusted SM... | 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-259G18.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1610867', 'topRSID': 'rs199528', 'Disease': 'AD', 'Gene': 'RP11-259G18.2', 'p_SMR_multi': 1.217741e-07, 'p_HEIDI': 0.1632318}, {'UUID': 'NDD_SMR_genes_all_update_text_1652500', 'topRSID': 'rs55974014', 'Disease': 'AD', 'Gene': 'RP11-259G18.2', 'p_SMR_multi': 5.286305e-07, 'p_HEI... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.624 | Q49 | Are there any SMR association signals with the gene RP11-2A4.3 in Parkinson's Disease? | No, there are no SNPs within RP11-2A4.3 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 = 'RP11-2A4.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.1464 | Q49 | Are there any SMR association signals with the gene SLC17A3 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within SLC17A3 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 = 'SLC17A3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1556 | Q49 | Are there any SMR association signals with the gene GRIN3B in Alzheimer's Disease? | Yes, there are 3 SNPs within GRIN3B that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs58342790
• Cortex: Adjusted SMR multi-SNP P-value: 2.31e-08; HEIDI: 3.22e-06
• rs10401454
• 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 = 'AD' AND Gene = 'GRIN3B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1107629', 'topRSID': 'rs58342790', 'Disease': 'AD', 'Gene': 'GRIN3B', 'p_SMR_multi': 2.312572e-08, 'p_HEIDI': 3.21611e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_1292157', 'topRSID': 'rs10401454', 'Disease': 'AD', 'Gene': 'GRIN3B', 'p_SMR_multi': 4.157801e-07, 'p_HEIDI': 0.000... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.708 | Q49 | Are there any SMR association signals with the gene LUC7L in Frontotemporal Dementia? | No, there are no SNPs within LUC7L 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 = 'LUC7L' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1928 | Q49 | Are there any SMR association signals with the gene LINC01010 in Frontotemporal Dementia? | No, there are no SNPs within LINC01010 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 = 'LINC01010' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.614 | Q49 | Are there any SMR association signals with the gene TMC8 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within TMC8 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 = 'TMC8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.372 | Q49 | Are there any SMR association signals with the gene SPATS2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within SPATS2 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 = 'SPATS2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1756 | Q49 | Are there any SMR association signals with the gene METRN in Frontotemporal Dementia? | No, there are no SNPs within METRN 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 = 'METRN' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1669 | Q49 | Are there any SMR association signals with the gene WDR19 in Frontotemporal Dementia? | No, there are no SNPs within WDR19 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 = 'WDR19' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.533 | Q49 | Are there any SMR association signals with the gene HTR1A in Lewy Body Dementia? | No, there are no SNPs within HTR1A 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 = 'HTR1A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1821 | Q49 | Are there any SMR association signals with the gene RPF1 in Alzheimer's Disease? | No, there are no SNPs within RPF1 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 = 'RPF1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1442 | Q49 | Are there any SMR association signals with the gene SUGT1P1 in Parkinson's Disease? | No, there are no SNPs within SUGT1P1 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 = 'SUGT1P1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.302 | Q49 | Are there any SMR association signals with the gene CISD1 in Parkinson's Disease? | No, there are no SNPs within CISD1 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 = 'CISD1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1016 | Q49 | Are there any SMR association signals with the gene RP11-476D10.1 in Parkinson's Disease? | Yes, there is 1 SNP within RP11-476D10.1 that has a significant SMR association signal in Parkinson's Disease:
• rs2638222
• Whole Blood: Adjusted SMR multi-SNP P-value: 7.85e-07; HEIDI: 2.7878e-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 = 'RP11-476D10.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1561428', 'topRSID': 'rs2638222', 'Disease': 'PD', 'Gene': 'RP11-476D10.1', 'p_SMR_multi': 7.845953e-07, 'p_HEIDI': 0.0002787799}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1417 | Q49 | Are there any SMR association signals with the gene PHKG2 in Alzheimer's Disease? | No, there are no SNPs within PHKG2 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 = 'PHKG2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1567 | Q49 | Are there any SMR association signals with the gene DGKQ in Parkinson's Disease? | Yes, there are 22 SNPs within DGKQ that have significant SMR association signals in Parkinson's Disease. Here are the top 10 SNPs, listed with the tissue having the most significant SMR value:
• rs4690229
• Tibial Nerve: Adjusted SMR multi-SNP P-value: 5.21e-11; HEIDI: 2.63e-06
• rs4690196
• Whole Blood: Adjust... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'DGKQ' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1323351', 'topRSID': 'rs4690229', 'Disease': 'PD', 'Gene': 'DGKQ', 'p_SMR_multi': 5.205442e-11, 'p_HEIDI': 2.62916e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_1675610', 'topRSID': 'rs4690196', 'Disease': 'PD', 'Gene': 'DGKQ', 'p_SMR_multi': 1.972716e-10, 'p_HEIDI': 6.808963e-0... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1311 | Q49 | Are there any SMR association signals with the gene MEIG1 in Alzheimer's Disease? | No, there are no SNPs within MEIG1 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 = 'MEIG1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.862 | Q49 | Are there any SMR association signals with the gene RNF10 in Parkinson's Disease? | No, there are no SNPs within RNF10 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 = 'RNF10' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.591 | Q49 | Are there any SMR association signals with the gene MS4A3 in Alzheimer's Disease? | Yes, there are 2 SNPs within MS4A3 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs1286162
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.04e-17; HEIDI: 4.55e-10
• rs539360
• Whole Blood: 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 = 'AD' AND Gene = 'MS4A3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_608692', 'topRSID': 'rs1286162', 'Disease': 'AD', 'Gene': 'MS4A3', 'p_SMR_multi': 5.0399240000000004e-17, 'p_HEIDI': 4.552088e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_608689', 'topRSID': 'rs539360', 'Disease': 'AD', 'Gene': 'MS4A3', 'p_SMR_multi': 2.39155e-06, 'p_HEIDI': 0.... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.485 | Q49 | Are there any SMR association signals with the gene GRHPR in Lewy Body Dementia? | No, there are no SNPs within GRHPR 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 = 'GRHPR' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1473 | Q49 | Are there any SMR association signals with the gene SDR39U1 in Alzheimer's Disease? | No, there are no SNPs within SDR39U1 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 = 'SDR39U1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1784 | Q49 | Are there any SMR association signals with the gene RP11-539L10.2 in Parkinson's Disease? | No, there are no SNPs within RP11-539L10.2 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 = 'RP11-539L10.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.644 | Q49 | Are there any SMR association signals with the gene OR8S1 in Alzheimer's Disease? | No, there are no SNPs within OR8S1 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 = 'OR8S1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.357 | Q49 | Are there any SMR association signals with the gene SCFD1 in Amyotrophic Lateral Sclerosis? | Yes, there are 2 SNPs within SCFD1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. Each SNP is listed with the tissue having the most significant SMR value:
• rs7144204
• Whole Blood: Adjusted SMR multi-SNP P-value: 7.01e-07; HEIDI: 1.8172e-01
• rs229243
• Multi Ancestry Whole Br... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'SCFD1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1515764', 'topRSID': 'rs7144204', 'Disease': 'ALS', 'Gene': 'SCFD1', 'p_SMR_multi': 7.008029e-07, 'p_HEIDI': 0.1817184}, {'UUID': 'NDD_SMR_genes_all_update_text_1405224', 'topRSID': 'rs229243', 'Disease': 'ALS', 'Gene': 'SCFD1', 'p_SMR_multi': 2.949612e-06, 'p_HEIDI': 0.00033799... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1128 | Q49 | Are there any SMR association signals with the gene EXOSC9 in Frontotemporal Dementia? | No, there are no SNPs within EXOSC9 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 = 'EXOSC9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.439 | Q49 | Are there any SMR association signals with the gene CTC-301O7.4 in Progressive supranuclear palsy? | No, there are no SNPs within CTC-301O7.4 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 = 'CTC-301O7.4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1121 | Q49 | Are there any SMR association signals with the gene C8orf34 in Parkinson's Disease? | No, there are no SNPs within C8orf34 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 = 'C8orf34' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1103 | Q49 | Are there any SMR association signals with the gene GOLGB1 in Frontotemporal Dementia? | No, there are no SNPs within GOLGB1 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 = 'GOLGB1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1348 | Q49 | Are there any SMR association signals with the gene ISOC2 in Alzheimer's Disease? | No, there are no SNPs within ISOC2 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 = 'ISOC2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.597 | Q49 | Are there any SMR association signals with the gene RAD50 in Progressive supranuclear palsy? | No, there are no SNPs within RAD50 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 = 'RAD50' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1368 | Q49 | Are there any SMR association signals with the gene AL646016.1 in Parkinson's Disease? | No, there are no SNPs within AL646016.1 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 = 'AL646016.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.1401 | Q49 | Are there any SMR association signals with the gene TPRG1-AS1 in Alzheimer's Disease? | No, there are no SNPs within TPRG1-AS1 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 = 'TPRG1-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.753 | Q49 | Are there any SMR association signals with the gene ARC in Progressive supranuclear palsy? | No, there are no SNPs within ARC 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 = 'ARC' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.259 | Q49 | Are there any SMR association signals with the gene AC144449.1 in Parkinson's Disease? | No, there are no SNPs within AC144449.1 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 = 'AC144449.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.1687 | Q49 | Are there any SMR association signals with the gene TMEM178A in Parkinson's Disease? | No, there are no SNPs within TMEM178A 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 = 'TMEM178A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1723 | Q49 | Are there any SMR association signals with the gene CCDC122 in Alzheimer's Disease? | No, there are no SNPs within CCDC122 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 = 'CCDC122' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.544 | Q49 | Are there any SMR association signals with the gene ODAM in Progressive supranuclear palsy? | No, there are no SNPs within ODAM 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 = 'ODAM' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.792 | Q49 | Are there any SMR association signals with the gene CTD-2537O9.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CTD-2537O9.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-2537O9.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.1484 | Q49 | Are there any SMR association signals with the gene AP001421.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within AP001421.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 = 'AP001421.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.420 | Q49 | Are there any SMR association signals with the gene AC012146.7 in Alzheimer's Disease? | Yes, there are 5 SNPs within AC012146.7 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs73976310
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.72e-08; HEIDI: 4.8877e-03
• rs1054697
• Prefrontal Cortex: Adjuste... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'AC012146.7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1501926', 'topRSID': 'rs73976310', 'Disease': 'AD', 'Gene': 'AC012146.7', 'p_SMR_multi': 1.719533e-08, 'p_HEIDI': 0.004887671}, {'UUID': 'NDD_SMR_genes_all_update_text_1202711', 'topRSID': 'rs1054697', 'Disease': 'AD', 'Gene': 'AC012146.7', 'p_SMR_multi': 2.054355e-08, 'p_HEIDI'... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1849 | Q49 | Are there any SMR association signals with the gene CPLX1 in Parkinson's Disease? | Yes, there is 1 SNP within CPLX1 that has a significant SMR association signal in Parkinson's Disease:
• rs3088106
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.95e-07; HEIDI: 8.2543e-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 = 'CPLX1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_996235', 'topRSID': 'rs3088106', 'Disease': 'PD', 'Gene': 'CPLX1', 'p_SMR_multi': 2.945018e-07, 'p_HEIDI': 0.0008254259}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1920 | Q49 | Are there any SMR association signals with the gene IER5 in Progressive supranuclear palsy? | Yes, there is 1 SNP within IER5 that has a significant SMR association signal in Progressive supranuclear palsy:
• rs2332059
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.78e-06; HEIDI: 2.5292e-04
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'IER5' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1568895', 'topRSID': 'rs2332059', 'Disease': 'PSP', 'Gene': 'IER5', 'p_SMR_multi': 2.778497e-06, 'p_HEIDI': 0.0002529211}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1099 | Q49 | Are there any SMR association signals with the gene EPHB4 in Alzheimer's Disease? | Yes, there is 1 SNP within EPHB4 that has a significant SMR association signal in Alzheimer's Disease:
• rs314320
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.07e-11; HEIDI: 1.9852e-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 = 'EPHB4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1495822', 'topRSID': 'rs314320', 'Disease': 'AD', 'Gene': 'EPHB4', 'p_SMR_multi': 2.072844e-11, 'p_HEIDI': 0.1985198}] | 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.