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.640
Q2
What is the allele frequency of the SNP rs72842060 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72842060 has an effect allele A frequency of 0.2072 and non-effect allele T frequency of 0.7928.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72842060" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2417340', 'SNP': 'rs72842060', 'effect_allele': 'A', 'effect_allele_frequency': 0.2072, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7928}]
general
Calculate, Select
Allele Frequency
Q2.1480
Q2
What is the allele frequency of the SNP rs4337704 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4337704 has an effect allele C frequency of 0.0193 and non-effect allele T frequency of 0.9807.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4337704" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5699965', 'SNP': 'rs4337704', 'effect_allele': 'C', 'effect_allele_frequency': 0.0192999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9807000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1789
Q2
What is the allele frequency of the SNP rs55953671 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55953671 has an effect allele T frequency of 0.0123 and non-effect allele C frequency of 0.9877.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs55953671" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6984126', 'SNP': 'rs55953671', 'effect_allele': 'T', 'effect_allele_frequency': 0.0123, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9877}]
general
Calculate, Select
Allele Frequency
Q2.1546
Q2
What is the allele frequency of the SNP rs68076828 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs68076828 has an effect allele A frequency of 0.1959 and non-effect allele G frequency of 0.8041.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs68076828" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5948230', 'SNP': 'rs68076828', 'effect_allele': 'A', 'effect_allele_frequency': 0.1959, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8041}]
general
Calculate, Select
Allele Frequency
Q2.1160
Q2
What is the allele frequency of the SNP rs117049478 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117049478 has an effect allele A frequency of 0.0275 and non-effect allele G frequency of 0.9725.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117049478" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4487130', 'SNP': 'rs117049478', 'effect_allele': 'A', 'effect_allele_frequency': 0.0275, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9725}]
general
Calculate, Select
Allele Frequency
Q2.797
Q2
What is the allele frequency of the SNP rs6864643 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6864643 has an effect allele A frequency of 0.1995 and non-effect allele G frequency of 0.8005.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6864643" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3073404', 'SNP': 'rs6864643', 'effect_allele': 'A', 'effect_allele_frequency': 0.1995, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8005}]
general
Calculate, Select
Allele Frequency
Q2.119
Q2
What is the allele frequency of the SNP rs2715032 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2715032 has an effect allele T frequency of 0.0276 and non-effect allele A frequency of 0.9724.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2715032" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_442605', 'SNP': 'rs2715032', 'effect_allele': 'T', 'effect_allele_frequency': 0.0275999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9724000000000002}]
general
Calculate, Select
Allele Frequency
Q2.747
Q2
What is the allele frequency of the SNP rs34377385 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34377385 has an effect allele T frequency of 0.1266 and non-effect allele C frequency of 0.8734.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs34377385" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2852737', 'SNP': 'rs34377385', 'effect_allele': 'T', 'effect_allele_frequency': 0.1266, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8734}]
general
Calculate, Select
Allele Frequency
Q2.1691
Q2
What is the allele frequency of the SNP rs112095897 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112095897 has an effect allele T frequency of 0.0331 and non-effect allele G frequency of 0.9669.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112095897" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6622198', 'SNP': 'rs112095897', 'effect_allele': 'T', 'effect_allele_frequency': 0.0331, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9669}]
general
Calculate, Select
Allele Frequency
Q2.1090
Q2
What is the allele frequency of the SNP rs10812073 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10812073 has an effect allele G frequency of 0.3619 and non-effect allele A 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 = "rs10812073" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4197148', 'SNP': 'rs10812073', 'effect_allele': 'G', 'effect_allele_frequency': 0.3619, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6381}]
general
Calculate, Select
Allele Frequency
Q2.837
Q2
What is the allele frequency of the SNP rs77113002 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77113002 has an effect allele G frequency of 0.0607 and non-effect allele A frequency of 0.9393.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs77113002" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3231701', 'SNP': 'rs77113002', 'effect_allele': 'G', 'effect_allele_frequency': 0.0606999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9393000000000001}]
general
Calculate, Select
Allele Frequency
Q2.122
Q2
What is the allele frequency of the SNP rs72899198 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72899198 has an effect allele G frequency of 0.1288 and non-effect allele T frequency of 0.8712.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72899198" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_447202', 'SNP': 'rs72899198', 'effect_allele': 'G', 'effect_allele_frequency': 0.1288, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8712}]
general
Calculate, Select
Allele Frequency
Q2.663
Q2
What is the allele frequency of the SNP rs9258223 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9258223 has an effect allele G frequency of 0.1061 and non-effect allele C frequency of 0.8939.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9258223" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2523054', 'SNP': 'rs9258223', 'effect_allele': 'G', 'effect_allele_frequency': 0.1060999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8939000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1908
Q2
What is the allele frequency of the SNP rs7302191 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7302191 has an effect allele T frequency of 0.0258 and non-effect allele C frequency of 0.9742.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7302191" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7420663', 'SNP': 'rs7302191', 'effect_allele': 'T', 'effect_allele_frequency': 0.0258, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9742}]
general
Calculate, Select
Allele Frequency
Q2.642
Q2
What is the allele frequency of the SNP rs73875117 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73875117 has an effect allele T frequency of 0.0610 and non-effect allele G frequency of 0.9390.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73875117" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2431625', 'SNP': 'rs73875117', 'effect_allele': 'T', 'effect_allele_frequency': 0.061, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9390000000000001}]
general
Calculate, Select
Allele Frequency
Q2.374
Q2
What is the allele frequency of the SNP rs73146838 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73146838 has an effect allele T frequency of 0.0217 and non-effect allele C frequency of 0.9783.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73146838" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1364989', 'SNP': 'rs73146838', 'effect_allele': 'T', 'effect_allele_frequency': 0.0217, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9783}]
general
Calculate, Select
Allele Frequency
Q2.271
Q2
What is the allele frequency of the SNP rs10747769 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10747769 has an effect allele G frequency of 0.3638 and non-effect allele A frequency of 0.6362.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10747769" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1007530', 'SNP': 'rs10747769', 'effect_allele': 'G', 'effect_allele_frequency': 0.3638, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6362}]
general
Calculate, Select
Allele Frequency
Q2.662
Q2
What is the allele frequency of the SNP rs150966038 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150966038 has an effect allele G frequency of 0.1230 and non-effect allele A frequency of 0.8770.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs150966038" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2521826', 'SNP': 'rs150966038', 'effect_allele': 'G', 'effect_allele_frequency': 0.123, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.877}]
general
Calculate, Select
Allele Frequency
Q2.944
Q2
What is the allele frequency of the SNP rs307379 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs307379 has an effect allele A frequency of 0.0298 and non-effect allele G 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 = "rs307379" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3638402', 'SNP': 'rs307379', 'effect_allele': 'A', 'effect_allele_frequency': 0.0298, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9702}]
general
Calculate, Select
Allele Frequency
Q2.829
Q2
What is the allele frequency of the SNP rs72737510 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72737510 has an effect allele C frequency of 0.0213 and non-effect allele T frequency of 0.9787.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72737510" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3206099', 'SNP': 'rs72737510', 'effect_allele': 'C', 'effect_allele_frequency': 0.0212999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9787000000000001}]
general
Calculate, Select
Allele Frequency
Q2.873
Q2
What is the allele frequency of the SNP rs6448084 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6448084 has an effect allele C frequency of 0.2721 and non-effect allele G frequency of 0.7279.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6448084" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3378086', 'SNP': 'rs6448084', 'effect_allele': 'C', 'effect_allele_frequency': 0.2721, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7279}]
general
Calculate, Select
Allele Frequency
Q2.47
Q2
What is the allele frequency of the SNP rs117736066 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117736066 has an effect allele G frequency of 0.0932 and non-effect allele A frequency of 0.9068.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117736066" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_142448', 'SNP': 'rs117736066', 'effect_allele': 'G', 'effect_allele_frequency': 0.0931999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9068}]
general
Calculate, Select
Allele Frequency
Q2.1388
Q2
What is the allele frequency of the SNP rs142390541 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs142390541 has an effect allele T frequency of 0.0992 and non-effect allele C frequency of 0.9008.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs142390541" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5381626', 'SNP': 'rs142390541', 'effect_allele': 'T', 'effect_allele_frequency': 0.0992, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9008}]
general
Calculate, Select
Allele Frequency
Q2.1709
Q2
What is the allele frequency of the SNP rs117294383 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117294383 has an effect allele C frequency of 0.0108 and non-effect allele T frequency of 0.9892.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs117294383" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6675491', 'SNP': 'rs117294383', 'effect_allele': 'C', 'effect_allele_frequency': 0.0108, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9892}]
general
Calculate, Select
Allele Frequency
Q2.1000
Q2
What is the allele frequency of the SNP rs9310744 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9310744 has an effect allele C frequency of 0.3781 and non-effect allele T frequency of 0.6219.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs9310744" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3862965', 'SNP': 'rs9310744', 'effect_allele': 'C', 'effect_allele_frequency': 0.3781, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6219}]
general
Calculate, Select
Allele Frequency
Q2.883
Q2
What is the allele frequency of the SNP rs112573563 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112573563 has an effect allele T frequency of 0.0406 and non-effect allele C frequency of 0.9594.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112573563" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3406248', 'SNP': 'rs112573563', 'effect_allele': 'T', 'effect_allele_frequency': 0.0406, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9594}]
general
Calculate, Select
Allele Frequency
Q2.780
Q2
What is the allele frequency of the SNP rs1521924 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1521924 has an effect allele T frequency of 0.3561 and non-effect allele C frequency of 0.6439.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1521924" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2988043', 'SNP': 'rs1521924', 'effect_allele': 'T', 'effect_allele_frequency': 0.3561, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6438999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1229
Q2
What is the allele frequency of the SNP rs13136221 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13136221 has an effect allele G frequency of 0.1625 and non-effect allele A frequency of 0.8375.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs13136221" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4786368', 'SNP': 'rs13136221', 'effect_allele': 'G', 'effect_allele_frequency': 0.1624999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8375000000000001}]
general
Calculate, Select
Allele Frequency
Q2.2000
Q2
What is the allele frequency of the SNP rs6727501 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6727501 has an effect allele G frequency of 0.1762 and non-effect allele C frequency of 0.8238.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6727501" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7770623', 'SNP': 'rs6727501', 'effect_allele': 'G', 'effect_allele_frequency': 0.1762, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8238}]
general
Calculate, Select
Allele Frequency
Q2.5
Q2
What is the allele frequency of the SNP rs2346639 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2346639 has an effect allele A frequency of 0.4516 and non-effect allele T frequency of 0.5484.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2346639" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_16385', 'SNP': 'rs2346639', 'effect_allele': 'A', 'effect_allele_frequency': 0.4516, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5484}]
general
Calculate, Select
Allele Frequency
Q2.1012
Q2
What is the allele frequency of the SNP rs74845004 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74845004 has an effect allele C frequency of 0.0505 and non-effect allele A frequency of 0.9495.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs74845004" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3911774', 'SNP': 'rs74845004', 'effect_allele': 'C', 'effect_allele_frequency': 0.0504999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9495000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1724
Q2
What is the allele frequency of the SNP rs79574851 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79574851 has an effect allele C frequency of 0.0112 and non-effect allele T frequency of 0.9888.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs79574851" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6722850', 'SNP': 'rs79574851', 'effect_allele': 'C', 'effect_allele_frequency': 0.0111999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9888000000000001}]
general
Calculate, Select
Allele Frequency
Q2.266
Q2
What is the allele frequency of the SNP rs2629475 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2629475 has an effect allele C frequency of 0.2852 and non-effect allele A frequency of 0.7148.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2629475" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1000019', 'SNP': 'rs2629475', 'effect_allele': 'C', 'effect_allele_frequency': 0.2852, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7148}]
general
Calculate, Select
Allele Frequency
Q2.1570
Q2
What is the allele frequency of the SNP rs117350477 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117350477 has an effect allele C frequency of 0.0155 and non-effect allele T 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 = "rs117350477" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6061103', 'SNP': 'rs117350477', 'effect_allele': 'C', 'effect_allele_frequency': 0.0154999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9845000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1832
Q2
What is the allele frequency of the SNP rs8086899 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8086899 has an effect allele C frequency of 0.0193 and non-effect allele G frequency of 0.9807.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs8086899" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7109394', 'SNP': 'rs8086899', 'effect_allele': 'C', 'effect_allele_frequency': 0.0193, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9807}]
general
Calculate, Select
Allele Frequency
Q2.449
Q2
What is the allele frequency of the SNP rs2033572 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2033572 has an effect allele G frequency of 0.3127 and non-effect allele A frequency of 0.6873.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2033572" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1593248', 'SNP': 'rs2033572', 'effect_allele': 'G', 'effect_allele_frequency': 0.3127, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6873}]
general
Calculate, Select
Allele Frequency
Q2.1011
Q2
What is the allele frequency of the SNP rs2843162 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2843162 has an effect allele C frequency of 0.1051 and non-effect allele G frequency of 0.8949.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2843162" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3911541', 'SNP': 'rs2843162', 'effect_allele': 'C', 'effect_allele_frequency': 0.1051, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8949}]
general
Calculate, Select
Allele Frequency
Q2.1086
Q2
What is the allele frequency of the SNP rs78464229 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78464229 has an effect allele C frequency of 0.1320 and non-effect allele T frequency of 0.8680.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs78464229" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4185895', 'SNP': 'rs78464229', 'effect_allele': 'C', 'effect_allele_frequency': 0.132, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.868}]
general
Calculate, Select
Allele Frequency
Q2.844
Q2
What is the allele frequency of the SNP rs4416016 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4416016 has an effect allele G frequency of 0.2038 and non-effect allele T frequency of 0.7962.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4416016" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3261155', 'SNP': 'rs4416016', 'effect_allele': 'G', 'effect_allele_frequency': 0.2037999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7962000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1792
Q2
What is the allele frequency of the SNP rs706547 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs706547 has an effect allele C frequency of 0.2703 and non-effect allele G frequency of 0.7297.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs706547" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6990251', 'SNP': 'rs706547', 'effect_allele': 'C', 'effect_allele_frequency': 0.2703, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7297}]
general
Calculate, Select
Allele Frequency
Q2.308
Q2
What is the allele frequency of the SNP rs73542585 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73542585 has an effect allele C frequency of 0.0397 and non-effect allele T frequency of 0.9603.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73542585" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1137644', 'SNP': 'rs73542585', 'effect_allele': 'C', 'effect_allele_frequency': 0.0396999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9603000000000002}]
general
Calculate, Select
Allele Frequency
Q2.1380
Q2
What is the allele frequency of the SNP rs12861667 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12861667 has an effect allele C frequency of 0.3943 and non-effect allele A frequency of 0.6057.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12861667" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5344953', 'SNP': 'rs12861667', 'effect_allele': 'C', 'effect_allele_frequency': 0.3943, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6057}]
general
Calculate, Select
Allele Frequency
Q2.1558
Q2
What is the allele frequency of the SNP rs10876763 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10876763 has an effect allele C frequency of 0.3903 and non-effect allele T frequency of 0.6097.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10876763" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6019413', 'SNP': 'rs10876763', 'effect_allele': 'C', 'effect_allele_frequency': 0.3903, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6097}]
general
Calculate, Select
Allele Frequency
Q2.317
Q2
What is the allele frequency of the SNP rs12444810 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12444810 has an effect allele C frequency of 0.0842 and non-effect allele G frequency of 0.9158.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12444810" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1171711', 'SNP': 'rs12444810', 'effect_allele': 'C', 'effect_allele_frequency': 0.0842, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9158}]
general
Calculate, Select
Allele Frequency
Q2.152
Q2
What is the allele frequency of the SNP rs79882255 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79882255 has an effect allele A frequency of 0.0118 and non-effect allele G frequency of 0.9882.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs79882255" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_559432', 'SNP': 'rs79882255', 'effect_allele': 'A', 'effect_allele_frequency': 0.0118, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9882}]
general
Calculate, Select
Allele Frequency
Q2.1158
Q2
What is the allele frequency of the SNP rs17762609 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17762609 has an effect allele T frequency of 0.1398 and non-effect allele G frequency of 0.8602.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs17762609" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4477183', 'SNP': 'rs17762609', 'effect_allele': 'T', 'effect_allele_frequency': 0.1398, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8602}]
general
Calculate, Select
Allele Frequency
Q2.1223
Q2
What is the allele frequency of the SNP rs6089573 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6089573 has an effect allele A frequency of 0.4494 and non-effect allele G frequency of 0.5506.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs6089573" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4759766', 'SNP': 'rs6089573', 'effect_allele': 'A', 'effect_allele_frequency': 0.4494, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5506}]
general
Calculate, Select
Allele Frequency
Q2.580
Q2
What is the allele frequency of the SNP rs8180056 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8180056 has an effect allele A frequency of 0.2614 and non-effect allele G frequency of 0.7386.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs8180056" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2162216', 'SNP': 'rs8180056', 'effect_allele': 'A', 'effect_allele_frequency': 0.2614, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7385999999999999}]
general
Calculate, Select
Allele Frequency
Q2.51
Q2
What is the allele frequency of the SNP rs117547449 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117547449 has an effect allele T frequency of 0.0130 and non-effect allele C 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 = "rs117547449" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_169319', 'SNP': 'rs117547449', 'effect_allele': 'T', 'effect_allele_frequency': 0.013, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.987}]
general
Calculate, Select
Allele Frequency
Q2.1553
Q2
What is the allele frequency of the SNP rs55764809 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55764809 has an effect allele T frequency of 0.0425 and non-effect allele C frequency of 0.9575.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs55764809" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5980674', 'SNP': 'rs55764809', 'effect_allele': 'T', 'effect_allele_frequency': 0.0425, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9575}]
general
Calculate, Select
Allele Frequency
Q2.733
Q2
What is the allele frequency of the SNP rs12195044 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12195044 has an effect allele C frequency of 0.3749 and non-effect allele T frequency of 0.6251.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12195044" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2798516', 'SNP': 'rs12195044', 'effect_allele': 'C', 'effect_allele_frequency': 0.3749, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6251}]
general
Calculate, Select
Allele Frequency
Q2.840
Q2
What is the allele frequency of the SNP rs144196743 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144196743 has an effect allele G frequency of 0.0453 and non-effect allele A frequency of 0.9547.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs144196743" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3239055', 'SNP': 'rs144196743', 'effect_allele': 'G', 'effect_allele_frequency': 0.0453, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9547}]
general
Calculate, Select
Allele Frequency
Q2.1392
Q2
What is the allele frequency of the SNP rs987865 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs987865 has an effect allele T frequency of 0.1590 and non-effect allele C frequency of 0.8410.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs987865" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5387868', 'SNP': 'rs987865', 'effect_allele': 'T', 'effect_allele_frequency': 0.159, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.841}]
general
Calculate, Select
Allele Frequency
Q2.1125
Q2
What is the allele frequency of the SNP rs112356857 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112356857 has an effect allele A frequency of 0.1800 and non-effect allele G frequency of 0.8200.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112356857" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4313788', 'SNP': 'rs112356857', 'effect_allele': 'A', 'effect_allele_frequency': 0.18, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8200000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1176
Q2
What is the allele frequency of the SNP rs6919434 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6919434 has an effect allele T 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 = "rs6919434" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4604281', 'SNP': 'rs6919434', 'effect_allele': 'T', 'effect_allele_frequency': 0.0853, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9147}]
general
Calculate, Select
Allele Frequency
Q2.476
Q2
What is the allele frequency of the SNP rs28661429 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28661429 has an effect allele A frequency of 0.4260 and non-effect allele G frequency of 0.5740.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs28661429" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1698782', 'SNP': 'rs28661429', 'effect_allele': 'A', 'effect_allele_frequency': 0.426, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5740000000000001}]
general
Calculate, Select
Allele Frequency
Q2.980
Q2
What is the allele frequency of the SNP rs188192054 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs188192054 has an effect allele T frequency of 0.0123 and non-effect allele C frequency of 0.9877.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs188192054" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3782639', 'SNP': 'rs188192054', 'effect_allele': 'T', 'effect_allele_frequency': 0.0123, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9877}]
general
Calculate, Select
Allele Frequency
Q2.660
Q2
What is the allele frequency of the SNP rs10762432 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10762432 has an effect allele G frequency of 0.1704 and non-effect allele C frequency of 0.8296.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10762432" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2511384', 'SNP': 'rs10762432', 'effect_allele': 'G', 'effect_allele_frequency': 0.1704, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8296}]
general
Calculate, Select
Allele Frequency
Q2.405
Q2
What is the allele frequency of the SNP rs1029211 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1029211 has an effect allele A frequency of 0.4397 and non-effect allele G frequency of 0.5603.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1029211" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1478446', 'SNP': 'rs1029211', 'effect_allele': 'A', 'effect_allele_frequency': 0.4397, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5603}]
general
Calculate, Select
Allele Frequency
Q2.517
Q2
What is the allele frequency of the SNP rs7764287 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7764287 has an effect allele T frequency of 0.0508 and non-effect allele C frequency of 0.9492.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7764287" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1861160', 'SNP': 'rs7764287', 'effect_allele': 'T', 'effect_allele_frequency': 0.0508, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9492}]
general
Calculate, Select
Allele Frequency
Q2.324
Q2
What is the allele frequency of the SNP rs60796364 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs60796364 has an effect allele G frequency of 0.1277 and non-effect allele T frequency of 0.8723.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs60796364" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1182991', 'SNP': 'rs60796364', 'effect_allele': 'G', 'effect_allele_frequency': 0.1277, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8723}]
general
Calculate, Select
Allele Frequency
Q2.20
Q2
What is the allele frequency of the SNP rs75550770 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75550770 has an effect allele G frequency of 0.0457 and non-effect allele A frequency of 0.9543.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs75550770" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_73806', 'SNP': 'rs75550770', 'effect_allele': 'G', 'effect_allele_frequency': 0.0456999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9543000000000001}]
general
Calculate, Select
Allele Frequency
Q2.691
Q2
What is the allele frequency of the SNP rs78287236 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78287236 has an effect allele A frequency of 0.0340 and non-effect allele G 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 = "rs78287236" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2648587', 'SNP': 'rs78287236', 'effect_allele': 'A', 'effect_allele_frequency': 0.034, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.966}]
general
Calculate, Select
Allele Frequency
Q2.36
Q2
What is the allele frequency of the SNP rs7509964 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7509964 has an effect allele G frequency of 0.1348 and non-effect allele A frequency of 0.8652.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7509964" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_119711', 'SNP': 'rs7509964', 'effect_allele': 'G', 'effect_allele_frequency': 0.1348, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8652}]
general
Calculate, Select
Allele Frequency
Q2.910
Q2
What is the allele frequency of the SNP rs13119438 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13119438 has an effect allele G frequency of 0.3232 and non-effect allele T frequency of 0.6768.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs13119438" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3521311', 'SNP': 'rs13119438', 'effect_allele': 'G', 'effect_allele_frequency': 0.3232, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6768000000000001}]
general
Calculate, Select
Allele Frequency
Q2.834
Q2
What is the allele frequency of the SNP rs60046749 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs60046749 has an effect allele G frequency of 0.0739 and non-effect allele A frequency of 0.9261.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs60046749" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3224479', 'SNP': 'rs60046749', 'effect_allele': 'G', 'effect_allele_frequency': 0.0738999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9261000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1798
Q2
What is the allele frequency of the SNP rs61999023 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61999023 has an effect allele T frequency of 0.4305 and non-effect allele G frequency of 0.5695.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs61999023" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7001875', 'SNP': 'rs61999023', 'effect_allele': 'T', 'effect_allele_frequency': 0.4305, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5695}]
general
Calculate, Select
Allele Frequency
Q2.413
Q2
What is the allele frequency of the SNP rs75198112 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75198112 has an effect allele A frequency of 0.0136 and non-effect allele C frequency of 0.9864.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs75198112" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1494638', 'SNP': 'rs75198112', 'effect_allele': 'A', 'effect_allele_frequency': 0.0136, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9864}]
general
Calculate, Select
Allele Frequency
Q2.928
Q2
What is the allele frequency of the SNP rs115668142 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115668142 has an effect allele T frequency of 0.0491 and non-effect allele G 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 = "rs115668142" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3582162', 'SNP': 'rs115668142', 'effect_allele': 'T', 'effect_allele_frequency': 0.0491, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9509}]
general
Calculate, Select
Allele Frequency
Q2.543
Q2
What is the allele frequency of the SNP rs12732016 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12732016 has an effect allele A frequency of 0.1749 and non-effect allele G frequency of 0.8251.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12732016" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1974080', 'SNP': 'rs12732016', 'effect_allele': 'A', 'effect_allele_frequency': 0.1749, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8251}]
general
Calculate, Select
Allele Frequency
Q2.765
Q2
What is the allele frequency of the SNP rs537717 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs537717 has an effect allele A frequency of 0.2913 and non-effect allele G frequency of 0.7087.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs537717" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2927889', 'SNP': 'rs537717', 'effect_allele': 'A', 'effect_allele_frequency': 0.2913, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7087}]
general
Calculate, Select
Allele Frequency
Q2.1905
Q2
What is the allele frequency of the SNP rs12714191 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12714191 has an effect allele C frequency of 0.0149 and non-effect allele T frequency of 0.9851.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs12714191" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7411106', 'SNP': 'rs12714191', 'effect_allele': 'C', 'effect_allele_frequency': 0.0149, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9851}]
general
Calculate, Select
Allele Frequency
Q2.1071
Q2
What is the allele frequency of the SNP rs76686588 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76686588 has an effect allele A frequency of 0.0617 and non-effect allele G frequency of 0.9383.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs76686588" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4127889', 'SNP': 'rs76686588', 'effect_allele': 'A', 'effect_allele_frequency': 0.0617, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9383}]
general
Calculate, Select
Allele Frequency
Q2.1209
Q2
What is the allele frequency of the SNP rs72886243 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72886243 has an effect allele G frequency of 0.0113 and non-effect allele A frequency of 0.9887.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs72886243" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4706104', 'SNP': 'rs72886243', 'effect_allele': 'G', 'effect_allele_frequency': 0.0112999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9887000000000001}]
general
Calculate, Select
Allele Frequency
Q2.248
Q2
What is the allele frequency of the SNP rs10926583 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10926583 has an effect allele G frequency of 0.4090 and non-effect allele A frequency of 0.5910.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs10926583" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_927702', 'SNP': 'rs10926583', 'effect_allele': 'G', 'effect_allele_frequency': 0.409, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.591}]
general
Calculate, Select
Allele Frequency
Q2.1431
Q2
What is the allele frequency of the SNP rs198587 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs198587 has an effect allele A frequency of 0.0192 and non-effect allele G frequency of 0.9808.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs198587" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5533892', 'SNP': 'rs198587', 'effect_allele': 'A', 'effect_allele_frequency': 0.0192, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9808}]
general
Calculate, Select
Allele Frequency
Q2.1137
Q2
What is the allele frequency of the SNP rs74385512 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74385512 has an effect allele C frequency of 0.1053 and non-effect allele T frequency of 0.8947.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs74385512" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4366195', 'SNP': 'rs74385512', 'effect_allele': 'C', 'effect_allele_frequency': 0.1052999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8947}]
general
Calculate, Select
Allele Frequency
Q2.791
Q2
What is the allele frequency of the SNP rs7982324 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7982324 has an effect allele T frequency of 0.3833 and non-effect allele C frequency of 0.6167.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7982324" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3032388', 'SNP': 'rs7982324', 'effect_allele': 'T', 'effect_allele_frequency': 0.3833, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6167}]
general
Calculate, Select
Allele Frequency
Q2.1744
Q2
What is the allele frequency of the SNP rs7632355 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7632355 has an effect allele C frequency of 0.2304 and non-effect allele T frequency of 0.7696.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs7632355" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6815368', 'SNP': 'rs7632355', 'effect_allele': 'C', 'effect_allele_frequency': 0.2304, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7696000000000001}]
general
Calculate, Select
Allele Frequency
Q2.495
Q2
What is the allele frequency of the SNP rs66571154 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs66571154 has an effect allele A frequency of 0.2675 and non-effect allele G frequency of 0.7325.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs66571154" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_1772631', 'SNP': 'rs66571154', 'effect_allele': 'A', 'effect_allele_frequency': 0.2675, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7324999999999999}]
general
Calculate, Select
Allele Frequency
Q2.157
Q2
What is the allele frequency of the SNP rs448072 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs448072 has an effect allele C frequency of 0.0173 and non-effect allele T 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 = "rs448072" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_589830', 'SNP': 'rs448072', 'effect_allele': 'C', 'effect_allele_frequency': 0.0172999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9827000000000001}]
general
Calculate, Select
Allele Frequency
Q2.970
Q2
What is the allele frequency of the SNP rs35211062 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35211062 has an effect allele T frequency of 0.3969 and non-effect allele G frequency of 0.6031.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs35211062" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3723151', 'SNP': 'rs35211062', 'effect_allele': 'T', 'effect_allele_frequency': 0.3969, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6031}]
general
Calculate, Select
Allele Frequency
Q2.860
Q2
What is the allele frequency of the SNP rs118158272 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs118158272 has an effect allele C frequency of 0.0524 and non-effect allele A frequency of 0.9476.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs118158272" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3333606', 'SNP': 'rs118158272', 'effect_allele': 'C', 'effect_allele_frequency': 0.0524, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9476}]
general
Calculate, Select
Allele Frequency
Q2.1325
Q2
What is the allele frequency of the SNP rs1187850 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1187850 has an effect allele C frequency of 0.2448 and non-effect allele T frequency of 0.7552.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1187850" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5153271', 'SNP': 'rs1187850', 'effect_allele': 'C', 'effect_allele_frequency': 0.2448, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7552}]
general
Calculate, Select
Allele Frequency
Q2.632
Q2
What is the allele frequency of the SNP rs74462003 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74462003 has an effect allele T frequency of 0.1201 and non-effect allele A frequency of 0.8799.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs74462003" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2378247', 'SNP': 'rs74462003', 'effect_allele': 'T', 'effect_allele_frequency': 0.1200999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8799000000000001}]
general
Calculate, Select
Allele Frequency
Q2.692
Q2
What is the allele frequency of the SNP rs2327925 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2327925 has an effect allele T frequency of 0.0820 and non-effect allele C frequency of 0.9180.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2327925" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2664572', 'SNP': 'rs2327925', 'effect_allele': 'T', 'effect_allele_frequency': 0.082, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.918}]
general
Calculate, Select
Allele Frequency
Q2.1562
Q2
What is the allele frequency of the SNP rs138339508 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs138339508 has an effect allele C frequency of 0.0115 and non-effect allele A frequency of 0.9885.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs138339508" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_6036498', 'SNP': 'rs138339508', 'effect_allele': 'C', 'effect_allele_frequency': 0.0114999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9885000000000002}]
general
Calculate, Select
Allele Frequency
Q2.575
Q2
What is the allele frequency of the SNP rs112798453 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112798453 has an effect allele G frequency of 0.0283 and non-effect allele A frequency of 0.9717.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs112798453" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_2137396', 'SNP': 'rs112798453', 'effect_allele': 'G', 'effect_allele_frequency': 0.0282999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9717000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1909
Q2
What is the allele frequency of the SNP rs55794503 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55794503 has an effect allele T frequency of 0.0285 and non-effect allele C frequency of 0.9715.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs55794503" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7422072', 'SNP': 'rs55794503', 'effect_allele': 'T', 'effect_allele_frequency': 0.0285, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9715}]
general
Calculate, Select
Allele Frequency
Q2.18
Q2
What is the allele frequency of the SNP rs77087069 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77087069 has an effect allele A frequency of 0.0910 and non-effect allele C frequency of 0.9090.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs77087069" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_67948', 'SNP': 'rs77087069', 'effect_allele': 'A', 'effect_allele_frequency': 0.091, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.909}]
general
Calculate, Select
Allele Frequency
Q2.130
Q2
What is the allele frequency of the SNP rs192775466 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192775466 has an effect allele T frequency of 0.0035 and non-effect allele A frequency of 0.9965.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs192775466" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_478421', 'SNP': 'rs192775466', 'effect_allele': 'T', 'effect_allele_frequency': 0.0034999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9965}]
general
Calculate, Select
Allele Frequency
Q2.1361
Q2
What is the allele frequency of the SNP rs2911599 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2911599 has an effect allele A frequency of 0.2553 and non-effect allele G frequency of 0.7447.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs2911599" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5265884', 'SNP': 'rs2911599', 'effect_allele': 'A', 'effect_allele_frequency': 0.2553, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7446999999999999}]
general
Calculate, Select
Allele Frequency
Q2.1291
Q2
What is the allele frequency of the SNP rs4111101 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4111101 has an effect allele C frequency of 0.3351 and non-effect allele A frequency of 0.6649.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4111101" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_5050691', 'SNP': 'rs4111101', 'effect_allele': 'C', 'effect_allele_frequency': 0.3350999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6649}]
general
Calculate, Select
Allele Frequency
Q2.1969
Q2
What is the allele frequency of the SNP rs1851681 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1851681 has an effect allele T frequency of 0.1906 and non-effect allele C frequency of 0.8094.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs1851681" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7685421', 'SNP': 'rs1851681', 'effect_allele': 'T', 'effect_allele_frequency': 0.1906, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8094}]
general
Calculate, Select
Allele Frequency
Q2.935
Q2
What is the allele frequency of the SNP rs145500479 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs145500479 has an effect allele T frequency of 0.0543 and non-effect allele C frequency of 0.9457.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs145500479" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3610194', 'SNP': 'rs145500479', 'effect_allele': 'T', 'effect_allele_frequency': 0.0543, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9457}]
general
Calculate, Select
Allele Frequency
Q2.989
Q2
What is the allele frequency of the SNP rs4904623 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4904623 has an effect allele T frequency of 0.2364 and non-effect allele C frequency of 0.7636.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4904623" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3818369', 'SNP': 'rs4904623', 'effect_allele': 'T', 'effect_allele_frequency': 0.2364, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7636000000000001}]
general
Calculate, Select
Allele Frequency
Q2.1965
Q2
What is the allele frequency of the SNP rs76526137 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76526137 has an effect allele A frequency of 0.0784 and non-effect allele C frequency of 0.9216.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs76526137" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_7674470', 'SNP': 'rs76526137', 'effect_allele': 'A', 'effect_allele_frequency': 0.0784, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9216}]
general
Calculate, Select
Allele Frequency
Q2.193
Q2
What is the allele frequency of the SNP rs4505011 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4505011 has an effect allele T frequency of 0.2433 and non-effect allele C frequency of 0.7567.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs4505011" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_744829', 'SNP': 'rs4505011', 'effect_allele': 'T', 'effect_allele_frequency': 0.2433, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7567}]
general
Calculate, Select
Allele Frequency
Q2.1149
Q2
What is the allele frequency of the SNP rs149363939 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149363939 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 = "rs149363939" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_4437228', 'SNP': 'rs149363939', 'effect_allele': 'A', 'effect_allele_frequency': 0.0212, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9788}]
general
Calculate, Select
Allele Frequency
Q2.1001
Q2
What is the allele frequency of the SNP rs73031955 in a Parkinson's Disease study involving a European cohort?
According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73031955 has an effect allele A frequency of 0.0265 and non-effect allele G frequency of 0.9735.
SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe` WHERE SNP = "rs73031955" LIMIT 100
[{'UUID': 'PDno23andme_full_gene_notext_3863162', 'SNP': 'rs73031955', 'effect_allele': 'A', 'effect_allele_frequency': 0.0265, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9735}]
general
Calculate, Select
Allele Frequency