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
Q2.899
Q2
What is the allele frequency of the SNP rs1525135 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1525135 has an effect allele A frequency of 0.0095 and non-effect allele G frequency of 0.9905.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1525135" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3453395', 'SNP': 'rs1525135', 'effect_allele': 'A', 'effect_allele_frequency': 0.0095, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9905}]
general
Calculate, Select
Allele Frequency
Q2.1483
Q2
What is the allele frequency of the SNP rs4277932 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4277932 has an effect allele T frequency of 0.0365 and non-effect allele C frequency of 0.9635.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4277932" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5700857', 'SNP': 'rs4277932', 'effect_allele': 'T', 'effect_allele_frequency': 0.0365, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9635}]
general
Calculate, Select
Allele Frequency
Q2.1109
Q2
What is the allele frequency of the SNP rs148159357 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148159357 has an effect allele A frequency of 0.0164 and non-effect allele G frequency of 0.9836.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs148159357" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4260704', 'SNP': 'rs148159357', 'effect_allele': 'A', 'effect_allele_frequency': 0.0164, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9836}]
general
Calculate, Select
Allele Frequency
Q2.421
Q2
What is the allele frequency of the SNP rs6088147 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6088147 has an effect allele T frequency of 0.4801 and non-effect allele C frequency of 0.5199.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6088147" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1521181', 'SNP': 'rs6088147', 'effect_allele': 'T', 'effect_allele_frequency': 0.4801, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5199}]
general
Calculate, Select
Allele Frequency
Q2.277
Q2
What is the allele frequency of the SNP rs1146542 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1146542 has an effect allele C frequency of 0.0920 and non-effect allele A frequency of 0.9080.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1146542" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1026538', 'SNP': 'rs1146542', 'effect_allele': 'C', 'effect_allele_frequency': 0.0919999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9080000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1174
Q2
What is the allele frequency of the SNP rs1155815 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1155815 has an effect allele T frequency of 0.2253 and non-effect allele C frequency of 0.7747.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1155815" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4598109', 'SNP': 'rs1155815', 'effect_allele': 'T', 'effect_allele_frequency': 0.2253, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7746999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1487
Q2
What is the allele frequency of the SNP rs2683267 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2683267 has an effect allele C frequency of 0.2671 and non-effect allele T frequency of 0.7329.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2683267" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5719626', 'SNP': 'rs2683267', 'effect_allele': 'C', 'effect_allele_frequency': 0.2671, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7329}]
general
Calculate, Select
Allele Frequency
Q2.1456
Q2
What is the allele frequency of the SNP rs113819209 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113819209 has an effect allele A frequency of 0.4705 and non-effect allele G frequency of 0.5295.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs113819209" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5622520', 'SNP': 'rs113819209', 'effect_allele': 'A', 'effect_allele_frequency': 0.4705, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5295000000000001}]
general
Calculate, Select
Allele Frequency
Q2.253
Q2
What is the allele frequency of the SNP rs192349985 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192349985 has an effect allele G frequency of 0.0179 and non-effect allele A frequency of 0.9821.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs192349985" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_942985', 'SNP': 'rs192349985', 'effect_allele': 'G', 'effect_allele_frequency': 0.0179, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9821}]
general
Calculate, Select
Allele Frequency
Q2.419
Q2
What is the allele frequency of the SNP rs9316471 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9316471 has an effect allele T frequency of 0.1429 and non-effect allele G frequency of 0.8571.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9316471" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1514518', 'SNP': 'rs9316471', 'effect_allele': 'T', 'effect_allele_frequency': 0.1429, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8571}]
general
Calculate, Select
Allele Frequency
Q2.1590
Q2
What is the allele frequency of the SNP rs73873053 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73873053 has an effect allele C frequency of 0.0214 and non-effect allele T frequency of 0.9786.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73873053" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6125273', 'SNP': 'rs73873053', 'effect_allele': 'C', 'effect_allele_frequency': 0.0213999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9786000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1895
Q2
What is the allele frequency of the SNP rs76689835 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76689835 has an effect allele A frequency of 0.2775 and non-effect allele G frequency of 0.7225.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs76689835" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7373799', 'SNP': 'rs76689835', 'effect_allele': 'A', 'effect_allele_frequency': 0.2775, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7224999999999999}]
general
Calculate, Select
Allele Frequency
Q2.582
Q2
What is the allele frequency of the SNP rs116283412 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116283412 has an effect allele T frequency of 0.0928 and non-effect allele A frequency of 0.9072.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs116283412" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2185355', 'SNP': 'rs116283412', 'effect_allele': 'T', 'effect_allele_frequency': 0.0928, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9072}]
general
Calculate, Select
Allele Frequency
Q2.314
Q2
What is the allele frequency of the SNP rs75679157 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75679157 has an effect allele A frequency of 0.0291 and non-effect allele C frequency of 0.9709.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs75679157" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1154859', 'SNP': 'rs75679157', 'effect_allele': 'A', 'effect_allele_frequency': 0.0291, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9709}]
general
Calculate, Select
Allele Frequency
Q2.1962
Q2
What is the allele frequency of the SNP rs961616 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs961616 has an effect allele C frequency of 0.3633 and non-effect allele T frequency of 0.6367.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs961616" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7661182', 'SNP': 'rs961616', 'effect_allele': 'C', 'effect_allele_frequency': 0.3632999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6367}]
general
Calculate, Select
Allele Frequency
Q2.387
Q2
What is the allele frequency of the SNP rs7748555 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7748555 has an effect allele C frequency of 0.1102 and non-effect allele T frequency of 0.8898.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7748555" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1442532', 'SNP': 'rs7748555', 'effect_allele': 'C', 'effect_allele_frequency': 0.1101999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8898000000000001}]
general
Calculate, Select
Allele Frequency
Q2.541
Q2
What is the allele frequency of the SNP rs2188593 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2188593 has an effect allele C frequency of 0.4508 and non-effect allele T frequency of 0.5492.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2188593" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1963839', 'SNP': 'rs2188593', 'effect_allele': 'C', 'effect_allele_frequency': 0.4508, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5492}]
general
Calculate, Select
Allele Frequency
Q2.431
Q2
What is the allele frequency of the SNP rs1107753 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1107753 has an effect allele A frequency of 0.4998 and non-effect allele G frequency of 0.5002.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1107753" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1542886', 'SNP': 'rs1107753', 'effect_allele': 'A', 'effect_allele_frequency': 0.4998, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5002}]
general
Calculate, Select
Allele Frequency
Q2.657
Q2
What is the allele frequency of the SNP rs138985127 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs138985127 has an effect allele A frequency of 0.0104 and non-effect allele G frequency of 0.9896.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs138985127" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2501800', 'SNP': 'rs138985127', 'effect_allele': 'A', 'effect_allele_frequency': 0.0104, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9896}]
general
Calculate, Select
Allele Frequency
Q2.1642
Q2
What is the allele frequency of the SNP rs3864793 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3864793 has an effect allele T frequency of 0.2471 and non-effect allele C frequency of 0.7529.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs3864793" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6376992', 'SNP': 'rs3864793', 'effect_allele': 'T', 'effect_allele_frequency': 0.2471, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7529}]
general
Calculate, Select
Allele Frequency
Q2.1318
Q2
What is the allele frequency of the SNP rs2026436 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2026436 has an effect allele T frequency of 0.2732 and non-effect allele C frequency of 0.7268.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2026436" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5133155', 'SNP': 'rs2026436', 'effect_allele': 'T', 'effect_allele_frequency': 0.2732, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7268}]
general
Calculate, Select
Allele Frequency
Q2.1358
Q2
What is the allele frequency of the SNP rs62009428 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62009428 has an effect allele C frequency of 0.1421 and non-effect allele G frequency of 0.8579.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62009428" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5259254', 'SNP': 'rs62009428', 'effect_allele': 'C', 'effect_allele_frequency': 0.1421, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8579}]
general
Calculate, Select
Allele Frequency
Q2.414
Q2
What is the allele frequency of the SNP rs1263169 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1263169 has an effect allele A frequency of 0.2825 and non-effect allele T frequency of 0.7175.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1263169" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1500279', 'SNP': 'rs1263169', 'effect_allele': 'A', 'effect_allele_frequency': 0.2825, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7175}]
general
Calculate, Select
Allele Frequency
Q2.1615
Q2
What is the allele frequency of the SNP rs77486451 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77486451 has an effect allele C frequency of 0.0089 and non-effect allele A frequency of 0.9911.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs77486451" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6278608', 'SNP': 'rs77486451', 'effect_allele': 'C', 'effect_allele_frequency': 0.0089, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9911}]
general
Calculate, Select
Allele Frequency
Q2.687
Q2
What is the allele frequency of the SNP rs4708016 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4708016 has an effect allele G frequency of 0.1216 and non-effect allele A frequency of 0.8784.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4708016" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2631622', 'SNP': 'rs4708016', 'effect_allele': 'G', 'effect_allele_frequency': 0.1216, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8784}]
general
Calculate, Select
Allele Frequency
Q2.621
Q2
What is the allele frequency of the SNP rs1496158 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1496158 has an effect allele T frequency of 0.2477 and non-effect allele A frequency of 0.7523.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1496158" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2333100', 'SNP': 'rs1496158', 'effect_allele': 'T', 'effect_allele_frequency': 0.2477, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7523}]
general
Calculate, Select
Allele Frequency
Q2.923
Q2
What is the allele frequency of the SNP rs1809921 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1809921 has an effect allele G frequency of 0.3669 and non-effect allele A frequency of 0.6331.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1809921" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3551282', 'SNP': 'rs1809921', 'effect_allele': 'G', 'effect_allele_frequency': 0.3669, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6331}]
general
Calculate, Select
Allele Frequency
Q2.1199
Q2
What is the allele frequency of the SNP rs10752098 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10752098 has an effect allele G frequency of 0.2819 and non-effect allele A frequency of 0.7181.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10752098" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4671136', 'SNP': 'rs10752098', 'effect_allele': 'G', 'effect_allele_frequency': 0.2819, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7181}]
general
Calculate, Select
Allele Frequency
Q2.839
Q2
What is the allele frequency of the SNP rs9463165 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9463165 has an effect allele A frequency of 0.2160 and non-effect allele G frequency of 0.7840.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9463165" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3234458', 'SNP': 'rs9463165', 'effect_allele': 'A', 'effect_allele_frequency': 0.216, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.784}]
general
Calculate, Select
Allele Frequency
Q2.1771
Q2
What is the allele frequency of the SNP rs775774 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs775774 has an effect allele C frequency of 0.4373 and non-effect allele T frequency of 0.5627.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs775774" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6892837', 'SNP': 'rs775774', 'effect_allele': 'C', 'effect_allele_frequency': 0.4373, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5627}]
general
Calculate, Select
Allele Frequency
Q2.953
Q2
What is the allele frequency of the SNP rs5751684 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs5751684 has an effect allele G frequency of 0.3131 and non-effect allele A frequency of 0.6869.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs5751684" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3664836', 'SNP': 'rs5751684', 'effect_allele': 'G', 'effect_allele_frequency': 0.3131, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6869000000000001}]
general
Calculate, Select
Allele Frequency
Q2.185
Q2
What is the allele frequency of the SNP rs55679545 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55679545 has an effect allele A frequency of 0.2884 and non-effect allele G frequency of 0.7116.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs55679545" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_712803', 'SNP': 'rs55679545', 'effect_allele': 'A', 'effect_allele_frequency': 0.2884, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7116}]
general
Calculate, Select
Allele Frequency
Q2.1072
Q2
What is the allele frequency of the SNP rs2518553 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2518553 has an effect allele T frequency of 0.1773 and non-effect allele C frequency of 0.8227.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2518553" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4133899', 'SNP': 'rs2518553', 'effect_allele': 'T', 'effect_allele_frequency': 0.1773, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8227}]
general
Calculate, Select
Allele Frequency
Q2.711
Q2
What is the allele frequency of the SNP rs10809610 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10809610 has an effect allele C frequency of 0.2482 and non-effect allele G frequency of 0.7518.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10809610" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2730733', 'SNP': 'rs10809610', 'effect_allele': 'C', 'effect_allele_frequency': 0.2482, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7518}]
general
Calculate, Select
Allele Frequency
Q2.173
Q2
What is the allele frequency of the SNP rs339519 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs339519 has an effect allele C frequency of 0.1973 and non-effect allele T frequency of 0.8027.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs339519" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_658145', 'SNP': 'rs339519', 'effect_allele': 'C', 'effect_allele_frequency': 0.1973, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8027}]
general
Calculate, Select
Allele Frequency
Q2.296
Q2
What is the allele frequency of the SNP rs6918031 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6918031 has an effect allele A frequency of 0.3721 and non-effect allele C frequency of 0.6279.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6918031" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1112093', 'SNP': 'rs6918031', 'effect_allele': 'A', 'effect_allele_frequency': 0.3721, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6279}]
general
Calculate, Select
Allele Frequency
Q2.554
Q2
What is the allele frequency of the SNP rs112451470 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112451470 has an effect allele G frequency of 0.0713 and non-effect allele A frequency of 0.9287.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112451470" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2040206', 'SNP': 'rs112451470', 'effect_allele': 'G', 'effect_allele_frequency': 0.0713, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9287}]
general
Calculate, Select
Allele Frequency
Q2.763
Q2
What is the allele frequency of the SNP rs10179894 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10179894 has an effect allele G frequency of 0.3168 and non-effect allele A frequency of 0.6832.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10179894" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2920714', 'SNP': 'rs10179894', 'effect_allele': 'G', 'effect_allele_frequency': 0.3167999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6832}]
general
Calculate, Select
Allele Frequency
Q2.304
Q2
What is the allele frequency of the SNP rs9944547 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9944547 has an effect allele C frequency of 0.4031 and non-effect allele G frequency of 0.5969.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9944547" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1121539', 'SNP': 'rs9944547', 'effect_allele': 'C', 'effect_allele_frequency': 0.4031, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5969}]
general
Calculate, Select
Allele Frequency
Q2.1878
Q2
What is the allele frequency of the SNP rs12029938 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12029938 has an effect allele T frequency of 0.1346 and non-effect allele G frequency of 0.8654.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12029938" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7301534', 'SNP': 'rs12029938', 'effect_allele': 'T', 'effect_allele_frequency': 0.1346, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8654}]
general
Calculate, Select
Allele Frequency
Q2.1093
Q2
What is the allele frequency of the SNP rs3754646 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3754646 has an effect allele C frequency of 0.3374 and non-effect allele T frequency of 0.6626.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs3754646" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4206312', 'SNP': 'rs3754646', 'effect_allele': 'C', 'effect_allele_frequency': 0.3374, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6626000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1747
Q2
What is the allele frequency of the SNP rs1722928 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1722928 has an effect allele T frequency of 0.2987 and non-effect allele C frequency of 0.7013.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1722928" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6836086', 'SNP': 'rs1722928', 'effect_allele': 'T', 'effect_allele_frequency': 0.2987, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7013}]
general
Calculate, Select
Allele Frequency
Q2.1652
Q2
What is the allele frequency of the SNP rs10130284 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10130284 has an effect allele T frequency of 0.1932 and non-effect allele C frequency of 0.8068.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10130284" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6418016', 'SNP': 'rs10130284', 'effect_allele': 'T', 'effect_allele_frequency': 0.1932, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8068}]
general
Calculate, Select
Allele Frequency
Q2.914
Q2
What is the allele frequency of the SNP rs72985634 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72985634 has an effect allele G frequency of 0.0147 and non-effect allele A frequency of 0.9853.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72985634" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3530395', 'SNP': 'rs72985634', 'effect_allele': 'G', 'effect_allele_frequency': 0.0147, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9853}]
general
Calculate, Select
Allele Frequency
Q2.1932
Q2
What is the allele frequency of the SNP rs12474076 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12474076 has an effect allele A frequency of 0.3783 and non-effect allele T frequency of 0.6217.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12474076" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7521340', 'SNP': 'rs12474076', 'effect_allele': 'A', 'effect_allele_frequency': 0.3783, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6216999999999999}]
general
Calculate, Select
Allele Frequency
Q2.275
Q2
What is the allele frequency of the SNP rs62235529 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62235529 has an effect allele C frequency of 0.2033 and non-effect allele T frequency of 0.7967.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62235529" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1016249', 'SNP': 'rs62235529', 'effect_allele': 'C', 'effect_allele_frequency': 0.2033, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7967}]
general
Calculate, Select
Allele Frequency
Q2.1147
Q2
What is the allele frequency of the SNP rs877872 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs877872 has an effect allele G frequency of 0.2058 and non-effect allele A frequency of 0.7942.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs877872" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4434165', 'SNP': 'rs877872', 'effect_allele': 'G', 'effect_allele_frequency': 0.2057999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7942000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1589
Q2
What is the allele frequency of the SNP rs117725921 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117725921 has an effect allele T frequency of 0.0127 and non-effect allele C frequency of 0.9873.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117725921" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6124964', 'SNP': 'rs117725921', 'effect_allele': 'T', 'effect_allele_frequency': 0.0127, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9873}]
general
Calculate, Select
Allele Frequency
Q2.700
Q2
What is the allele frequency of the SNP rs142109172 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs142109172 has an effect allele C frequency of 0.0113 and non-effect allele T frequency of 0.9887.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs142109172" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2688420', 'SNP': 'rs142109172', 'effect_allele': 'C', 'effect_allele_frequency': 0.0112999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9887000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1765
Q2
What is the allele frequency of the SNP rs75782577 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75782577 has an effect allele A frequency of 0.0302 and non-effect allele C frequency of 0.9698.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs75782577" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6885095', 'SNP': 'rs75782577', 'effect_allele': 'A', 'effect_allele_frequency': 0.0302, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9698}]
general
Calculate, Select
Allele Frequency
Q2.488
Q2
What is the allele frequency of the SNP rs12636688 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12636688 has an effect allele T frequency of 0.0555 and non-effect allele G frequency of 0.9445.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12636688" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1735569', 'SNP': 'rs12636688', 'effect_allele': 'T', 'effect_allele_frequency': 0.0555, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9445}]
general
Calculate, Select
Allele Frequency
Q2.428
Q2
What is the allele frequency of the SNP rs62533912 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62533912 has an effect allele A frequency of 0.0172 and non-effect allele C frequency of 0.9828.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62533912" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1536368', 'SNP': 'rs62533912', 'effect_allele': 'A', 'effect_allele_frequency': 0.0172, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9828}]
general
Calculate, Select
Allele Frequency
Q2.377
Q2
What is the allele frequency of the SNP rs2038209 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2038209 has an effect allele T frequency of 0.3794 and non-effect allele C frequency of 0.6206.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2038209" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1384652', 'SNP': 'rs2038209', 'effect_allele': 'T', 'effect_allele_frequency': 0.3794, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6206}]
general
Calculate, Select
Allele Frequency
Q2.1008
Q2
What is the allele frequency of the SNP rs4848978 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4848978 has an effect allele T frequency of 0.2852 and non-effect allele C frequency of 0.7148.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4848978" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3892953', 'SNP': 'rs4848978', 'effect_allele': 'T', 'effect_allele_frequency': 0.2852, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7148}]
general
Calculate, Select
Allele Frequency
Q2.1003
Q2
What is the allele frequency of the SNP rs2621389 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2621389 has an effect allele C frequency of 0.3959 and non-effect allele A frequency of 0.6041.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2621389" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3870375', 'SNP': 'rs2621389', 'effect_allele': 'C', 'effect_allele_frequency': 0.3959, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6041000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1940
Q2
What is the allele frequency of the SNP rs235912 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs235912 has an effect allele A frequency of 0.1702 and non-effect allele G frequency of 0.8298.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs235912" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7566052', 'SNP': 'rs235912', 'effect_allele': 'A', 'effect_allele_frequency': 0.1702, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8298}]
general
Calculate, Select
Allele Frequency
Q2.714
Q2
What is the allele frequency of the SNP rs116959857 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116959857 has an effect allele A frequency of 0.0275 and non-effect allele G frequency of 0.9725.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs116959857" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2741843', 'SNP': 'rs116959857', 'effect_allele': 'A', 'effect_allele_frequency': 0.0275, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9725}]
general
Calculate, Select
Allele Frequency
Q2.1335
Q2
What is the allele frequency of the SNP rs7142940 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7142940 has an effect allele C frequency of 0.3881 and non-effect allele T frequency of 0.6119.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7142940" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5175265', 'SNP': 'rs7142940', 'effect_allele': 'C', 'effect_allele_frequency': 0.3881, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6119}]
general
Calculate, Select
Allele Frequency
Q2.1156
Q2
What is the allele frequency of the SNP rs6548299 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6548299 has an effect allele T frequency of 0.0673 and non-effect allele A frequency of 0.9327.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6548299" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4466480', 'SNP': 'rs6548299', 'effect_allele': 'T', 'effect_allele_frequency': 0.0673, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9327}]
general
Calculate, Select
Allele Frequency
Q2.338
Q2
What is the allele frequency of the SNP rs11172722 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11172722 has an effect allele C frequency of 0.1521 and non-effect allele A frequency of 0.8479.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11172722" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1235662', 'SNP': 'rs11172722', 'effect_allele': 'C', 'effect_allele_frequency': 0.1521, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8479}]
general
Calculate, Select
Allele Frequency
Q2.1343
Q2
What is the allele frequency of the SNP rs1319705 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1319705 has an effect allele T frequency of 0.2137 and non-effect allele C frequency of 0.7863.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1319705" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5205436', 'SNP': 'rs1319705', 'effect_allele': 'T', 'effect_allele_frequency': 0.2137, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7863}]
general
Calculate, Select
Allele Frequency
Q2.1593
Q2
What is the allele frequency of the SNP rs1959260 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1959260 has an effect allele G frequency of 0.3164 and non-effect allele A frequency of 0.6836.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1959260" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6138376', 'SNP': 'rs1959260', 'effect_allele': 'G', 'effect_allele_frequency': 0.3164, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6836}]
general
Calculate, Select
Allele Frequency
Q2.1993
Q2
What is the allele frequency of the SNP rs11622947 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11622947 has an effect allele C frequency of 0.4687 and non-effect allele T frequency of 0.5313.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11622947" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7743635', 'SNP': 'rs11622947', 'effect_allele': 'C', 'effect_allele_frequency': 0.4687, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5313}]
general
Calculate, Select
Allele Frequency
Q2.598
Q2
What is the allele frequency of the SNP rs10027524 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10027524 has an effect allele T frequency of 0.2202 and non-effect allele C frequency of 0.7798.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10027524" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2240113', 'SNP': 'rs10027524', 'effect_allele': 'T', 'effect_allele_frequency': 0.2202, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7798}]
general
Calculate, Select
Allele Frequency
Q2.16
Q2
What is the allele frequency of the SNP rs17825520 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17825520 has an effect allele C frequency of 0.0349 and non-effect allele T frequency of 0.9651.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17825520" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_47528', 'SNP': 'rs17825520', 'effect_allele': 'C', 'effect_allele_frequency': 0.0349, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9651}]
general
Calculate, Select
Allele Frequency
Q2.1855
Q2
What is the allele frequency of the SNP rs112477671 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112477671 has an effect allele T frequency of 0.0763 and non-effect allele C frequency of 0.9237.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112477671" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7221485', 'SNP': 'rs112477671', 'effect_allele': 'T', 'effect_allele_frequency': 0.0763, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9237}]
general
Calculate, Select
Allele Frequency
Q2.1634
Q2
What is the allele frequency of the SNP rs10086757 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10086757 has an effect allele A frequency of 0.0575 and non-effect allele G frequency of 0.9425.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10086757" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6359594', 'SNP': 'rs10086757', 'effect_allele': 'A', 'effect_allele_frequency': 0.0575, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9425}]
general
Calculate, Select
Allele Frequency
Q2.1686
Q2
What is the allele frequency of the SNP rs62167891 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62167891 has an effect allele G frequency of 0.1465 and non-effect allele A frequency of 0.8535.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62167891" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6588718', 'SNP': 'rs62167891', 'effect_allele': 'G', 'effect_allele_frequency': 0.1464999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8535000000000001}]
general
Calculate, Select
Allele Frequency
Q2.600
Q2
What is the allele frequency of the SNP rs6969501 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6969501 has an effect allele A frequency of 0.0812 and non-effect allele G frequency of 0.9188.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6969501" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2247478', 'SNP': 'rs6969501', 'effect_allele': 'A', 'effect_allele_frequency': 0.0812, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9188000000000001}]
general
Calculate, Select
Allele Frequency
Q2.924
Q2
What is the allele frequency of the SNP rs4707879 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4707879 has an effect allele T frequency of 0.0372 and non-effect allele G frequency of 0.9628.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4707879" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3552297', 'SNP': 'rs4707879', 'effect_allele': 'T', 'effect_allele_frequency': 0.0372, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9628}]
general
Calculate, Select
Allele Frequency
Q2.471
Q2
What is the allele frequency of the SNP rs192661509 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192661509 has an effect allele T frequency of 0.0131 and non-effect allele G frequency of 0.9869.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs192661509" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1675296', 'SNP': 'rs192661509', 'effect_allele': 'T', 'effect_allele_frequency': 0.0131, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9869}]
general
Calculate, Select
Allele Frequency
Q2.202
Q2
What is the allele frequency of the SNP rs79422187 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79422187 has an effect allele T frequency of 0.0504 and non-effect allele A frequency of 0.9496.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs79422187" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_765624', 'SNP': 'rs79422187', 'effect_allele': 'T', 'effect_allele_frequency': 0.0504, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9496}]
general
Calculate, Select
Allele Frequency
Q2.1206
Q2
What is the allele frequency of the SNP rs147681455 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs147681455 has an effect allele G frequency of 0.0130 and non-effect allele A frequency of 0.9870.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs147681455" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4696204', 'SNP': 'rs147681455', 'effect_allele': 'G', 'effect_allele_frequency': 0.013, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.987}]
general
Calculate, Select
Allele Frequency
Q2.1056
Q2
What is the allele frequency of the SNP rs116925054 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116925054 has an effect allele G frequency of 0.0222 and non-effect allele C frequency of 0.9778.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs116925054" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4065398', 'SNP': 'rs116925054', 'effect_allele': 'G', 'effect_allele_frequency': 0.0221999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9778000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1195
Q2
What is the allele frequency of the SNP rs872857 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs872857 has an effect allele T frequency of 0.0633 and non-effect allele C frequency of 0.9367.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs872857" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4656831', 'SNP': 'rs872857', 'effect_allele': 'T', 'effect_allele_frequency': 0.0633, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9367}]
general
Calculate, Select
Allele Frequency
Q2.1300
Q2
What is the allele frequency of the SNP rs73040403 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73040403 has an effect allele A frequency of 0.2121 and non-effect allele G frequency of 0.7879.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73040403" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5080980', 'SNP': 'rs73040403', 'effect_allele': 'A', 'effect_allele_frequency': 0.2121, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7879}]
general
Calculate, Select
Allele Frequency
Q2.1276
Q2
What is the allele frequency of the SNP rs9789912 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9789912 has an effect allele C frequency of 0.0330 and non-effect allele T frequency of 0.9670.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9789912" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4990623', 'SNP': 'rs9789912', 'effect_allele': 'C', 'effect_allele_frequency': 0.033, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.967}]
general
Calculate, Select
Allele Frequency
Q2.1814
Q2
What is the allele frequency of the SNP rs13044559 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13044559 has an effect allele A frequency of 0.0167 and non-effect allele G frequency of 0.9833.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs13044559" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7046822', 'SNP': 'rs13044559', 'effect_allele': 'A', 'effect_allele_frequency': 0.0167, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9833}]
general
Calculate, Select
Allele Frequency
Q2.1402
Q2
What is the allele frequency of the SNP rs2792573 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2792573 has an effect allele A frequency of 0.0642 and non-effect allele C frequency of 0.9358.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2792573" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5426867', 'SNP': 'rs2792573', 'effect_allele': 'A', 'effect_allele_frequency': 0.0642, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9358}]
general
Calculate, Select
Allele Frequency
Q2.1807
Q2
What is the allele frequency of the SNP rs80301370 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs80301370 has an effect allele T frequency of 0.0136 and non-effect allele C frequency of 0.9864.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs80301370" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7023581', 'SNP': 'rs80301370', 'effect_allele': 'T', 'effect_allele_frequency': 0.0136, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9864}]
general
Calculate, Select
Allele Frequency
Q2.661
Q2
What is the allele frequency of the SNP rs12055147 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12055147 has an effect allele C frequency of 0.3278 and non-effect allele A frequency of 0.6722.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12055147" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2519815', 'SNP': 'rs12055147', 'effect_allele': 'C', 'effect_allele_frequency': 0.3278, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6722}]
general
Calculate, Select
Allele Frequency
Q2.560
Q2
What is the allele frequency of the SNP rs80334831 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs80334831 has an effect allele C frequency of 0.0138 and non-effect allele T frequency of 0.9862.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs80334831" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2063387', 'SNP': 'rs80334831', 'effect_allele': 'C', 'effect_allele_frequency': 0.0138, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9862}]
general
Calculate, Select
Allele Frequency
Q2.44
Q2
What is the allele frequency of the SNP rs72844061 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72844061 has an effect allele G frequency of 0.0709 and non-effect allele A frequency of 0.9291.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72844061" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_136937', 'SNP': 'rs72844061', 'effect_allele': 'G', 'effect_allele_frequency': 0.0708999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9291000000000001}]
general
Calculate, Select
Allele Frequency
Q2.278
Q2
What is the allele frequency of the SNP rs111923967 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs111923967 has an effect allele C frequency of 0.0317 and non-effect allele T frequency of 0.9683.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs111923967" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1029250', 'SNP': 'rs111923967', 'effect_allele': 'C', 'effect_allele_frequency': 0.0316999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9683}]
general
Calculate, Select
Allele Frequency
Q2.1096
Q2
What is the allele frequency of the SNP rs61444458 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61444458 has an effect allele C frequency of 0.0314 and non-effect allele G frequency of 0.9686.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs61444458" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4228756', 'SNP': 'rs61444458', 'effect_allele': 'C', 'effect_allele_frequency': 0.0314, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9686}]
general
Calculate, Select
Allele Frequency
Q2.104
Q2
What is the allele frequency of the SNP rs1551746 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1551746 has an effect allele T frequency of 0.4348 and non-effect allele G frequency of 0.5652.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1551746" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_384570', 'SNP': 'rs1551746', 'effect_allele': 'T', 'effect_allele_frequency': 0.4348, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5651999999999999}]
general
Calculate, Select
Allele Frequency
Q2.856
Q2
What is the allele frequency of the SNP rs17613697 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17613697 has an effect allele A frequency of 0.1756 and non-effect allele G frequency of 0.8244.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17613697" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3317179', 'SNP': 'rs17613697', 'effect_allele': 'A', 'effect_allele_frequency': 0.1756, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8244}]
general
Calculate, Select
Allele Frequency
Q2.985
Q2
What is the allele frequency of the SNP rs150424378 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150424378 has an effect allele G frequency of 0.0333 and non-effect allele A frequency of 0.9667.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs150424378" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3801911', 'SNP': 'rs150424378', 'effect_allele': 'G', 'effect_allele_frequency': 0.0332999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9667000000000001}]
general
Calculate, Select
Allele Frequency
Q2.948
Q2
What is the allele frequency of the SNP rs73425579 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73425579 has an effect allele C frequency of 0.0151 and non-effect allele G frequency of 0.9849.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73425579" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3645821', 'SNP': 'rs73425579', 'effect_allele': 'C', 'effect_allele_frequency': 0.0151, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9849}]
general
Calculate, Select
Allele Frequency
Q2.110
Q2
What is the allele frequency of the SNP rs72791185 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72791185 has an effect allele A frequency of 0.0957 and non-effect allele G frequency of 0.9043.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72791185" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_417920', 'SNP': 'rs72791185', 'effect_allele': 'A', 'effect_allele_frequency': 0.0957, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9043}]
general
Calculate, Select
Allele Frequency
Q2.1296
Q2
What is the allele frequency of the SNP rs56090669 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56090669 has an effect allele G frequency of 0.0285 and non-effect allele A frequency of 0.9715.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs56090669" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5070081', 'SNP': 'rs56090669', 'effect_allele': 'G', 'effect_allele_frequency': 0.0284999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9715000000000001}]
general
Calculate, Select
Allele Frequency
Q2.503
Q2
What is the allele frequency of the SNP rs149440462 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149440462 has an effect allele T frequency of 0.0150 and non-effect allele C frequency of 0.9850.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs149440462" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1804597', 'SNP': 'rs149440462', 'effect_allele': 'T', 'effect_allele_frequency': 0.015, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.985}]
general
Calculate, Select
Allele Frequency
Q2.1981
Q2
What is the allele frequency of the SNP rs62058093 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62058093 has an effect allele C frequency of 0.0547 and non-effect allele T frequency of 0.9453.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62058093" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7712982', 'SNP': 'rs62058093', 'effect_allele': 'C', 'effect_allele_frequency': 0.0546999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9453000000000001}]
general
Calculate, Select
Allele Frequency
Q2.869
Q2
What is the allele frequency of the SNP rs72749369 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72749369 has an effect allele T frequency of 0.0206 and non-effect allele C frequency of 0.9794.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72749369" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3365203', 'SNP': 'rs72749369', 'effect_allele': 'T', 'effect_allele_frequency': 0.0206, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9794}]
general
Calculate, Select
Allele Frequency
Q2.748
Q2
What is the allele frequency of the SNP rs4799028 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4799028 has an effect allele A frequency of 0.4702 and non-effect allele G frequency of 0.5298.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4799028" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2863660', 'SNP': 'rs4799028', 'effect_allele': 'A', 'effect_allele_frequency': 0.4702, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5298}]
general
Calculate, Select
Allele Frequency
Q2.1015
Q2
What is the allele frequency of the SNP rs11627650 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11627650 has an effect allele C frequency of 0.4503 and non-effect allele T frequency of 0.5497.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11627650" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3929884', 'SNP': 'rs11627650', 'effect_allele': 'C', 'effect_allele_frequency': 0.4503, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5497000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1315
Q2
What is the allele frequency of the SNP rs72684351 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72684351 has an effect allele G frequency of 0.0229 and non-effect allele A frequency of 0.9771.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72684351" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5122461', 'SNP': 'rs72684351', 'effect_allele': 'G', 'effect_allele_frequency': 0.0229, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9771}]
general
Calculate, Select
Allele Frequency
Q2.1297
Q2
What is the allele frequency of the SNP rs141228123 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs141228123 has an effect allele T frequency of 0.0384 and non-effect allele C frequency of 0.9616.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs141228123" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5072604', 'SNP': 'rs141228123', 'effect_allele': 'T', 'effect_allele_frequency': 0.0384, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9616}]
general
Calculate, Select
Allele Frequency
Q2.609
Q2
What is the allele frequency of the SNP rs56923173 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56923173 has an effect allele G frequency of 0.1253 and non-effect allele C frequency of 0.8747.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs56923173" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2272777', 'SNP': 'rs56923173', 'effect_allele': 'G', 'effect_allele_frequency': 0.1252999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8747}]
general
Calculate, Select
Allele Frequency
Q2.1362
Q2
What is the allele frequency of the SNP rs78728407 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78728407 has an effect allele A frequency of 0.0711 and non-effect allele G frequency of 0.9289.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs78728407" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5280120', 'SNP': 'rs78728407', 'effect_allele': 'A', 'effect_allele_frequency': 0.0711, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9289000000000001}]
general
Calculate, Select
Allele Frequency