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.845 | Q49 | Are there any SMR association signals with the gene PPIEL in Parkinson's Disease? | No, there are no SNPs within PPIEL 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 = 'PPIEL' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.68 | Q49 | Are there any SMR association signals with the gene APP in Alzheimer's Disease? | Yes, there is 1 SNP within APP that has a significant SMR association signal in Alzheimer's Disease:
• rs2830076
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.19e-07; HEIDI: 5.29e-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 = 'APP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1504767', 'topRSID': 'rs2830076', 'Disease': 'AD', 'Gene': 'APP', 'p_SMR_multi': 3.194649e-07, 'p_HEIDI': 5.286428e-05}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1698 | Q49 | Are there any SMR association signals with the gene PRR20D in Progressive supranuclear palsy? | No, there are no SNPs within PRR20D 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 = 'PRR20D' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1733 | Q49 | Are there any SMR association signals with the gene LBP in Alzheimer's Disease? | No, there are no SNPs within LBP 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 = 'LBP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.380 | Q49 | Are there any SMR association signals with the gene RP11-259G18.2 in Progressive supranuclear palsy? | Yes, there are 2 SNPs within RP11-259G18.2 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: 2.48e-35; HEIDI: 7.02e-07
• rs1981997
• Cerebellum: Adju... | 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-259G18.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1579423', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'RP11-259G18.2', 'p_SMR_multi': 2.477035e-35, 'p_HEIDI': 7.022902e-07}, {'UUID': 'NDD_SMR_genes_all_update_text_1684936', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'RP11-259G18.2', 'p_SMR_multi': 3.800151e-33, 'p_... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.240 | Q49 | Are there any SMR association signals with the gene S100A13 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within S100A13 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 = 'S100A13' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.257 | Q49 | Are there any SMR association signals with the gene HSD17B7P2 in Lewy Body Dementia? | No, there are no SNPs within HSD17B7P2 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 = 'HSD17B7P2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1032 | Q49 | Are there any SMR association signals with the gene SYCP3 in Parkinson's Disease? | No, there are no SNPs within SYCP3 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 = 'SYCP3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.30 | Q49 | Are there any SMR association signals with the gene CHD1L in Parkinson's Disease? | No, there are no SNPs within CHD1L 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 = 'CHD1L' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.293 | Q49 | Are there any SMR association signals with the gene KIR2DL4 in Progressive supranuclear palsy? | No, there are no SNPs within KIR2DL4 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 = 'KIR2DL4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1886 | Q49 | Are there any SMR association signals with the gene LILRA4 in Alzheimer's Disease? | No, there are no SNPs within LILRA4 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 = 'LILRA4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1823 | Q49 | Are there any SMR association signals with the gene ZFP42 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within ZFP42 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 = 'ZFP42' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.620 | Q49 | Are there any SMR association signals with the gene DHX58 in Alzheimer's Disease? | No, there are no SNPs within DHX58 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 = 'DHX58' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1667 | Q49 | Are there any SMR association signals with the gene APOE in Alzheimer's Disease? | Yes, there is 1 SNP within APOE that has a significant SMR association signal in Alzheimer's Disease:
• rs73050293
• Whole Brain: Adjusted SMR multi-SNP P-value: 3.93e-14; HEIDI: 1.59e-11
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'APOE' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_122464', 'topRSID': 'rs73050293', 'Disease': 'AD', 'Gene': 'APOE', 'p_SMR_multi': 3.931424e-14, 'p_HEIDI': 1.590816e-11}, {'UUID': 'NDD_SMR_genes_all_update_text_122463', 'topRSID': 'rs73050293', 'Disease': 'AD', 'Gene': 'APOE', 'p_SMR_multi': 2.087656e-11, 'p_HEIDI': 1.50689e-1... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.850 | Q49 | Are there any SMR association signals with the gene GIGYF1 in Alzheimer's Disease? | Yes, there is 1 SNP within GIGYF1 that has a significant SMR association signal in Alzheimer's Disease:
• rs506597
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.41e-08; HEIDI: 6.6507e-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 = 'GIGYF1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1495820', 'topRSID': 'rs506597', 'Disease': 'AD', 'Gene': 'GIGYF1', 'p_SMR_multi': 1.409553e-08, 'p_HEIDI': 0.6650747}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.215 | Q49 | Are there any SMR association signals with the gene HTR3A in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within HTR3A 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 = 'HTR3A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.524 | Q49 | Are there any SMR association signals with the gene ZNF37B in Lewy Body Dementia? | No, there are no SNPs within ZNF37B 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 = 'ZNF37B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.477 | Q49 | Are there any SMR association signals with the gene CHRM4 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CHRM4 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 = 'CHRM4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1327 | Q49 | Are there any SMR association signals with the gene MRPL21 in Parkinson's Disease? | No, there are no SNPs within MRPL21 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 = 'MRPL21' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1433 | Q49 | Are there any SMR association signals with the gene HBG1 in Lewy Body Dementia? | No, there are no SNPs within HBG1 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 = 'HBG1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.123 | Q49 | Are there any SMR association signals with the gene RP11-359E19.2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-359E19.2 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-359E19.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.1351 | Q49 | Are there any SMR association signals with the gene STH in Parkinson's Disease? | Yes, there is 1 SNP within STH that has a significant SMR association signal in Parkinson's Disease:
• rs11079718
• Cortex: Adjusted SMR multi-SNP P-value: 9.43e-08; HEIDI: 7.1870e-01
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'STH' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1147255', 'topRSID': 'rs11079718', 'Disease': 'PD', 'Gene': 'STH', 'p_SMR_multi': 9.425613e-08, 'p_HEIDI': 0.7186979}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1942 | Q49 | Are there any SMR association signals with the gene KIF21A in Alzheimer's Disease? | No, there are no SNPs within KIF21A 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 = 'KIF21A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1371 | Q49 | Are there any SMR association signals with the gene PRSS37 in Frontotemporal Dementia? | No, there are no SNPs within PRSS37 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 = 'PRSS37' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1171 | Q49 | Are there any SMR association signals with the gene STAMBP in Parkinson's Disease? | No, there are no SNPs within STAMBP 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 = 'STAMBP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.138 | Q49 | Are there any SMR association signals with the gene RP11-698N11.2 in Alzheimer's Disease? | No, there are no SNPs within RP11-698N11.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-698N11.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.1134 | Q49 | Are there any SMR association signals with the gene RP11-333E1.2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-333E1.2 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-333E1.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.1874 | Q49 | Are there any SMR association signals with the gene RLF in Alzheimer's Disease? | No, there are no SNPs within RLF 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 = 'RLF' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1241 | Q49 | Are there any SMR association signals with the gene RERE in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RERE 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 = 'RERE' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1338 | Q49 | Are there any SMR association signals with the gene HCLS1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within HCLS1 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 = 'HCLS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.958 | Q49 | Are there any SMR association signals with the gene G2E3 in Amyotrophic Lateral Sclerosis? | Yes, there is 1 SNP within G2E3 that has a significant SMR association signal in Amyotrophic Lateral Sclerosis:
• rs2295425
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.58e-06; HEIDI: 1.4524e-02
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'G2E3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1515763', 'topRSID': 'rs2295425', 'Disease': 'ALS', 'Gene': 'G2E3', 'p_SMR_multi': 2.577425e-06, 'p_HEIDI': 0.0145237}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.929 | Q49 | Are there any SMR association signals with the gene GKN1 in Parkinson's Disease? | No, there are no SNPs within GKN1 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 = 'GKN1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.112 | Q49 | Are there any SMR association signals with the gene DPCD in Lewy Body Dementia? | No, there are no SNPs within DPCD 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 = 'DPCD' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1240 | Q49 | Are there any SMR association signals with the gene CHMP6 in Lewy Body Dementia? | No, there are no SNPs within CHMP6 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 = 'CHMP6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1921 | Q49 | Are there any SMR association signals with the gene RP11-680F8.1 in Lewy Body Dementia? | No, there are no SNPs within RP11-680F8.1 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-680F8.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.1963 | Q49 | Are there any SMR association signals with the gene NOXA1 in Parkinson's Disease? | No, there are no SNPs within NOXA1 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 = 'NOXA1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.214 | Q49 | Are there any SMR association signals with the gene AC073842.19 in Alzheimer's Disease? | Yes, there are 2 SNPs within AC073842.19 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs11771139
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.12e-13; HEIDI: 6.12e-05
• rs11505847
• Whole Brain: 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 = 'AC073842.19' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_585975', 'topRSID': 'rs11771139', 'Disease': 'AD', 'Gene': 'AC073842.19', 'p_SMR_multi': 4.115247e-13, 'p_HEIDI': 6.115948e-05}, {'UUID': 'NDD_SMR_genes_all_update_text_74038', 'topRSID': 'rs11505847', 'Disease': 'AD', 'Gene': 'AC073842.19', 'p_SMR_multi': 6.018154e-11, 'p_HEIDI... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.999 | Q49 | Are there any SMR association signals with the gene FAM131B in Frontotemporal Dementia? | No, there are no SNPs within FAM131B 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 = 'FAM131B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1269 | Q49 | Are there any SMR association signals with the gene C9 in Progressive supranuclear palsy? | No, there are no SNPs within C9 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 = 'C9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.592 | Q49 | Are there any SMR association signals with the gene FANCD2 in Lewy Body Dementia? | No, there are no SNPs within FANCD2 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 = 'FANCD2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1391 | Q49 | Are there any SMR association signals with the gene RP11-80H5.7 in Frontotemporal Dementia? | No, there are no SNPs within RP11-80H5.7 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-80H5.7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1450 | Q49 | Are there any SMR association signals with the gene CNTFR in Parkinson's Disease? | No, there are no SNPs within CNTFR 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 = 'CNTFR' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.279 | Q49 | Are there any SMR association signals with the gene PDCD2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within PDCD2 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 = 'PDCD2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1507 | Q49 | Are there any SMR association signals with the gene SLC22A31 in Frontotemporal Dementia? | No, there are no SNPs within SLC22A31 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 = 'SLC22A31' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1328 | Q49 | Are there any SMR association signals with the gene TAS2R60 in Alzheimer's Disease? | Yes, there are 2 SNPs within TAS2R60 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs11769559
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.80e-10; HEIDI: 1.1049e-01
• rs11771145
• Whole Blood: Adjusted SMR mu... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'TAS2R60' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1649765', 'topRSID': 'rs11769559', 'Disease': 'AD', 'Gene': 'TAS2R60', 'p_SMR_multi': 1.80317e-10, 'p_HEIDI': 0.1104902}, {'UUID': 'NDD_SMR_genes_all_update_text_1496072', 'topRSID': 'rs11771145', 'Disease': 'AD', 'Gene': 'TAS2R60', 'p_SMR_multi': 1.519833e-09, 'p_HEIDI': 0.2381... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1271 | Q49 | Are there any SMR association signals with the gene SP1 in Lewy Body Dementia? | No, there are no SNPs within SP1 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 = 'SP1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1820 | Q49 | Are there any SMR association signals with the gene AIF1 in Alzheimer's Disease? | Yes, there is 1 SNP within AIF1 that has a significant SMR association signal in Alzheimer's Disease:
• rs9267576
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.27e-06; HEIDI: 5.8105e-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 = 'AIF1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_621023', 'topRSID': 'rs9267576', 'Disease': 'AD', 'Gene': 'AIF1', 'p_SMR_multi': 1.268674e-06, 'p_HEIDI': 0.05810536}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.273 | Q49 | Are there any SMR association signals with the gene AC006435.1 in Parkinson's Disease? | No, there are no SNPs within AC006435.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 = 'AC006435.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.1863 | Q49 | Are there any SMR association signals with the gene PPP4C in Alzheimer's Disease? | Yes, there are 3 SNPs within PPP4C that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs12596543
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.45e-08; HEIDI: 2.2026e-01
• rs7201518
• 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 = 'PPP4C' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1501442', 'topRSID': 'rs12596543', 'Disease': 'AD', 'Gene': 'PPP4C', 'p_SMR_multi': 1.445689e-08, 'p_HEIDI': 0.2202619}, {'UUID': 'NDD_SMR_genes_all_update_text_1396162', 'topRSID': 'rs7201518', 'Disease': 'AD', 'Gene': 'PPP4C', 'p_SMR_multi': 6.718913e-07, 'p_HEIDI': 4.579366e-... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.578 | Q49 | Are there any SMR association signals with the gene C6orf115 in Alzheimer's Disease? | No, there are no SNPs within C6orf115 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 = 'C6orf115' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.638 | Q49 | Are there any SMR association signals with the gene UBQLN3 in Progressive supranuclear palsy? | No, there are no SNPs within UBQLN3 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 = 'UBQLN3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.713 | Q49 | Are there any SMR association signals with the gene C7orf59 in Alzheimer's Disease? | Yes, there are 2 SNPs within C7orf59 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs11771139
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.98e-13; HEIDI: 8.91e-06
• rs60458236
• 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 = 'C7orf59' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_585977', 'topRSID': 'rs11771139', 'Disease': 'AD', 'Gene': 'C7orf59', 'p_SMR_multi': 3.977226e-13, 'p_HEIDI': 8.913888e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_74040', 'topRSID': 'rs60458236', 'Disease': 'AD', 'Gene': 'C7orf59', 'p_SMR_multi': 3.313887e-09, 'p_HEIDI': 7.857... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1529 | Q49 | Are there any SMR association signals with the gene LMLN2 in Parkinson's Disease? | No, there are no SNPs within LMLN2 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 = 'LMLN2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.627 | Q49 | Are there any SMR association signals with the gene ITM2B in Lewy Body Dementia? | No, there are no SNPs within ITM2B 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 = 'ITM2B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1991 | Q49 | Are there any SMR association signals with the gene PGM3 in Alzheimer's Disease? | No, there are no SNPs within PGM3 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 = 'PGM3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.813 | Q49 | Are there any SMR association signals with the gene STK19 in Parkinson's Disease? | No, there are no SNPs within STK19 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 = 'STK19' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.309 | Q49 | Are there any SMR association signals with the gene HIST1H3E in Parkinson's Disease? | No, there are no SNPs within HIST1H3E 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 = 'HIST1H3E' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.550 | Q49 | Are there any SMR association signals with the gene RPL21 in Parkinson's Disease? | No, there are no SNPs within RPL21 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 = 'RPL21' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1606 | Q49 | Are there any SMR association signals with the gene NLRP8 in Progressive supranuclear palsy? | No, there are no SNPs within NLRP8 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 = 'NLRP8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1743 | Q49 | Are there any SMR association signals with the gene ZNF561 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within ZNF561 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 = 'ZNF561' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.50 | Q49 | Are there any SMR association signals with the gene BCAS1 in Progressive supranuclear palsy? | No, there are no SNPs within BCAS1 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 = 'BCAS1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1089 | Q49 | Are there any SMR association signals with the gene RAB5B in Alzheimer's Disease? | No, there are no SNPs within RAB5B 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 = 'RAB5B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1674 | Q49 | Are there any SMR association signals with the gene C14orf79 in Parkinson's Disease? | No, there are no SNPs within C14orf79 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 = 'C14orf79' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1697 | Q49 | Are there any SMR association signals with the gene U91328.22 in Frontotemporal Dementia? | No, there are no SNPs within U91328.22 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 = 'U91328.22' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.686 | Q49 | Are there any SMR association signals with the gene TCN1 in Alzheimer's Disease? | Yes, there is 1 SNP within TCN1 that has a significant SMR association signal in Alzheimer's Disease:
• rs12419784
• Whole Blood: Adjusted SMR multi-SNP P-value: 6.99e-13; HEIDI: 4.99e-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 = 'TCN1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1498258', 'topRSID': 'rs12419784', 'Disease': 'AD', 'Gene': 'TCN1', 'p_SMR_multi': 6.992786e-13, 'p_HEIDI': 4.993905e-07}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1485 | Q49 | Are there any SMR association signals with the gene LINC00635 in Parkinson's Disease? | No, there are no SNPs within LINC00635 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 = 'LINC00635' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1455 | Q49 | Are there any SMR association signals with the gene RP11-90C4.1 in Progressive supranuclear palsy? | No, there are no SNPs within RP11-90C4.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 = 'RP11-90C4.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.1486 | Q49 | Are there any SMR association signals with the gene ARL17B in Parkinson's Disease? | Yes, there are 8 SNPs within ARL17B that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs538628
• Cortex: Adjusted SMR multi-SNP P-value: 3.17e-15; HEIDI: 5.18e-06
• rs4510068
• Cerebellum: Adjusted SMR multi-SNP P-va... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'ARL17B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1147258', 'topRSID': 'rs538628', 'Disease': 'PD', 'Gene': 'ARL17B', 'p_SMR_multi': 3.171945e-15, 'p_HEIDI': 5.176024e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_19649', 'topRSID': 'rs4510068', 'Disease': 'PD', 'Gene': 'ARL17B', 'p_SMR_multi': 1.412786e-12, 'p_HEIDI': 3.739719e... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1292 | Q49 | Are there any SMR association signals with the gene RP13-870H17.3 in Lewy Body Dementia? | No, there are no SNPs within RP13-870H17.3 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 = 'RP13-870H17.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.1232 | Q49 | Are there any SMR association signals with the gene CSNK1G1 in Alzheimer's Disease? | No, there are no SNPs within CSNK1G1 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 = 'CSNK1G1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.525 | Q49 | Are there any SMR association signals with the gene NDUFS2 in Alzheimer's Disease? | Yes, there are 4 SNPs within NDUFS2 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs4379692
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.06e-09; HEIDI: 5.8351e-02
• rs1136224
• 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 = 'NDUFS2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1490907', 'topRSID': 'rs4379692', 'Disease': 'AD', 'Gene': 'NDUFS2', 'p_SMR_multi': 4.056329e-09, 'p_HEIDI': 0.05835141}, {'UUID': 'NDD_SMR_genes_all_update_text_1389451', 'topRSID': 'rs1136224', 'Disease': 'AD', 'Gene': 'NDUFS2', 'p_SMR_multi': 7.052437e-08, 'p_HEIDI': 1.731567... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1654 | Q49 | Are there any SMR association signals with the gene CTB-171A8.1 in Alzheimer's Disease? | Yes, there are 7 SNPs within CTB-171A8.1 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs79638902
• Prefrontal Cortex: Adjusted SMR multi-SNP P-value: 4.04e-14; HEIDI: 1.19e-10
• rs61744497
• Whole Brain: 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 = 'CTB-171A8.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1203797', 'topRSID': 'rs79638902', 'Disease': 'AD', 'Gene': 'CTB-171A8.1', 'p_SMR_multi': 4.039964e-14, 'p_HEIDI': 1.189533e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_1611533', 'topRSID': 'rs61744497', 'Disease': 'AD', 'Gene': 'CTB-171A8.1', 'p_SMR_multi': 1.420057e-11, 'p_HE... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.908 | Q49 | Are there any SMR association signals with the gene IFNG-AS1 in Alzheimer's Disease? | No, there are no SNPs within IFNG-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 = 'IFNG-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.1904 | Q49 | Are there any SMR association signals with the gene RP11-236J17.6 in Alzheimer's Disease? | No, there are no SNPs within RP11-236J17.6 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-236J17.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.1242 | Q49 | Are there any SMR association signals with the gene CFL2 in Lewy Body Dementia? | No, there are no SNPs within CFL2 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 = 'CFL2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.24 | Q49 | Are there any SMR association signals with the gene TOMM40 in Lewy Body Dementia? | Yes, there are 2 SNPs within TOMM40 that have significant SMR association signals in Lewy Body Dementia. Each SNP is listed with the tissue having the most significant SMR value:
• rs59007384
• Whole Brain: Adjusted SMR multi-SNP P-value: 4.14e-08; HEIDI: 5.3022e-01
• rs7259620
• 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 = 'LBD' AND Gene = 'TOMM40' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_402972', 'topRSID': 'rs59007384', 'Disease': 'LBD', 'Gene': 'TOMM40', 'p_SMR_multi': 4.137428e-08, 'p_HEIDI': 0.5302237}, {'UUID': 'NDD_SMR_genes_all_update_text_1426980', 'topRSID': 'rs7259620', 'Disease': 'LBD', 'Gene': 'TOMM40', 'p_SMR_multi': 4.566302e-08, 'p_HEIDI': 9.83814... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.779 | Q49 | Are there any SMR association signals with the gene C17orf66 in Lewy Body Dementia? | No, there are no SNPs within C17orf66 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 = 'C17orf66' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.65 | Q49 | Are there any SMR association signals with the gene SAP130 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within SAP130 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 = 'SAP130' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1366 | Q49 | Are there any SMR association signals with the gene PCDHB7 in Frontotemporal Dementia? | No, there are no SNPs within PCDHB7 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 = 'PCDHB7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.191 | Q49 | Are there any SMR association signals with the gene CTD-2037L6.2 in Alzheimer's Disease? | No, there are no SNPs within CTD-2037L6.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-2037L6.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.1630 | Q49 | Are there any SMR association signals with the gene S100A14 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within S100A14 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 = 'S100A14' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1395 | Q49 | Are there any SMR association signals with the gene RP1-121G13.2 in Parkinson's Disease? | No, there are no SNPs within RP1-121G13.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 = 'RP1-121G13.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.1547 | Q49 | Are there any SMR association signals with the gene FAM118B in Parkinson's Disease? | No, there are no SNPs within FAM118B 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 = 'FAM118B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.346 | Q49 | Are there any SMR association signals with the gene RP11-436I9.6 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-436I9.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-436I9.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.400 | Q49 | Are there any SMR association signals with the gene RP11-174G6.5 in Parkinson's Disease? | No, there are no SNPs within RP11-174G6.5 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-174G6.5' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1393 | Q49 | Are there any SMR association signals with the gene DPEP2 in Alzheimer's Disease? | No, there are no SNPs within DPEP2 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 = 'DPEP2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1876 | Q49 | Are there any SMR association signals with the gene CTD-3105H18.7 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CTD-3105H18.7 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-3105H18.7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.199 | Q49 | Are there any SMR association signals with the gene RP11-583F24.3 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-583F24.3 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-583F24.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.1173 | Q49 | Are there any SMR association signals with the gene CD38 in Parkinson's Disease? | Yes, there are 3 SNPs within CD38 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs11724635
• Cortex: Adjusted SMR multi-SNP P-value: 5.82e-12; HEIDI: 8.5706e-01
• rs3213710
• 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 = 'CD38' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1140328', 'topRSID': 'rs11724635', 'Disease': 'PD', 'Gene': 'CD38', 'p_SMR_multi': 5.824364e-12, 'p_HEIDI': 0.8570616}, {'UUID': 'NDD_SMR_genes_all_update_text_1430256', 'topRSID': 'rs3213710', 'Disease': 'PD', 'Gene': 'CD38', 'p_SMR_multi': 1.473525e-11, 'p_HEIDI': 2.838263e-13... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.320 | Q49 | Are there any SMR association signals with the gene RP11-10N16.2 in Alzheimer's Disease? | No, there are no SNPs within RP11-10N16.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-10N16.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.1002 | Q49 | Are there any SMR association signals with the gene FLYWCH2 in Frontotemporal Dementia? | No, there are no SNPs within FLYWCH2 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 = 'FLYWCH2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.223 | Q49 | Are there any SMR association signals with the gene C18orf54 in Frontotemporal Dementia? | No, there are no SNPs within C18orf54 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 = 'C18orf54' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1220 | Q49 | Are there any SMR association signals with the gene SCG5 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within SCG5 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 = 'SCG5' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.103 | Q49 | Are there any SMR association signals with the gene RP11-479O17.10 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-479O17.10 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-479O17.10' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1655 | Q49 | Are there any SMR association signals with the gene STH in Progressive supranuclear palsy? | Yes, there is 1 SNP within STH that has a significant SMR association signal in Progressive supranuclear palsy:
• rs393152
• Cortex: Adjusted SMR multi-SNP P-value: 5.09e-09; HEIDI: 2.78e-05
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'STH' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1154396', 'topRSID': 'rs393152', 'Disease': 'PSP', 'Gene': 'STH', 'p_SMR_multi': 5.090521e-09, 'p_HEIDI': 2.777608e-05}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.949 | Q49 | Are there any SMR association signals with the gene RP11-167H9.4 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-167H9.4 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-167H9.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.1939 | Q49 | Are there any SMR association signals with the gene CYP11B2 in Parkinson's Disease? | No, there are no SNPs within CYP11B2 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 = 'CYP11B2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1914 | Q49 | Are there any SMR association signals with the gene ADAM12 in Alzheimer's Disease? | No, there are no SNPs within ADAM12 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 = 'ADAM12' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1127 | Q49 | Are there any SMR association signals with the gene CTD-3194G12.2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CTD-3194G12.2 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-3194G12.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.1052 | Q49 | Are there any SMR association signals with the gene AJ003147.9 in Lewy Body Dementia? | No, there are no SNPs within AJ003147.9 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 = 'AJ003147.9' 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.