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.1761
Q2
What is the allele frequency of the SNP rs117016929 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117016929 has an effect allele G frequency of 0.0178 and non-effect allele A frequency of 0.9822.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117016929" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6876803', 'SNP': 'rs117016929', 'effect_allele': 'G', 'effect_allele_frequency': 0.0178, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9822}]
general
Calculate, Select
Allele Frequency
Q2.1357
Q2
What is the allele frequency of the SNP rs1605709 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1605709 has an effect allele C frequency of 0.2589 and non-effect allele G frequency of 0.7411.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1605709" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5253309', 'SNP': 'rs1605709', 'effect_allele': 'C', 'effect_allele_frequency': 0.2589, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7411}]
general
Calculate, Select
Allele Frequency
Q2.1875
Q2
What is the allele frequency of the SNP rs56171625 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56171625 has an effect allele C frequency of 0.1805 and non-effect allele G frequency of 0.8195.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs56171625" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7282659', 'SNP': 'rs56171625', 'effect_allele': 'C', 'effect_allele_frequency': 0.1805, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8195}]
general
Calculate, Select
Allele Frequency
Q2.672
Q2
What is the allele frequency of the SNP rs10502723 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10502723 has an effect allele C frequency of 0.1642 and non-effect allele A frequency of 0.8358.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10502723" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2564233', 'SNP': 'rs10502723', 'effect_allele': 'C', 'effect_allele_frequency': 0.1642, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8358}]
general
Calculate, Select
Allele Frequency
Q2.369
Q2
What is the allele frequency of the SNP rs2505327 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2505327 has an effect allele A frequency of 0.3152 and non-effect allele G frequency of 0.6848.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2505327" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1349559', 'SNP': 'rs2505327', 'effect_allele': 'A', 'effect_allele_frequency': 0.3152, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6848000000000001}]
general
Calculate, Select
Allele Frequency
Q2.80
Q2
What is the allele frequency of the SNP rs2892698 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2892698 has an effect allele A frequency of 0.2588 and non-effect allele G frequency of 0.7412.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2892698" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_295972', 'SNP': 'rs2892698', 'effect_allele': 'A', 'effect_allele_frequency': 0.2588, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7412000000000001}]
general
Calculate, Select
Allele Frequency
Q2.28
Q2
What is the allele frequency of the SNP rs11766154 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11766154 has an effect allele T frequency of 0.0340 and non-effect allele C frequency of 0.9660.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11766154" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_90737', 'SNP': 'rs11766154', 'effect_allele': 'T', 'effect_allele_frequency': 0.034, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.966}]
general
Calculate, Select
Allele Frequency
Q2.1438
Q2
What is the allele frequency of the SNP rs11839206 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11839206 has an effect allele A frequency of 0.2616 and non-effect allele G frequency of 0.7384.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11839206" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5566262', 'SNP': 'rs11839206', 'effect_allele': 'A', 'effect_allele_frequency': 0.2616, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7384}]
general
Calculate, Select
Allele Frequency
Q2.531
Q2
What is the allele frequency of the SNP rs12921820 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12921820 has an effect allele T frequency of 0.3042 and non-effect allele C frequency of 0.6958.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12921820" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1924679', 'SNP': 'rs12921820', 'effect_allele': 'T', 'effect_allele_frequency': 0.3042, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6958}]
general
Calculate, Select
Allele Frequency
Q2.1836
Q2
What is the allele frequency of the SNP rs61049916 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61049916 has an effect allele G frequency of 0.0173 and non-effect allele A frequency of 0.9827.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs61049916" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7148054', 'SNP': 'rs61049916', 'effect_allele': 'G', 'effect_allele_frequency': 0.0172999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9827000000000001}]
general
Calculate, Select
Allele Frequency
Q2.56
Q2
What is the allele frequency of the SNP rs10124680 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10124680 has an effect allele T frequency of 0.4440 and non-effect allele C frequency of 0.5560.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10124680" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_200659', 'SNP': 'rs10124680', 'effect_allele': 'T', 'effect_allele_frequency': 0.444, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.556}]
general
Calculate, Select
Allele Frequency
Q2.645
Q2
What is the allele frequency of the SNP rs78637047 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78637047 has an effect allele T frequency of 0.0511 and non-effect allele C frequency of 0.9489.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs78637047" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2449624', 'SNP': 'rs78637047', 'effect_allele': 'T', 'effect_allele_frequency': 0.0511, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9489}]
general
Calculate, Select
Allele Frequency
Q2.306
Q2
What is the allele frequency of the SNP rs7191588 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7191588 has an effect allele G frequency of 0.2953 and non-effect allele A frequency of 0.7047.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7191588" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1133635', 'SNP': 'rs7191588', 'effect_allele': 'G', 'effect_allele_frequency': 0.2953, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7047}]
general
Calculate, Select
Allele Frequency
Q2.725
Q2
What is the allele frequency of the SNP rs146615612 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs146615612 has an effect allele T frequency of 0.0183 and non-effect allele C frequency of 0.9817.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs146615612" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2774829', 'SNP': 'rs146615612', 'effect_allele': 'T', 'effect_allele_frequency': 0.0183, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9817}]
general
Calculate, Select
Allele Frequency
Q2.631
Q2
What is the allele frequency of the SNP rs10737670 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10737670 has an effect allele G frequency of 0.3082 and non-effect allele A frequency of 0.6918.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10737670" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2368893', 'SNP': 'rs10737670', 'effect_allele': 'G', 'effect_allele_frequency': 0.3082, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6918}]
general
Calculate, Select
Allele Frequency
Q2.8
Q2
What is the allele frequency of the SNP rs73527656 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73527656 has an effect allele A frequency of 0.0324 and non-effect allele T frequency of 0.9676.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73527656" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_27722', 'SNP': 'rs73527656', 'effect_allele': 'A', 'effect_allele_frequency': 0.0324, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9676}]
general
Calculate, Select
Allele Frequency
Q2.810
Q2
What is the allele frequency of the SNP rs12921483 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12921483 has an effect allele T frequency of 0.2691 and non-effect allele G frequency of 0.7309.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12921483" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3114590', 'SNP': 'rs12921483', 'effect_allele': 'T', 'effect_allele_frequency': 0.2691, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7309}]
general
Calculate, Select
Allele Frequency
Q2.1058
Q2
What is the allele frequency of the SNP rs12661971 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12661971 has an effect allele A frequency of 0.1737 and non-effect allele G frequency of 0.8263.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12661971" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4077526', 'SNP': 'rs12661971', 'effect_allele': 'A', 'effect_allele_frequency': 0.1737, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8263}]
general
Calculate, Select
Allele Frequency
Q2.340
Q2
What is the allele frequency of the SNP rs233437 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs233437 has an effect allele G frequency of 0.1824 and non-effect allele A frequency of 0.8176.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs233437" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1243369', 'SNP': 'rs233437', 'effect_allele': 'G', 'effect_allele_frequency': 0.1824, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8176}]
general
Calculate, Select
Allele Frequency
Q2.48
Q2
What is the allele frequency of the SNP rs915534 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs915534 has an effect allele G frequency of 0.3800 and non-effect allele C frequency of 0.6200.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs915534" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_151215', 'SNP': 'rs915534', 'effect_allele': 'G', 'effect_allele_frequency': 0.38, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.62}]
general
Calculate, Select
Allele Frequency
Q2.1481
Q2
What is the allele frequency of the SNP rs36073188 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs36073188 has an effect allele G frequency of 0.3114 and non-effect allele A frequency of 0.6886.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs36073188" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5700261', 'SNP': 'rs36073188', 'effect_allele': 'G', 'effect_allele_frequency': 0.3114, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6886}]
general
Calculate, Select
Allele Frequency
Q2.109
Q2
What is the allele frequency of the SNP rs12637508 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12637508 has an effect allele T frequency of 0.0858 and non-effect allele A frequency of 0.9142.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12637508" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_414105', 'SNP': 'rs12637508', 'effect_allele': 'T', 'effect_allele_frequency': 0.0857999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9142000000000001}]
general
Calculate, Select
Allele Frequency
Q2.353
Q2
What is the allele frequency of the SNP rs11101605 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11101605 has an effect allele G frequency of 0.0328 and non-effect allele C frequency of 0.9672.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11101605" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1282947', 'SNP': 'rs11101605', 'effect_allele': 'G', 'effect_allele_frequency': 0.0328, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9672}]
general
Calculate, Select
Allele Frequency
Q2.241
Q2
What is the allele frequency of the SNP rs2683302 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2683302 has an effect allele C frequency of 0.3233 and non-effect allele G frequency of 0.6767.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2683302" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_897678', 'SNP': 'rs2683302', 'effect_allele': 'C', 'effect_allele_frequency': 0.3233, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6767000000000001}]
general
Calculate, Select
Allele Frequency
Q2.216
Q2
What is the allele frequency of the SNP rs10282017 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10282017 has an effect allele C frequency of 0.2582 and non-effect allele T frequency of 0.7418.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10282017" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_807406', 'SNP': 'rs10282017', 'effect_allele': 'C', 'effect_allele_frequency': 0.2582, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7418}]
general
Calculate, Select
Allele Frequency
Q2.1827
Q2
What is the allele frequency of the SNP rs17296210 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17296210 has an effect allele A frequency of 0.2998 and non-effect allele G frequency of 0.7002.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17296210" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7101232', 'SNP': 'rs17296210', 'effect_allele': 'A', 'effect_allele_frequency': 0.2998, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7001999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1138
Q2
What is the allele frequency of the SNP rs17779343 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17779343 has an effect allele T frequency of 0.0871 and non-effect allele C frequency of 0.9129.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17779343" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4367425', 'SNP': 'rs17779343', 'effect_allele': 'T', 'effect_allele_frequency': 0.0871, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9129}]
general
Calculate, Select
Allele Frequency
Q2.800
Q2
What is the allele frequency of the SNP rs1522700 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1522700 has an effect allele T frequency of 0.2915 and non-effect allele G frequency of 0.7085.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1522700" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3083474', 'SNP': 'rs1522700', 'effect_allele': 'T', 'effect_allele_frequency': 0.2915, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7085}]
general
Calculate, Select
Allele Frequency
Q2.1123
Q2
What is the allele frequency of the SNP rs7683331 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7683331 has an effect allele T frequency of 0.0299 and non-effect allele G frequency of 0.9701.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7683331" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4305689', 'SNP': 'rs7683331', 'effect_allele': 'T', 'effect_allele_frequency': 0.0299, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9701}]
general
Calculate, Select
Allele Frequency
Q2.1583
Q2
What is the allele frequency of the SNP rs2627246 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2627246 has an effect allele A frequency of 0.0474 and non-effect allele G frequency of 0.9526.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2627246" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6095916', 'SNP': 'rs2627246', 'effect_allele': 'A', 'effect_allele_frequency': 0.0474, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9526}]
general
Calculate, Select
Allele Frequency
Q2.1672
Q2
What is the allele frequency of the SNP rs12047320 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12047320 has an effect allele T frequency of 0.1917 and non-effect allele C frequency of 0.8083.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12047320" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6512851', 'SNP': 'rs12047320', 'effect_allele': 'T', 'effect_allele_frequency': 0.1917, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8083}]
general
Calculate, Select
Allele Frequency
Q2.529
Q2
What is the allele frequency of the SNP rs114946361 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114946361 has an effect allele C frequency of 0.0181 and non-effect allele T frequency of 0.9819.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs114946361" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1907304', 'SNP': 'rs114946361', 'effect_allele': 'C', 'effect_allele_frequency': 0.0181, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9819}]
general
Calculate, Select
Allele Frequency
Q2.235
Q2
What is the allele frequency of the SNP rs71484913 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs71484913 has an effect allele G frequency of 0.0152 and non-effect allele A frequency of 0.9848.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs71484913" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_866936', 'SNP': 'rs71484913', 'effect_allele': 'G', 'effect_allele_frequency': 0.0151999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9848000000000001}]
general
Calculate, Select
Allele Frequency
Q2.651
Q2
What is the allele frequency of the SNP rs112800066 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112800066 has an effect allele T frequency of 0.0199 and non-effect allele C frequency of 0.9801.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112800066" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2464731', 'SNP': 'rs112800066', 'effect_allele': 'T', 'effect_allele_frequency': 0.0199, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9801}]
general
Calculate, Select
Allele Frequency
Q2.1509
Q2
What is the allele frequency of the SNP rs3810062 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3810062 has an effect allele G frequency of 0.0685 and non-effect allele C frequency of 0.9315.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs3810062" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5826532', 'SNP': 'rs3810062', 'effect_allele': 'G', 'effect_allele_frequency': 0.0685, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9315}]
general
Calculate, Select
Allele Frequency
Q2.539
Q2
What is the allele frequency of the SNP rs117851581 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117851581 has an effect allele G frequency of 0.0324 and non-effect allele A frequency of 0.9676.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117851581" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1961734', 'SNP': 'rs117851581', 'effect_allele': 'G', 'effect_allele_frequency': 0.0323999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9676000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1753
Q2
What is the allele frequency of the SNP rs2814712 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2814712 has an effect allele C frequency of 0.4699 and non-effect allele A frequency of 0.5301.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2814712" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6852861', 'SNP': 'rs2814712', 'effect_allele': 'C', 'effect_allele_frequency': 0.4699, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5301}]
general
Calculate, Select
Allele Frequency
Q2.610
Q2
What is the allele frequency of the SNP rs435054 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs435054 has an effect allele C frequency of 0.3172 and non-effect allele G frequency of 0.6828.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs435054" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2276999', 'SNP': 'rs435054', 'effect_allele': 'C', 'effect_allele_frequency': 0.3172, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6828000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1780
Q2
What is the allele frequency of the SNP rs1705411 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1705411 has an effect allele T 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 = "rs1705411" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6943366', 'SNP': 'rs1705411', 'effect_allele': 'T', 'effect_allele_frequency': 0.2193, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7807}]
general
Calculate, Select
Allele Frequency
Q2.1083
Q2
What is the allele frequency of the SNP rs139457012 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139457012 has an effect allele C frequency of 0.0155 and non-effect allele A frequency of 0.9845.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs139457012" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4180472', 'SNP': 'rs139457012', 'effect_allele': 'C', 'effect_allele_frequency': 0.0154999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9845000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1407
Q2
What is the allele frequency of the SNP rs137481 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs137481 has an effect allele C frequency of 0.0538 and non-effect allele T frequency of 0.9462.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs137481" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5444280', 'SNP': 'rs137481', 'effect_allele': 'C', 'effect_allele_frequency': 0.0537999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9462000000000002}]
general
Calculate, Select
Allele Frequency
Q2.62
Q2
What is the allele frequency of the SNP rs4350391 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4350391 has an effect allele G frequency of 0.0587 and non-effect allele C frequency of 0.9413.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4350391" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_238486', 'SNP': 'rs4350391', 'effect_allele': 'G', 'effect_allele_frequency': 0.0586999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9413000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1643
Q2
What is the allele frequency of the SNP rs72646269 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72646269 has an effect allele A frequency of 0.0230 and non-effect allele G frequency of 0.9770.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72646269" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6388335', 'SNP': 'rs72646269', 'effect_allele': 'A', 'effect_allele_frequency': 0.023, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.977}]
general
Calculate, Select
Allele Frequency
Q2.95
Q2
What is the allele frequency of the SNP rs12000388 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12000388 has an effect allele T frequency of 0.0719 and non-effect allele C frequency of 0.9281.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12000388" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_353879', 'SNP': 'rs12000388', 'effect_allele': 'T', 'effect_allele_frequency': 0.0719, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9281}]
general
Calculate, Select
Allele Frequency
Q2.673
Q2
What is the allele frequency of the SNP rs2415092 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2415092 has an effect allele C frequency of 0.2000 and non-effect allele T frequency of 0.8000.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2415092" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2565661', 'SNP': 'rs2415092', 'effect_allele': 'C', 'effect_allele_frequency': 0.1999999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8}]
general
Calculate, Select
Allele Frequency
Q2.284
Q2
What is the allele frequency of the SNP rs117103023 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117103023 has an effect allele T frequency of 0.0081 and non-effect allele C frequency of 0.9919.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117103023" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1067437', 'SNP': 'rs117103023', 'effect_allele': 'T', 'effect_allele_frequency': 0.0081, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9919}]
general
Calculate, Select
Allele Frequency
Q2.1796
Q2
What is the allele frequency of the SNP rs1056737 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1056737 has an effect allele C frequency of 0.3261 and non-effect allele T frequency of 0.6739.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1056737" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6998162', 'SNP': 'rs1056737', 'effect_allele': 'C', 'effect_allele_frequency': 0.3260999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6739000000000002}]
general
Calculate, Select
Allele Frequency
Q2.364
Q2
What is the allele frequency of the SNP rs867366 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs867366 has an effect allele C frequency of 0.3952 and non-effect allele T frequency of 0.6048.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs867366" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1332262', 'SNP': 'rs867366', 'effect_allele': 'C', 'effect_allele_frequency': 0.3952, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6048}]
general
Calculate, Select
Allele Frequency
Q2.1468
Q2
What is the allele frequency of the SNP rs138370434 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs138370434 has an effect allele A frequency of 0.0494 and non-effect allele T frequency of 0.9506.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs138370434" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5665713', 'SNP': 'rs138370434', 'effect_allele': 'A', 'effect_allele_frequency': 0.0494, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9506}]
general
Calculate, Select
Allele Frequency
Q2.1169
Q2
What is the allele frequency of the SNP rs11063721 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11063721 has an effect allele T frequency of 0.3988 and non-effect allele C frequency of 0.6012.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs11063721" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4570827', 'SNP': 'rs11063721', 'effect_allele': 'T', 'effect_allele_frequency': 0.3988, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6012}]
general
Calculate, Select
Allele Frequency
Q2.854
Q2
What is the allele frequency of the SNP rs112065527 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112065527 has an effect allele A 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 = "rs112065527" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3310326', 'SNP': 'rs112065527', 'effect_allele': 'A', 'effect_allele_frequency': 0.0195, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9805}]
general
Calculate, Select
Allele Frequency
Q2.1379
Q2
What is the allele frequency of the SNP rs12655995 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12655995 has an effect allele T frequency of 0.3409 and non-effect allele C frequency of 0.6591.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12655995" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5344261', 'SNP': 'rs12655995', 'effect_allele': 'T', 'effect_allele_frequency': 0.3409, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6591}]
general
Calculate, Select
Allele Frequency
Q2.113
Q2
What is the allele frequency of the SNP rs62215800 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62215800 has an effect allele T frequency of 0.0336 and non-effect allele C frequency of 0.9664.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62215800" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_427781', 'SNP': 'rs62215800', 'effect_allele': 'T', 'effect_allele_frequency': 0.0336, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9664}]
general
Calculate, Select
Allele Frequency
Q2.43
Q2
What is the allele frequency of the SNP rs17398479 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17398479 has an effect allele G frequency of 0.2047 and non-effect allele A frequency of 0.7953.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17398479" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_135452', 'SNP': 'rs17398479', 'effect_allele': 'G', 'effect_allele_frequency': 0.2047, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7953}]
general
Calculate, Select
Allele Frequency
Q2.128
Q2
What is the allele frequency of the SNP rs114812261 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114812261 has an effect allele C frequency of 0.0195 and non-effect allele T 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 = "rs114812261" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_471193', 'SNP': 'rs114812261', 'effect_allele': 'C', 'effect_allele_frequency': 0.0194999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9805000000000001}]
general
Calculate, Select
Allele Frequency
Q2.207
Q2
What is the allele frequency of the SNP rs1973386 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1973386 has an effect allele C frequency of 0.4685 and non-effect allele T frequency of 0.5315.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1973386" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_772993', 'SNP': 'rs1973386', 'effect_allele': 'C', 'effect_allele_frequency': 0.4685, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5315}]
general
Calculate, Select
Allele Frequency
Q2.53
Q2
What is the allele frequency of the SNP rs35072063 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35072063 has an effect allele G frequency of 0.1555 and non-effect allele A frequency of 0.8445.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs35072063" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_185559', 'SNP': 'rs35072063', 'effect_allele': 'G', 'effect_allele_frequency': 0.1554999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8445000000000001}]
general
Calculate, Select
Allele Frequency
Q2.551
Q2
What is the allele frequency of the SNP rs6829673 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6829673 has an effect allele C frequency of 0.0285 and non-effect allele T 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 = "rs6829673" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2007803', 'SNP': 'rs6829673', 'effect_allele': 'C', 'effect_allele_frequency': 0.0284999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9715000000000001}]
general
Calculate, Select
Allele Frequency
Q2.71
Q2
What is the allele frequency of the SNP rs16865577 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16865577 has an effect allele A frequency of 0.1690 and non-effect allele G frequency of 0.8310.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs16865577" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_269597', 'SNP': 'rs16865577', 'effect_allele': 'A', 'effect_allele_frequency': 0.169, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.831}]
general
Calculate, Select
Allele Frequency
Q2.1816
Q2
What is the allele frequency of the SNP rs7558576 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7558576 has an effect allele T frequency of 0.1640 and non-effect allele C frequency of 0.8360.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7558576" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7056581', 'SNP': 'rs7558576', 'effect_allele': 'T', 'effect_allele_frequency': 0.164, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.836}]
general
Calculate, Select
Allele Frequency
Q2.1745
Q2
What is the allele frequency of the SNP rs7683140 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7683140 has an effect allele G frequency of 0.3066 and non-effect allele A frequency of 0.6934.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7683140" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6821288', 'SNP': 'rs7683140', 'effect_allele': 'G', 'effect_allele_frequency': 0.3066, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6934}]
general
Calculate, Select
Allele Frequency
Q2.186
Q2
What is the allele frequency of the SNP rs12294505 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12294505 has an effect allele C frequency of 0.0402 and non-effect allele G frequency of 0.9598.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12294505" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_716794', 'SNP': 'rs12294505', 'effect_allele': 'C', 'effect_allele_frequency': 0.0402, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9598}]
general
Calculate, Select
Allele Frequency
Q2.140
Q2
What is the allele frequency of the SNP rs59810418 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59810418 has an effect allele C frequency of 0.0235 and non-effect allele G frequency of 0.9765.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs59810418" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_503297', 'SNP': 'rs59810418', 'effect_allele': 'C', 'effect_allele_frequency': 0.0235, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9765}]
general
Calculate, Select
Allele Frequency
Q2.907
Q2
What is the allele frequency of the SNP rs2929312 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2929312 has an effect allele G frequency of 0.2167 and non-effect allele A frequency of 0.7833.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2929312" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3504609', 'SNP': 'rs2929312', 'effect_allele': 'G', 'effect_allele_frequency': 0.2167, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7833}]
general
Calculate, Select
Allele Frequency
Q2.803
Q2
What is the allele frequency of the SNP rs1787217 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1787217 has an effect allele C frequency of 0.2750 and non-effect allele T frequency of 0.7250.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1787217" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3092156', 'SNP': 'rs1787217', 'effect_allele': 'C', 'effect_allele_frequency': 0.275, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.725}]
general
Calculate, Select
Allele Frequency
Q2.135
Q2
What is the allele frequency of the SNP rs35835933 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35835933 has an effect allele T frequency of 0.3600 and non-effect allele C frequency of 0.6400.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs35835933" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_485563', 'SNP': 'rs35835933', 'effect_allele': 'T', 'effect_allele_frequency': 0.36, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.64}]
general
Calculate, Select
Allele Frequency
Q2.83
Q2
What is the allele frequency of the SNP rs62209222 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62209222 has an effect allele C frequency of 0.0124 and non-effect allele T frequency of 0.9876.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs62209222" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_304185', 'SNP': 'rs62209222', 'effect_allele': 'C', 'effect_allele_frequency': 0.0123999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9876000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1541
Q2
What is the allele frequency of the SNP rs76116391 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76116391 has an effect allele G frequency of 0.0853 and non-effect allele C frequency of 0.9147.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs76116391" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5932880', 'SNP': 'rs76116391', 'effect_allele': 'G', 'effect_allele_frequency': 0.0853, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9147}]
general
Calculate, Select
Allele Frequency
Q2.547
Q2
What is the allele frequency of the SNP rs12051136 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12051136 has an effect allele G frequency of 0.4155 and non-effect allele T frequency of 0.5845.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12051136" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1988696', 'SNP': 'rs12051136', 'effect_allele': 'G', 'effect_allele_frequency': 0.4155, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5845}]
general
Calculate, Select
Allele Frequency
Q2.1596
Q2
What is the allele frequency of the SNP rs56347734 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56347734 has an effect allele G frequency of 0.3534 and non-effect allele T frequency of 0.6466.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs56347734" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6159962', 'SNP': 'rs56347734', 'effect_allele': 'G', 'effect_allele_frequency': 0.3534, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6466000000000001}]
general
Calculate, Select
Allele Frequency
Q2.992
Q2
What is the allele frequency of the SNP rs1506882 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1506882 has an effect allele G frequency of 0.4286 and non-effect allele A frequency of 0.5714.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1506882" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3833311', 'SNP': 'rs1506882', 'effect_allele': 'G', 'effect_allele_frequency': 0.4286, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5714}]
general
Calculate, Select
Allele Frequency
Q2.168
Q2
What is the allele frequency of the SNP rs2273741 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2273741 has an effect allele T frequency of 0.2992 and non-effect allele C frequency of 0.7008.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2273741" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_634780', 'SNP': 'rs2273741', 'effect_allele': 'T', 'effect_allele_frequency': 0.2992, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7008}]
general
Calculate, Select
Allele Frequency
Q2.251
Q2
What is the allele frequency of the SNP rs4672082 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4672082 has an effect allele G frequency of 0.4335 and non-effect allele A frequency of 0.5665.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4672082" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_933281', 'SNP': 'rs4672082', 'effect_allele': 'G', 'effect_allele_frequency': 0.4335, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5665}]
general
Calculate, Select
Allele Frequency
Q2.452
Q2
What is the allele frequency of the SNP rs73693136 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73693136 has an effect allele A frequency of 0.0244 and non-effect allele G frequency of 0.9756.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73693136" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1601963', 'SNP': 'rs73693136', 'effect_allele': 'A', 'effect_allele_frequency': 0.0244, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9756}]
general
Calculate, Select
Allele Frequency
Q2.1148
Q2
What is the allele frequency of the SNP rs2843782 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2843782 has an effect allele A frequency of 0.2323 and non-effect allele T frequency of 0.7677.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2843782" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4435226', 'SNP': 'rs2843782', 'effect_allele': 'A', 'effect_allele_frequency': 0.2323, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7677}]
general
Calculate, Select
Allele Frequency
Q2.865
Q2
What is the allele frequency of the SNP rs4072298 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4072298 has an effect allele T frequency of 0.1514 and non-effect allele C frequency of 0.8486.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4072298" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3355683', 'SNP': 'rs4072298', 'effect_allele': 'T', 'effect_allele_frequency': 0.1514, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8486}]
general
Calculate, Select
Allele Frequency
Q2.1233
Q2
What is the allele frequency of the SNP rs74698907 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74698907 has an effect allele T frequency of 0.1561 and non-effect allele A frequency of 0.8439.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs74698907" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4791305', 'SNP': 'rs74698907', 'effect_allele': 'T', 'effect_allele_frequency': 0.1561, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8439}]
general
Calculate, Select
Allele Frequency
Q2.100
Q2
What is the allele frequency of the SNP rs6503048 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6503048 has an effect allele T frequency of 0.0726 and non-effect allele C frequency of 0.9274.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6503048" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_364515', 'SNP': 'rs6503048', 'effect_allele': 'T', 'effect_allele_frequency': 0.0726, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9274}]
general
Calculate, Select
Allele Frequency
Q2.1974
Q2
What is the allele frequency of the SNP rs73460128 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73460128 has an effect allele T frequency of 0.0612 and non-effect allele A frequency of 0.9388.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73460128" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7703253', 'SNP': 'rs73460128', 'effect_allele': 'T', 'effect_allele_frequency': 0.0612, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9388}]
general
Calculate, Select
Allele Frequency
Q2.744
Q2
What is the allele frequency of the SNP rs7990742 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7990742 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 = "rs7990742" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2842808', 'SNP': 'rs7990742', 'effect_allele': 'T', 'effect_allele_frequency': 0.0284, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9716}]
general
Calculate, Select
Allele Frequency
Q2.1252
Q2
What is the allele frequency of the SNP rs12709088 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12709088 has an effect allele A frequency of 0.1911 and non-effect allele T frequency of 0.8089.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12709088" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4889630', 'SNP': 'rs12709088', 'effect_allele': 'A', 'effect_allele_frequency': 0.1911, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8089}]
general
Calculate, Select
Allele Frequency
Q2.105
Q2
What is the allele frequency of the SNP rs9925644 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9925644 has an effect allele C frequency of 0.3783 and non-effect allele G frequency of 0.6217.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9925644" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_398095', 'SNP': 'rs9925644', 'effect_allele': 'C', 'effect_allele_frequency': 0.3783, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6216999999999999}]
general
Calculate, Select
Allele Frequency
Q2.440
Q2
What is the allele frequency of the SNP rs56224002 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56224002 has an effect allele C frequency of 0.0462 and non-effect allele T frequency of 0.9538.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs56224002" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1572161', 'SNP': 'rs56224002', 'effect_allele': 'C', 'effect_allele_frequency': 0.0462, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9538}]
general
Calculate, Select
Allele Frequency
Q2.77
Q2
What is the allele frequency of the SNP rs723616 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs723616 has an effect allele T frequency of 0.0822 and non-effect allele G frequency of 0.9178.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs723616" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_281124', 'SNP': 'rs723616', 'effect_allele': 'T', 'effect_allele_frequency': 0.0822, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9178}]
general
Calculate, Select
Allele Frequency
Q2.1793
Q2
What is the allele frequency of the SNP rs7792449 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7792449 has an effect allele G frequency of 0.3212 and non-effect allele A frequency of 0.6788.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7792449" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6990530', 'SNP': 'rs7792449', 'effect_allele': 'G', 'effect_allele_frequency': 0.3212, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6788000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1462
Q2
What is the allele frequency of the SNP rs6787217 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6787217 has an effect allele C frequency of 0.3619 and non-effect allele T frequency of 0.6381.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6787217" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5644732', 'SNP': 'rs6787217', 'effect_allele': 'C', 'effect_allele_frequency': 0.3619, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6381}]
general
Calculate, Select
Allele Frequency
Q2.926
Q2
What is the allele frequency of the SNP rs7981996 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7981996 has an effect allele T frequency of 0.0228 and non-effect allele C frequency of 0.9772.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7981996" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3561059', 'SNP': 'rs7981996', 'effect_allele': 'T', 'effect_allele_frequency': 0.0228, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9772}]
general
Calculate, Select
Allele Frequency
Q2.1712
Q2
What is the allele frequency of the SNP rs79354422 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79354422 has an effect allele A frequency of 0.0166 and non-effect allele T frequency of 0.9834.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs79354422" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6683485', 'SNP': 'rs79354422', 'effect_allele': 'A', 'effect_allele_frequency': 0.0166, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9834}]
general
Calculate, Select
Allele Frequency
Q2.1671
Q2
What is the allele frequency of the SNP rs117651012 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117651012 has an effect allele C frequency of 0.0823 and non-effect allele T frequency of 0.9177.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117651012" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6505060', 'SNP': 'rs117651012', 'effect_allele': 'C', 'effect_allele_frequency': 0.0823, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9177}]
general
Calculate, Select
Allele Frequency
Q2.1621
Q2
What is the allele frequency of the SNP rs150931923 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150931923 has an effect allele C frequency of 0.0166 and non-effect allele G frequency of 0.9834.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs150931923" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6298166', 'SNP': 'rs150931923', 'effect_allele': 'C', 'effect_allele_frequency': 0.0166, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9834}]
general
Calculate, Select
Allele Frequency
Q2.769
Q2
What is the allele frequency of the SNP rs113635295 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113635295 has an effect allele T frequency of 0.0159 and non-effect allele C frequency of 0.9841.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs113635295" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2948820', 'SNP': 'rs113635295', 'effect_allele': 'T', 'effect_allele_frequency': 0.0159, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9841}]
general
Calculate, Select
Allele Frequency
Q2.998
Q2
What is the allele frequency of the SNP rs12480530 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12480530 has an effect allele G frequency of 0.0264 and non-effect allele C frequency of 0.9736.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12480530" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3860117', 'SNP': 'rs12480530', 'effect_allele': 'G', 'effect_allele_frequency': 0.0263999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9736000000000001}]
general
Calculate, Select
Allele Frequency
Q2.394
Q2
What is the allele frequency of the SNP rs2174934 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2174934 has an effect allele C frequency of 0.3426 and non-effect allele T frequency of 0.6574.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2174934" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1457487', 'SNP': 'rs2174934', 'effect_allele': 'C', 'effect_allele_frequency': 0.3426, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6574}]
general
Calculate, Select
Allele Frequency
Q2.238
Q2
What is the allele frequency of the SNP rs9470701 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9470701 has an effect allele T frequency of 0.3805 and non-effect allele C frequency of 0.6195.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9470701" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_879615', 'SNP': 'rs9470701', 'effect_allele': 'T', 'effect_allele_frequency': 0.3805, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6194999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1508
Q2
What is the allele frequency of the SNP rs9457306 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9457306 has an effect allele C frequency of 0.4149 and non-effect allele G frequency of 0.5851.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9457306" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5801725', 'SNP': 'rs9457306', 'effect_allele': 'C', 'effect_allele_frequency': 0.4149, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5851}]
general
Calculate, Select
Allele Frequency
Q2.270
Q2
What is the allele frequency of the SNP rs16953291 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16953291 has an effect allele C frequency of 0.1009 and non-effect allele G frequency of 0.8991.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs16953291" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1005950', 'SNP': 'rs16953291', 'effect_allele': 'C', 'effect_allele_frequency': 0.1009, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8991}]
general
Calculate, Select
Allele Frequency
Q2.1187
Q2
What is the allele frequency of the SNP rs4061071 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4061071 has an effect allele G frequency of 0.4356 and non-effect allele C frequency of 0.5644.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4061071" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4639040', 'SNP': 'rs4061071', 'effect_allele': 'G', 'effect_allele_frequency': 0.4356, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5644}]
general
Calculate, Select
Allele Frequency
Q2.120
Q2
What is the allele frequency of the SNP rs12491681 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12491681 has an effect allele T frequency of 0.1637 and non-effect allele C frequency of 0.8363.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12491681" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_444610', 'SNP': 'rs12491681', 'effect_allele': 'T', 'effect_allele_frequency': 0.1637, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8363}]
general
Calculate, Select
Allele Frequency
Q2.1607
Q2
What is the allele frequency of the SNP rs74438527 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74438527 has an effect allele A frequency of 0.0249 and non-effect allele G frequency of 0.9751.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs74438527" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6225182', 'SNP': 'rs74438527', 'effect_allele': 'A', 'effect_allele_frequency': 0.0249, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9751}]
general
Calculate, Select
Allele Frequency
Q2.680
Q2
What is the allele frequency of the SNP rs28734044 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28734044 has an effect allele C frequency of 0.2011 and non-effect allele T frequency of 0.7989.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs28734044" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2595775', 'SNP': 'rs28734044', 'effect_allele': 'C', 'effect_allele_frequency': 0.2010999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7989000000000002}]
general
Calculate, Select
Allele Frequency