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.1323 | Q2 | What is the allele frequency of the SNP rs224121 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs224121 has an effect allele A frequency of 0.2409 and non-effect allele C frequency of 0.7591. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs224121"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5148406', 'SNP': 'rs224121', 'effect_allele': 'A', 'effect_allele_frequency': 0.2409, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7591}] | general | Calculate, Select | Allele Frequency |
Q2.269 | Q2 | What is the allele frequency of the SNP rs72840770 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72840770 has an effect allele C frequency of 0.0156 and non-effect allele T frequency of 0.9844. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72840770"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1005295', 'SNP': 'rs72840770', 'effect_allele': 'C', 'effect_allele_frequency': 0.0155999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9844}] | general | Calculate, Select | Allele Frequency |
Q2.799 | Q2 | What is the allele frequency of the SNP rs12148629 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12148629 has an effect allele T frequency of 0.3123 and non-effect allele C frequency of 0.6877. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12148629"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3081861', 'SNP': 'rs12148629', 'effect_allele': 'T', 'effect_allele_frequency': 0.3123, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6877}] | general | Calculate, Select | Allele Frequency |
Q2.1432 | Q2 | What is the allele frequency of the SNP rs12540456 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12540456 has an effect allele G frequency of 0.4936 and non-effect allele T frequency of 0.5064. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12540456"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5536315', 'SNP': 'rs12540456', 'effect_allele': 'G', 'effect_allele_frequency': 0.4936, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5064}] | general | Calculate, Select | Allele Frequency |
Q2.70 | Q2 | What is the allele frequency of the SNP rs8045665 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8045665 has an effect allele C frequency of 0.3782 and non-effect allele T frequency of 0.6218. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8045665"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_265935', 'SNP': 'rs8045665', 'effect_allele': 'C', 'effect_allele_frequency': 0.3782, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6218}] | general | Calculate, Select | Allele Frequency |
Q2.938 | Q2 | What is the allele frequency of the SNP rs1526386 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1526386 has an effect allele C frequency of 0.2641 and non-effect allele T frequency of 0.7359. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1526386"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3615771', 'SNP': 'rs1526386', 'effect_allele': 'C', 'effect_allele_frequency': 0.2641, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7359}] | general | Calculate, Select | Allele Frequency |
Q2.1447 | Q2 | What is the allele frequency of the SNP rs75171144 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75171144 has an effect allele G frequency of 0.1434 and non-effect allele A frequency of 0.8566. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75171144"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5586678', 'SNP': 'rs75171144', 'effect_allele': 'G', 'effect_allele_frequency': 0.1433999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8566000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1782 | Q2 | What is the allele frequency of the SNP rs68023238 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs68023238 has an effect allele C frequency of 0.0433 and non-effect allele T frequency of 0.9567. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs68023238"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6953899', 'SNP': 'rs68023238', 'effect_allele': 'C', 'effect_allele_frequency': 0.0433, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9567}] | general | Calculate, Select | Allele Frequency |
Q2.468 | Q2 | What is the allele frequency of the SNP rs55828101 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55828101 has an effect allele A frequency of 0.1745 and non-effect allele G frequency of 0.8255. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs55828101"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1664369', 'SNP': 'rs55828101', 'effect_allele': 'A', 'effect_allele_frequency': 0.1745, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8255}] | general | Calculate, Select | Allele Frequency |
Q2.1396 | Q2 | What is the allele frequency of the SNP rs10241562 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10241562 has an effect allele T frequency of 0.3730 and non-effect allele C frequency of 0.6270. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10241562"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5396254', 'SNP': 'rs10241562', 'effect_allele': 'T', 'effect_allele_frequency': 0.373, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.627}] | general | Calculate, Select | Allele Frequency |
Q2.1614 | Q2 | What is the allele frequency of the SNP rs149770331 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149770331 has an effect allele C frequency of 0.0177 and non-effect allele T frequency of 0.9823. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs149770331"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6277573', 'SNP': 'rs149770331', 'effect_allele': 'C', 'effect_allele_frequency': 0.0177, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9823}] | general | Calculate, Select | Allele Frequency |
Q2.549 | Q2 | What is the allele frequency of the SNP rs4386344 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4386344 has an effect allele C frequency of 0.3448 and non-effect allele G frequency of 0.6552. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4386344"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1998891', 'SNP': 'rs4386344', 'effect_allele': 'C', 'effect_allele_frequency': 0.3448, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6552}] | general | Calculate, Select | Allele Frequency |
Q2.538 | Q2 | What is the allele frequency of the SNP rs61317198 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61317198 has an effect allele T frequency of 0.0444 and non-effect allele C frequency of 0.9556. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61317198"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1955567', 'SNP': 'rs61317198', 'effect_allele': 'T', 'effect_allele_frequency': 0.0444, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9556}] | general | Calculate, Select | Allele Frequency |
Q2.1230 | Q2 | What is the allele frequency of the SNP rs2191934 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2191934 has an effect allele T frequency of 0.4297 and non-effect allele C frequency of 0.5703. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2191934"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4786620', 'SNP': 'rs2191934', 'effect_allele': 'T', 'effect_allele_frequency': 0.4297, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5703}] | general | Calculate, Select | Allele Frequency |
Q2.957 | Q2 | What is the allele frequency of the SNP rs35886617 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35886617 has an effect allele G frequency of 0.2260 and non-effect allele T frequency of 0.7740. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35886617"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3675498', 'SNP': 'rs35886617', 'effect_allele': 'G', 'effect_allele_frequency': 0.2259999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7740000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1635 | Q2 | What is the allele frequency of the SNP rs4282091 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4282091 has an effect allele G frequency of 0.3106 and non-effect allele A frequency of 0.6894. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4282091"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6360254', 'SNP': 'rs4282091', 'effect_allele': 'G', 'effect_allele_frequency': 0.3106, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6894}] | general | Calculate, Select | Allele Frequency |
Q2.1418 | Q2 | What is the allele frequency of the SNP rs72933122 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72933122 has an effect allele A frequency of 0.0385 and non-effect allele G frequency of 0.9615. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72933122"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5495737', 'SNP': 'rs72933122', 'effect_allele': 'A', 'effect_allele_frequency': 0.0385, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9615}] | general | Calculate, Select | Allele Frequency |
Q2.422 | Q2 | What is the allele frequency of the SNP rs34438204 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34438204 has an effect allele C frequency of 0.1100 and non-effect allele T frequency of 0.8900. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34438204"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1525590', 'SNP': 'rs34438204', 'effect_allele': 'C', 'effect_allele_frequency': 0.1099999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8900000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1935 | Q2 | What is the allele frequency of the SNP rs10799821 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10799821 has an effect allele C frequency of 0.2277 and non-effect allele T frequency of 0.7723. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10799821"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7539628', 'SNP': 'rs10799821', 'effect_allele': 'C', 'effect_allele_frequency': 0.2277, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7723}] | general | Calculate, Select | Allele Frequency |
Q2.1532 | Q2 | What is the allele frequency of the SNP rs139797854 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139797854 has an effect allele A frequency of 0.0761 and non-effect allele G frequency of 0.9239. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs139797854"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5902929', 'SNP': 'rs139797854', 'effect_allele': 'A', 'effect_allele_frequency': 0.0761, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9238999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1580 | Q2 | What is the allele frequency of the SNP rs8103890 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8103890 has an effect allele G frequency of 0.1330 and non-effect allele A frequency of 0.8670. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8103890"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6095084', 'SNP': 'rs8103890', 'effect_allele': 'G', 'effect_allele_frequency': 0.133, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.867}] | general | Calculate, Select | Allele Frequency |
Q2.1659 | Q2 | What is the allele frequency of the SNP rs6842190 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6842190 has an effect allele A frequency of 0.3188 and non-effect allele G frequency of 0.6812. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6842190"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6444581', 'SNP': 'rs6842190', 'effect_allele': 'A', 'effect_allele_frequency': 0.3188, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6812}] | general | Calculate, Select | Allele Frequency |
Q2.1116 | Q2 | What is the allele frequency of the SNP rs13019678 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13019678 has an effect allele A frequency of 0.0214 and non-effect allele G frequency of 0.9786. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13019678"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4285076', 'SNP': 'rs13019678', 'effect_allele': 'A', 'effect_allele_frequency': 0.0214, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9786}] | general | Calculate, Select | Allele Frequency |
Q2.722 | Q2 | What is the allele frequency of the SNP rs978080 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs978080 has an effect allele T frequency of 0.1060 and non-effect allele A frequency of 0.8940. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs978080"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2773174', 'SNP': 'rs978080', 'effect_allele': 'T', 'effect_allele_frequency': 0.1059999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8940000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1247 | Q2 | What is the allele frequency of the SNP rs12666779 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12666779 has an effect allele T frequency of 0.1272 and non-effect allele C frequency of 0.8728. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12666779"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4867594', 'SNP': 'rs12666779', 'effect_allele': 'T', 'effect_allele_frequency': 0.1272, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8728}] | general | Calculate, Select | Allele Frequency |
Q2.1236 | Q2 | What is the allele frequency of the SNP rs1576253 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1576253 has an effect allele C frequency of 0.0848 and non-effect allele T frequency of 0.9152. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1576253"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4792736', 'SNP': 'rs1576253', 'effect_allele': 'C', 'effect_allele_frequency': 0.0847999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9152000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1076 | Q2 | What is the allele frequency of the SNP rs112540589 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112540589 has an effect allele C frequency of 0.0330 and non-effect allele T frequency of 0.9670. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112540589"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4145650', 'SNP': 'rs112540589', 'effect_allele': 'C', 'effect_allele_frequency': 0.033, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.967}] | general | Calculate, Select | Allele Frequency |
Q2.1907 | Q2 | What is the allele frequency of the SNP rs13175243 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13175243 has an effect allele C frequency of 0.4406 and non-effect allele T frequency of 0.5594. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13175243"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7417215', 'SNP': 'rs13175243', 'effect_allele': 'C', 'effect_allele_frequency': 0.4406, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5594}] | general | Calculate, Select | Allele Frequency |
Q2.264 | Q2 | What is the allele frequency of the SNP rs10109863 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10109863 has an effect allele A frequency of 0.3591 and non-effect allele G frequency of 0.6409. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10109863"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_992081', 'SNP': 'rs10109863', 'effect_allele': 'A', 'effect_allele_frequency': 0.3591, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6409}] | general | Calculate, Select | Allele Frequency |
Q2.1437 | Q2 | What is the allele frequency of the SNP rs28733500 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28733500 has an effect allele T frequency of 0.3623 and non-effect allele C frequency of 0.6377. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28733500"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5564145', 'SNP': 'rs28733500', 'effect_allele': 'T', 'effect_allele_frequency': 0.3623, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6376999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1339 | Q2 | What is the allele frequency of the SNP rs9775264 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9775264 has an effect allele G frequency of 0.0116 and non-effect allele A frequency of 0.9884. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9775264"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5189790', 'SNP': 'rs9775264', 'effect_allele': 'G', 'effect_allele_frequency': 0.0116, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9884}] | general | Calculate, Select | Allele Frequency |
Q2.243 | Q2 | What is the allele frequency of the SNP rs8099192 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8099192 has an effect allele C frequency of 0.1009 and non-effect allele A 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 = "rs8099192"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_905731', 'SNP': 'rs8099192', 'effect_allele': 'C', 'effect_allele_frequency': 0.1008999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8991000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1010 | Q2 | What is the allele frequency of the SNP rs17188930 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17188930 has an effect allele T 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 = "rs17188930"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3910101', 'SNP': 'rs17188930', 'effect_allele': 'T', 'effect_allele_frequency': 0.0193, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9807}] | general | Calculate, Select | Allele Frequency |
Q2.685 | Q2 | What is the allele frequency of the SNP rs11713683 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11713683 has an effect allele G frequency of 0.1068 and non-effect allele A frequency of 0.8932. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11713683"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2629051', 'SNP': 'rs11713683', 'effect_allele': 'G', 'effect_allele_frequency': 0.1068, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8932}] | general | Calculate, Select | Allele Frequency |
Q2.1268 | Q2 | What is the allele frequency of the SNP rs76848446 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76848446 has an effect allele C frequency of 0.0175 and non-effect allele A frequency of 0.9825. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76848446"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4960991', 'SNP': 'rs76848446', 'effect_allele': 'C', 'effect_allele_frequency': 0.0174999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9825000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1475 | Q2 | What is the allele frequency of the SNP rs74491847 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74491847 has an effect allele A frequency of 0.0175 and non-effect allele T frequency of 0.9825. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74491847"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5684471', 'SNP': 'rs74491847', 'effect_allele': 'A', 'effect_allele_frequency': 0.0175, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9825}] | general | Calculate, Select | Allele Frequency |
Q2.1502 | Q2 | What is the allele frequency of the SNP rs116049526 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116049526 has an effect allele G frequency of 0.0383 and non-effect allele C frequency of 0.9617. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116049526"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5782821', 'SNP': 'rs116049526', 'effect_allele': 'G', 'effect_allele_frequency': 0.0383, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9617}] | general | Calculate, Select | Allele Frequency |
Q2.370 | Q2 | What is the allele frequency of the SNP rs7622082 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7622082 has an effect allele T frequency of 0.0560 and non-effect allele G frequency of 0.9440. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7622082"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1350206', 'SNP': 'rs7622082', 'effect_allele': 'T', 'effect_allele_frequency': 0.056, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.944}] | general | Calculate, Select | Allele Frequency |
Q2.1009 | Q2 | What is the allele frequency of the SNP rs9464101 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9464101 has an effect allele T frequency of 0.0970 and non-effect allele C frequency of 0.9030. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9464101"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3894495', 'SNP': 'rs9464101', 'effect_allele': 'T', 'effect_allele_frequency': 0.097, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.903}] | general | Calculate, Select | Allele Frequency |
Q2.1239 | Q2 | What is the allele frequency of the SNP rs610823 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs610823 has an effect allele T frequency of 0.0758 and non-effect allele C frequency of 0.9242. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs610823"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4820710', 'SNP': 'rs610823', 'effect_allele': 'T', 'effect_allele_frequency': 0.0758, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9242}] | general | Calculate, Select | Allele Frequency |
Q2.595 | Q2 | What is the allele frequency of the SNP rs2070605 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2070605 has an effect allele T frequency of 0.3738 and non-effect allele C frequency of 0.6262. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2070605"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2230534', 'SNP': 'rs2070605', 'effect_allele': 'T', 'effect_allele_frequency': 0.3738, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6262}] | general | Calculate, Select | Allele Frequency |
Q2.728 | Q2 | What is the allele frequency of the SNP rs2827868 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2827868 has an effect allele T frequency of 0.1922 and non-effect allele C frequency of 0.8078. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2827868"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2787640', 'SNP': 'rs2827868', 'effect_allele': 'T', 'effect_allele_frequency': 0.1922, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8078}] | general | Calculate, Select | Allele Frequency |
Q2.486 | Q2 | What is the allele frequency of the SNP rs112272038 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112272038 has an effect allele A frequency of 0.0485 and non-effect allele G frequency of 0.9515. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112272038"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1726234', 'SNP': 'rs112272038', 'effect_allele': 'A', 'effect_allele_frequency': 0.0485, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9515}] | general | Calculate, Select | Allele Frequency |
Q2.573 | Q2 | What is the allele frequency of the SNP rs1178921 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1178921 has an effect allele T frequency of 0.0210 and non-effect allele G frequency of 0.9790. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1178921"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2133324', 'SNP': 'rs1178921', 'effect_allele': 'T', 'effect_allele_frequency': 0.021, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.979}] | general | Calculate, Select | Allele Frequency |
Q2.74 | Q2 | What is the allele frequency of the SNP rs3889084 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3889084 has an effect allele T frequency of 0.4015 and non-effect allele C frequency of 0.5985. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3889084"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_271807', 'SNP': 'rs3889084', 'effect_allele': 'T', 'effect_allele_frequency': 0.4015, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5985}] | general | Calculate, Select | Allele Frequency |
Q2.635 | Q2 | What is the allele frequency of the SNP rs28563040 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28563040 has an effect allele A frequency of 0.3792 and non-effect allele G frequency of 0.6208. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28563040"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2386826', 'SNP': 'rs28563040', 'effect_allele': 'A', 'effect_allele_frequency': 0.3792, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6208}] | general | Calculate, Select | Allele Frequency |
Q2.262 | Q2 | What is the allele frequency of the SNP rs73396035 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73396035 has an effect allele G frequency of 0.0549 and non-effect allele A frequency of 0.9451. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73396035"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_979261', 'SNP': 'rs73396035', 'effect_allele': 'G', 'effect_allele_frequency': 0.0548999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9451}] | general | Calculate, Select | Allele Frequency |
Q2.52 | Q2 | What is the allele frequency of the SNP rs2152154 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2152154 has an effect allele C frequency of 0.3243 and non-effect allele T frequency of 0.6757. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2152154"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_184720', 'SNP': 'rs2152154', 'effect_allele': 'C', 'effect_allele_frequency': 0.3243, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6757}] | general | Calculate, Select | Allele Frequency |
Q2.201 | Q2 | What is the allele frequency of the SNP rs9568469 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9568469 has an effect allele A frequency of 0.0105 and non-effect allele C frequency of 0.9895. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9568469"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_763068', 'SNP': 'rs9568469', 'effect_allele': 'A', 'effect_allele_frequency': 0.0105, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9895}] | general | Calculate, Select | Allele Frequency |
Q2.432 | Q2 | What is the allele frequency of the SNP rs7677035 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7677035 has an effect allele A frequency of 0.4565 and non-effect allele G frequency of 0.5435. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7677035"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1546632', 'SNP': 'rs7677035', 'effect_allele': 'A', 'effect_allele_frequency': 0.4565, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5435}] | general | Calculate, Select | Allele Frequency |
Q2.1563 | Q2 | What is the allele frequency of the SNP rs75205208 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75205208 has an effect allele G frequency of 0.0072 and non-effect allele A frequency of 0.9928. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75205208"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6040823', 'SNP': 'rs75205208', 'effect_allele': 'G', 'effect_allele_frequency': 0.0071999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9928000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.336 | Q2 | What is the allele frequency of the SNP rs10110198 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10110198 has an effect allele A frequency of 0.2197 and non-effect allele C frequency of 0.7803. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10110198"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1227437', 'SNP': 'rs10110198', 'effect_allele': 'A', 'effect_allele_frequency': 0.2197, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7803}] | general | Calculate, Select | Allele Frequency |
Q2.1557 | Q2 | What is the allele frequency of the SNP rs1389329 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1389329 has an effect allele A frequency of 0.3663 and non-effect allele C frequency of 0.6337. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1389329"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5998974', 'SNP': 'rs1389329', 'effect_allele': 'A', 'effect_allele_frequency': 0.3663, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6336999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1539 | Q2 | What is the allele frequency of the SNP rs11792762 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11792762 has an effect allele A frequency of 0.1607 and non-effect allele G frequency of 0.8393. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11792762"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5925143', 'SNP': 'rs11792762', 'effect_allele': 'A', 'effect_allele_frequency': 0.1607, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8392999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.426 | Q2 | What is the allele frequency of the SNP rs9608546 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9608546 has an effect allele T frequency of 0.1073 and non-effect allele G frequency of 0.8927. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9608546"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1529208', 'SNP': 'rs9608546', 'effect_allele': 'T', 'effect_allele_frequency': 0.1073, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8927}] | general | Calculate, Select | Allele Frequency |
Q2.637 | Q2 | What is the allele frequency of the SNP rs28336 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28336 has an effect allele T frequency of 0.2621 and non-effect allele C frequency of 0.7379. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28336"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2405769', 'SNP': 'rs28336', 'effect_allele': 'T', 'effect_allele_frequency': 0.2621, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7379}] | general | Calculate, Select | Allele Frequency |
Q2.941 | Q2 | What is the allele frequency of the SNP rs6475543 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6475543 has an effect allele G frequency of 0.1849 and non-effect allele A frequency of 0.8151. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6475543"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3621870', 'SNP': 'rs6475543', 'effect_allele': 'G', 'effect_allele_frequency': 0.1848999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8151000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.993 | Q2 | What is the allele frequency of the SNP rs144601098 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144601098 has an effect allele A frequency of 0.0116 and non-effect allele G frequency of 0.9884. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144601098"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3836660', 'SNP': 'rs144601098', 'effect_allele': 'A', 'effect_allele_frequency': 0.0116, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9884}] | general | Calculate, Select | Allele Frequency |
Q2.868 | Q2 | What is the allele frequency of the SNP rs1476238 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1476238 has an effect allele A frequency of 0.2286 and non-effect allele G frequency of 0.7714. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1476238"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3364392', 'SNP': 'rs1476238', 'effect_allele': 'A', 'effect_allele_frequency': 0.2286, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7714}] | general | Calculate, Select | Allele Frequency |
Q2.1951 | Q2 | What is the allele frequency of the SNP rs74036719 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74036719 has an effect allele T frequency of 0.0099 and non-effect allele C frequency of 0.9901. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74036719"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7617203', 'SNP': 'rs74036719', 'effect_allele': 'T', 'effect_allele_frequency': 0.0099, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9901}] | general | Calculate, Select | Allele Frequency |
Q2.558 | Q2 | What is the allele frequency of the SNP rs137909566 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs137909566 has an effect allele C frequency of 0.0093 and non-effect allele T frequency of 0.9907. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs137909566"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2060542', 'SNP': 'rs137909566', 'effect_allele': 'C', 'effect_allele_frequency': 0.0092999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9907000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.433 | Q2 | What is the allele frequency of the SNP rs11224567 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11224567 has an effect allele A frequency of 0.1636 and non-effect allele G frequency of 0.8364. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11224567"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1547193', 'SNP': 'rs11224567', 'effect_allele': 'A', 'effect_allele_frequency': 0.1636, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8364}] | general | Calculate, Select | Allele Frequency |
Q2.1777 | Q2 | What is the allele frequency of the SNP rs13187663 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13187663 has an effect allele A frequency of 0.0838 and non-effect allele G frequency of 0.9162. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13187663"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6926771', 'SNP': 'rs13187663', 'effect_allele': 'A', 'effect_allele_frequency': 0.0838, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9162}] | general | Calculate, Select | Allele Frequency |
Q2.1834 | Q2 | What is the allele frequency of the SNP rs2477717 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2477717 has an effect allele C frequency of 0.0130 and non-effect allele T 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 = "rs2477717"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7124426', 'SNP': 'rs2477717', 'effect_allele': 'C', 'effect_allele_frequency': 0.013, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.987}] | general | Calculate, Select | Allele Frequency |
Q2.1977 | Q2 | What is the allele frequency of the SNP rs149783041 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149783041 has an effect allele A frequency of 0.0129 and non-effect allele G frequency of 0.9871. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs149783041"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7705477', 'SNP': 'rs149783041', 'effect_allele': 'A', 'effect_allele_frequency': 0.0129, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9871}] | general | Calculate, Select | Allele Frequency |
Q2.1506 | Q2 | What is the allele frequency of the SNP rs13142234 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13142234 has an effect allele T frequency of 0.4253 and non-effect allele C frequency of 0.5747. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13142234"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5797786', 'SNP': 'rs13142234', 'effect_allele': 'T', 'effect_allele_frequency': 0.4253, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5747}] | general | Calculate, Select | Allele Frequency |
Q2.1622 | Q2 | What is the allele frequency of the SNP rs1486949 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1486949 has an effect allele C frequency of 0.2765 and non-effect allele T frequency of 0.7235. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1486949"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6315704', 'SNP': 'rs1486949', 'effect_allele': 'C', 'effect_allele_frequency': 0.2764999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7235}] | general | Calculate, Select | Allele Frequency |
Q2.404 | Q2 | What is the allele frequency of the SNP rs73003522 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73003522 has an effect allele T frequency of 0.3345 and non-effect allele C frequency of 0.6655. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73003522"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1475904', 'SNP': 'rs73003522', 'effect_allele': 'T', 'effect_allele_frequency': 0.3345, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6655}] | general | Calculate, Select | Allele Frequency |
Q2.1791 | Q2 | What is the allele frequency of the SNP rs975502 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs975502 has an effect allele T frequency of 0.3433 and non-effect allele C frequency of 0.6567. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs975502"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6986764', 'SNP': 'rs975502', 'effect_allele': 'T', 'effect_allele_frequency': 0.3433, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6567000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.195 | Q2 | What is the allele frequency of the SNP rs2610900 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2610900 has an effect allele A frequency of 0.2976 and non-effect allele G frequency of 0.7024. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2610900"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_747976', 'SNP': 'rs2610900', 'effect_allele': 'A', 'effect_allele_frequency': 0.2976, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7024}] | general | Calculate, Select | Allele Frequency |
Q2.1281 | Q2 | What is the allele frequency of the SNP rs2630564 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2630564 has an effect allele A frequency of 0.4421 and non-effect allele G frequency of 0.5579. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2630564"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5004734', 'SNP': 'rs2630564', 'effect_allele': 'A', 'effect_allele_frequency': 0.4421, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5579000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1381 | Q2 | What is the allele frequency of the SNP rs225329 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs225329 has an effect allele G frequency of 0.2906 and non-effect allele A frequency of 0.7094. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs225329"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5350498', 'SNP': 'rs225329', 'effect_allele': 'G', 'effect_allele_frequency': 0.2905999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7094}] | general | Calculate, Select | Allele Frequency |
Q2.677 | Q2 | What is the allele frequency of the SNP rs76151646 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76151646 has an effect allele G frequency of 0.0252 and non-effect allele A frequency of 0.9748. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76151646"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2582948', 'SNP': 'rs76151646', 'effect_allele': 'G', 'effect_allele_frequency': 0.0252, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9748}] | general | Calculate, Select | Allele Frequency |
Q2.795 | Q2 | What is the allele frequency of the SNP rs1479220 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1479220 has an effect allele A frequency of 0.3767 and non-effect allele G frequency of 0.6233. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1479220"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3054954', 'SNP': 'rs1479220', 'effect_allele': 'A', 'effect_allele_frequency': 0.3767, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6233}] | general | Calculate, Select | Allele Frequency |
Q2.1463 | Q2 | What is the allele frequency of the SNP rs6583820 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6583820 has an effect allele G frequency of 0.0849 and non-effect allele A frequency of 0.9151. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6583820"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5647522', 'SNP': 'rs6583820', 'effect_allele': 'G', 'effect_allele_frequency': 0.0848999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9151000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1457 | Q2 | What is the allele frequency of the SNP rs6009205 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6009205 has an effect allele C frequency of 0.1266 and non-effect allele T 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 = "rs6009205"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5624479', 'SNP': 'rs6009205', 'effect_allele': 'C', 'effect_allele_frequency': 0.1266, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8734}] | general | Calculate, Select | Allele Frequency |
Q2.144 | Q2 | What is the allele frequency of the SNP rs2703143 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2703143 has an effect allele G frequency of 0.3105 and non-effect allele A frequency of 0.6895. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2703143"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_506720', 'SNP': 'rs2703143', 'effect_allele': 'G', 'effect_allele_frequency': 0.3105, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6895}] | general | Calculate, Select | Allele Frequency |
Q2.1188 | Q2 | What is the allele frequency of the SNP rs142679053 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs142679053 has an effect allele A frequency of 0.0160 and non-effect allele T frequency of 0.9840. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs142679053"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4639209', 'SNP': 'rs142679053', 'effect_allele': 'A', 'effect_allele_frequency': 0.016, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.984}] | general | Calculate, Select | Allele Frequency |
Q2.3 | Q2 | What is the allele frequency of the SNP rs302141 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs302141 has an effect allele T frequency of 0.2276 and non-effect allele C frequency of 0.7724. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs302141"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_8221', 'SNP': 'rs302141', 'effect_allele': 'T', 'effect_allele_frequency': 0.2276, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7724}] | general | Calculate, Select | Allele Frequency |
Q2.743 | Q2 | What is the allele frequency of the SNP rs138578496 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs138578496 has an effect allele T frequency of 0.0515 and non-effect allele C frequency of 0.9485. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs138578496"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2841869', 'SNP': 'rs138578496', 'effect_allele': 'T', 'effect_allele_frequency': 0.0515, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9485}] | general | Calculate, Select | Allele Frequency |
Q2.1871 | Q2 | What is the allele frequency of the SNP rs7623293 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7623293 has an effect allele G frequency of 0.3746 and non-effect allele A frequency of 0.6254. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7623293"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7276211', 'SNP': 'rs7623293', 'effect_allele': 'G', 'effect_allele_frequency': 0.3746, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6254}] | general | Calculate, Select | Allele Frequency |
Q2.1516 | Q2 | What is the allele frequency of the SNP rs6538106 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6538106 has an effect allele T frequency of 0.0781 and non-effect allele G frequency of 0.9219. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6538106"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5845047', 'SNP': 'rs6538106', 'effect_allele': 'T', 'effect_allele_frequency': 0.0781, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9218999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.343 | Q2 | What is the allele frequency of the SNP rs6772630 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6772630 has an effect allele A frequency of 0.4364 and non-effect allele C frequency of 0.5636. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6772630"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1254308', 'SNP': 'rs6772630', 'effect_allele': 'A', 'effect_allele_frequency': 0.4364, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5636}] | general | Calculate, Select | Allele Frequency |
Q2.626 | Q2 | What is the allele frequency of the SNP rs4681099 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4681099 has an effect allele G frequency of 0.2401 and non-effect allele T frequency of 0.7599. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4681099"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2341002', 'SNP': 'rs4681099', 'effect_allele': 'G', 'effect_allele_frequency': 0.2400999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7599000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.484 | Q2 | What is the allele frequency of the SNP rs56301327 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56301327 has an effect allele T frequency of 0.0238 and non-effect allele C frequency of 0.9762. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56301327"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1711902', 'SNP': 'rs56301327', 'effect_allele': 'T', 'effect_allele_frequency': 0.0238, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9762}] | general | Calculate, Select | Allele Frequency |
Q2.532 | Q2 | What is the allele frequency of the SNP rs76817905 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76817905 has an effect allele T frequency of 0.3067 and non-effect allele C frequency of 0.6933. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76817905"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1936400', 'SNP': 'rs76817905', 'effect_allele': 'T', 'effect_allele_frequency': 0.3067, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6933}] | general | Calculate, Select | Allele Frequency |
Q2.268 | Q2 | What is the allele frequency of the SNP rs143877197 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs143877197 has an effect allele G frequency of 0.0347 and non-effect allele A frequency of 0.9653. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs143877197"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1005132', 'SNP': 'rs143877197', 'effect_allele': 'G', 'effect_allele_frequency': 0.0346999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9653}] | general | Calculate, Select | Allele Frequency |
Q2.1390 | Q2 | What is the allele frequency of the SNP rs74404865 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74404865 has an effect allele A frequency of 0.0651 and non-effect allele G frequency of 0.9349. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74404865"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5385438', 'SNP': 'rs74404865', 'effect_allele': 'A', 'effect_allele_frequency': 0.0651, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9349}] | general | Calculate, Select | Allele Frequency |
Q2.681 | Q2 | What is the allele frequency of the SNP rs6421360 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6421360 has an effect allele T frequency of 0.1804 and non-effect allele C frequency of 0.8196. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6421360"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2609560', 'SNP': 'rs6421360', 'effect_allele': 'T', 'effect_allele_frequency': 0.1804, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8196}] | general | Calculate, Select | Allele Frequency |
Q2.492 | Q2 | What is the allele frequency of the SNP rs1680355 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1680355 has an effect allele A frequency of 0.0538 and non-effect allele G 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 = "rs1680355"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1753200', 'SNP': 'rs1680355', 'effect_allele': 'A', 'effect_allele_frequency': 0.0538, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9462}] | general | Calculate, Select | Allele Frequency |
Q2.445 | Q2 | What is the allele frequency of the SNP rs737820 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs737820 has an effect allele G frequency of 0.4934 and non-effect allele A frequency of 0.5066. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs737820"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1580851', 'SNP': 'rs737820', 'effect_allele': 'G', 'effect_allele_frequency': 0.4933999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5066000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.274 | Q2 | What is the allele frequency of the SNP rs7177108 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7177108 has an effect allele G frequency of 0.4246 and non-effect allele C frequency of 0.5754. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7177108"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1016028', 'SNP': 'rs7177108', 'effect_allele': 'G', 'effect_allele_frequency': 0.4246, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5754}] | general | Calculate, Select | Allele Frequency |
Q2.187 | Q2 | What is the allele frequency of the SNP rs144104432 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144104432 has an effect allele T frequency of 0.0148 and non-effect allele G frequency of 0.9852. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144104432"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_718158', 'SNP': 'rs144104432', 'effect_allele': 'T', 'effect_allele_frequency': 0.0148, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9852}] | general | Calculate, Select | Allele Frequency |
Q2.950 | Q2 | What is the allele frequency of the SNP rs12140344 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12140344 has an effect allele G frequency of 0.0673 and non-effect allele A frequency of 0.9327. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12140344"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3649346', 'SNP': 'rs12140344', 'effect_allele': 'G', 'effect_allele_frequency': 0.0673, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9327}] | general | Calculate, Select | Allele Frequency |
Q2.247 | Q2 | What is the allele frequency of the SNP rs1396529 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1396529 has an effect allele T frequency of 0.1937 and non-effect allele C frequency of 0.8063. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1396529"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_927597', 'SNP': 'rs1396529', 'effect_allele': 'T', 'effect_allele_frequency': 0.1937, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8063}] | general | Calculate, Select | Allele Frequency |
Q2.1100 | Q2 | What is the allele frequency of the SNP rs74424066 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74424066 has an effect allele C frequency of 0.0256 and non-effect allele T frequency of 0.9744. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74424066"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4236414', 'SNP': 'rs74424066', 'effect_allele': 'C', 'effect_allele_frequency': 0.0255999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9744000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1018 | Q2 | What is the allele frequency of the SNP rs1295819 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1295819 has an effect allele A frequency of 0.0963 and non-effect allele T frequency of 0.9037. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1295819"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3936085', 'SNP': 'rs1295819', 'effect_allele': 'A', 'effect_allele_frequency': 0.0963, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9037}] | general | Calculate, Select | Allele Frequency |
Q2.590 | Q2 | What is the allele frequency of the SNP rs11710068 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11710068 has an effect allele T frequency of 0.1958 and non-effect allele C frequency of 0.8042. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11710068"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2213421', 'SNP': 'rs11710068', 'effect_allele': 'T', 'effect_allele_frequency': 0.1958, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8042}] | general | Calculate, Select | Allele Frequency |
Q2.1629 | Q2 | What is the allele frequency of the SNP rs61263742 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61263742 has an effect allele T frequency of 0.0495 and non-effect allele C frequency of 0.9505. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61263742"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6339619', 'SNP': 'rs61263742', 'effect_allele': 'T', 'effect_allele_frequency': 0.0495, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9505}] | general | Calculate, Select | Allele Frequency |
Q2.535 | Q2 | What is the allele frequency of the SNP rs182383894 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs182383894 has an effect allele G frequency of 0.0170 and non-effect allele T frequency of 0.9830. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs182383894"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1947019', 'SNP': 'rs182383894', 'effect_allele': 'G', 'effect_allele_frequency': 0.017, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.983}] | general | Calculate, Select | Allele Frequency |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.