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.252
Q2
What is the allele frequency of the SNP rs1245908 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 rs1245908 has an effect allele G frequency of 0.0280 and non-effect allele C frequency of 0.9720.
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 = "rs1245908" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_940052', 'SNP': 'rs1245908', 'effect_allele': 'G', 'effect_allele_frequency': 0.028, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.972}]
general
Calculate, Select
Allele Frequency
Q2.1958
Q2
What is the allele frequency of the SNP rs16877053 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 rs16877053 has an effect allele T frequency of 0.0221 and non-effect allele G frequency of 0.9779.
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 = "rs16877053" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7650441', 'SNP': 'rs16877053', 'effect_allele': 'T', 'effect_allele_frequency': 0.0221, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9779}]
general
Calculate, Select
Allele Frequency
Q2.1995
Q2
What is the allele frequency of the SNP rs72778553 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 rs72778553 has an effect allele A frequency of 0.0237 and non-effect allele G frequency of 0.9763.
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 = "rs72778553" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7745850', 'SNP': 'rs72778553', 'effect_allele': 'A', 'effect_allele_frequency': 0.0237, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9763}]
general
Calculate, Select
Allele Frequency
Q2.97
Q2
What is the allele frequency of the SNP rs214867 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 rs214867 has an effect allele A frequency of 0.0285 and non-effect allele C 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 = "rs214867" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_356590', 'SNP': 'rs214867', 'effect_allele': 'A', 'effect_allele_frequency': 0.0285, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9715}]
general
Calculate, Select
Allele Frequency
Q2.34
Q2
What is the allele frequency of the SNP rs12679853 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 rs12679853 has an effect allele A frequency of 0.2662 and non-effect allele G frequency of 0.7338.
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 = "rs12679853" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_112022', 'SNP': 'rs12679853', 'effect_allele': 'A', 'effect_allele_frequency': 0.2662, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7338}]
general
Calculate, Select
Allele Frequency
Q2.1465
Q2
What is the allele frequency of the SNP rs1509854 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 rs1509854 has an effect allele A frequency of 0.3892 and non-effect allele T frequency of 0.6108.
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 = "rs1509854" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5656319', 'SNP': 'rs1509854', 'effect_allele': 'A', 'effect_allele_frequency': 0.3892, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6108}]
general
Calculate, Select
Allele Frequency
Q2.1668
Q2
What is the allele frequency of the SNP rs56261306 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 rs56261306 has an effect allele C frequency of 0.0939 and non-effect allele T frequency of 0.9061.
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 = "rs56261306" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6491869', 'SNP': 'rs56261306', 'effect_allele': 'C', 'effect_allele_frequency': 0.0938999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9061000000000001}]
general
Calculate, Select
Allele Frequency
Q2.454
Q2
What is the allele frequency of the SNP rs1735145 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 rs1735145 has an effect allele T frequency of 0.1702 and non-effect allele C 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 = "rs1735145" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1603119', 'SNP': 'rs1735145', 'effect_allele': 'T', 'effect_allele_frequency': 0.1702, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8298}]
general
Calculate, Select
Allele Frequency
Q2.723
Q2
What is the allele frequency of the SNP rs13079457 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 rs13079457 has an effect allele A frequency of 0.1650 and non-effect allele G frequency of 0.8350.
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 = "rs13079457" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2773588', 'SNP': 'rs13079457', 'effect_allele': 'A', 'effect_allele_frequency': 0.165, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.835}]
general
Calculate, Select
Allele Frequency
Q2.1261
Q2
What is the allele frequency of the SNP rs111711668 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 rs111711668 has an effect allele A frequency of 0.0126 and non-effect allele G frequency of 0.9874.
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 = "rs111711668" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4928644', 'SNP': 'rs111711668', 'effect_allele': 'A', 'effect_allele_frequency': 0.0126, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9874}]
general
Calculate, Select
Allele Frequency
Q2.1598
Q2
What is the allele frequency of the SNP rs117836696 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 rs117836696 has an effect allele A frequency of 0.0137 and non-effect allele G frequency of 0.9863.
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 = "rs117836696" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6179844', 'SNP': 'rs117836696', 'effect_allele': 'A', 'effect_allele_frequency': 0.0137, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9863}]
general
Calculate, Select
Allele Frequency
Q2.1
Q2
What is the allele frequency of the SNP rs7422289 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 rs7422289 has an effect allele G frequency of 0.1201 and non-effect allele A frequency of 0.8799.
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 = "rs7422289" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1601', 'SNP': 'rs7422289', 'effect_allele': 'G', 'effect_allele_frequency': 0.1200999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8799000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1377
Q2
What is the allele frequency of the SNP rs6742029 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 rs6742029 has an effect allele A frequency of 0.3349 and non-effect allele G frequency of 0.6651.
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 = "rs6742029" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5333422', 'SNP': 'rs6742029', 'effect_allele': 'A', 'effect_allele_frequency': 0.3349, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6651}]
general
Calculate, Select
Allele Frequency
Q2.1110
Q2
What is the allele frequency of the SNP rs6904365 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 rs6904365 has an effect allele A frequency of 0.1809 and non-effect allele T frequency of 0.8191.
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 = "rs6904365" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4261402', 'SNP': 'rs6904365', 'effect_allele': 'A', 'effect_allele_frequency': 0.1809, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8190999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1117
Q2
What is the allele frequency of the SNP rs181179561 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 rs181179561 has an effect allele T frequency of 0.0345 and non-effect allele C frequency of 0.9655.
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 = "rs181179561" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4286448', 'SNP': 'rs181179561', 'effect_allele': 'T', 'effect_allele_frequency': 0.0345, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9655}]
general
Calculate, Select
Allele Frequency
Q2.1591
Q2
What is the allele frequency of the SNP rs74228430 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 rs74228430 has an effect allele A frequency of 0.0565 and non-effect allele G frequency of 0.9435.
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 = "rs74228430" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6125886', 'SNP': 'rs74228430', 'effect_allele': 'A', 'effect_allele_frequency': 0.0565, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9435}]
general
Calculate, Select
Allele Frequency
Q2.85
Q2
What is the allele frequency of the SNP rs112772401 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 rs112772401 has an effect allele T frequency of 0.1457 and non-effect allele C frequency of 0.8543.
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 = "rs112772401" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_322388', 'SNP': 'rs112772401', 'effect_allele': 'T', 'effect_allele_frequency': 0.1457, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8543000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1294
Q2
What is the allele frequency of the SNP rs7515817 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 rs7515817 has an effect allele A frequency of 0.1032 and non-effect allele G frequency of 0.8968.
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 = "rs7515817" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5063759', 'SNP': 'rs7515817', 'effect_allele': 'A', 'effect_allele_frequency': 0.1032, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8968}]
general
Calculate, Select
Allele Frequency
Q2.683
Q2
What is the allele frequency of the SNP rs6720514 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 rs6720514 has an effect allele C frequency of 0.2151 and non-effect allele T frequency of 0.7849.
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 = "rs6720514" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2618192', 'SNP': 'rs6720514', 'effect_allele': 'C', 'effect_allele_frequency': 0.2150999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7849000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1677
Q2
What is the allele frequency of the SNP rs62024780 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 rs62024780 has an effect allele G frequency of 0.0524 and non-effect allele A frequency of 0.9476.
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 = "rs62024780" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6526328', 'SNP': 'rs62024780', 'effect_allele': 'G', 'effect_allele_frequency': 0.0524, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9476}]
general
Calculate, Select
Allele Frequency
Q2.1055
Q2
What is the allele frequency of the SNP rs621125 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 rs621125 has an effect allele G frequency of 0.3278 and non-effect allele T 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 = "rs621125" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4064485', 'SNP': 'rs621125', 'effect_allele': 'G', 'effect_allele_frequency': 0.3278, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6722}]
general
Calculate, Select
Allele Frequency
Q2.777
Q2
What is the allele frequency of the SNP rs9936758 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 rs9936758 has an effect allele A frequency of 0.1023 and non-effect allele G frequency of 0.8977.
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 = "rs9936758" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2976375', 'SNP': 'rs9936758', 'effect_allele': 'A', 'effect_allele_frequency': 0.1023, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8976999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1289
Q2
What is the allele frequency of the SNP rs7266323 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 rs7266323 has an effect allele T frequency of 0.0740 and non-effect allele C frequency of 0.9260.
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 = "rs7266323" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5049669', 'SNP': 'rs7266323', 'effect_allele': 'T', 'effect_allele_frequency': 0.074, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.926}]
general
Calculate, Select
Allele Frequency
Q2.1946
Q2
What is the allele frequency of the SNP rs321588 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 rs321588 has an effect allele G frequency of 0.2921 and non-effect allele A frequency of 0.7079.
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 = "rs321588" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7583938', 'SNP': 'rs321588', 'effect_allele': 'G', 'effect_allele_frequency': 0.2921, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7079}]
general
Calculate, Select
Allele Frequency
Q2.1581
Q2
What is the allele frequency of the SNP rs74941445 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 rs74941445 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 = "rs74941445" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6095251', 'SNP': 'rs74941445', 'effect_allele': 'C', 'effect_allele_frequency': 0.0546999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9453000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1490
Q2
What is the allele frequency of the SNP rs145465336 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 rs145465336 has an effect allele C frequency of 0.0365 and non-effect allele A 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 = "rs145465336" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5728158', 'SNP': 'rs145465336', 'effect_allele': 'C', 'effect_allele_frequency': 0.0364999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9635000000000001}]
general
Calculate, Select
Allele Frequency
Q2.410
Q2
What is the allele frequency of the SNP rs723734 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 rs723734 has an effect allele C frequency of 0.0353 and non-effect allele T frequency of 0.9647.
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 = "rs723734" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1491377', 'SNP': 'rs723734', 'effect_allele': 'C', 'effect_allele_frequency': 0.0353, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9647}]
general
Calculate, Select
Allele Frequency
Q2.1728
Q2
What is the allele frequency of the SNP rs11937269 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 rs11937269 has an effect allele T frequency of 0.0073 and non-effect allele C frequency of 0.9927.
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 = "rs11937269" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6743474', 'SNP': 'rs11937269', 'effect_allele': 'T', 'effect_allele_frequency': 0.0073, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9927}]
general
Calculate, Select
Allele Frequency
Q2.1298
Q2
What is the allele frequency of the SNP rs10490804 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 rs10490804 has an effect allele C frequency of 0.0766 and non-effect allele T frequency of 0.9234.
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 = "rs10490804" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5072666', 'SNP': 'rs10490804', 'effect_allele': 'C', 'effect_allele_frequency': 0.0766, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9234}]
general
Calculate, Select
Allele Frequency
Q2.1665
Q2
What is the allele frequency of the SNP rs7780086 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 rs7780086 has an effect allele A frequency of 0.4690 and non-effect allele C frequency of 0.5310.
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 = "rs7780086" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6477911', 'SNP': 'rs7780086', 'effect_allele': 'A', 'effect_allele_frequency': 0.469, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.531}]
general
Calculate, Select
Allele Frequency
Q2.107
Q2
What is the allele frequency of the SNP rs62239483 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 rs62239483 has an effect allele C 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 = "rs62239483" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_408033', 'SNP': 'rs62239483', 'effect_allele': 'C', 'effect_allele_frequency': 0.1756, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8244}]
general
Calculate, Select
Allele Frequency
Q2.695
Q2
What is the allele frequency of the SNP rs113056981 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 rs113056981 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 = "rs113056981" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2676060', 'SNP': 'rs113056981', 'effect_allele': 'A', 'effect_allele_frequency': 0.0167, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9833}]
general
Calculate, Select
Allele Frequency
Q2.1305
Q2
What is the allele frequency of the SNP rs811715 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 rs811715 has an effect allele A frequency of 0.4761 and non-effect allele G frequency of 0.5239.
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 = "rs811715" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5090083', 'SNP': 'rs811715', 'effect_allele': 'A', 'effect_allele_frequency': 0.4761, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5239}]
general
Calculate, Select
Allele Frequency
Q2.833
Q2
What is the allele frequency of the SNP rs62255931 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 rs62255931 has an effect allele G frequency of 0.3241 and non-effect allele A frequency of 0.6759.
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 = "rs62255931" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3221191', 'SNP': 'rs62255931', 'effect_allele': 'G', 'effect_allele_frequency': 0.3241, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6759}]
general
Calculate, Select
Allele Frequency
Q2.64
Q2
What is the allele frequency of the SNP rs76394734 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 rs76394734 has an effect allele C frequency of 0.0116 and non-effect allele T frequency of 0.9884.
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 = "rs76394734" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_252728', 'SNP': 'rs76394734', 'effect_allele': 'C', 'effect_allele_frequency': 0.0116, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9884}]
general
Calculate, Select
Allele Frequency
Q2.859
Q2
What is the allele frequency of the SNP rs79815075 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 rs79815075 has an effect allele A frequency of 0.0457 and non-effect allele T frequency of 0.9543.
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 = "rs79815075" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3331653', 'SNP': 'rs79815075', 'effect_allele': 'A', 'effect_allele_frequency': 0.0457, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9543}]
general
Calculate, Select
Allele Frequency
Q2.1355
Q2
What is the allele frequency of the SNP rs59368169 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 rs59368169 has an effect allele G frequency of 0.3809 and non-effect allele A frequency of 0.6191.
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 = "rs59368169" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5243004', 'SNP': 'rs59368169', 'effect_allele': 'G', 'effect_allele_frequency': 0.3809, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6191}]
general
Calculate, Select
Allele Frequency
Q2.226
Q2
What is the allele frequency of the SNP rs7672191 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 rs7672191 has an effect allele C frequency of 0.1584 and non-effect allele G frequency of 0.8416.
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 = "rs7672191" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_822188', 'SNP': 'rs7672191', 'effect_allele': 'C', 'effect_allele_frequency': 0.1584, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8416}]
general
Calculate, Select
Allele Frequency
Q2.148
Q2
What is the allele frequency of the SNP rs12662076 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 rs12662076 has an effect allele G frequency of 0.3452 and non-effect allele A frequency of 0.6548.
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 = "rs12662076" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_540424', 'SNP': 'rs12662076', 'effect_allele': 'G', 'effect_allele_frequency': 0.3451999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6548}]
general
Calculate, Select
Allele Frequency
Q2.1097
Q2
What is the allele frequency of the SNP rs4339604 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 rs4339604 has an effect allele A frequency of 0.0918 and non-effect allele G frequency of 0.9082.
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 = "rs4339604" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4230187', 'SNP': 'rs4339604', 'effect_allele': 'A', 'effect_allele_frequency': 0.0918, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9082}]
general
Calculate, Select
Allele Frequency
Q2.379
Q2
What is the allele frequency of the SNP rs337174 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 rs337174 has an effect allele A frequency of 0.1270 and non-effect allele G frequency of 0.8730.
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 = "rs337174" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1391907', 'SNP': 'rs337174', 'effect_allele': 'A', 'effect_allele_frequency': 0.127, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.873}]
general
Calculate, Select
Allele Frequency
Q2.1422
Q2
What is the allele frequency of the SNP rs73638012 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 rs73638012 has an effect allele G frequency of 0.2779 and non-effect allele C frequency of 0.7221.
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 = "rs73638012" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5503873', 'SNP': 'rs73638012', 'effect_allele': 'G', 'effect_allele_frequency': 0.2779, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7221}]
general
Calculate, Select
Allele Frequency
Q2.1152
Q2
What is the allele frequency of the SNP rs6832505 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 rs6832505 has an effect allele G frequency of 0.1193 and non-effect allele C frequency of 0.8807.
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 = "rs6832505" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4447391', 'SNP': 'rs6832505', 'effect_allele': 'G', 'effect_allele_frequency': 0.1192999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8807}]
general
Calculate, Select
Allele Frequency
Q2.1828
Q2
What is the allele frequency of the SNP rs4367307 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 rs4367307 has an effect allele A frequency of 0.4287 and non-effect allele G frequency of 0.5713.
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 = "rs4367307" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7105053', 'SNP': 'rs4367307', 'effect_allele': 'A', 'effect_allele_frequency': 0.4287, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5712999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1496
Q2
What is the allele frequency of the SNP rs117094588 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 rs117094588 has an effect allele G frequency of 0.0411 and non-effect allele A frequency of 0.9589.
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 = "rs117094588" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5745125', 'SNP': 'rs117094588', 'effect_allele': 'G', 'effect_allele_frequency': 0.0411, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9589}]
general
Calculate, Select
Allele Frequency
Q2.1602
Q2
What is the allele frequency of the SNP rs6949867 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 rs6949867 has an effect allele A frequency of 0.3478 and non-effect allele C frequency of 0.6522.
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 = "rs6949867" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6191204', 'SNP': 'rs6949867', 'effect_allele': 'A', 'effect_allele_frequency': 0.3478, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6522}]
general
Calculate, Select
Allele Frequency
Q2.1759
Q2
What is the allele frequency of the SNP rs7197059 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 rs7197059 has an effect allele T frequency of 0.4946 and non-effect allele C frequency of 0.5054.
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 = "rs7197059" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6872898', 'SNP': 'rs7197059', 'effect_allele': 'T', 'effect_allele_frequency': 0.4946, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5054000000000001}]
general
Calculate, Select
Allele Frequency
Q2.10
Q2
What is the allele frequency of the SNP rs79342585 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 rs79342585 has an effect allele A frequency of 0.0674 and non-effect allele C frequency of 0.9326.
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 = "rs79342585" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_29380', 'SNP': 'rs79342585', 'effect_allele': 'A', 'effect_allele_frequency': 0.0674, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9326}]
general
Calculate, Select
Allele Frequency
Q2.455
Q2
What is the allele frequency of the SNP rs35782326 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 rs35782326 has an effect allele C frequency of 0.0352 and non-effect allele T frequency of 0.9648.
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 = "rs35782326" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1614150', 'SNP': 'rs35782326', 'effect_allele': 'C', 'effect_allele_frequency': 0.0352, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9648}]
general
Calculate, Select
Allele Frequency
Q2.715
Q2
What is the allele frequency of the SNP rs6497099 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 rs6497099 has an effect allele C frequency of 0.4484 and non-effect allele A frequency of 0.5516.
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 = "rs6497099" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2745846', 'SNP': 'rs6497099', 'effect_allele': 'C', 'effect_allele_frequency': 0.4484, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5516}]
general
Calculate, Select
Allele Frequency
Q2.258
Q2
What is the allele frequency of the SNP rs34091263 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 rs34091263 has an effect allele G frequency of 0.0502 and non-effect allele A frequency of 0.9498.
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 = "rs34091263" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_971222', 'SNP': 'rs34091263', 'effect_allele': 'G', 'effect_allele_frequency': 0.0502, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9498}]
general
Calculate, Select
Allele Frequency
Q2.889
Q2
What is the allele frequency of the SNP rs12649555 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 rs12649555 has an effect allele A frequency of 0.3579 and non-effect allele T frequency of 0.6421.
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 = "rs12649555" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3421797', 'SNP': 'rs12649555', 'effect_allele': 'A', 'effect_allele_frequency': 0.3579, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6421}]
general
Calculate, Select
Allele Frequency
Q2.395
Q2
What is the allele frequency of the SNP rs146335996 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 rs146335996 has an effect allele A frequency of 0.0090 and non-effect allele T frequency of 0.9910.
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 = "rs146335996" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1458087', 'SNP': 'rs146335996', 'effect_allele': 'A', 'effect_allele_frequency': 0.009, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.991}]
general
Calculate, Select
Allele Frequency
Q2.916
Q2
What is the allele frequency of the SNP rs1906545 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 rs1906545 has an effect allele A frequency of 0.2254 and non-effect allele G frequency of 0.7746.
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 = "rs1906545" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3533498', 'SNP': 'rs1906545', 'effect_allele': 'A', 'effect_allele_frequency': 0.2254, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7746}]
general
Calculate, Select
Allele Frequency
Q2.932
Q2
What is the allele frequency of the SNP rs72987263 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 rs72987263 has an effect allele C frequency of 0.0577 and non-effect allele T frequency of 0.9423.
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 = "rs72987263" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3593361', 'SNP': 'rs72987263', 'effect_allele': 'C', 'effect_allele_frequency': 0.0576999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9423000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1704
Q2
What is the allele frequency of the SNP rs2831681 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 rs2831681 has an effect allele T frequency of 0.4726 and non-effect allele C frequency of 0.5274.
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 = "rs2831681" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6666291', 'SNP': 'rs2831681', 'effect_allele': 'T', 'effect_allele_frequency': 0.4726, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5274}]
general
Calculate, Select
Allele Frequency
Q2.1231
Q2
What is the allele frequency of the SNP rs117763003 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 rs117763003 has an effect allele T frequency of 0.0433 and non-effect allele G frequency of 0.9567.
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 = "rs117763003" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4786822', 'SNP': 'rs117763003', 'effect_allele': 'T', 'effect_allele_frequency': 0.0433, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9567}]
general
Calculate, Select
Allele Frequency
Q2.466
Q2
What is the allele frequency of the SNP rs643844 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 rs643844 has an effect allele G frequency of 0.4329 and non-effect allele T frequency of 0.5671.
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 = "rs643844" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1662294', 'SNP': 'rs643844', 'effect_allele': 'G', 'effect_allele_frequency': 0.4328999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5671000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1967
Q2
What is the allele frequency of the SNP rs117658444 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 rs117658444 has an effect allele C frequency of 0.0133 and non-effect allele G frequency of 0.9867.
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 = "rs117658444" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7680491', 'SNP': 'rs117658444', 'effect_allele': 'C', 'effect_allele_frequency': 0.0133, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9867}]
general
Calculate, Select
Allele Frequency
Q2.1178
Q2
What is the allele frequency of the SNP rs11045974 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 rs11045974 has an effect allele A frequency of 0.3246 and non-effect allele G frequency of 0.6754.
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 = "rs11045974" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4606426', 'SNP': 'rs11045974', 'effect_allele': 'A', 'effect_allele_frequency': 0.3246, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6754}]
general
Calculate, Select
Allele Frequency
Q2.967
Q2
What is the allele frequency of the SNP rs77615492 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 rs77615492 has an effect allele A frequency of 0.0057 and non-effect allele G frequency of 0.9943.
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 = "rs77615492" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3710420', 'SNP': 'rs77615492', 'effect_allele': 'A', 'effect_allele_frequency': 0.0057, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9943}]
general
Calculate, Select
Allele Frequency
Q2.507
Q2
What is the allele frequency of the SNP rs1039011 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 rs1039011 has an effect allele T frequency of 0.0567 and non-effect allele C frequency of 0.9433.
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 = "rs1039011" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1822170', 'SNP': 'rs1039011', 'effect_allele': 'T', 'effect_allele_frequency': 0.0567, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9433}]
general
Calculate, Select
Allele Frequency
Q2.746
Q2
What is the allele frequency of the SNP rs6507681 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 rs6507681 has an effect allele C frequency of 0.2487 and non-effect allele T frequency of 0.7513.
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 = "rs6507681" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2850499', 'SNP': 'rs6507681', 'effect_allele': 'C', 'effect_allele_frequency': 0.2487, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7513}]
general
Calculate, Select
Allele Frequency
Q2.1851
Q2
What is the allele frequency of the SNP rs7640460 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 rs7640460 has an effect allele G frequency of 0.1054 and non-effect allele A frequency of 0.8946.
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 = "rs7640460" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7199081', 'SNP': 'rs7640460', 'effect_allele': 'G', 'effect_allele_frequency': 0.1054, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8946000000000001}]
general
Calculate, Select
Allele Frequency
Q2.875
Q2
What is the allele frequency of the SNP rs62419363 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 rs62419363 has an effect allele C frequency of 0.1435 and non-effect allele T frequency of 0.8565.
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 = "rs62419363" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3388793', 'SNP': 'rs62419363', 'effect_allele': 'C', 'effect_allele_frequency': 0.1434999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8565}]
general
Calculate, Select
Allele Frequency
Q2.738
Q2
What is the allele frequency of the SNP rs1485647 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 rs1485647 has an effect allele G frequency of 0.1867 and non-effect allele A frequency of 0.8133.
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 = "rs1485647" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2818110', 'SNP': 'rs1485647', 'effect_allele': 'G', 'effect_allele_frequency': 0.1866999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8133000000000001}]
general
Calculate, Select
Allele Frequency
Q2.545
Q2
What is the allele frequency of the SNP rs149939475 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 rs149939475 has an effect allele G frequency of 0.3231 and non-effect allele A frequency of 0.6769.
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 = "rs149939475" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1984393', 'SNP': 'rs149939475', 'effect_allele': 'G', 'effect_allele_frequency': 0.3231, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6769000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1211
Q2
What is the allele frequency of the SNP rs6014998 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 rs6014998 has an effect allele A frequency of 0.1318 and non-effect allele G frequency of 0.8682.
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 = "rs6014998" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4710196', 'SNP': 'rs6014998', 'effect_allele': 'A', 'effect_allele_frequency': 0.1318, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8682}]
general
Calculate, Select
Allele Frequency
Q2.704
Q2
What is the allele frequency of the SNP rs113343738 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 rs113343738 has an effect allele A frequency of 0.0188 and non-effect allele G frequency of 0.9812.
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 = "rs113343738" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2701458', 'SNP': 'rs113343738', 'effect_allele': 'A', 'effect_allele_frequency': 0.0188, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9812}]
general
Calculate, Select
Allele Frequency
Q2.1394
Q2
What is the allele frequency of the SNP rs13008674 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 rs13008674 has an effect allele G frequency of 0.2365 and non-effect allele A frequency of 0.7635.
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 = "rs13008674" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5393649', 'SNP': 'rs13008674', 'effect_allele': 'G', 'effect_allele_frequency': 0.2365, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7635000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1783
Q2
What is the allele frequency of the SNP rs2174076 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 rs2174076 has an effect allele G frequency of 0.4654 and non-effect allele A frequency of 0.5346.
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 = "rs2174076" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6956812', 'SNP': 'rs2174076', 'effect_allele': 'G', 'effect_allele_frequency': 0.4654, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5346}]
general
Calculate, Select
Allele Frequency
Q2.1155
Q2
What is the allele frequency of the SNP rs7674462 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 rs7674462 has an effect allele A frequency of 0.2835 and non-effect allele G frequency of 0.7165.
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 = "rs7674462" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4460097', 'SNP': 'rs7674462', 'effect_allele': 'A', 'effect_allele_frequency': 0.2835, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7165}]
general
Calculate, Select
Allele Frequency
Q2.1040
Q2
What is the allele frequency of the SNP rs9611214 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 rs9611214 has an effect allele A frequency of 0.4330 and non-effect allele T frequency of 0.5670.
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 = "rs9611214" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4027721', 'SNP': 'rs9611214', 'effect_allele': 'A', 'effect_allele_frequency': 0.433, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.567}]
general
Calculate, Select
Allele Frequency
Q2.378
Q2
What is the allele frequency of the SNP rs6824146 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 rs6824146 has an effect allele G frequency of 0.3922 and non-effect allele C frequency of 0.6078.
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 = "rs6824146" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1387434', 'SNP': 'rs6824146', 'effect_allele': 'G', 'effect_allele_frequency': 0.3922, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6078}]
general
Calculate, Select
Allele Frequency
Q2.674
Q2
What is the allele frequency of the SNP rs143981044 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 rs143981044 has an effect allele C frequency of 0.0165 and non-effect allele T frequency of 0.9835.
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 = "rs143981044" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2567748', 'SNP': 'rs143981044', 'effect_allele': 'C', 'effect_allele_frequency': 0.0164999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9835000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1527
Q2
What is the allele frequency of the SNP rs11077406 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 rs11077406 has an effect allele G frequency of 0.2193 and non-effect allele A frequency of 0.7807.
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 = "rs11077406" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5886042', 'SNP': 'rs11077406', 'effect_allele': 'G', 'effect_allele_frequency': 0.2193, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7807}]
general
Calculate, Select
Allele Frequency
Q2.362
Q2
What is the allele frequency of the SNP rs72660846 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 rs72660846 has an effect allele A frequency of 0.0732 and non-effect allele C frequency of 0.9268.
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 = "rs72660846" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1318659', 'SNP': 'rs72660846', 'effect_allele': 'A', 'effect_allele_frequency': 0.0732, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9268}]
general
Calculate, Select
Allele Frequency
Q2.976
Q2
What is the allele frequency of the SNP rs6998356 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 rs6998356 has an effect allele A frequency of 0.0218 and non-effect allele G frequency of 0.9782.
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 = "rs6998356" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3743294', 'SNP': 'rs6998356', 'effect_allele': 'A', 'effect_allele_frequency': 0.0218, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9782}]
general
Calculate, Select
Allele Frequency
Q2.790
Q2
What is the allele frequency of the SNP rs2394735 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 rs2394735 has an effect allele G frequency of 0.1065 and non-effect allele A frequency of 0.8935.
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 = "rs2394735" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3031043', 'SNP': 'rs2394735', 'effect_allele': 'G', 'effect_allele_frequency': 0.1065, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8935}]
general
Calculate, Select
Allele Frequency
Q2.742
Q2
What is the allele frequency of the SNP rs2383509 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 rs2383509 has an effect allele T frequency of 0.1339 and non-effect allele C frequency of 0.8661.
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 = "rs2383509" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2838629', 'SNP': 'rs2383509', 'effect_allele': 'T', 'effect_allele_frequency': 0.1339, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8661}]
general
Calculate, Select
Allele Frequency
Q2.1044
Q2
What is the allele frequency of the SNP rs1501398 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 rs1501398 has an effect allele C frequency of 0.4943 and non-effect allele T frequency of 0.5057.
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 = "rs1501398" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4045125', 'SNP': 'rs1501398', 'effect_allele': 'C', 'effect_allele_frequency': 0.4942999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5057}]
general
Calculate, Select
Allele Frequency
Q2.979
Q2
What is the allele frequency of the SNP rs138204514 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 rs138204514 has an effect allele T frequency of 0.0268 and non-effect allele C frequency of 0.9732.
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 = "rs138204514" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3775700', 'SNP': 'rs138204514', 'effect_allele': 'T', 'effect_allele_frequency': 0.0268, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9732}]
general
Calculate, Select
Allele Frequency
Q2.1526
Q2
What is the allele frequency of the SNP rs60583885 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 rs60583885 has an effect allele T frequency of 0.0753 and non-effect allele C frequency of 0.9247.
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 = "rs60583885" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5882925', 'SNP': 'rs60583885', 'effect_allele': 'T', 'effect_allele_frequency': 0.0753, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9247}]
general
Calculate, Select
Allele Frequency
Q2.1488
Q2
What is the allele frequency of the SNP rs10108456 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 rs10108456 has an effect allele C frequency of 0.3677 and non-effect allele T frequency of 0.6323.
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 = "rs10108456" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5720998', 'SNP': 'rs10108456', 'effect_allele': 'C', 'effect_allele_frequency': 0.3677, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6323}]
general
Calculate, Select
Allele Frequency
Q2.1525
Q2
What is the allele frequency of the SNP rs112839786 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 rs112839786 has an effect allele G frequency of 0.0238 and non-effect allele A frequency of 0.9762.
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 = "rs112839786" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5876616', 'SNP': 'rs112839786', 'effect_allele': 'G', 'effect_allele_frequency': 0.0238, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9762}]
general
Calculate, Select
Allele Frequency
Q2.1492
Q2
What is the allele frequency of the SNP rs11614837 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 rs11614837 has an effect allele T frequency of 0.3369 and non-effect allele G frequency of 0.6631.
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 = "rs11614837" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5730575', 'SNP': 'rs11614837', 'effect_allele': 'T', 'effect_allele_frequency': 0.3369, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6631}]
general
Calculate, Select
Allele Frequency
Q2.1694
Q2
What is the allele frequency of the SNP rs2855962 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 rs2855962 has an effect allele G frequency of 0.2916 and non-effect allele A frequency of 0.7084.
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 = "rs2855962" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6632215', 'SNP': 'rs2855962', 'effect_allele': 'G', 'effect_allele_frequency': 0.2915999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7084000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1716
Q2
What is the allele frequency of the SNP rs9914039 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 rs9914039 has an effect allele C frequency of 0.0242 and non-effect allele T frequency of 0.9758.
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 = "rs9914039" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6697852', 'SNP': 'rs9914039', 'effect_allele': 'C', 'effect_allele_frequency': 0.0242, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9758}]
general
Calculate, Select
Allele Frequency
Q2.1246
Q2
What is the allele frequency of the SNP rs12127760 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 rs12127760 has an effect allele A frequency of 0.1042 and non-effect allele G frequency of 0.8958.
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 = "rs12127760" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4853307', 'SNP': 'rs12127760', 'effect_allele': 'A', 'effect_allele_frequency': 0.1042, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8958}]
general
Calculate, Select
Allele Frequency
Q2.892
Q2
What is the allele frequency of the SNP rs16922127 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 rs16922127 has an effect allele T frequency of 0.0676 and non-effect allele G frequency of 0.9324.
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 = "rs16922127" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3428230', 'SNP': 'rs16922127', 'effect_allele': 'T', 'effect_allele_frequency': 0.0676, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9324}]
general
Calculate, Select
Allele Frequency
Q2.82
Q2
What is the allele frequency of the SNP rs7317873 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 rs7317873 has an effect allele T frequency of 0.1585 and non-effect allele C frequency of 0.8415.
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 = "rs7317873" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_302345', 'SNP': 'rs7317873', 'effect_allele': 'T', 'effect_allele_frequency': 0.1585, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8415}]
general
Calculate, Select
Allele Frequency
Q2.1182
Q2
What is the allele frequency of the SNP rs10951512 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 rs10951512 has an effect allele C frequency of 0.0481 and non-effect allele T frequency of 0.9519.
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 = "rs10951512" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4622450', 'SNP': 'rs10951512', 'effect_allele': 'C', 'effect_allele_frequency': 0.0481, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9519}]
general
Calculate, Select
Allele Frequency
Q2.821
Q2
What is the allele frequency of the SNP rs117424980 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 rs117424980 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 = "rs117424980" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3165658', 'SNP': 'rs117424980', 'effect_allele': 'G', 'effect_allele_frequency': 0.0147, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9853}]
general
Calculate, Select
Allele Frequency
Q2.1283
Q2
What is the allele frequency of the SNP rs7005569 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 rs7005569 has an effect allele C frequency of 0.0553 and non-effect allele A frequency of 0.9447.
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 = "rs7005569" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5025145', 'SNP': 'rs7005569', 'effect_allele': 'C', 'effect_allele_frequency': 0.0553, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9447}]
general
Calculate, Select
Allele Frequency
Q2.678
Q2
What is the allele frequency of the SNP rs12463800 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 rs12463800 has an effect allele T frequency of 0.1754 and non-effect allele C frequency of 0.8246.
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 = "rs12463800" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2583742', 'SNP': 'rs12463800', 'effect_allele': 'T', 'effect_allele_frequency': 0.1754, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8246}]
general
Calculate, Select
Allele Frequency
Q2.1533
Q2
What is the allele frequency of the SNP rs112397622 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 rs112397622 has an effect allele C frequency of 0.1014 and non-effect allele T frequency of 0.8986.
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 = "rs112397622" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5904314', 'SNP': 'rs112397622', 'effect_allele': 'C', 'effect_allele_frequency': 0.1014, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8986}]
general
Calculate, Select
Allele Frequency
Q2.59
Q2
What is the allele frequency of the SNP rs181382283 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 rs181382283 has an effect allele C frequency of 0.0115 and non-effect allele A frequency of 0.9885.
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 = "rs181382283" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_220125', 'SNP': 'rs181382283', 'effect_allele': 'C', 'effect_allele_frequency': 0.0114999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9885000000000002}]
general
Calculate, Select
Allele Frequency
Q2.136
Q2
What is the allele frequency of the SNP rs4327677 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 rs4327677 has an effect allele C frequency of 0.4753 and non-effect allele T frequency of 0.5247.
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 = "rs4327677" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_490920', 'SNP': 'rs4327677', 'effect_allele': 'C', 'effect_allele_frequency': 0.4752999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5247000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1150
Q2
What is the allele frequency of the SNP rs76944534 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 rs76944534 has an effect allele T frequency of 0.0128 and non-effect allele C frequency of 0.9872.
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 = "rs76944534" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4441360', 'SNP': 'rs76944534', 'effect_allele': 'T', 'effect_allele_frequency': 0.0128, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9872}]
general
Calculate, Select
Allele Frequency
Q2.942
Q2
What is the allele frequency of the SNP rs116144913 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 rs116144913 has an effect allele T frequency of 0.0279 and non-effect allele C frequency of 0.9721.
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 = "rs116144913" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3626140', 'SNP': 'rs116144913', 'effect_allele': 'T', 'effect_allele_frequency': 0.0279, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9721}]
general
Calculate, Select
Allele Frequency