Datasets:

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
Q67.860
Q67
What is the top-associated SNP of the gene TBX6 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data for AD and is it functionally significant?
The top-associated SNP for TBX6 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data for AD is rs3809627, which has a multi-SNP SMR p-value of 4.66e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "TBX6" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%multi ancestry whole brain meta-analysis eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1396163', 'topRSID': 'rs3809627', 'Disease': 'AD', 'Gene': 'TBX6', 'p_SMR_multi': 4.656974e-07, 'p_HEIDI': 1.912084e-07, 'Omic_tissue': 'Multi Ancestry Whole Brain', 'Omic_type': 'Multi Ancestry Whole Brain Meta-analysis eQTL', 'func_sig': 'association meets significance thresho...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1325
Q67
What is the top-associated SNP of the gene GAK in Whole Blood mQTL omic data for PD and is it functionally significant?
The top-associated SNP for GAK in Whole Blood mQTL omic data for PD is rs73207790, which has a multi-SNP SMR p-value of 2.64e-06 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "GAK" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_996273', 'topRSID': 'rs12651271', 'Disease': 'PD', 'Gene': 'GAK', 'p_SMR_multi': 6.180527e-09, 'p_HEIDI': 3.619298e-07, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Disequ...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.632
Q67
What is the top-associated SNP of the gene LRRC37A2 in Anterior Cingulate Cortex BA24 eQTL omic data for PD and is it functionally significant?
The top-associated SNP for LRRC37A2 in Anterior Cingulate Cortex BA24 eQTL omic data for PD is rs56971664, which has a multi-SNP SMR p-value of 2.11e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "LRRC37A2" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%anterior cingulate cortex ba24 eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1488147', 'topRSID': 'rs56971664', 'Disease': 'PD', 'Gene': 'LRRC37A2', 'p_SMR_multi': 2.108328e-11, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Anterior Cingulate Cortex BA24', 'Omic_type': 'Anterior Cingulate Cortex BA24 eQTL', 'func_sig': 'association meets significance threshold but...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.692
Q67
What is the top-associated SNP of the gene METTL18 in Tibial Nerve eQTL omic data for FTD and is it functionally significant?
There are no SNPs within the gene METTL18 in Tibial Nerve eQTL omic data that are significantly associated with FTD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "METTL18" AND Disease = "FTD" AND LOWER(Omic_type) LIKE "%tibial nerve eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1303553', 'topRSID': 'rs12143057', 'Disease': 'FTD', 'Gene': 'METTL18', 'p_SMR_multi': 0.6329634, 'p_HEIDI': 0.4764614, 'Omic_tissue': 'Tibial Nerve', 'Omic_type': 'Tibial Nerve eQTL', 'func_sig': 'not functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1562
Q67
What is the top-associated SNP of the gene MAPT in Whole Brain meta-analysis mQTL omic data for AD and is it functionally significant?
The top-associated SNP for MAPT in Whole Brain meta-analysis mQTL omic data for AD is rs17651483, which has a multi-SNP SMR p-value of 1.26e-06 and a HEIDI of 0.18, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MAPT" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_115183', 'topRSID': 'rs17650872', 'Disease': 'AD', 'Gene': 'MAPT', 'p_SMR_multi': 4.321768e-07, 'p_HEIDI': 0.6403735, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_115...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.575
Q67
What is the top-associated SNP of the gene KANSL1-AS1 in Putamen Basal Ganglia eQTL omic data for PSP and is it functionally significant?
The top-associated SNP for KANSL1-AS1 in Putamen Basal Ganglia eQTL omic data for PSP is rs1981997, which has a multi-SNP SMR p-value of 1.87e-19 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "KANSL1-AS1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%putamen basal ganglia eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1596822', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 1.873105e-19, 'p_HEIDI': 4.5728e-18, 'Omic_tissue': 'Putamen Basal Ganglia', 'Omic_type': 'Putamen Basal Ganglia eQTL', 'func_sig': 'association meets significance threshold but shows signs ...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1909
Q67
What is the top-associated SNP of the gene RP11-320P7.2 in Cerebellar Hemisphere eQTL omic data for PD and is it functionally significant?
There are no SNPs within the gene RP11-320P7.2 in Cerebellar Hemisphere eQTL omic data that are significantly associated with PD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RP11-320P7.2" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%cerebellar hemisphere eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1190379', 'topRSID': 'rs4567514', 'Disease': 'PD', 'Gene': 'RP11-320P7.2', 'p_SMR_multi': 0.1659966, 'p_HEIDI': 0.3449253, 'Omic_tissue': 'Cerebellar Hemisphere', 'Omic_type': 'Cerebellar Hemisphere eQTL', 'func_sig': 'not functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.18
Q67
What is the top-associated SNP of the gene KANSL1-AS1 in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant?
The top-associated SNP for KANSL1-AS1 in Whole Blood eQTL eQTLgen omic data for AD is rs2532233, which has a multi-SNP SMR p-value of 1.09e-06 and a HEIDI of 0.09, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "KANSL1-AS1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1502449', 'topRSID': 'rs2532233', 'Disease': 'AD', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 1.091459e-06, 'p_HEIDI': 0.09027697, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.130
Q67
What is the top-associated SNP of the gene RP11-707O23.5 in Hippocampus eQTL omic data for PSP and is it functionally significant?
The top-associated SNP for RP11-707O23.5 in Hippocampus eQTL omic data for PSP is rs1981997, which has a multi-SNP SMR p-value of 6.50e-16 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RP11-707O23.5" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%hippocampus eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1388480', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'RP11-707O23.5', 'p_SMR_multi': 6.500564e-16, 'p_HEIDI': 2.260749e-16, 'Omic_tissue': 'Hippocampus', 'Omic_type': 'Hippocampus eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1361
Q67
What is the top-associated SNP of the gene KANSL1-AS1 in Whole Brain eQTL omic data for AD and is it functionally significant?
The top-associated SNP for KANSL1-AS1 in Whole Brain eQTL omic data for AD is rs1378358, which has a multi-SNP SMR p-value of 3.99e-07 and a HEIDI of 0.44, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "KANSL1-AS1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1610866', 'topRSID': 'rs1378358', 'Disease': 'AD', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 3.990818e-07, 'p_HEIDI': 0.4364977, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1291
Q67
What is the top-associated SNP of the gene CR1 in Cerebellum eQTL omic data for AD and is it functionally significant?
The top-associated SNP for CR1 in Cerebellum eQTL omic data for AD is rs1830763, which has a multi-SNP SMR p-value of 1.72e-08 and a HEIDI of 0.11, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "CR1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_2441', 'topRSID': 'rs1830763', 'Disease': 'AD', 'Gene': 'CR1', 'p_SMR_multi': 1.723238e-08, 'p_HEIDI': 0.1091882, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1969
Q67
What is the top-associated SNP of the gene SPPL2C in Cerebellum eQTL omic data for PD and is it functionally significant?
The top-associated SNP for SPPL2C in Cerebellum eQTL omic data for PD is rs2532233, which has a multi-SNP SMR p-value of 1.57e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "SPPL2C" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_19646', 'topRSID': 'rs2532233', 'Disease': 'PD', 'Gene': 'SPPL2C', 'p_SMR_multi': 1.566455e-11, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Disequilibri...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.935
Q67
What is the top-associated SNP of the gene EFNA4 in Whole Brain meta-analysis mQTL omic data for PD and is it functionally significant?
The top-associated SNP for EFNA4 in Whole Brain meta-analysis mQTL omic data for PD is rs3765087, which has a multi-SNP SMR p-value of 1.68e-06 and a HEIDI of 0.02, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "EFNA4" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_415494', 'topRSID': 'rs3765087', 'Disease': 'PD', 'Gene': 'EFNA4', 'p_SMR_multi': 1.676525e-06, 'p_HEIDI': 0.02066825, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_41...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.989
Q67
What is the top-associated SNP of the gene SOSTDC1 in Cortex eQTL metaBrain omic data for FTD and is it functionally significant?
There are no SNPs within the gene SOSTDC1 in Cortex eQTL metaBrain omic data that are significantly associated with FTD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "SOSTDC1" AND Disease = "FTD" AND LOWER(Omic_type) LIKE "%cortex eqtl metabrain%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1123837', 'topRSID': 'rs1295129', 'Disease': 'FTD', 'Gene': 'SOSTDC1', 'p_SMR_multi': 0.9245327, 'p_HEIDI': 0.8247082, 'Omic_tissue': 'Cortex', 'Omic_type': 'Cortex eQTL metaBrain', 'func_sig': 'not functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1965
Q67
What is the top-associated SNP of the gene GDPD3 in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant?
The top-associated SNP for GDPD3 in Whole Blood eQTL eQTLgen omic data for AD is rs57149692, which has a multi-SNP SMR p-value of 1.29e-06 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "GDPD3" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1501447', 'topRSID': 'rs57149692', 'Disease': 'AD', 'Gene': 'GDPD3', 'p_SMR_multi': 1.289452e-06, 'p_HEIDI': 0.0005426177, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.193
Q67
What is the top-associated SNP of the gene BMP7 in Whole Blood mQTL omic data for AD and is it functionally significant?
There are no SNPs within the gene BMP7 in Whole Blood mQTL omic data that are significantly associated with AD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "BMP7" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_581552', 'topRSID': 'rs2865360', 'Disease': 'AD', 'Gene': 'BMP7', 'p_SMR_multi': 0.1670455, 'p_HEIDI': 0.1710216, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_581555', 'topRSID...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1149
Q67
What is the top-associated SNP of the gene ERICH1-AS1 in Whole Blood mQTL omic data for ALS and is it functionally significant?
There are no SNPs within the gene ERICH1-AS1 in Whole Blood mQTL omic data that are significantly associated with ALS, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "ERICH1-AS1" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_689041', 'topRSID': 'rs56229919', 'Disease': 'ALS', 'Gene': 'ERICH1-AS1', 'p_SMR_multi': 0.001503868, 'p_HEIDI': 0.4612208, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_689043'...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1001
Q67
What is the top-associated SNP of the gene RP11-259G18.3 in Nucleus Accumbens Basal Ganglia omic data for PSP and is it functionally significant?
The top-associated SNP for RP11-259G18.3 in Nucleus Accumbens Basal Ganglia omic data for PSP is rs169201, which has a multi-SNP SMR p-value of 1.59e-19 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RP11-259G18.3" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%nucleus accumbens basal ganglia%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1732397', 'topRSID': 'rs169201', 'Disease': 'PSP', 'Gene': 'RP11-259G18.3', 'p_SMR_multi': 1.5889129999999998e-19, 'p_HEIDI': 1.2779040000000003e-17, 'Omic_tissue': 'Nucleus Accumbens Basal', 'Omic_type': 'Nucleus Accumbens Basal Ganglia', 'func_sig': 'association meets signific...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1956
Q67
What is the top-associated SNP of the gene KANSL1-AS1 in Frontal Cortex BA9 eQTL omic data for AD and is it functionally significant?
The top-associated SNP for KANSL1-AS1 in Frontal Cortex BA9 eQTL omic data for AD is rs199533, which has a multi-SNP SMR p-value of 2.55e-06 and a HEIDI of 0.55, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "KANSL1-AS1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%frontal cortex ba9 eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1157200', 'topRSID': 'rs199533', 'Disease': 'AD', 'Gene': 'KANSL1-AS1', 'p_SMR_multi': 2.550875e-06, 'p_HEIDI': 0.5535007, 'Omic_tissue': 'Frontal Cortex', 'Omic_type': 'Frontal Cortex BA9 eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1657
Q67
What is the top-associated SNP of the gene MCF2L in Whole Blood mQTL omic data for FTD and is it functionally significant?
There are no SNPs within the gene MCF2L in Whole Blood mQTL omic data that are significantly associated with FTD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MCF2L" AND Disease = "FTD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_764980', 'topRSID': 'rs2993297', 'Disease': 'FTD', 'Gene': 'MCF2L', 'p_SMR_multi': 0.04126983, 'p_HEIDI': 0.7652428, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_764981', 'topR...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.613
Q67
What is the top-associated SNP of the gene PIGU in Whole Blood mQTL omic data for PD and is it functionally significant?
There are no SNPs within the gene PIGU in Whole Blood mQTL omic data that are significantly associated with PD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "PIGU" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1022583', 'topRSID': 'rs6059913', 'Disease': 'PD', 'Gene': 'PIGU', 'p_SMR_multi': 0.05232156, 'p_HEIDI': 0.1418435, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_1022584', 'topR...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.183
Q67
What is the top-associated SNP of the gene RPS11 in Cerebellum eQTL omic data for LBD and is it functionally significant?
There are no SNPs within the gene RPS11 in Cerebellum eQTL omic data that are significantly associated with LBD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RPS11" AND Disease = "LBD" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_15015', 'topRSID': 'rs17555056', 'Disease': 'LBD', 'Gene': 'RPS11', 'p_SMR_multi': 0.5625343, 'p_HEIDI': 0.3609796, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_1705740', 'topRSI...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.305
Q67
What is the top-associated SNP of the gene RAB8B in Whole Blood mQTL omic data for AD and is it functionally significant?
The top-associated SNP for RAB8B in Whole Blood mQTL omic data for AD is rs2729793, which has a multi-SNP SMR p-value of 4.97e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RAB8B" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_646596', 'topRSID': 'rs2729793', 'Disease': 'AD', 'Gene': 'RAB8B', 'p_SMR_multi': 4.974919e-07, 'p_HEIDI': 0.001616564, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Disequ...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.502
Q67
What is the top-associated SNP of the gene MMRN1 in Whole Blood mQTL omic data for PD and is it functionally significant?
The top-associated SNP for MMRN1 in Whole Blood mQTL omic data for PD is rs78945589, which has a multi-SNP SMR p-value of 1.27e-08 and a HEIDI of 0.06, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MMRN1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_998615', 'topRSID': 'rs78945589', 'Disease': 'PD', 'Gene': 'MMRN1', 'p_SMR_multi': 1.267839e-08, 'p_HEIDI': 0.0612861, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1696
Q67
What is the top-associated SNP of the gene RP11-798G7.8 in Cerebellar Hemisphere eQTL omic data for PSP and is it functionally significant?
The top-associated SNP for RP11-798G7.8 in Cerebellar Hemisphere eQTL omic data for PSP is rs1635291, which has a multi-SNP SMR p-value of 9.85e-12 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RP11-798G7.8" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%cerebellar hemisphere eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1194211', 'topRSID': 'rs1635291', 'Disease': 'PSP', 'Gene': 'RP11-798G7.8', 'p_SMR_multi': 9.845351e-12, 'p_HEIDI': 8.5742e-05, 'Omic_tissue': 'Cerebellar Hemisphere', 'Omic_type': 'Cerebellar Hemisphere eQTL', 'func_sig': 'association meets significance threshold but shows sign...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1721
Q67
What is the top-associated SNP of the gene CEACAM19 in Cerebellar Hemisphere eQTL omic data for AD and is it functionally significant?
The top-associated SNP for CEACAM19 in Cerebellar Hemisphere eQTL omic data for AD is rs714948, which has a multi-SNP SMR p-value of 3.02e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "CEACAM19" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%cerebellar hemisphere eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1175009', 'topRSID': 'rs714948', 'Disease': 'AD', 'Gene': 'CEACAM19', 'p_SMR_multi': 3.01835e-07, 'p_HEIDI': 0.008712987, 'Omic_tissue': 'Cerebellar Hemisphere', 'Omic_type': 'Cerebellar Hemisphere eQTL', 'func_sig': 'association meets significance threshold but shows signs of l...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1662
Q67
What is the top-associated SNP of the gene MAPT-AS1 in Whole Blood mQTL omic data for PSP and is it functionally significant?
The top-associated SNP for MAPT-AS1 in Whole Blood mQTL omic data for PSP is rs169201, which has a multi-SNP SMR p-value of 4.35e-23 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MAPT-AS1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1041727', 'topRSID': 'rs415430', 'Disease': 'PSP', 'Gene': 'MAPT-AS1', 'p_SMR_multi': 1.165767e-28, 'p_HEIDI': 2.375653e-07, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage D...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1639
Q67
What is the top-associated SNP of the gene PRSS36 in Whole Brain eQTL omic data for AD and is it functionally significant?
The top-associated SNP for PRSS36 in Whole Brain eQTL omic data for AD is rs1549299, which has a multi-SNP SMR p-value of 9.79e-07 and a HEIDI of 0.14, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "PRSS36" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole brain eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1610409', 'topRSID': 'rs1549299', 'Disease': 'AD', 'Gene': 'PRSS36', 'p_SMR_multi': 9.789657e-07, 'p_HEIDI': 0.1419257, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.523
Q67
What is the top-associated SNP of the gene TRIM40 in Whole Blood mQTL omic data for AD and is it functionally significant?
The top-associated SNP for TRIM40 in Whole Blood mQTL omic data for AD is rs114882073, which has a multi-SNP SMR p-value of 4.83e-07 and a HEIDI of 0.79, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "TRIM40" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_620281', 'topRSID': 'rs115938232', 'Disease': 'AD', 'Gene': 'TRIM40', 'p_SMR_multi': 3.571278e-07, 'p_HEIDI': 0.7820669, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_620283', 'topR...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1985
Q67
What is the top-associated SNP of the gene AC012146.7 in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant?
The top-associated SNP for AC012146.7 in Whole Blood eQTL eQTLgen omic data for AD is rs73976310, which has a multi-SNP SMR p-value of 1.72e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "AC012146.7" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1501926', 'topRSID': 'rs73976310', 'Disease': 'AD', 'Gene': 'AC012146.7', 'p_SMR_multi': 1.719533e-08, 'p_HEIDI': 0.004887671, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1078
Q67
What is the top-associated SNP of the gene EPHA1-AS1 in Tibial Nerve eQTL omic data for AD and is it functionally significant?
The top-associated SNP for EPHA1-AS1 in Tibial Nerve eQTL omic data for AD is rs11769559, which has a multi-SNP SMR p-value of 1.34e-09 and a HEIDI of 0.05, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "EPHA1-AS1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%tibial nerve eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1287997', 'topRSID': 'rs11769559', 'Disease': 'AD', 'Gene': 'EPHA1-AS1', 'p_SMR_multi': 1.341267e-09, 'p_HEIDI': 0.05050774, 'Omic_tissue': 'Tibial Nerve', 'Omic_type': 'Tibial Nerve eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.482
Q67
What is the top-associated SNP of the gene CEACAM16 in Whole Blood mQTL omic data for AD and is it functionally significant?
The top-associated SNP for CEACAM16 in Whole Blood mQTL omic data for AD is rs62120574, which has a multi-SNP SMR p-value of 8.18e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "CEACAM16" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_637413', 'topRSID': 'rs62120574', 'Disease': 'AD', 'Gene': 'CEACAM16', 'p_SMR_multi': 8.179298e-11, 'p_HEIDI': 2.097485e-10, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage D...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.160
Q67
What is the top-associated SNP of the gene DND1P1 in Cerebellar Hemisphere eQTL omic data for PD and is it functionally significant?
The top-associated SNP for DND1P1 in Cerebellar Hemisphere eQTL omic data for PD is rs1724400, which has a multi-SNP SMR p-value of 1.18e-08 and a HEIDI of 0.15, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "DND1P1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%cerebellar hemisphere eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1191167', 'topRSID': 'rs1724400', 'Disease': 'PD', 'Gene': 'DND1P1', 'p_SMR_multi': 1.183855e-08, 'p_HEIDI': 0.150965, 'Omic_tissue': 'Cerebellar Hemisphere', 'Omic_type': 'Cerebellar Hemisphere eQTL', 'func_sig': 'functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1253
Q67
What is the top-associated SNP of the gene ARHGAP27 in Whole Blood mQTL omic data for PD and is it functionally significant?
The top-associated SNP for ARHGAP27 in Whole Blood mQTL omic data for PD is rs35489312, which has a multi-SNP SMR p-value of 4.07e-13 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "ARHGAP27" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_948846', 'topRSID': 'rs35489312', 'Disease': 'PD', 'Gene': 'ARHGAP27', 'p_SMR_multi': 3.386602e-15, 'p_HEIDI': 0.001263654, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Di...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1205
Q67
What is the top-associated SNP of the gene MMRN1 in Whole Brain eQTL omic data for PD and is it functionally significant?
The top-associated SNP for MMRN1 in Whole Brain eQTL omic data for PD is rs77823616, which has a multi-SNP SMR p-value of 4.19e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MMRN1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole brain eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1636024', 'topRSID': 'rs77823616', 'Disease': 'PD', 'Gene': 'MMRN1', 'p_SMR_multi': 4.188692e-07, 'p_HEIDI': 0.001294043, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dise...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.17
Q67
What is the top-associated SNP of the gene C9orf72 in Whole Blood mQTL omic data for ALS and is it functionally significant?
The top-associated SNP for C9orf72 in Whole Blood mQTL omic data for ALS is rs2282241, which has a multi-SNP SMR p-value of 1.86e-11 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "C9orf72" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_745097', 'topRSID': 'rs2282241', 'Disease': 'ALS', 'Gene': 'C9orf72', 'p_SMR_multi': 1.85908e-11, 'p_HEIDI': 7.971389e-13, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dis...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1550
Q67
What is the top-associated SNP of the gene PEPD in Hippocampus eQTL omic data for FTD and is it functionally significant?
There are no SNPs within the gene PEPD in Hippocampus eQTL omic data that are significantly associated with FTD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "PEPD" AND Disease = "FTD" AND LOWER(Omic_type) LIKE "%hippocampus eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1382945', 'topRSID': 'rs16968074', 'Disease': 'FTD', 'Gene': 'PEPD', 'p_SMR_multi': 0.4288878, 'p_HEIDI': 0.5257354, 'Omic_tissue': 'Hippocampus', 'Omic_type': 'Hippocampus eQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_31721', 'topRS...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1081
Q67
What is the top-associated SNP of the gene TGFB1I1 in Whole Blood mQTL omic data for ALS and is it functionally significant?
There are no SNPs within the gene TGFB1I1 in Whole Blood mQTL omic data that are significantly associated with ALS, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "TGFB1I1" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_737065', 'topRSID': 'rs13143', 'Disease': 'ALS', 'Gene': 'TGFB1I1', 'p_SMR_multi': 0.02108295, 'p_HEIDI': 0.7963134, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_737070', 'topR...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1972
Q67
What is the top-associated SNP of the gene IDUA in Tibial Nerve eQTL omic data for PD and is it functionally significant?
The top-associated SNP for IDUA in Tibial Nerve eQTL omic data for PD is rs11248061, which has a multi-SNP SMR p-value of 3.54e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "IDUA" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%tibial nerve eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1323353', 'topRSID': 'rs11248061', 'Disease': 'PD', 'Gene': 'IDUA', 'p_SMR_multi': 3.538938e-08, 'p_HEIDI': 0.00194353, 'Omic_tissue': 'Tibial Nerve', 'Omic_type': 'Tibial Nerve eQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dise...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.552
Q67
What is the top-associated SNP of the gene TRIM37 in Tibial Nerve eQTL omic data for ALS and is it functionally significant?
There are no SNPs within the gene TRIM37 in Tibial Nerve eQTL omic data that are significantly associated with ALS, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "TRIM37" AND Disease = "ALS" AND LOWER(Omic_type) LIKE "%tibial nerve eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1301258', 'topRSID': 'rs2158966', 'Disease': 'ALS', 'Gene': 'TRIM37', 'p_SMR_multi': 0.1914797, 'p_HEIDI': 0.5768841, 'Omic_tissue': 'Tibial Nerve', 'Omic_type': 'Tibial Nerve eQTL', 'func_sig': 'not functionally significant'}]
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1554
Q67
What is the top-associated SNP of the gene RP11-448P19.1 in Whole Blood mQTL omic data for PD and is it functionally significant?
The top-associated SNP for RP11-448P19.1 in Whole Blood mQTL omic data for PD is rs10750540, which has a multi-SNP SMR p-value of 3.77e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "RP11-448P19.1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_961094', 'topRSID': 'rs10750540', 'Disease': 'PD', 'Gene': 'RP11-448P19.1', 'p_SMR_multi': 1.434394e-07, 'p_HEIDI': 0.004974471, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linka...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.665
Q67
What is the top-associated SNP of the gene HIP1R in Cerebellum eQTL omic data for PD and is it functionally significant?
The top-associated SNP for HIP1R in Cerebellum eQTL omic data for PD is rs10847864, which has a multi-SNP SMR p-value of 1.64e-07 and a HEIDI of 0.66, indicating that it is functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "HIP1R" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%cerebellum eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_20980', 'topRSID': 'rs10847864', 'Disease': 'PD', 'Gene': 'HIP1R', 'p_SMR_multi': 1.644024e-07, 'p_HEIDI': 0.6629918, 'Omic_tissue': 'Cerebellum', 'Omic_type': 'Cerebellum eQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_1709448', 'topRSID'...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1626
Q67
What is the top-associated SNP of the gene PRSS36 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data for PD and is it functionally significant?
The top-associated SNP for PRSS36 in Multi Ancestry Whole Brain Meta-analysis eQTL omic data for PD is rs78924645, which has a multi-SNP SMR p-value of 8.08e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "PRSS36" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%multi ancestry whole brain meta-analysis eqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1435349', 'topRSID': 'rs78924645', 'Disease': 'PD', 'Gene': 'PRSS36', 'p_SMR_multi': 8.075668e-08, 'p_HEIDI': 1.830839e-06, 'Omic_tissue': 'Multi Ancestry Whole Brain', 'Omic_type': 'Multi Ancestry Whole Brain Meta-analysis eQTL', 'func_sig': 'association meets significance thre...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1028
Q67
What is the top-associated SNP of the gene AP4M1 in Whole Blood mQTL omic data for AD and is it functionally significant?
The top-associated SNP for AP4M1 in Whole Blood mQTL omic data for AD is rs35058708, which has a multi-SNP SMR p-value of 1.87e-09 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "AP4M1" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_585972', 'topRSID': 'rs35058708', 'Disease': 'AD', 'Gene': 'AP4M1', 'p_SMR_multi': 1.873799e-09, 'p_HEIDI': 6.636171e-07, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linkage Dise...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1994
Q67
What is the top-associated SNP of the gene MAPT-AS1 in Whole Brain meta-analysis mQTL omic data for PSP and is it functionally significant?
The top-associated SNP for MAPT-AS1 in Whole Brain meta-analysis mQTL omic data for PSP is rs12373139, which has a multi-SNP SMR p-value of 1.10e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MAPT-AS1" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_560854', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'MAPT-AS1', 'p_SMR_multi': 1.544458e-18, 'p_HEIDI': -9999.0, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'association meets significance threshold but shows signs of linkage/ ...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1519
Q67
What is the top-associated SNP of the gene MAPT in Whole Brain meta-analysis mQTL omic data for PSP and is it functionally significant?
The top-associated SNP for MAPT in Whole Brain meta-analysis mQTL omic data for PSP is rs4792891, which has a multi-SNP SMR p-value of 5.81e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MAPT" AND Disease = "PSP" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_560864', 'topRSID': 'rs1981997', 'Disease': 'PSP', 'Gene': 'MAPT', 'p_SMR_multi': 2.100115e-44, 'p_HEIDI': 0.01425494, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_56...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.968
Q67
What is the top-associated SNP of the gene BRF1 in Whole Brain meta-analysis mQTL omic data for PD and is it functionally significant?
There are no SNPs within the gene BRF1 in Whole Brain meta-analysis mQTL omic data that are significantly associated with PD, indicating that it is not functionally significant.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "BRF1" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole brain meta-analysis mqtl%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_480459', 'topRSID': 'rs2816618', 'Disease': 'PD', 'Gene': 'BRF1', 'p_SMR_multi': 0.04472682, 'p_HEIDI': 0.03058101, 'Omic_tissue': 'Whole Brain', 'Omic_type': 'Whole Brain meta-analysis mQTL', 'func_sig': 'not functionally significant'}, {'UUID': 'NDD_SMR_genes_all_update_text_4...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.1883
Q67
What is the top-associated SNP of the gene MYBPC3 in Whole Blood eQTL eQTLgen omic data for AD and is it functionally significant?
The top-associated SNP for MYBPC3 in Whole Blood eQTL eQTLgen omic data for AD is rs11039200, which has a multi-SNP SMR p-value of 1.15e-07 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "MYBPC3" AND Disease = "AD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1498212', 'topRSID': 'rs11039200', 'Disease': 'AD', 'Gene': 'MYBPC3', 'p_SMR_multi': 1.146533e-07, 'p_HEIDI': 0.008616443, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Lin...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q67.287
Q67
What is the top-associated SNP of the gene BCKDK in Whole Blood eQTL eQTLgen omic data for PD and is it functionally significant?
The top-associated SNP for BCKDK in Whole Blood eQTL eQTLgen omic data for PD is rs4889619, which has a multi-SNP SMR p-value of 7.89e-08 but is not functionally significant as the association meets significance threshold but shows signs of linkage/ Linkage Disequilibrium.
SELECT UUID, topRSID, Disease, Gene, p_SMR_multi, p_HEIDI, Omic_tissue, Omic_type, func_sig FROM `{project_id}.{dataset_name}.NeurodegenerativeDiseases_SMR_Genes_Full` WHERE Gene = "BCKDK" AND Disease = "PD" AND LOWER(Omic_type) LIKE "%whole blood eqtl eqtlgen%" ORDER BY p_SMR_multi LIMIT 100
[{'UUID': 'NDD_SMR_genes_all_update_text_1563816', 'topRSID': 'rs4889619', 'Disease': 'PD', 'Gene': 'BCKDK', 'p_SMR_multi': 7.887199e-08, 'p_HEIDI': 0.008231964, 'Omic_tissue': 'Whole Blood', 'Omic_type': 'Whole Blood eQTL eQTLgen', 'func_sig': 'association meets significance threshold but shows signs of linkage/ Linka...
general
Select, Similarity Search, Multi-Filter, Order By
Functional Significance
Q69.589
Q69
What is the nearest gene to SNP rs143354032?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs143354032 is XPO1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs143354032' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2204853', 'nearestGene': 'XPO1'}]
general
Select, Join
Metadata
Q69.1868
Q69
What is the nearest gene to SNP rs1309547881?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs1309547881 is located on or closest to the genes RFC3 and LINC02343.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs1309547881' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15861522', 'nearestGene': 'RFC3;LINC02343'}]
general
Select, Join
Metadata
Q69.1061
Q69
What is the nearest gene to SNP rs186791998?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs186791998 is located on or closest to the genes MTRNR2L7 and ZNF248.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs186791998' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12948382', 'nearestGene': 'MTRNR2L7;ZNF248'}]
general
Select, Join
Metadata
Q69.1084
Q69
What is the nearest gene to SNP rs577327629?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs577327629 is located on or closest to the genes ANXA1 and LOC101927358.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs577327629' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12109925', 'nearestGene': 'ANXA1;LOC101927358'}]
general
Select, Join
Metadata
Q69.925
Q69
What is the nearest gene to SNP rs192624005?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs192624005 is located on or closest to the genes RASGEF1B and HNRNPD.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs192624005' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5697010', 'nearestGene': 'RASGEF1B;HNRNPD'}]
general
Select, Join
Metadata
Q69.73
Q69
What is the nearest gene to SNP rs11103276?
The SNP rs11103276 is located on or closest to the genes RXRA and COL5A1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs11103276' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1623084', 'nearestGene': 'RXRA;COL5A1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12585253', 'nearestGene': 'RXRA;COL5A1'}]
general
Select, Join
Metadata
Q69.435
Q69
What is the nearest gene to SNP rs548054594?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs548054594 is ABCG2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs548054594' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5740685', 'nearestGene': 'ABCG2'}]
general
Select, Join
Metadata
Q69.911
Q69
What is the nearest gene to SNP rs183759106?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs183759106 is HPSE2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs183759106' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13400548', 'nearestGene': 'HPSE2'}]
general
Select, Join
Metadata
Q69.922
Q69
What is the nearest gene to SNP rs790722?
The SNP rs790722 is located on or closest to the genes LOC101928617 and CLLU1-AS1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs790722' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Par...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4647796', 'nearestGene': 'LOC101928617;CLLU1-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_15412271', 'nearestGene': 'LOC101928617;CLLU1-AS1'}]
general
Select, Join
Metadata
Q69.1679
Q69
What is the nearest gene to SNP rs2571236?
The nearest gene to SNP rs2571236 is ATP8B1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs2571236' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7282526', 'nearestGene': 'ATP8B1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19428873', 'nearestGene': 'ATP8B1'}]
general
Select, Join
Metadata
Q69.1272
Q69
What is the nearest gene to SNP rs4608230?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs4608230 is LINC00374.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs4608230' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4024575', 'nearestGene': 'LINC00374'}]
general
Select, Join
Metadata
Q69.1094
Q69
What is the nearest gene to SNP rs12897201?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs12897201 is LINC00609.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs12897201' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_16632056', 'nearestGene': 'LINC00609'}]
general
Select, Join
Metadata
Q69.389
Q69
What is the nearest gene to SNP rs200799913?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs200799913 is GLIS1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs200799913' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_394146', 'nearestGene': 'GLIS1'}]
general
Select, Join
Metadata
Q69.841
Q69
What is the nearest gene to SNP rs186817948?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs186817948 is ONECUT2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs186817948' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19426138', 'nearestGene': 'ONECUT2'}]
general
Select, Join
Metadata
Q69.774
Q69
What is the nearest gene to SNP rs192098796?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs192098796 is located on or closest to the genes LOC100505797 and LINC02864.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs192098796' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19557642', 'nearestGene': 'LOC100505797;LINC02864'}]
general
Select, Join
Metadata
Q69.1805
Q69
What is the nearest gene to SNP rs73605806?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs73605806 is located on or closest to the genes LOC107984507 and FBXL14.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs73605806' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14741013', 'nearestGene': 'LOC107984507;FBXL14'}]
general
Select, Join
Metadata
Q69.1992
Q69
What is the nearest gene to SNP rs189526588?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs189526588 is ABLIM2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs189526588' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_5111455', 'nearestGene': 'ABLIM2'}]
general
Select, Join
Metadata
Q69.1066
Q69
What is the nearest gene to SNP rs144642234?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), the nearest gene to SNP rs144642234 is RAPGEF1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs144642234' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2309659', 'nearestGene': 'RAPGEF1'}]
general
Select, Join
Metadata
Q69.58
Q69
What is the nearest gene to SNP rs4474359?
The nearest gene to SNP rs4474359 is ADAM12.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs4474359' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_29990', 'nearestGene': 'ADAM12'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13608305', 'nearestGene': 'ADAM12'}]
general
Select, Join
Metadata
Q69.1688
Q69
What is the nearest gene to SNP rs10483217?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs10483217 is TTLL1-AS1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs10483217' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_21063722', 'nearestGene': 'TTLL1-AS1'}]
general
Select, Join
Metadata
Q69.1955
Q69
What is the nearest gene to SNP rs557147209?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs557147209 is located on or closest to the genes LOC100129203 and FAM76B.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs557147209' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14410264', 'nearestGene': 'LOC100129203;FAM76B'}]
general
Select, Join
Metadata
Q69.1218
Q69
What is the nearest gene to SNP rs185536336?
The SNP rs185536336 is located on or closest to the genes OR5AN1 and OR5A2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs185536336' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_5218229', 'nearestGene': 'OR5AN1;OR5A2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_14135738', 'nearestGene': 'OR5AN1;OR5A2'}]
general
Select, Join
Metadata
Q69.1680
Q69
What is the nearest gene to SNP rs12681596?
The SNP rs12681596 is located on or closest to the genes LINC02237 and CSMD3.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs12681596' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1092325', 'nearestGene': 'LINC02237;CSMD3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11435029', 'nearestGene': 'LINC02237;CSMD3'}]
general
Select, Join
Metadata
Q69.1975
Q69
What is the nearest gene to SNP rs9320839?
The SNP rs9320839 is located on or closest to the genes GJA1 and HSF2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs9320839' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6538177', 'nearestGene': 'GJA1;HSF2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8909798', 'nearestGene': 'GJA1;HSF2'}]
general
Select, Join
Metadata
Q69.213
Q69
What is the nearest gene to SNP rs12483750?
The SNP rs12483750 is located on or closest to the genes LINC00320 and NCAM2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs12483750' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2056062', 'nearestGene': 'LINC00320;NCAM2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20634953', 'nearestGene': 'LINC00320;NCAM2'}]
general
Select, Join
Metadata
Q69.1534
Q69
What is the nearest gene to SNP rs139570304?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs139570304 is SNTG1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs139570304' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_10970893', 'nearestGene': 'SNTG1'}]
general
Select, Join
Metadata
Q69.1135
Q69
What is the nearest gene to SNP rs4061071?
The SNP rs4061071 is located on or closest to the genes SCRT2 and SLC52A3.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs4061071' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4639040', 'nearestGene': 'SCRT2;SLC52A3'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20097302', 'nearestGene': 'SCRT2;SLC52A3'}]
general
Select, Join
Metadata
Q69.131
Q69
What is the nearest gene to SNP rs28599496?
The nearest gene to SNP rs28599496 is SEPTIN10.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs28599496' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_3924947', 'nearestGene': 'SEPTIN10'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2515994', 'nearestGene': 'SEPTIN10'}]
general
Select, Join
Metadata
Q69.819
Q69
What is the nearest gene to SNP rs972313902?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs972313902 is B4GALT6.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs972313902' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19226284', 'nearestGene': 'B4GALT6'}]
general
Select, Join
Metadata
Q69.1282
Q69
What is the nearest gene to SNP rs7718023?
The SNP rs7718023 is located on or closest to the genes LINC02223 and CDH18.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs7718023' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_87170', 'nearestGene': 'LINC02223;CDH18'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6707986', 'nearestGene': 'LINC02223;CDH18'}]
general
Select, Join
Metadata
Q69.1872
Q69
What is the nearest gene to SNP rs115345188?
The nearest gene to SNP rs115345188 is SNX2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs115345188' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_269950', 'nearestGene': 'SNX2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7491740', 'nearestGene': 'SNX2'}]
general
Select, Join
Metadata
Q69.438
Q69
What is the nearest gene to SNP rs6065858?
The nearest gene to SNP rs6065858 is WFDC11.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs6065858' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4301453', 'nearestGene': 'WFDC11'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20409909', 'nearestGene': 'WFDC11'}]
general
Select, Join
Metadata
Q69.417
Q69
What is the nearest gene to SNP rs10760085?
The SNP rs10760085 is located on or closest to the genes LINC01613 and MIR147A.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs10760085' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6118619', 'nearestGene': 'LINC01613;MIR147A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_12475395', 'nearestGene': 'LINC01613;MIR147A'}]
general
Select, Join
Metadata
Q69.1504
Q69
What is the nearest gene to SNP rs2827868?
The SNP rs2827868 is located on or closest to the genes MIR6130 and D21S2088E.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs2827868' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2787640', 'nearestGene': 'MIR6130;D21S2088E'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_20654055', 'nearestGene': 'MIR6130;D21S2088E'}]
general
Select, Join
Metadata
Q69.234
Q69
What is the nearest gene to SNP rs7677035?
The SNP rs7677035 is located on or closest to the genes GYPA and HHIP-AS1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs7677035' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1546632', 'nearestGene': 'GYPA;HHIP-AS1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6183915', 'nearestGene': 'GYPA;HHIP-AS1'}]
general
Select, Join
Metadata
Q69.1708
Q69
What is the nearest gene to SNP rs113159871?
The SNP rs113159871 is located on or closest to the genes GRM7 and LOC101927394.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs113159871' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_4183880', 'nearestGene': 'GRM7;LOC101927394'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3578646', 'nearestGene': 'GRM7;LOC101927394'}]
general
Select, Join
Metadata
Q69.895
Q69
What is the nearest gene to SNP rs62450291?
The nearest gene to SNP rs62450291 is AGMO.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs62450291' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6288496', 'nearestGene': 'AGMO'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9455258', 'nearestGene': 'AGMO'}]
general
Select, Join
Metadata
Q69.1625
Q69
What is the nearest gene to SNP rs541244743?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs541244743 is located on or closest to the genes SPATA6 and AGBL4.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs541244743' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_362079', 'nearestGene': 'SPATA6;AGBL4'}]
general
Select, Join
Metadata
Q69.699
Q69
What is the nearest gene to SNP rs76328935?
The nearest gene to SNP rs76328935 is NRG2.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs76328935' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_6434072', 'nearestGene': 'NRG2'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_7620266', 'nearestGene': 'NRG2'}]
general
Select, Join
Metadata
Q69.1769
Q69
What is the nearest gene to SNP rs1449945?
The nearest gene to SNP rs1449945 is COMMD1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs1449945' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_654740', 'nearestGene': 'COMMD1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_2208863', 'nearestGene': 'COMMD1'}]
general
Select, Join
Metadata
Q69.301
Q69
What is the nearest gene to SNP rs181582261?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs181582261 is EPHA6.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs181582261' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4267327', 'nearestGene': 'EPHA6'}]
general
Select, Join
Metadata
Q69.1399
Q69
What is the nearest gene to SNP rs66839605?
The SNP rs66839605 is located on or closest to the genes GRIP2 and CCDC174.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs66839605' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_201998', 'nearestGene': 'GRIP2;CCDC174'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_3634068', 'nearestGene': 'GRIP2;CCDC174'}]
general
Select, Join
Metadata
Q69.1987
Q69
What is the nearest gene to SNP rs187032011?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs187032011 is HECW1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs187032011' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_9687934', 'nearestGene': 'HECW1'}]
general
Select, Join
Metadata
Q69.102
Q69
What is the nearest gene to SNP rs72656290?
The SNP rs72656290 is located on or closest to the genes LINC01603 and SULF1.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs72656290' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_833883', 'nearestGene': 'LINC01603;SULF1'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_11121800', 'nearestGene': 'LINC01603;SULF1'}]
general
Select, Join
Metadata
Q69.831
Q69
What is the nearest gene to SNP rs142109172?
The nearest gene to SNP rs142109172 is SH3PXD2A.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs142109172' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_2688420', 'nearestGene': 'SH3PXD2A'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13430692', 'nearestGene': 'SH3PXD2A'}]
general
Select, Join
Metadata
Q69.359
Q69
What is the nearest gene to SNP rs2188593?
The SNP rs2188593 is located on or closest to the genes SLC25A51P1 and LOC102723883.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs2188593' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_1963839', 'nearestGene': 'SLC25A51P1;LOC102723883'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8477681', 'nearestGene': 'SLC25A51P1;LOC102723883'}]
general
Select, Join
Metadata
Q69.114
Q69
What is the nearest gene to SNP rs2194187?
The SNP rs2194187 is located on or closest to the genes PLPP1 and SLC38A9.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs2194187' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'ParkinsonDisease_CompleteGeneData_No23andMe', 'UUID': 'PDno23andme_full_gene_notext_7454517', 'nearestGene': 'PLPP1;SLC38A9'}, {'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_6978829', 'nearestGene': 'PLPP1;SLC38A9'}]
general
Select, Join
Metadata
Q69.1440
Q69
What is the nearest gene to SNP rs79370032?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs79370032 is UNC5B.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs79370032' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.P...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_13190328', 'nearestGene': 'UNC5B'}]
general
Select, Join
Metadata
Q69.1840
Q69
What is the nearest gene to SNP rs553962080?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the nearest gene to SNP rs553962080 is DCC.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs553962080' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_19395908', 'nearestGene': 'DCC'}]
general
Select, Join
Metadata
Q69.952
Q69
What is the nearest gene to SNP rs114591714?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs114591714 is located on or closest to the genes MIR3144 and TBC1D32.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs114591714' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}....
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_8901206', 'nearestGene': 'MIR3144;TBC1D32'}]
general
Select, Join
Metadata
Q69.1186
Q69
What is the nearest gene to SNP rs5852461?
According to the largest European genome-wide meta-analysis of Alzheimer's disease from Bellenguez (2022), the SNP rs5852461 is not known to be located near a gene or there hasn't been one identified yet.
SELECT 'AlzheimerDisease_CombinedGeneData_UUID' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.AlzheimerDisease_CombinedGeneData_UUID` WHERE SNP = 'rs5852461' UNION ALL SELECT 'ParkinsonDisease_CompleteGeneData_No23andMe' AS source_table, UUID, nearestGene FROM `{project_id}.{dataset_name}.Pa...
[{'source_table': 'AlzheimerDisease_CombinedGeneData_UUID', 'UUID': 'AD_combo_gene_notext_UUID_4486930', 'nearestGene': '.'}]
general
Select, Join
Metadata