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.399
Q2
What is the allele frequency of the SNP rs60725605 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 rs60725605 has an effect allele T frequency of 0.0298 and non-effect allele C frequency of 0.9702.
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 = "rs60725605" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1470062', 'SNP': 'rs60725605', 'effect_allele': 'T', 'effect_allele_frequency': 0.0298, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9702}]
general
Calculate, Select
Allele Frequency
Q2.444
Q2
What is the allele frequency of the SNP rs73257754 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 rs73257754 has an effect allele G frequency of 0.0735 and non-effect allele A frequency of 0.9265.
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 = "rs73257754" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1580097', 'SNP': 'rs73257754', 'effect_allele': 'G', 'effect_allele_frequency': 0.0735, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9265}]
general
Calculate, Select
Allele Frequency
Q2.166
Q2
What is the allele frequency of the SNP rs73152516 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 rs73152516 has an effect allele T frequency of 0.0195 and non-effect allele C frequency of 0.9805.
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 = "rs73152516" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_612069', 'SNP': 'rs73152516', 'effect_allele': 'T', 'effect_allele_frequency': 0.0195, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9805}]
general
Calculate, Select
Allele Frequency
Q2.206
Q2
What is the allele frequency of the SNP rs13387930 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 rs13387930 has an effect allele G frequency of 0.3030 and non-effect allele A frequency of 0.6970.
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 = "rs13387930" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_772794', 'SNP': 'rs13387930', 'effect_allele': 'G', 'effect_allele_frequency': 0.303, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6970000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1571
Q2
What is the allele frequency of the SNP rs10256874 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 rs10256874 has an effect allele C frequency of 0.4207 and non-effect allele T frequency of 0.5793.
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 = "rs10256874" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6065222', 'SNP': 'rs10256874', 'effect_allele': 'C', 'effect_allele_frequency': 0.4206999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5793000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1641
Q2
What is the allele frequency of the SNP rs117822062 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 rs117822062 has an effect allele T frequency of 0.0133 and non-effect allele C 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 = "rs117822062" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6376400', 'SNP': 'rs117822062', 'effect_allele': 'T', 'effect_allele_frequency': 0.0133, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9867}]
general
Calculate, Select
Allele Frequency
Q2.1565
Q2
What is the allele frequency of the SNP rs1345812 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 rs1345812 has an effect allele C frequency of 0.2222 and non-effect allele T frequency of 0.7778.
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 = "rs1345812" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6043631', 'SNP': 'rs1345812', 'effect_allele': 'C', 'effect_allele_frequency': 0.2221999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7778}]
general
Calculate, Select
Allele Frequency
Q2.491
Q2
What is the allele frequency of the SNP rs17744407 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 rs17744407 has an effect allele C frequency of 0.1601 and non-effect allele T frequency of 0.8399.
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 = "rs17744407" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1748423', 'SNP': 'rs17744407', 'effect_allele': 'C', 'effect_allele_frequency': 0.1601, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8399}]
general
Calculate, Select
Allele Frequency
Q2.1966
Q2
What is the allele frequency of the SNP rs10481112 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 rs10481112 has an effect allele C frequency of 0.3243 and non-effect allele T frequency of 0.6757.
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 = "rs10481112" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7679090', 'SNP': 'rs10481112', 'effect_allele': 'C', 'effect_allele_frequency': 0.3243, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6757}]
general
Calculate, Select
Allele Frequency
Q2.1800
Q2
What is the allele frequency of the SNP rs77552574 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 rs77552574 has an effect allele A frequency of 0.0834 and non-effect allele G frequency of 0.9166.
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 = "rs77552574" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7002228', 'SNP': 'rs77552574', 'effect_allele': 'A', 'effect_allele_frequency': 0.0834, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9166}]
general
Calculate, Select
Allele Frequency
Q2.1330
Q2
What is the allele frequency of the SNP rs75488969 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 rs75488969 has an effect allele T frequency of 0.0978 and non-effect allele C frequency of 0.9022.
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 = "rs75488969" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5163569', 'SNP': 'rs75488969', 'effect_allele': 'T', 'effect_allele_frequency': 0.0978, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9022}]
general
Calculate, Select
Allele Frequency
Q2.285
Q2
What is the allele frequency of the SNP rs74720994 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 rs74720994 has an effect allele C frequency of 0.0282 and non-effect allele T frequency of 0.9718.
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 = "rs74720994" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1072237', 'SNP': 'rs74720994', 'effect_allele': 'C', 'effect_allele_frequency': 0.0282, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9718}]
general
Calculate, Select
Allele Frequency
Q2.1375
Q2
What is the allele frequency of the SNP rs34075286 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 rs34075286 has an effect allele C frequency of 0.3518 and non-effect allele A frequency of 0.6482.
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 = "rs34075286" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5323452', 'SNP': 'rs34075286', 'effect_allele': 'C', 'effect_allele_frequency': 0.3518, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6482}]
general
Calculate, Select
Allele Frequency
Q2.221
Q2
What is the allele frequency of the SNP rs117128736 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 rs117128736 has an effect allele A frequency of 0.0464 and non-effect allele G frequency of 0.9536.
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 = "rs117128736" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_817481', 'SNP': 'rs117128736', 'effect_allele': 'A', 'effect_allele_frequency': 0.0464, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9536}]
general
Calculate, Select
Allele Frequency
Q2.1931
Q2
What is the allele frequency of the SNP rs73053623 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 rs73053623 has an effect allele T frequency of 0.0310 and non-effect allele A frequency of 0.9690.
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 = "rs73053623" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7515087', 'SNP': 'rs73053623', 'effect_allele': 'T', 'effect_allele_frequency': 0.031, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.969}]
general
Calculate, Select
Allele Frequency
Q2.888
Q2
What is the allele frequency of the SNP rs12144968 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 rs12144968 has an effect allele T frequency of 0.1999 and non-effect allele C frequency of 0.8001.
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 = "rs12144968" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3418204', 'SNP': 'rs12144968', 'effect_allele': 'T', 'effect_allele_frequency': 0.1999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8001}]
general
Calculate, Select
Allele Frequency
Q2.1623
Q2
What is the allele frequency of the SNP rs144959359 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 rs144959359 has an effect allele A frequency of 0.0130 and non-effect allele G 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 = "rs144959359" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6318027', 'SNP': 'rs144959359', 'effect_allele': 'A', 'effect_allele_frequency': 0.013, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.987}]
general
Calculate, Select
Allele Frequency
Q2.701
Q2
What is the allele frequency of the SNP rs377092 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 rs377092 has an effect allele T frequency of 0.3002 and non-effect allele C frequency of 0.6998.
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 = "rs377092" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2694298', 'SNP': 'rs377092', 'effect_allele': 'T', 'effect_allele_frequency': 0.3002, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6998}]
general
Calculate, Select
Allele Frequency
Q2.61
Q2
What is the allele frequency of the SNP rs116991064 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 rs116991064 has an effect allele A frequency of 0.0450 and non-effect allele C frequency of 0.9550.
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 = "rs116991064" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_226581', 'SNP': 'rs116991064', 'effect_allele': 'A', 'effect_allele_frequency': 0.045, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.955}]
general
Calculate, Select
Allele Frequency
Q2.843
Q2
What is the allele frequency of the SNP rs73037676 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 rs73037676 has an effect allele G frequency of 0.1099 and non-effect allele A frequency of 0.8901.
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 = "rs73037676" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3250327', 'SNP': 'rs73037676', 'effect_allele': 'G', 'effect_allele_frequency': 0.1099, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8901}]
general
Calculate, Select
Allele Frequency
Q2.1356
Q2
What is the allele frequency of the SNP rs58074373 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 rs58074373 has an effect allele C frequency of 0.2110 and non-effect allele T frequency of 0.7890.
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 = "rs58074373" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5248019', 'SNP': 'rs58074373', 'effect_allele': 'C', 'effect_allele_frequency': 0.2109999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7890000000000001}]
general
Calculate, Select
Allele Frequency
Q2.76
Q2
What is the allele frequency of the SNP rs7686431 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 rs7686431 has an effect allele T frequency of 0.3879 and non-effect allele G frequency of 0.6121.
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 = "rs7686431" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_276857', 'SNP': 'rs7686431', 'effect_allele': 'T', 'effect_allele_frequency': 0.3879, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6121}]
general
Calculate, Select
Allele Frequency
Q2.165
Q2
What is the allele frequency of the SNP rs73046397 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 rs73046397 has an effect allele T frequency of 0.1771 and non-effect allele A frequency of 0.8229.
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 = "rs73046397" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_609469', 'SNP': 'rs73046397', 'effect_allele': 'T', 'effect_allele_frequency': 0.1771, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8229}]
general
Calculate, Select
Allele Frequency
Q2.576
Q2
What is the allele frequency of the SNP rs62139933 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 rs62139933 has an effect allele A frequency of 0.0765 and non-effect allele G frequency of 0.9235.
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 = "rs62139933" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2143343', 'SNP': 'rs62139933', 'effect_allele': 'A', 'effect_allele_frequency': 0.0765, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9235}]
general
Calculate, Select
Allele Frequency
Q2.959
Q2
What is the allele frequency of the SNP rs4332985 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 rs4332985 has an effect allele C frequency of 0.0129 and non-effect allele T frequency of 0.9871.
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 = "rs4332985" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3677190', 'SNP': 'rs4332985', 'effect_allele': 'C', 'effect_allele_frequency': 0.0129, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9871}]
general
Calculate, Select
Allele Frequency
Q2.1540
Q2
What is the allele frequency of the SNP rs77979683 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 rs77979683 has an effect allele G frequency of 0.0491 and non-effect allele A frequency of 0.9509.
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 = "rs77979683" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5930786', 'SNP': 'rs77979683', 'effect_allele': 'G', 'effect_allele_frequency': 0.0491, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9509}]
general
Calculate, Select
Allele Frequency
Q2.1046
Q2
What is the allele frequency of the SNP rs76105682 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 rs76105682 has an effect allele T frequency of 0.0367 and non-effect allele C frequency of 0.9633.
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 = "rs76105682" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4057337', 'SNP': 'rs76105682', 'effect_allele': 'T', 'effect_allele_frequency': 0.0367, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9633}]
general
Calculate, Select
Allele Frequency
Q2.1706
Q2
What is the allele frequency of the SNP rs114582822 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 rs114582822 has an effect allele G frequency of 0.0694 and non-effect allele T frequency of 0.9306.
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 = "rs114582822" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6672100', 'SNP': 'rs114582822', 'effect_allele': 'G', 'effect_allele_frequency': 0.0694, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9306}]
general
Calculate, Select
Allele Frequency
Q2.513
Q2
What is the allele frequency of the SNP rs17323393 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 rs17323393 has an effect allele A frequency of 0.2758 and non-effect allele G frequency of 0.7242.
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 = "rs17323393" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1844833', 'SNP': 'rs17323393', 'effect_allele': 'A', 'effect_allele_frequency': 0.2758, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7242}]
general
Calculate, Select
Allele Frequency
Q2.46
Q2
What is the allele frequency of the SNP rs2838357 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 rs2838357 has an effect allele G frequency of 0.1303 and non-effect allele A frequency of 0.8697.
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 = "rs2838357" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_142163', 'SNP': 'rs2838357', 'effect_allele': 'G', 'effect_allele_frequency': 0.1302999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8697000000000001}]
general
Calculate, Select
Allele Frequency
Q2.946
Q2
What is the allele frequency of the SNP rs61975589 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 rs61975589 has an effect allele C frequency of 0.3385 and non-effect allele A frequency of 0.6615.
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 = "rs61975589" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3641101', 'SNP': 'rs61975589', 'effect_allele': 'C', 'effect_allele_frequency': 0.3385, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6615}]
general
Calculate, Select
Allele Frequency
Q2.366
Q2
What is the allele frequency of the SNP rs149559735 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 rs149559735 has an effect allele A frequency of 0.0227 and non-effect allele C frequency of 0.9773.
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 = "rs149559735" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1343309', 'SNP': 'rs149559735', 'effect_allele': 'A', 'effect_allele_frequency': 0.0227, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9773}]
general
Calculate, Select
Allele Frequency
Q2.540
Q2
What is the allele frequency of the SNP rs742267 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 rs742267 has an effect allele A frequency of 0.2154 and non-effect allele T frequency of 0.7846.
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 = "rs742267" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1963155', 'SNP': 'rs742267', 'effect_allele': 'A', 'effect_allele_frequency': 0.2154, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7846}]
general
Calculate, Select
Allele Frequency
Q2.79
Q2
What is the allele frequency of the SNP rs9838306 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 rs9838306 has an effect allele A frequency of 0.3354 and non-effect allele C frequency of 0.6646.
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 = "rs9838306" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_293861', 'SNP': 'rs9838306', 'effect_allele': 'A', 'effect_allele_frequency': 0.3354, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6646000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1917
Q2
What is the allele frequency of the SNP rs6470509 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 rs6470509 has an effect allele G frequency of 0.3421 and non-effect allele A frequency of 0.6579.
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 = "rs6470509" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7451072', 'SNP': 'rs6470509', 'effect_allele': 'G', 'effect_allele_frequency': 0.3420999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6579000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1416
Q2
What is the allele frequency of the SNP rs181231303 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 rs181231303 has an effect allele A frequency of 0.0549 and non-effect allele G frequency of 0.9451.
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 = "rs181231303" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5473770', 'SNP': 'rs181231303', 'effect_allele': 'A', 'effect_allele_frequency': 0.0549, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9451}]
general
Calculate, Select
Allele Frequency
Q2.586
Q2
What is the allele frequency of the SNP rs797970 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 rs797970 has an effect allele G frequency of 0.4763 and non-effect allele A frequency of 0.5237.
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 = "rs797970" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2205518', 'SNP': 'rs797970', 'effect_allele': 'G', 'effect_allele_frequency': 0.4762999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5237}]
general
Calculate, Select
Allele Frequency
Q2.1795
Q2
What is the allele frequency of the SNP rs7332848 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 rs7332848 has an effect allele T frequency of 0.0861 and non-effect allele A frequency of 0.9139.
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 = "rs7332848" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6990937', 'SNP': 'rs7332848', 'effect_allele': 'T', 'effect_allele_frequency': 0.0860999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9139000000000002}]
general
Calculate, Select
Allele Frequency
Q2.771
Q2
What is the allele frequency of the SNP rs35212926 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 rs35212926 has an effect allele G frequency of 0.2821 and non-effect allele A frequency of 0.7179.
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 = "rs35212926" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2958955', 'SNP': 'rs35212926', 'effect_allele': 'G', 'effect_allele_frequency': 0.2821, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7179}]
general
Calculate, Select
Allele Frequency
Q2.371
Q2
What is the allele frequency of the SNP rs2742446 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 rs2742446 has an effect allele G frequency of 0.2156 and non-effect allele C frequency of 0.7844.
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 = "rs2742446" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1352281', 'SNP': 'rs2742446', 'effect_allele': 'G', 'effect_allele_frequency': 0.2156, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7844}]
general
Calculate, Select
Allele Frequency
Q2.809
Q2
What is the allele frequency of the SNP rs2809984 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 rs2809984 has an effect allele G frequency of 0.4317 and non-effect allele A frequency of 0.5683.
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 = "rs2809984" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3106784', 'SNP': 'rs2809984', 'effect_allele': 'G', 'effect_allele_frequency': 0.4317, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5683}]
general
Calculate, Select
Allele Frequency
Q2.31
Q2
What is the allele frequency of the SNP rs73719109 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 rs73719109 has an effect allele T frequency of 0.1520 and non-effect allele G frequency of 0.8480.
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 = "rs73719109" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_102060', 'SNP': 'rs73719109', 'effect_allele': 'T', 'effect_allele_frequency': 0.152, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.848}]
general
Calculate, Select
Allele Frequency
Q2.1960
Q2
What is the allele frequency of the SNP rs1090013 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 rs1090013 has an effect allele T frequency of 0.0284 and non-effect allele C frequency of 0.9716.
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 = "rs1090013" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7660614', 'SNP': 'rs1090013', 'effect_allele': 'T', 'effect_allele_frequency': 0.0284, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9716}]
general
Calculate, Select
Allele Frequency
Q2.1742
Q2
What is the allele frequency of the SNP rs4812245 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 rs4812245 has an effect allele C frequency of 0.1551 and non-effect allele T frequency of 0.8449.
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 = "rs4812245" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6808144', 'SNP': 'rs4812245', 'effect_allele': 'C', 'effect_allele_frequency': 0.1551, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8449}]
general
Calculate, Select
Allele Frequency
Q2.1577
Q2
What is the allele frequency of the SNP rs68063862 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 rs68063862 has an effect allele T frequency of 0.1519 and non-effect allele C frequency of 0.8481.
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 = "rs68063862" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6088634', 'SNP': 'rs68063862', 'effect_allele': 'T', 'effect_allele_frequency': 0.1519, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8481}]
general
Calculate, Select
Allele Frequency
Q2.794
Q2
What is the allele frequency of the SNP rs76519621 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 rs76519621 has an effect allele A frequency of 0.0300 and non-effect allele C frequency of 0.9700.
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 = "rs76519621" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3053234', 'SNP': 'rs76519621', 'effect_allele': 'A', 'effect_allele_frequency': 0.03, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.97}]
general
Calculate, Select
Allele Frequency
Q2.1249
Q2
What is the allele frequency of the SNP rs2602470 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 rs2602470 has an effect allele G frequency of 0.3389 and non-effect allele A frequency of 0.6611.
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 = "rs2602470" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4883425', 'SNP': 'rs2602470', 'effect_allele': 'G', 'effect_allele_frequency': 0.3389, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6611}]
general
Calculate, Select
Allele Frequency
Q2.501
Q2
What is the allele frequency of the SNP rs17466482 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 rs17466482 has an effect allele C frequency of 0.2442 and non-effect allele T frequency of 0.7558.
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 = "rs17466482" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1796066', 'SNP': 'rs17466482', 'effect_allele': 'C', 'effect_allele_frequency': 0.2441999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7558000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1551
Q2
What is the allele frequency of the SNP rs12255176 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 rs12255176 has an effect allele T frequency of 0.1082 and non-effect allele G frequency of 0.8918.
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 = "rs12255176" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5968065', 'SNP': 'rs12255176', 'effect_allele': 'T', 'effect_allele_frequency': 0.1082, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8918}]
general
Calculate, Select
Allele Frequency
Q2.1568
Q2
What is the allele frequency of the SNP rs73462775 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 rs73462775 has an effect allele T frequency of 0.0107 and non-effect allele C frequency of 0.9893.
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 = "rs73462775" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6048382', 'SNP': 'rs73462775', 'effect_allele': 'T', 'effect_allele_frequency': 0.0107, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9893}]
general
Calculate, Select
Allele Frequency
Q2.991
Q2
What is the allele frequency of the SNP rs7608519 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 rs7608519 has an effect allele G frequency of 0.1922 and non-effect allele A frequency of 0.8078.
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 = "rs7608519" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3830668', 'SNP': 'rs7608519', 'effect_allele': 'G', 'effect_allele_frequency': 0.1922, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8078}]
general
Calculate, Select
Allele Frequency
Q2.1574
Q2
What is the allele frequency of the SNP rs142336835 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 rs142336835 has an effect allele T frequency of 0.0305 and non-effect allele C frequency of 0.9695.
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 = "rs142336835" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6072553', 'SNP': 'rs142336835', 'effect_allele': 'T', 'effect_allele_frequency': 0.0305, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9695}]
general
Calculate, Select
Allele Frequency
Q2.45
Q2
What is the allele frequency of the SNP rs2489160 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 rs2489160 has an effect allele C frequency of 0.0424 and non-effect allele A frequency of 0.9576.
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 = "rs2489160" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_137549', 'SNP': 'rs2489160', 'effect_allele': 'C', 'effect_allele_frequency': 0.0423999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9576000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1608
Q2
What is the allele frequency of the SNP rs10851913 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 rs10851913 has an effect allele C frequency of 0.1831 and non-effect allele T frequency of 0.8169.
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 = "rs10851913" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6225251', 'SNP': 'rs10851913', 'effect_allele': 'C', 'effect_allele_frequency': 0.1831, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8169}]
general
Calculate, Select
Allele Frequency
Q2.171
Q2
What is the allele frequency of the SNP rs76794199 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 rs76794199 has an effect allele T frequency of 0.0668 and non-effect allele C frequency of 0.9332.
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 = "rs76794199" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_652498', 'SNP': 'rs76794199', 'effect_allele': 'T', 'effect_allele_frequency': 0.0668, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9332}]
general
Calculate, Select
Allele Frequency
Q2.307
Q2
What is the allele frequency of the SNP rs79338756 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 rs79338756 has an effect allele C frequency of 0.0431 and non-effect allele A frequency of 0.9569.
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 = "rs79338756" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1136128', 'SNP': 'rs79338756', 'effect_allele': 'C', 'effect_allele_frequency': 0.0431, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9569}]
general
Calculate, Select
Allele Frequency
Q2.1957
Q2
What is the allele frequency of the SNP rs13179672 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 rs13179672 has an effect allele G frequency of 0.4065 and non-effect allele A frequency of 0.5935.
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 = "rs13179672" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7643649', 'SNP': 'rs13179672', 'effect_allele': 'G', 'effect_allele_frequency': 0.4065, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5935}]
general
Calculate, Select
Allele Frequency
Q2.1105
Q2
What is the allele frequency of the SNP rs11665879 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 rs11665879 has an effect allele G frequency of 0.1988 and non-effect allele A frequency of 0.8012.
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 = "rs11665879" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4247248', 'SNP': 'rs11665879', 'effect_allele': 'G', 'effect_allele_frequency': 0.1987999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8012000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1925
Q2
What is the allele frequency of the SNP rs693201 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 rs693201 has an effect allele A frequency of 0.4459 and non-effect allele G frequency of 0.5541.
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 = "rs693201" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7475109', 'SNP': 'rs693201', 'effect_allele': 'A', 'effect_allele_frequency': 0.4459, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5541}]
general
Calculate, Select
Allele Frequency
Q2.1038
Q2
What is the allele frequency of the SNP rs149261894 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 rs149261894 has an effect allele G frequency of 0.0127 and non-effect allele A 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 = "rs149261894" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4018450', 'SNP': 'rs149261894', 'effect_allele': 'G', 'effect_allele_frequency': 0.0127, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9873}]
general
Calculate, Select
Allele Frequency
Q2.658
Q2
What is the allele frequency of the SNP rs12595205 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 rs12595205 has an effect allele G frequency of 0.0385 and non-effect allele C frequency of 0.9615.
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 = "rs12595205" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2504094', 'SNP': 'rs12595205', 'effect_allele': 'G', 'effect_allele_frequency': 0.0384999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9615000000000001}]
general
Calculate, Select
Allele Frequency
Q2.373
Q2
What is the allele frequency of the SNP rs73206123 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 rs73206123 has an effect allele C frequency of 0.0977 and non-effect allele G frequency of 0.9023.
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 = "rs73206123" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1356515', 'SNP': 'rs73206123', 'effect_allele': 'C', 'effect_allele_frequency': 0.0977, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9023}]
general
Calculate, Select
Allele Frequency
Q2.1661
Q2
What is the allele frequency of the SNP rs11923648 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 rs11923648 has an effect allele G frequency of 0.0253 and non-effect allele A frequency of 0.9747.
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 = "rs11923648" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6462536', 'SNP': 'rs11923648', 'effect_allele': 'G', 'effect_allele_frequency': 0.0252999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9747000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1513
Q2
What is the allele frequency of the SNP rs117018608 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 rs117018608 has an effect allele G frequency of 0.0438 and non-effect allele A frequency of 0.9562.
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 = "rs117018608" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5829562', 'SNP': 'rs117018608', 'effect_allele': 'G', 'effect_allele_frequency': 0.0437999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9562}]
general
Calculate, Select
Allele Frequency
Q2.778
Q2
What is the allele frequency of the SNP rs8014577 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 rs8014577 has an effect allele T frequency of 0.3062 and non-effect allele C frequency of 0.6938.
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 = "rs8014577" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2980464', 'SNP': 'rs8014577', 'effect_allele': 'T', 'effect_allele_frequency': 0.3062, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6938}]
general
Calculate, Select
Allele Frequency
Q2.328
Q2
What is the allele frequency of the SNP rs113331713 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 rs113331713 has an effect allele T frequency of 0.0362 and non-effect allele G frequency of 0.9638.
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 = "rs113331713" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1191093', 'SNP': 'rs113331713', 'effect_allele': 'T', 'effect_allele_frequency': 0.0362, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9638}]
general
Calculate, Select
Allele Frequency
Q2.1988
Q2
What is the allele frequency of the SNP rs75483225 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 rs75483225 has an effect allele A frequency of 0.0354 and non-effect allele T frequency of 0.9646.
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 = "rs75483225" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7730643', 'SNP': 'rs75483225', 'effect_allele': 'A', 'effect_allele_frequency': 0.0354, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9646}]
general
Calculate, Select
Allele Frequency
Q2.1924
Q2
What is the allele frequency of the SNP rs365820 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 rs365820 has an effect allele A frequency of 0.4927 and non-effect allele G frequency of 0.5073.
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 = "rs365820" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7474845', 'SNP': 'rs365820', 'effect_allele': 'A', 'effect_allele_frequency': 0.4927, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5073}]
general
Calculate, Select
Allele Frequency
Q2.931
Q2
What is the allele frequency of the SNP rs71513577 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 rs71513577 has an effect allele T frequency of 0.0278 and non-effect allele C frequency of 0.9722.
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 = "rs71513577" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3591406', 'SNP': 'rs71513577', 'effect_allele': 'T', 'effect_allele_frequency': 0.0278, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9722}]
general
Calculate, Select
Allele Frequency
Q2.188
Q2
What is the allele frequency of the SNP rs150899417 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 rs150899417 has an effect allele A frequency of 0.0623 and non-effect allele C frequency of 0.9377.
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 = "rs150899417" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_722563', 'SNP': 'rs150899417', 'effect_allele': 'A', 'effect_allele_frequency': 0.0623, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9377}]
general
Calculate, Select
Allele Frequency
Q2.1595
Q2
What is the allele frequency of the SNP rs17008768 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 rs17008768 has an effect allele G frequency of 0.4069 and non-effect allele A frequency of 0.5931.
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 = "rs17008768" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6156059', 'SNP': 'rs17008768', 'effect_allele': 'G', 'effect_allele_frequency': 0.4069, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5931}]
general
Calculate, Select
Allele Frequency
Q2.772
Q2
What is the allele frequency of the SNP rs2512207 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 rs2512207 has an effect allele A frequency of 0.4669 and non-effect allele G frequency of 0.5331.
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 = "rs2512207" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2962616', 'SNP': 'rs2512207', 'effect_allele': 'A', 'effect_allele_frequency': 0.4669, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5331}]
general
Calculate, Select
Allele Frequency
Q2.1203
Q2
What is the allele frequency of the SNP rs3005178 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 rs3005178 has an effect allele T frequency of 0.1506 and non-effect allele C frequency of 0.8494.
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 = "rs3005178" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4691191', 'SNP': 'rs3005178', 'effect_allele': 'T', 'effect_allele_frequency': 0.1506, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8493999999999999}]
general
Calculate, Select
Allele Frequency
Q2.500
Q2
What is the allele frequency of the SNP rs67974211 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 rs67974211 has an effect allele A frequency of 0.0601 and non-effect allele C frequency of 0.9399.
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 = "rs67974211" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1791481', 'SNP': 'rs67974211', 'effect_allele': 'A', 'effect_allele_frequency': 0.0601, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9399}]
general
Calculate, Select
Allele Frequency
Q2.1064
Q2
What is the allele frequency of the SNP rs115707275 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 rs115707275 has an effect allele G frequency of 0.1264 and non-effect allele C frequency of 0.8736.
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 = "rs115707275" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4095092', 'SNP': 'rs115707275', 'effect_allele': 'G', 'effect_allele_frequency': 0.1263999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8736000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1111
Q2
What is the allele frequency of the SNP rs146262462 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 rs146262462 has an effect allele T frequency of 0.0104 and non-effect allele C 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 = "rs146262462" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4261714', 'SNP': 'rs146262462', 'effect_allele': 'T', 'effect_allele_frequency': 0.0104, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9896}]
general
Calculate, Select
Allele Frequency
Q2.536
Q2
What is the allele frequency of the SNP rs75143049 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 rs75143049 has an effect allele G frequency of 0.0151 and non-effect allele A 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 = "rs75143049" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1948792', 'SNP': 'rs75143049', 'effect_allele': 'G', 'effect_allele_frequency': 0.0151, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9849}]
general
Calculate, Select
Allele Frequency
Q2.1601
Q2
What is the allele frequency of the SNP rs1541935 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 rs1541935 has an effect allele C frequency of 0.4238 and non-effect allele T frequency of 0.5762.
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 = "rs1541935" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6187851', 'SNP': 'rs1541935', 'effect_allele': 'C', 'effect_allele_frequency': 0.4237999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5762}]
general
Calculate, Select
Allele Frequency
Q2.752
Q2
What is the allele frequency of the SNP rs76060972 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 rs76060972 has an effect allele T frequency of 0.0391 and non-effect allele G frequency of 0.9609.
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 = "rs76060972" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2878808', 'SNP': 'rs76060972', 'effect_allele': 'T', 'effect_allele_frequency': 0.0391, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9609}]
general
Calculate, Select
Allele Frequency
Q2.1933
Q2
What is the allele frequency of the SNP rs148933173 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 rs148933173 has an effect allele G frequency of 0.0151 and non-effect allele T 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 = "rs148933173" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7533200', 'SNP': 'rs148933173', 'effect_allele': 'G', 'effect_allele_frequency': 0.0151, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9849}]
general
Calculate, Select
Allele Frequency
Q2.1367
Q2
What is the allele frequency of the SNP rs1428263 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 rs1428263 has an effect allele G frequency of 0.2728 and non-effect allele A frequency of 0.7272.
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 = "rs1428263" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5292425', 'SNP': 'rs1428263', 'effect_allele': 'G', 'effect_allele_frequency': 0.2728, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7272000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1444
Q2
What is the allele frequency of the SNP rs11811206 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 rs11811206 has an effect allele C frequency of 0.0661 and non-effect allele T frequency of 0.9339.
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 = "rs11811206" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5578739', 'SNP': 'rs11811206', 'effect_allele': 'C', 'effect_allele_frequency': 0.0661, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9339}]
general
Calculate, Select
Allele Frequency
Q2.178
Q2
What is the allele frequency of the SNP rs953855 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 rs953855 has an effect allele A frequency of 0.2185 and non-effect allele C frequency of 0.7815.
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 = "rs953855" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_667770', 'SNP': 'rs953855', 'effect_allele': 'A', 'effect_allele_frequency': 0.2185, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7815}]
general
Calculate, Select
Allele Frequency
Q2.470
Q2
What is the allele frequency of the SNP rs149516418 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 rs149516418 has an effect allele T frequency of 0.0128 and non-effect allele A 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 = "rs149516418" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1668161', 'SNP': 'rs149516418', 'effect_allele': 'T', 'effect_allele_frequency': 0.0128, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9872}]
general
Calculate, Select
Allele Frequency
Q2.1337
Q2
What is the allele frequency of the SNP rs10056732 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 rs10056732 has an effect allele T frequency of 0.0162 and non-effect allele C frequency of 0.9838.
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 = "rs10056732" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5182039', 'SNP': 'rs10056732', 'effect_allele': 'T', 'effect_allele_frequency': 0.0162, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9838}]
general
Calculate, Select
Allele Frequency
Q2.1611
Q2
What is the allele frequency of the SNP rs4269082 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 rs4269082 has an effect allele T frequency of 0.2515 and non-effect allele A frequency of 0.7485.
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 = "rs4269082" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6256914', 'SNP': 'rs4269082', 'effect_allele': 'T', 'effect_allele_frequency': 0.2514999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7485000000000002}]
general
Calculate, Select
Allele Frequency
Q2.126
Q2
What is the allele frequency of the SNP rs7572601 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 rs7572601 has an effect allele T frequency of 0.2421 and non-effect allele C frequency of 0.7579.
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 = "rs7572601" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_461090', 'SNP': 'rs7572601', 'effect_allele': 'T', 'effect_allele_frequency': 0.2421, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7579}]
general
Calculate, Select
Allele Frequency
Q2.355
Q2
What is the allele frequency of the SNP rs11733618 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 rs11733618 has an effect allele T frequency of 0.1972 and non-effect allele A frequency of 0.8028.
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 = "rs11733618" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1286089', 'SNP': 'rs11733618', 'effect_allele': 'T', 'effect_allele_frequency': 0.1972, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8028}]
general
Calculate, Select
Allele Frequency
Q2.388
Q2
What is the allele frequency of the SNP rs78618349 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 rs78618349 has an effect allele G frequency of 0.1209 and non-effect allele A frequency of 0.8791.
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 = "rs78618349" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1443876', 'SNP': 'rs78618349', 'effect_allele': 'G', 'effect_allele_frequency': 0.1209, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8791}]
general
Calculate, Select
Allele Frequency
Q2.1435
Q2
What is the allele frequency of the SNP rs3989950 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 rs3989950 has an effect allele C frequency of 0.0664 and non-effect allele T frequency of 0.9336.
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 = "rs3989950" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5542682', 'SNP': 'rs3989950', 'effect_allele': 'C', 'effect_allele_frequency': 0.0664, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9336}]
general
Calculate, Select
Allele Frequency
Q2.1007
Q2
What is the allele frequency of the SNP rs72919562 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 rs72919562 has an effect allele T frequency of 0.1569 and non-effect allele C frequency of 0.8431.
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 = "rs72919562" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3892877', 'SNP': 'rs72919562', 'effect_allele': 'T', 'effect_allele_frequency': 0.1569, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8431}]
general
Calculate, Select
Allele Frequency
Q2.894
Q2
What is the allele frequency of the SNP rs7998466 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 rs7998466 has an effect allele C frequency of 0.1242 and non-effect allele T frequency of 0.8758.
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 = "rs7998466" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3439766', 'SNP': 'rs7998466', 'effect_allele': 'C', 'effect_allele_frequency': 0.1241999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8758000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1495
Q2
What is the allele frequency of the SNP rs1516202 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 rs1516202 has an effect allele T frequency of 0.1279 and non-effect allele G frequency of 0.8721.
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 = "rs1516202" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5741450', 'SNP': 'rs1516202', 'effect_allele': 'T', 'effect_allele_frequency': 0.1279, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8721}]
general
Calculate, Select
Allele Frequency
Q2.335
Q2
What is the allele frequency of the SNP rs1847635 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 rs1847635 has an effect allele T frequency of 0.1875 and non-effect allele C frequency of 0.8125.
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 = "rs1847635" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1225925', 'SNP': 'rs1847635', 'effect_allele': 'T', 'effect_allele_frequency': 0.1875, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8125}]
general
Calculate, Select
Allele Frequency
Q2.975
Q2
What is the allele frequency of the SNP rs1632720 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 rs1632720 has an effect allele A frequency of 0.4512 and non-effect allele G frequency of 0.5488.
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 = "rs1632720" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3741036', 'SNP': 'rs1632720', 'effect_allele': 'A', 'effect_allele_frequency': 0.4512, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5488}]
general
Calculate, Select
Allele Frequency
Q2.197
Q2
What is the allele frequency of the SNP rs56055804 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 rs56055804 has an effect allele T frequency of 0.2682 and non-effect allele G frequency of 0.7318.
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 = "rs56055804" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_753058', 'SNP': 'rs56055804', 'effect_allele': 'T', 'effect_allele_frequency': 0.2682, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7318}]
general
Calculate, Select
Allele Frequency
Q2.520
Q2
What is the allele frequency of the SNP rs1054889 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 rs1054889 has an effect allele A frequency of 0.4716 and non-effect allele G frequency of 0.5284.
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 = "rs1054889" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1876028', 'SNP': 'rs1054889', 'effect_allele': 'A', 'effect_allele_frequency': 0.4716, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5284}]
general
Calculate, Select
Allele Frequency
Q2.459
Q2
What is the allele frequency of the SNP rs7226850 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 rs7226850 has an effect allele G frequency of 0.0789 and non-effect allele A frequency of 0.9211.
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 = "rs7226850" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1632061', 'SNP': 'rs7226850', 'effect_allele': 'G', 'effect_allele_frequency': 0.0788999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9211000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1714
Q2
What is the allele frequency of the SNP rs117902018 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 rs117902018 has an effect allele A frequency of 0.0301 and non-effect allele G frequency of 0.9699.
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 = "rs117902018" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6690222', 'SNP': 'rs117902018', 'effect_allele': 'A', 'effect_allele_frequency': 0.0301, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9699}]
general
Calculate, Select
Allele Frequency
Q2.326
Q2
What is the allele frequency of the SNP rs77639919 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 rs77639919 has an effect allele A frequency of 0.0212 and non-effect allele G frequency of 0.9788.
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 = "rs77639919" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1184581', 'SNP': 'rs77639919', 'effect_allele': 'A', 'effect_allele_frequency': 0.0212, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9788}]
general
Calculate, Select
Allele Frequency