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.1538 | Q49 | Are there any SMR association signals with the gene RP13-996F3.5 in Parkinson's Disease? | No, there are no SNPs within RP13-996F3.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 = 'RP13-996F3.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.356 | Q49 | Are there any SMR association signals with the gene CD1B in Progressive supranuclear palsy? | No, there are no SNPs within CD1B 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 = 'CD1B' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.603 | Q49 | Are there any SMR association signals with the gene C2orf51 in Parkinson's Disease? | No, there are no SNPs within C2orf51 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 = 'C2orf51' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1559 | Q49 | Are there any SMR association signals with the gene C16orf93 in Parkinson's Disease? | Yes, there are 2 SNPs within C16orf93 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs885107
• Whole Brain: Adjusted SMR multi-SNP P-value: 1.69e-07; HEIDI: 1.8775e-01
• rs3747486
• Prefrontal Cortex: Adjusted SM... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'C16orf93' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1639759', 'topRSID': 'rs885107', 'Disease': 'PD', 'Gene': 'C16orf93', 'p_SMR_multi': 1.689818e-07, 'p_HEIDI': 0.1877494}, {'UUID': 'NDD_SMR_genes_all_update_text_1241722', 'topRSID': 'rs3747486', 'Disease': 'PD', 'Gene': 'C16orf93', 'p_SMR_multi': 6.401036e-07, 'p_HEIDI': 0.0046... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1350 | Q49 | Are there any SMR association signals with the gene SLC24A4 in Alzheimer's Disease? | Yes, there are 2 SNPs within SLC24A4 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs17783630
• Whole Blood: Adjusted SMR multi-SNP P-value: 6.53e-11; HEIDI: 6.4723e-04
• rs61977309
• 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 = 'SLC24A4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1500405', 'topRSID': 'rs17783630', 'Disease': 'AD', 'Gene': 'SLC24A4', 'p_SMR_multi': 6.526477e-11, 'p_HEIDI': 0.0006472294}, {'UUID': 'NDD_SMR_genes_all_update_text_595679', 'topRSID': 'rs61977309', 'Disease': 'AD', 'Gene': 'SLC24A4', 'p_SMR_multi': 3.351841e-09, 'p_HEIDI': 0.0... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1359 | Q49 | Are there any SMR association signals with the gene EFCAB6 in Progressive supranuclear palsy? | No, there are no SNPs within EFCAB6 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 = 'EFCAB6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.947 | Q49 | Are there any SMR association signals with the gene GEMIN7 in Alzheimer's Disease? | Yes, there are 2 SNPs within GEMIN7 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs10409232
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.48e-12; HEIDI: 1.13e-10
• rs3178166
• Multi Ancestry Whole Brain: Adju... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'GEMIN7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_637448', 'topRSID': 'rs10409232', 'Disease': 'AD', 'Gene': 'GEMIN7', 'p_SMR_multi': 3.477977e-12, 'p_HEIDI': 1.125621e-10}, {'UUID': 'NDD_SMR_genes_all_update_text_637446', 'topRSID': 'rs10409232', 'Disease': 'AD', 'Gene': 'GEMIN7', 'p_SMR_multi': 4.335656e-11, 'p_HEIDI': 1.3041... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.348 | Q49 | Are there any SMR association signals with the gene ERLEC1 in Frontotemporal Dementia? | No, there are no SNPs within ERLEC1 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 = 'ERLEC1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.606 | Q49 | Are there any SMR association signals with the gene RP11-348M17.2 in Progressive supranuclear palsy? | No, there are no SNPs within RP11-348M17.2 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-348M17.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.719 | Q49 | Are there any SMR association signals with the gene FAM21FP in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within FAM21FP 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 = 'FAM21FP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.118 | Q49 | Are there any SMR association signals with the gene RP11-527L4.2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-527L4.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-527L4.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.617 | Q49 | Are there any SMR association signals with the gene AC079922.3 in Parkinson's Disease? | No, there are no SNPs within AC079922.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 = 'AC079922.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.1013 | Q49 | Are there any SMR association signals with the gene MLLT3 in Lewy Body Dementia? | No, there are no SNPs within MLLT3 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 = 'MLLT3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1265 | Q49 | Are there any SMR association signals with the gene ZNF668 in Parkinson's Disease? | Yes, there are 3 SNPs within ZNF668 that have significant SMR association signals in Parkinson's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs2303222
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.08e-08; HEIDI: 1.0508e-04
• rs4889530
• 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 = 'PD' AND Gene = 'ZNF668' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1563812', 'topRSID': 'rs2303222', 'Disease': 'PD', 'Gene': 'ZNF668', 'p_SMR_multi': 4.075299e-08, 'p_HEIDI': 0.00010508}, {'UUID': 'NDD_SMR_genes_all_update_text_1435345', 'topRSID': 'rs4889530', 'Disease': 'PD', 'Gene': 'ZNF668', 'p_SMR_multi': 1.474019e-07, 'p_HEIDI': 2.338424... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1489 | Q49 | Are there any SMR association signals with the gene RCC2P7 in Lewy Body Dementia? | No, there are no SNPs within RCC2P7 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 = 'RCC2P7' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.489 | Q49 | Are there any SMR association signals with the gene MIR339 in Parkinson's Disease? | No, there are no SNPs within MIR339 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 = 'MIR339' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1711 | Q49 | Are there any SMR association signals with the gene NLRP3 in Progressive supranuclear palsy? | No, there are no SNPs within NLRP3 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 = 'NLRP3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.787 | Q49 | Are there any SMR association signals with the gene ZNF320 in Parkinson's Disease? | No, there are no SNPs within ZNF320 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 = 'ZNF320' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.881 | Q49 | Are there any SMR association signals with the gene ZNF296 in Alzheimer's Disease? | Yes, there is 1 SNP within ZNF296 that has a significant SMR association signal in Alzheimer's Disease:
• rs8100183
• Multi Ancestry Whole Brain: Adjusted SMR multi-SNP P-value: 4.95e-09; HEIDI: 5.79e-09
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ZNF296' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1397649', 'topRSID': 'rs8100183', 'Disease': 'AD', 'Gene': 'ZNF296', 'p_SMR_multi': 4.947535e-09, 'p_HEIDI': 5.789577e-09}, {'UUID': 'NDD_SMR_genes_all_update_text_1611536', 'topRSID': 'rs8100183', 'Disease': 'AD', 'Gene': 'ZNF296', 'p_SMR_multi': 2.663557e-07, 'p_HEIDI': 0.0005... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1555 | Q49 | Are there any SMR association signals with the gene FAM115C in Lewy Body Dementia? | No, there are no SNPs within FAM115C 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 = 'FAM115C' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.567 | Q49 | Are there any SMR association signals with the gene TRBV6-9 in Parkinson's Disease? | No, there are no SNPs within TRBV6-9 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 = 'TRBV6-9' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.254 | Q49 | Are there any SMR association signals with the gene FAM166C in Parkinson's Disease? | No, there are no SNPs within FAM166C 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 = 'FAM166C' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.242 | Q49 | Are there any SMR association signals with the gene XXYLT1 in Lewy Body Dementia? | No, there are no SNPs within XXYLT1 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 = 'XXYLT1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.176 | Q49 | Are there any SMR association signals with the gene FLJ37307 in Alzheimer's Disease? | No, there are no SNPs within FLJ37307 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 = 'FLJ37307' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.824 | Q49 | Are there any SMR association signals with the gene VIPR1-AS1 in Lewy Body Dementia? | No, there are no SNPs within VIPR1-AS1 that have significant SMR association signals in Lewy Body Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'VIPR1-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.983 | Q49 | Are there any SMR association signals with the gene KCNN2 in Progressive supranuclear palsy? | No, there are no SNPs within KCNN2 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 = 'KCNN2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1476 | Q49 | Are there any SMR association signals with the gene CCBE1 in Frontotemporal Dementia? | No, there are no SNPs within CCBE1 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 = 'CCBE1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1262 | Q49 | Are there any SMR association signals with the gene EPB41L1 in Lewy Body Dementia? | No, there are no SNPs within EPB41L1 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 = 'EPB41L1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1280 | Q49 | Are there any SMR association signals with the gene FCER1G in Alzheimer's Disease? | Yes, there are 2 SNPs within FCER1G that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs2070901
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.26e-09; HEIDI: 2.7542e-02
• rs4379692
• 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 = 'FCER1G' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1490908', 'topRSID': 'rs2070901', 'Disease': 'AD', 'Gene': 'FCER1G', 'p_SMR_multi': 2.258228e-09, 'p_HEIDI': 0.02754168}, {'UUID': 'NDD_SMR_genes_all_update_text_1389452', 'topRSID': 'rs4379692', 'Disease': 'AD', 'Gene': 'FCER1G', 'p_SMR_multi': 2.894472e-07, 'p_HEIDI': 0.005983... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.751 | Q49 | Are there any SMR association signals with the gene IGHV3-64 in Alzheimer's Disease? | Yes, there is 1 SNP within IGHV3-64 that has a significant SMR association signal in Alzheimer's Disease:
• rs2078690
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.63e-06; HEIDI: 1.53e-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 = 'IGHV3-64' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1500563', 'topRSID': 'rs2078690', 'Disease': 'AD', 'Gene': 'IGHV3-64', 'p_SMR_multi': 2.629543e-06, 'p_HEIDI': 1.526755e-08}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.561 | Q49 | Are there any SMR association signals with the gene RP11-549B18.1 in Parkinson's Disease? | No, there are no SNPs within RP11-549B18.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 = 'RP11-549B18.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.81 | Q49 | Are there any SMR association signals with the gene RP11-66B24.2 in Alzheimer's Disease? | No, there are no SNPs within RP11-66B24.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-66B24.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.1042 | Q49 | Are there any SMR association signals with the gene MS4A2 in Alzheimer's Disease? | Yes, there are 2 SNPs within MS4A2 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs17528859
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.43e-16; HEIDI: 5.8711e-04
• rs540170
• Whole Brain: 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 = 'MS4A2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1498260', 'topRSID': 'rs17528859', 'Disease': 'AD', 'Gene': 'MS4A2', 'p_SMR_multi': 1.432735e-16, 'p_HEIDI': 0.0005871116}, {'UUID': 'NDD_SMR_genes_all_update_text_91390', 'topRSID': 'rs540170', 'Disease': 'AD', 'Gene': 'MS4A2', 'p_SMR_multi': 2.633968e-06, 'p_HEIDI': 0.01790991... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1314 | Q49 | Are there any SMR association signals with the gene NUP210L in Frontotemporal Dementia? | No, there are no SNPs within NUP210L 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 = 'NUP210L' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.33 | Q49 | Are there any SMR association signals with the gene IFFO1 in Progressive supranuclear palsy? | No, there are no SNPs within IFFO1 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 = 'IFFO1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1739 | Q49 | Are there any SMR association signals with the gene RBM44 in Lewy Body Dementia? | No, there are no SNPs within RBM44 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 = 'RBM44' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.358 | Q49 | Are there any SMR association signals with the gene METTL12 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within METTL12 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 = 'METTL12' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1077 | Q49 | Are there any SMR association signals with the gene RP11-196G11.2 in Alzheimer's Disease? | Yes, there are 2 SNPs within RP11-196G11.2 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs58726213
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.37e-07; HEIDI: 4.03e-06
• rs55979739
• Tibial Nerve: Adjusted S... | 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-196G11.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1501475', 'topRSID': 'rs58726213', 'Disease': 'AD', 'Gene': 'RP11-196G11.2', 'p_SMR_multi': 1.368465e-07, 'p_HEIDI': 4.030446e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_1291234', 'topRSID': 'rs55979739', 'Disease': 'AD', 'Gene': 'RP11-196G11.2', 'p_SMR_multi': 2.582734e-06, '... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1692 | Q49 | Are there any SMR association signals with the gene MSMO1 in Parkinson's Disease? | No, there are no SNPs within MSMO1 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 = 'MSMO1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.127 | Q49 | Are there any SMR association signals with the gene RP1-20B21.4 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP1-20B21.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 = 'RP1-20B21.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.1031 | Q49 | Are there any SMR association signals with the gene LINC00554 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within LINC00554 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 = 'LINC00554' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.399 | Q49 | Are there any SMR association signals with the gene AC011995.1 in Alzheimer's Disease? | No, there are no SNPs within AC011995.1 that have significant SMR association signals in Alzheimer's Disease. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'AC011995.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.444 | Q49 | Are there any SMR association signals with the gene PIPOX in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within PIPOX 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 = 'PIPOX' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.166 | Q49 | Are there any SMR association signals with the gene RNF5P1 in Alzheimer's Disease? | No, there are no SNPs within RNF5P1 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 = 'RNF5P1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.206 | Q49 | Are there any SMR association signals with the gene LYPLA2 in Alzheimer's Disease? | No, there are no SNPs within LYPLA2 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 = 'LYPLA2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1571 | Q49 | Are there any SMR association signals with the gene C2CD6 in Progressive supranuclear palsy? | No, there are no SNPs within C2CD6 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 = 'C2CD6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1641 | Q49 | Are there any SMR association signals with the gene CRYGA in Parkinson's Disease? | No, there are no SNPs within CRYGA 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 = 'CRYGA' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1565 | Q49 | Are there any SMR association signals with the gene RP11-619A14.2 in Progressive supranuclear palsy? | No, there are no SNPs within RP11-619A14.2 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'RP11-619A14.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.491 | Q49 | Are there any SMR association signals with the gene BCL7A in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within BCL7A 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 = 'BCL7A' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1966 | Q49 | Are there any SMR association signals with the gene RP11-867G2.6 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-867G2.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-867G2.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.1800 | Q49 | Are there any SMR association signals with the gene NNT in Alzheimer's Disease? | No, there are no SNPs within NNT 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 = 'NNT' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1330 | Q49 | Are there any SMR association signals with the gene EFCAB8 in Lewy Body Dementia? | No, there are no SNPs within EFCAB8 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 = 'EFCAB8' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.285 | Q49 | Are there any SMR association signals with the gene TREML2 in Alzheimer's Disease? | Yes, there are 3 SNPs within TREML2 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs3800342
• Whole Brain: Adjusted SMR multi-SNP P-value: 1.21e-10; HEIDI: 7.7429e-04
• rs9471495
• 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 = 'TREML2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_67040', 'topRSID': 'rs3800342', 'Disease': 'AD', 'Gene': 'TREML2', 'p_SMR_multi': 1.208504e-10, 'p_HEIDI': 0.0007742865}, {'UUID': 'NDD_SMR_genes_all_update_text_622647', 'topRSID': 'rs3800342', 'Disease': 'AD', 'Gene': 'TREML2', 'p_SMR_multi': 1.735689e-10, 'p_HEIDI': 0.0142527... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1375 | Q49 | Are there any SMR association signals with the gene C10orf81 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within C10orf81 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 = 'C10orf81' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.221 | Q49 | Are there any SMR association signals with the gene TSC2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within TSC2 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 = 'TSC2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1931 | Q49 | Are there any SMR association signals with the gene CTC-756D1.1 in Progressive supranuclear palsy? | No, there are no SNPs within CTC-756D1.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 = 'CTC-756D1.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.888 | Q49 | Are there any SMR association signals with the gene AC008984.2 in Alzheimer's Disease? | Yes, there is 1 SNP within AC008984.2 that has a significant SMR association signal in Alzheimer's Disease:
• rs1761453
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.02e-06; HEIDI: 5.7705e-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 = 'AC008984.2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1504183', 'topRSID': 'rs1761453', 'Disease': 'AD', 'Gene': 'AC008984.2', 'p_SMR_multi': 2.023069e-06, 'p_HEIDI': 0.05770473}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1623 | Q49 | Are there any SMR association signals with the gene C6orf162 in Lewy Body Dementia? | No, there are no SNPs within C6orf162 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 = 'C6orf162' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.701 | Q49 | Are there any SMR association signals with the gene COL21A1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within COL21A1 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 = 'COL21A1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.61 | Q49 | Are there any SMR association signals with the gene CR2 in Alzheimer's Disease? | Yes, there is 1 SNP within CR2 that has a significant SMR association signal in Alzheimer's Disease:
• rs1019830
• Prefrontal Cortex: Adjusted SMR multi-SNP P-value: 8.03e-09; HEIDI: 1.0626e-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 = 'CR2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1195475', 'topRSID': 'rs1019830', 'Disease': 'AD', 'Gene': 'CR2', 'p_SMR_multi': 8.027354e-09, 'p_HEIDI': 0.0001062646}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.843 | Q49 | Are there any SMR association signals with the gene ULK4 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within ULK4 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 = 'ULK4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1356 | Q49 | Are there any SMR association signals with the gene HELZ2 in Frontotemporal Dementia? | No, there are no SNPs within HELZ2 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 = 'HELZ2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.76 | Q49 | Are there any SMR association signals with the gene VASP in Alzheimer's Disease? | Yes, there is 1 SNP within VASP that has a significant SMR association signal in Alzheimer's Disease:
• rs7252959
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.47e-07; HEIDI: 1.2603e-03
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'VASP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1503927', 'topRSID': 'rs7252959', 'Disease': 'AD', 'Gene': 'VASP', 'p_SMR_multi': 4.468401e-07, 'p_HEIDI': 0.001260265}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.165 | Q49 | Are there any SMR association signals with the gene STAG3 in Alzheimer's Disease? | Yes, there are 17 SNPs within STAG3 that have significant SMR association signals in Alzheimer's Disease. Here are the top 10 SNPs, listed with the tissue having the most significant SMR value:
• rs11767968
• Whole Brain: Adjusted SMR multi-SNP P-value: 1.17e-11; HEIDI: 8.48e-05
• rs1636988
• Whole Blood: Adjus... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'STAG3' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_74050', 'topRSID': 'rs11767968', 'Disease': 'AD', 'Gene': 'STAG3', 'p_SMR_multi': 1.165779e-11, 'p_HEIDI': 8.480336e-05}, {'UUID': 'NDD_SMR_genes_all_update_text_585987', 'topRSID': 'rs1636988', 'Disease': 'AD', 'Gene': 'STAG3', 'p_SMR_multi': 1.178562e-11, 'p_HEIDI': 0.00013145... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.576 | Q49 | Are there any SMR association signals with the gene ZSCAN20 in Lewy Body Dementia? | No, there are no SNPs within ZSCAN20 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 = 'ZSCAN20' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.959 | Q49 | Are there any SMR association signals with the gene SHF in Frontotemporal Dementia? | No, there are no SNPs within SHF 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 = 'SHF' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1540 | Q49 | Are there any SMR association signals with the gene RP11-609L3.1 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-609L3.1 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'RP11-609L3.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.1046 | Q49 | Are there any SMR association signals with the gene TM6SF2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within TM6SF2 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 = 'TM6SF2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1706 | Q49 | Are there any SMR association signals with the gene SMC6 in Frontotemporal Dementia? | No, there are no SNPs within SMC6 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 = 'SMC6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.513 | Q49 | Are there any SMR association signals with the gene TRBV7-3 in Progressive supranuclear palsy? | No, there are no SNPs within TRBV7-3 that have significant SMR association signals in Progressive supranuclear palsy. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'TRBV7-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.46 | Q49 | Are there any SMR association signals with the gene MVP in Alzheimer's Disease? | Yes, there are 2 SNPs within MVP that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs12920760
• Whole Blood: Adjusted SMR multi-SNP P-value: 4.84e-08; HEIDI: 2.80e-05
• rs10204
• Whole Blood: 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 = 'MVP' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_577401', 'topRSID': 'rs12920760', 'Disease': 'AD', 'Gene': 'MVP', 'p_SMR_multi': 4.844785e-08, 'p_HEIDI': 2.80169e-05}, {'UUID': 'NDD_SMR_genes_all_update_text_1501435', 'topRSID': 'rs10204', 'Disease': 'AD', 'Gene': 'MVP', 'p_SMR_multi': 2.926878e-06, 'p_HEIDI': 0.000301623}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.946 | Q49 | Are there any SMR association signals with the gene MGC57346 in Progressive supranuclear palsy? | Yes, there is 1 SNP within MGC57346 that has a significant SMR association signal in Progressive supranuclear palsy:
• rs169201
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.68e-21; HEIDI: 4.49e-06
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PSP' AND Gene = 'MGC57346' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1041718', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'MGC57346', 'p_SMR_multi': 5.68239e-21, 'p_HEIDI': 4.486385e-06}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.366 | Q49 | Are there any SMR association signals with the gene APOC1P1 in Lewy Body Dementia? | Yes, there are 2 SNPs within APOC1P1 that have significant SMR association signals in Lewy Body Dementia. Each SNP is listed with the tissue having the most significant SMR value:
• rs59325138
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.21e-10; HEIDI: 3.56e-19
• rs157595
• Whole Brain: Adjusted SMR multi-S... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'LBD' AND Gene = 'APOC1P1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_928302', 'topRSID': 'rs59325138', 'Disease': 'LBD', 'Gene': 'APOC1P1', 'p_SMR_multi': 5.210558e-10, 'p_HEIDI': 3.5635789999999995e-19}, {'UUID': 'NDD_SMR_genes_all_update_text_402976', 'topRSID': 'rs157595', 'Disease': 'LBD', 'Gene': 'APOC1P1', 'p_SMR_multi': 4.017664e-07, 'p_HE... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.540 | Q49 | Are there any SMR association signals with the gene ISG20 in Lewy Body Dementia? | No, there are no SNPs within ISG20 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 = 'ISG20' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.79 | Q49 | Are there any SMR association signals with the gene TOMM40L in Alzheimer's Disease? | Yes, there is 1 SNP within TOMM40L that has a significant SMR association signal in Alzheimer's Disease:
• rs5082
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.40e-06; HEIDI: 9.03e-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 = 'TOMM40L' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1490910', 'topRSID': 'rs5082', 'Disease': 'AD', 'Gene': 'TOMM40L', 'p_SMR_multi': 1.395985e-06, 'p_HEIDI': 9.026045e-05}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1917 | Q49 | Are there any SMR association signals with the gene TRGV4 in Frontotemporal Dementia? | No, there are no SNPs within TRGV4 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 = 'TRGV4' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1416 | Q49 | Are there any SMR association signals with the gene TIFAB in Frontotemporal Dementia? | No, there are no SNPs within TIFAB 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 = 'TIFAB' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.586 | Q49 | Are there any SMR association signals with the gene GPR61 in Progressive supranuclear palsy? | No, there are no SNPs within GPR61 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 = 'GPR61' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1795 | Q49 | Are there any SMR association signals with the gene ADCY10P1 in Alzheimer's Disease? | Yes, there are 5 SNPs within ADCY10P1 that have significant SMR association signals in Alzheimer's Disease. Each SNP is listed with the tissue having the most significant SMR value:
• rs62396334
• Whole Blood: Adjusted SMR multi-SNP P-value: 1.12e-12; HEIDI: 5.29e-09
• rs78609059
• Whole Blood: Adjusted SMR mul... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'ADCY10P1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1494867', 'topRSID': 'rs62396334', 'Disease': 'AD', 'Gene': 'ADCY10P1', 'p_SMR_multi': 1.117616e-12, 'p_HEIDI': 5.292267e-09}, {'UUID': 'NDD_SMR_genes_all_update_text_622643', 'topRSID': 'rs78609059', 'Disease': 'AD', 'Gene': 'ADCY10P1', 'p_SMR_multi': 3.61254e-08, 'p_HEIDI': 8.... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.771 | Q49 | Are there any SMR association signals with the gene CYBC1 in Parkinson's Disease? | No, there are no SNPs within CYBC1 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 = 'CYBC1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.371 | Q49 | Are there any SMR association signals with the gene CASP16 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within CASP16 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 = 'CASP16' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.809 | Q49 | Are there any SMR association signals with the gene AP001257.1 in Alzheimer's Disease? | Yes, there is 1 SNP within AP001257.1 that has a significant SMR association signal in Alzheimer's Disease:
• rs620368
• Whole Blood: Adjusted SMR multi-SNP P-value: 3.20e-10; HEIDI: 3.3203e-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 = 'AP001257.1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1498261', 'topRSID': 'rs620368', 'Disease': 'AD', 'Gene': 'AP001257.1', 'p_SMR_multi': 3.201054e-10, 'p_HEIDI': 0.03320265}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.31 | Q49 | Are there any SMR association signals with the gene MCCC1-AS1 in Progressive supranuclear palsy? | No, there are no SNPs within MCCC1-AS1 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 = 'MCCC1-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.1960 | Q49 | Are there any SMR association signals with the gene TBX6 in Alzheimer's Disease? | Yes, there is 1 SNP within TBX6 that has a significant SMR association signal in Alzheimer's Disease:
• rs3809627
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.82e-07; HEIDI: 5.04e-06
| SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'TBX6' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1501443', 'topRSID': 'rs3809627', 'Disease': 'AD', 'Gene': 'TBX6', 'p_SMR_multi': 2.822436e-07, 'p_HEIDI': 5.036562e-06}, {'UUID': 'NDD_SMR_genes_all_update_text_1111647', 'topRSID': 'rs3809627', 'Disease': 'AD', 'Gene': 'TBX6', 'p_SMR_multi': 4.169908e-07, 'p_HEIDI': 0.00015851... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1742 | Q49 | Are there any SMR association signals with the gene USP42 in Lewy Body Dementia? | No, there are no SNPs within USP42 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 = 'USP42' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1577 | Q49 | Are there any SMR association signals with the gene RP11-516C1.1 in Frontotemporal Dementia? | No, there are no SNPs within RP11-516C1.1 that have significant SMR association signals in Frontotemporal Dementia. | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'FTD' AND Gene = 'RP11-516C1.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.794 | Q49 | Are there any SMR association signals with the gene PSORS1C1 in Alzheimer's Disease? | Yes, there are 11 SNPs within PSORS1C1 that have significant SMR association signals in Alzheimer's Disease. Here are the top 10 SNPs, listed with the tissue having the most significant SMR value:
• rs9501055
• Whole Blood: Adjusted SMR multi-SNP P-value: 5.49e-08; HEIDI: 4.8590e-03
• rs3909111
• Whole Blood: A... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'AD' AND Gene = 'PSORS1C1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_620729', 'topRSID': 'rs9501055', 'Disease': 'AD', 'Gene': 'PSORS1C1', 'p_SMR_multi': 5.485384e-08, 'p_HEIDI': 0.004858996}, {'UUID': 'NDD_SMR_genes_all_update_text_620724', 'topRSID': 'rs3909111', 'Disease': 'AD', 'Gene': 'PSORS1C1', 'p_SMR_multi': 1.905324e-07, 'p_HEIDI': 0.012... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1249 | Q49 | Are there any SMR association signals with the gene LOC391322 in Frontotemporal Dementia? | No, there are no SNPs within LOC391322 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 = 'LOC391322' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.501 | Q49 | Are there any SMR association signals with the gene C9orf72 in Amyotrophic Lateral Sclerosis? | Yes, there are 9 SNPs within C9orf72 that have significant SMR association signals in Amyotrophic Lateral Sclerosis. Each SNP is listed with the tissue having the most significant SMR value:
• rs774358
• Whole Blood: Adjusted SMR multi-SNP P-value: 6.69e-22; HEIDI: 2.80e-11
• rs1031153
• Cortex: Adjusted SMR mu... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'ALS' AND Gene = 'C9orf72' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1512421', 'topRSID': 'rs774358', 'Disease': 'ALS', 'Gene': 'C9orf72', 'p_SMR_multi': 6.686547e-22, 'p_HEIDI': 2.803834e-11}, {'UUID': 'NDD_SMR_genes_all_update_text_1403105', 'topRSID': 'rs774358', 'Disease': 'ALS', 'Gene': 'C9orf72', 'p_SMR_multi': 8.368701e-18, 'p_HEIDI': 3.64... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1551 | Q49 | Are there any SMR association signals with the gene LRRFIP2 in Alzheimer's Disease? | Yes, there is 1 SNP within LRRFIP2 that has a significant SMR association signal in Alzheimer's Disease:
• rs17810211
• Whole Blood: Adjusted SMR multi-SNP P-value: 2.56e-06; HEIDI: 8.8230e-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 = 'LRRFIP2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1492564', 'topRSID': 'rs17810211', 'Disease': 'AD', 'Gene': 'LRRFIP2', 'p_SMR_multi': 2.560905e-06, 'p_HEIDI': 0.08822957}] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1568 | Q49 | Are there any SMR association signals with the gene RP11-930P14.2 in Parkinson's Disease? | No, there are no SNPs within RP11-930P14.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-930P14.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.991 | Q49 | Are there any SMR association signals with the gene GNA13 in Parkinson's Disease? | No, there are no SNPs within GNA13 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 = 'GNA13' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1574 | Q49 | Are there any SMR association signals with the gene C20orf85 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within C20orf85 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 = 'C20orf85' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.45 | Q49 | Are there any SMR association signals with the gene LRRC37A2 in Parkinson's Disease? | Yes, there are 19 SNPs within LRRC37A2 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:
• rs2696466
• Cortex: Adjusted SMR multi-SNP P-value: 6.37e-16; HEIDI: -1.00e+04
• rs112560196
• Whole Blood: Adjus... | SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI
FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full`
WHERE Disease = 'PD' AND Gene = 'LRRC37A2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [{'UUID': 'NDD_SMR_genes_all_update_text_1147259', 'topRSID': 'rs2696466', 'Disease': 'PD', 'Gene': 'LRRC37A2', 'p_SMR_multi': 6.374703e-16, 'p_HEIDI': -9999.0}, {'UUID': 'NDD_SMR_genes_all_update_text_1564792', 'topRSID': 'rs112560196', 'Disease': 'PD', 'Gene': 'LRRC37A2', 'p_SMR_multi': 8.616359e-16, 'p_HEIDI': 2.546... | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1608 | Q49 | Are there any SMR association signals with the gene RP11-335K5.2 in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within RP11-335K5.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-335K5.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.171 | Q49 | Are there any SMR association signals with the gene USP17L21 in Parkinson's Disease? | No, there are no SNPs within USP17L21 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 = 'USP17L21' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.307 | Q49 | Are there any SMR association signals with the gene GSE1 in Progressive supranuclear palsy? | No, there are no SNPs within GSE1 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 = 'GSE1' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1957 | Q49 | Are there any SMR association signals with the gene OGN in Amyotrophic Lateral Sclerosis? | No, there are no SNPs within OGN 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 = 'OGN' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1105 | Q49 | Are there any SMR association signals with the gene EXOSC2 in Parkinson's Disease? | No, there are no SNPs within EXOSC2 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 = 'EXOSC2' AND p_SMR_multi < 2.95e-6
ORDER BY p_SMR_multi
LIMIT 100 | [] | refined | Select, Order By, Multi-Filter, Threshold | SMR Significance |
Q49.1925 | Q49 | Are there any SMR association signals with the gene RP11-359E3.4 in Alzheimer's Disease? | No, there are no SNPs within RP11-359E3.4 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-359E3.4' 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.