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.1681 | Q2 | What is the allele frequency of the SNP rs147355633 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs147355633 has an effect allele C frequency of 0.0128 and non-effect allele T frequency of 0.9872. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs147355633"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6542482', 'SNP': 'rs147355633', 'effect_allele': 'C', 'effect_allele_frequency': 0.0128, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9872}] | general | Calculate, Select | Allele Frequency |
Q2.1799 | Q2 | What is the allele frequency of the SNP rs72881777 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72881777 has an effect allele C frequency of 0.1894 and non-effect allele A frequency of 0.8106. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72881777"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7002125', 'SNP': 'rs72881777', 'effect_allele': 'C', 'effect_allele_frequency': 0.1894, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8106}] | general | Calculate, Select | Allele Frequency |
Q2.1717 | Q2 | What is the allele frequency of the SNP rs2165589 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2165589 has an effect allele T frequency of 0.2986 and non-effect allele C frequency of 0.7014. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2165589"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6703461', 'SNP': 'rs2165589', 'effect_allele': 'T', 'effect_allele_frequency': 0.2986, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7014}] | general | Calculate, Select | Allele Frequency |
Q2.316 | Q2 | What is the allele frequency of the SNP rs9884665 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9884665 has an effect allele G frequency of 0.2164 and non-effect allele C frequency of 0.7836. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9884665"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1169367', 'SNP': 'rs9884665', 'effect_allele': 'G', 'effect_allele_frequency': 0.2164, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7836}] | general | Calculate, Select | Allele Frequency |
Q2.441 | Q2 | What is the allele frequency of the SNP rs12618828 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12618828 has an effect allele T frequency of 0.0437 and non-effect allele C frequency of 0.9563. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12618828"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1574600', 'SNP': 'rs12618828', 'effect_allele': 'T', 'effect_allele_frequency': 0.0437, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9563}] | general | Calculate, Select | Allele Frequency |
Q2.1899 | Q2 | What is the allele frequency of the SNP rs11792639 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11792639 has an effect allele T frequency of 0.1741 and non-effect allele G frequency of 0.8259. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11792639"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7387720', 'SNP': 'rs11792639', 'effect_allele': 'T', 'effect_allele_frequency': 0.1741, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8259}] | general | Calculate, Select | Allele Frequency |
Q2.1637 | Q2 | What is the allele frequency of the SNP rs2523032 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2523032 has an effect allele G frequency of 0.4039 and non-effect allele A frequency of 0.5961. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2523032"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6362314', 'SNP': 'rs2523032', 'effect_allele': 'G', 'effect_allele_frequency': 0.4039, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5961000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.312 | Q2 | What is the allele frequency of the SNP rs72765169 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72765169 has an effect allele C frequency of 0.0240 and non-effect allele G frequency of 0.9760. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72765169"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1151124', 'SNP': 'rs72765169', 'effect_allele': 'C', 'effect_allele_frequency': 0.024, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.976}] | general | Calculate, Select | Allele Frequency |
Q2.436 | Q2 | What is the allele frequency of the SNP rs12507291 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12507291 has an effect allele A frequency of 0.1512 and non-effect allele T frequency of 0.8488. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12507291"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1551491', 'SNP': 'rs12507291', 'effect_allele': 'A', 'effect_allele_frequency': 0.1512, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8488}] | general | Calculate, Select | Allele Frequency |
Q2.667 | Q2 | What is the allele frequency of the SNP rs117820203 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117820203 has an effect allele G frequency of 0.0499 and non-effect allele A frequency of 0.9501. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117820203"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2550719', 'SNP': 'rs117820203', 'effect_allele': 'G', 'effect_allele_frequency': 0.0499, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9501}] | general | Calculate, Select | Allele Frequency |
Q2.376 | Q2 | What is the allele frequency of the SNP rs79740559 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79740559 has an effect allele A frequency of 0.0094 and non-effect allele G frequency of 0.9906. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79740559"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1378276', 'SNP': 'rs79740559', 'effect_allele': 'A', 'effect_allele_frequency': 0.0094, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9906}] | general | Calculate, Select | Allele Frequency |
Q2.572 | Q2 | What is the allele frequency of the SNP rs17023712 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17023712 has an effect allele G frequency of 0.0471 and non-effect allele C frequency of 0.9529. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17023712"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2129219', 'SNP': 'rs17023712', 'effect_allele': 'G', 'effect_allele_frequency': 0.0471, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9529}] | general | Calculate, Select | Allele Frequency |
Q2.1226 | Q2 | What is the allele frequency of the SNP rs3117279 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3117279 has an effect allele T frequency of 0.0938 and non-effect allele G frequency of 0.9062. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3117279"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4774563', 'SNP': 'rs3117279', 'effect_allele': 'T', 'effect_allele_frequency': 0.0938, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9062}] | general | Calculate, Select | Allele Frequency |
Q2.184 | Q2 | What is the allele frequency of the SNP rs10062637 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10062637 has an effect allele G frequency of 0.0762 and non-effect allele A frequency of 0.9238. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10062637"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_709002', 'SNP': 'rs10062637', 'effect_allele': 'G', 'effect_allele_frequency': 0.0762, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9238}] | general | Calculate, Select | Allele Frequency |
Q2.1115 | Q2 | What is the allele frequency of the SNP rs78553377 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78553377 has an effect allele C frequency of 0.1585 and non-effect allele G frequency of 0.8415. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78553377"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4281463', 'SNP': 'rs78553377', 'effect_allele': 'C', 'effect_allele_frequency': 0.1585, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8415}] | general | Calculate, Select | Allele Frequency |
Q2.628 | Q2 | What is the allele frequency of the SNP rs1496117 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1496117 has an effect allele G frequency of 0.1475 and non-effect allele A frequency of 0.8525. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1496117"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2360037', 'SNP': 'rs1496117', 'effect_allele': 'G', 'effect_allele_frequency': 0.1474999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8525}] | general | Calculate, Select | Allele Frequency |
Q2.1910 | Q2 | What is the allele frequency of the SNP rs116190875 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116190875 has an effect allele G frequency of 0.0187 and non-effect allele A frequency of 0.9813. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116190875"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7425279', 'SNP': 'rs116190875', 'effect_allele': 'G', 'effect_allele_frequency': 0.0187, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9813}] | general | Calculate, Select | Allele Frequency |
Q2.1192 | Q2 | What is the allele frequency of the SNP rs79803328 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79803328 has an effect allele C frequency of 0.0504 and non-effect allele G frequency of 0.9496. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79803328"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4651466', 'SNP': 'rs79803328', 'effect_allele': 'C', 'effect_allele_frequency': 0.0504, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9496}] | general | Calculate, Select | Allele Frequency |
Q2.940 | Q2 | What is the allele frequency of the SNP rs1243612 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1243612 has an effect allele T frequency of 0.3300 and non-effect allele G frequency of 0.6700. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1243612"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3621403', 'SNP': 'rs1243612', 'effect_allele': 'T', 'effect_allele_frequency': 0.33, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6699999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1774 | Q2 | What is the allele frequency of the SNP rs3759258 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3759258 has an effect allele T frequency of 0.2571 and non-effect allele C frequency of 0.7429. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3759258"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6916572', 'SNP': 'rs3759258', 'effect_allele': 'T', 'effect_allele_frequency': 0.2571, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7429}] | general | Calculate, Select | Allele Frequency |
Q2.1842 | Q2 | What is the allele frequency of the SNP rs12946233 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12946233 has an effect allele C frequency of 0.0554 and non-effect allele T frequency of 0.9446. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12946233"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7181366', 'SNP': 'rs12946233', 'effect_allele': 'C', 'effect_allele_frequency': 0.0554, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9446}] | general | Calculate, Select | Allele Frequency |
Q2.1331 | Q2 | What is the allele frequency of the SNP rs114040817 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114040817 has an effect allele C frequency of 0.0701 and non-effect allele T frequency of 0.9299. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114040817"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5165311', 'SNP': 'rs114040817', 'effect_allele': 'C', 'effect_allele_frequency': 0.0701, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9299}] | general | Calculate, Select | Allele Frequency |
Q2.300 | Q2 | What is the allele frequency of the SNP rs7761517 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7761517 has an effect allele C frequency of 0.1589 and non-effect allele A frequency of 0.8411. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7761517"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1114852', 'SNP': 'rs7761517', 'effect_allele': 'C', 'effect_allele_frequency': 0.1589, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8411}] | general | Calculate, Select | Allele Frequency |
Q2.1619 | Q2 | What is the allele frequency of the SNP rs139644379 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139644379 has an effect allele C frequency of 0.0107 and non-effect allele A frequency of 0.9893. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs139644379"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6290128', 'SNP': 'rs139644379', 'effect_allele': 'C', 'effect_allele_frequency': 0.0107, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9893}] | general | Calculate, Select | Allele Frequency |
Q2.467 | Q2 | What is the allele frequency of the SNP rs61977060 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61977060 has an effect allele G frequency of 0.1261 and non-effect allele T frequency of 0.8739. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61977060"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1662838', 'SNP': 'rs61977060', 'effect_allele': 'G', 'effect_allele_frequency': 0.1261, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8739}] | general | Calculate, Select | Allele Frequency |
Q2.1302 | Q2 | What is the allele frequency of the SNP rs532553 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs532553 has an effect allele G frequency of 0.4396 and non-effect allele T frequency of 0.5604. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs532553"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5086528', 'SNP': 'rs532553', 'effect_allele': 'G', 'effect_allele_frequency': 0.4396, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5604}] | general | Calculate, Select | Allele Frequency |
Q2.1250 | Q2 | What is the allele frequency of the SNP rs9816998 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9816998 has an effect allele C frequency of 0.0172 and non-effect allele T frequency of 0.9828. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9816998"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4885803', 'SNP': 'rs9816998', 'effect_allele': 'C', 'effect_allele_frequency': 0.0171999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9828000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.383 | Q2 | What is the allele frequency of the SNP rs71605611 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs71605611 has an effect allele T frequency of 0.0613 and non-effect allele C frequency of 0.9387. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs71605611"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1420836', 'SNP': 'rs71605611', 'effect_allele': 'T', 'effect_allele_frequency': 0.0613, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9387}] | general | Calculate, Select | Allele Frequency |
Q2.1768 | Q2 | What is the allele frequency of the SNP rs34130864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34130864 has an effect allele G frequency of 0.1177 and non-effect allele T frequency of 0.8823. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34130864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6889878', 'SNP': 'rs34130864', 'effect_allele': 'G', 'effect_allele_frequency': 0.1177, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8823}] | general | Calculate, Select | Allele Frequency |
Q2.108 | Q2 | What is the allele frequency of the SNP rs150738179 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150738179 has an effect allele A frequency of 0.0355 and non-effect allele G frequency of 0.9645. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs150738179"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_411285', 'SNP': 'rs150738179', 'effect_allele': 'A', 'effect_allele_frequency': 0.0355, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9645}] | general | Calculate, Select | Allele Frequency |
Q2.129 | Q2 | What is the allele frequency of the SNP rs3906627 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3906627 has an effect allele G frequency of 0.1305 and non-effect allele A frequency of 0.8695. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3906627"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_474034', 'SNP': 'rs3906627', 'effect_allele': 'G', 'effect_allele_frequency': 0.1304999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8695000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1131 | Q2 | What is the allele frequency of the SNP rs7728826 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7728826 has an effect allele G frequency of 0.3287 and non-effect allele C frequency of 0.6713. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7728826"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4354546', 'SNP': 'rs7728826', 'effect_allele': 'G', 'effect_allele_frequency': 0.3287, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6713}] | general | Calculate, Select | Allele Frequency |
Q2.872 | Q2 | What is the allele frequency of the SNP rs74353893 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74353893 has an effect allele C frequency of 0.0254 and non-effect allele T frequency of 0.9746. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74353893"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3377846', 'SNP': 'rs74353893', 'effect_allele': 'C', 'effect_allele_frequency': 0.0253999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9746000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.360 | Q2 | What is the allele frequency of the SNP rs116871135 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116871135 has an effect allele C frequency of 0.0136 and non-effect allele T 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 = "rs116871135"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1302364', 'SNP': 'rs116871135', 'effect_allele': 'C', 'effect_allele_frequency': 0.0135999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9864}] | general | Calculate, Select | Allele Frequency |
Q2.1617 | Q2 | What is the allele frequency of the SNP rs6719955 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6719955 has an effect allele A frequency of 0.2043 and non-effect allele G frequency of 0.7957. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6719955"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6286583', 'SNP': 'rs6719955', 'effect_allele': 'A', 'effect_allele_frequency': 0.2043, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7957}] | general | Calculate, Select | Allele Frequency |
Q2.689 | Q2 | What is the allele frequency of the SNP rs202526 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs202526 has an effect allele C frequency of 0.3981 and non-effect allele T frequency of 0.6019. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs202526"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2638629', 'SNP': 'rs202526', 'effect_allele': 'C', 'effect_allele_frequency': 0.3981, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6019}] | general | Calculate, Select | Allele Frequency |
Q2.1787 | Q2 | What is the allele frequency of the SNP rs6004853 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6004853 has an effect allele T frequency of 0.0414 and non-effect allele C frequency of 0.9586. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6004853"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6978616', 'SNP': 'rs6004853', 'effect_allele': 'T', 'effect_allele_frequency': 0.0414, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9586}] | general | Calculate, Select | Allele Frequency |
Q2.1467 | Q2 | What is the allele frequency of the SNP rs28545666 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28545666 has an effect allele C frequency of 0.2010 and non-effect allele G frequency of 0.7990. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28545666"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5660019', 'SNP': 'rs28545666', 'effect_allele': 'C', 'effect_allele_frequency': 0.201, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7989999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.212 | Q2 | What is the allele frequency of the SNP rs58623012 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58623012 has an effect allele T frequency of 0.1933 and non-effect allele C frequency of 0.8067. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs58623012"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_793176', 'SNP': 'rs58623012', 'effect_allele': 'T', 'effect_allele_frequency': 0.1933, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8067}] | general | Calculate, Select | Allele Frequency |
Q2.880 | Q2 | What is the allele frequency of the SNP rs59124302 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59124302 has an effect allele A frequency of 0.0332 and non-effect allele G frequency of 0.9668. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs59124302"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3397860', 'SNP': 'rs59124302', 'effect_allele': 'A', 'effect_allele_frequency': 0.0332, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9668}] | general | Calculate, Select | Allele Frequency |
Q2.143 | Q2 | What is the allele frequency of the SNP rs144709537 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144709537 has an effect allele A frequency of 0.0276 and non-effect allele G 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 = "rs144709537"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_505047', 'SNP': 'rs144709537', 'effect_allele': 'A', 'effect_allele_frequency': 0.0276, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9724}] | general | Calculate, Select | Allele Frequency |
Q2.1439 | Q2 | What is the allele frequency of the SNP rs2945744 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2945744 has an effect allele G frequency of 0.2980 and non-effect allele A frequency of 0.7020. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2945744"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5566907', 'SNP': 'rs2945744', 'effect_allele': 'G', 'effect_allele_frequency': 0.298, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.702}] | general | Calculate, Select | Allele Frequency |
Q2.1341 | Q2 | What is the allele frequency of the SNP rs78926933 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78926933 has an effect allele A frequency of 0.0229 and non-effect allele G frequency of 0.9771. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78926933"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5195649', 'SNP': 'rs78926933', 'effect_allele': 'A', 'effect_allele_frequency': 0.0229, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9771}] | general | Calculate, Select | Allele Frequency |
Q2.1786 | Q2 | What is the allele frequency of the SNP rs58012060 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58012060 has an effect allele A frequency of 0.0258 and non-effect allele G 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 = "rs58012060"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6976956', 'SNP': 'rs58012060', 'effect_allele': 'A', 'effect_allele_frequency': 0.0258, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9742}] | general | Calculate, Select | Allele Frequency |
Q2.1575 | Q2 | What is the allele frequency of the SNP rs1037333 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1037333 has an effect allele C frequency of 0.3539 and non-effect allele T frequency of 0.6461. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1037333"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6073115', 'SNP': 'rs1037333', 'effect_allele': 'C', 'effect_allele_frequency': 0.3539, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6461}] | general | Calculate, Select | Allele Frequency |
Q2.1865 | Q2 | What is the allele frequency of the SNP rs244034 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs244034 has an effect allele G frequency of 0.4039 and non-effect allele A frequency of 0.5961. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs244034"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7258603', 'SNP': 'rs244034', 'effect_allele': 'G', 'effect_allele_frequency': 0.4039, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5961000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1749 | Q2 | What is the allele frequency of the SNP rs2616527 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2616527 has an effect allele C frequency of 0.2196 and non-effect allele G frequency of 0.7804. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2616527"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6845631', 'SNP': 'rs2616527', 'effect_allele': 'C', 'effect_allele_frequency': 0.2196, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7804}] | general | Calculate, Select | Allele Frequency |
Q2.718 | Q2 | What is the allele frequency of the SNP rs7546974 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7546974 has an effect allele A frequency of 0.2794 and non-effect allele C frequency of 0.7206. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7546974"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2762896', 'SNP': 'rs7546974', 'effect_allele': 'A', 'effect_allele_frequency': 0.2794, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7206}] | general | Calculate, Select | Allele Frequency |
Q2.1936 | Q2 | What is the allele frequency of the SNP rs2819737 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2819737 has an effect allele G frequency of 0.2377 and non-effect allele T frequency of 0.7623. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2819737"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7540668', 'SNP': 'rs2819737', 'effect_allele': 'G', 'effect_allele_frequency': 0.2377, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7623}] | general | Calculate, Select | Allele Frequency |
Q2.852 | Q2 | What is the allele frequency of the SNP rs7305028 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7305028 has an effect allele C frequency of 0.4486 and non-effect allele T frequency of 0.5514. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7305028"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3306118', 'SNP': 'rs7305028', 'effect_allele': 'C', 'effect_allele_frequency': 0.4486, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5514}] | general | Calculate, Select | Allele Frequency |
Q2.1938 | Q2 | What is the allele frequency of the SNP rs150266178 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150266178 has an effect allele T frequency of 0.0384 and non-effect allele C frequency of 0.9616. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs150266178"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7557308', 'SNP': 'rs150266178', 'effect_allele': 'T', 'effect_allele_frequency': 0.0384, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9616}] | general | Calculate, Select | Allele Frequency |
Q2.11 | Q2 | What is the allele frequency of the SNP rs4474359 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4474359 has an effect allele C frequency of 0.0887 and non-effect allele T frequency of 0.9113. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4474359"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_29990', 'SNP': 'rs4474359', 'effect_allele': 'C', 'effect_allele_frequency': 0.0887, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9113}] | general | Calculate, Select | Allele Frequency |
Q2.1695 | Q2 | What is the allele frequency of the SNP rs509445 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs509445 has an effect allele C frequency of 0.3091 and non-effect allele A frequency of 0.6909. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs509445"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6650927', 'SNP': 'rs509445', 'effect_allele': 'C', 'effect_allele_frequency': 0.3091, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6909000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1124 | Q2 | What is the allele frequency of the SNP rs61469632 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61469632 has an effect allele C frequency of 0.0552 and non-effect allele T frequency of 0.9448. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61469632"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4306869', 'SNP': 'rs61469632', 'effect_allele': 'C', 'effect_allele_frequency': 0.0552, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9448}] | general | Calculate, Select | Allele Frequency |
Q2.286 | Q2 | What is the allele frequency of the SNP rs9472844 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9472844 has an effect allele T frequency of 0.0246 and non-effect allele C frequency of 0.9754. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9472844"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1081772', 'SNP': 'rs9472844', 'effect_allele': 'T', 'effect_allele_frequency': 0.0246, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9754}] | general | Calculate, Select | Allele Frequency |
Q2.817 | Q2 | What is the allele frequency of the SNP rs78593959 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78593959 has an effect allele C frequency of 0.1152 and non-effect allele T frequency of 0.8848. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78593959"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3150504', 'SNP': 'rs78593959', 'effect_allele': 'C', 'effect_allele_frequency': 0.1151999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8848000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1092 | Q2 | What is the allele frequency of the SNP rs948009 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs948009 has an effect allele A frequency of 0.0627 and non-effect allele G frequency of 0.9373. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs948009"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4206105', 'SNP': 'rs948009', 'effect_allele': 'A', 'effect_allele_frequency': 0.0627, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9373}] | general | Calculate, Select | Allele Frequency |
Q2.295 | Q2 | What is the allele frequency of the SNP rs113785684 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113785684 has an effect allele A frequency of 0.0105 and non-effect allele G 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 = "rs113785684"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1108379', 'SNP': 'rs113785684', 'effect_allele': 'A', 'effect_allele_frequency': 0.0105, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9895}] | general | Calculate, Select | Allele Frequency |
Q2.761 | Q2 | What is the allele frequency of the SNP rs6539876 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6539876 has an effect allele G frequency of 0.3286 and non-effect allele C frequency of 0.6714. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6539876"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2916739', 'SNP': 'rs6539876', 'effect_allele': 'G', 'effect_allele_frequency': 0.3286, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6714}] | general | Calculate, Select | Allele Frequency |
Q2.633 | Q2 | What is the allele frequency of the SNP rs2722239 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2722239 has an effect allele G frequency of 0.2764 and non-effect allele A frequency of 0.7236. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2722239"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2379578', 'SNP': 'rs2722239', 'effect_allele': 'G', 'effect_allele_frequency': 0.2764, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7236}] | general | Calculate, Select | Allele Frequency |
Q2.930 | Q2 | What is the allele frequency of the SNP rs10895433 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10895433 has an effect allele C frequency of 0.2596 and non-effect allele A frequency of 0.7404. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10895433"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3589162', 'SNP': 'rs10895433', 'effect_allele': 'C', 'effect_allele_frequency': 0.2596, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7404}] | general | Calculate, Select | Allele Frequency |
Q2.1019 | Q2 | What is the allele frequency of the SNP rs11598453 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11598453 has an effect allele A frequency of 0.0412 and non-effect allele G frequency of 0.9588. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11598453"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3946081', 'SNP': 'rs11598453', 'effect_allele': 'A', 'effect_allele_frequency': 0.0412, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9588}] | general | Calculate, Select | Allele Frequency |
Q2.132 | Q2 | What is the allele frequency of the SNP rs10124970 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10124970 has an effect allele T frequency of 0.2841 and non-effect allele C frequency of 0.7159. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10124970"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_478822', 'SNP': 'rs10124970', 'effect_allele': 'T', 'effect_allele_frequency': 0.2841, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7159}] | general | Calculate, Select | Allele Frequency |
Q2.1175 | Q2 | What is the allele frequency of the SNP rs57873594 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs57873594 has an effect allele T frequency of 0.0221 and non-effect allele C frequency of 0.9779. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs57873594"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4602389', 'SNP': 'rs57873594', 'effect_allele': 'T', 'effect_allele_frequency': 0.0221, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9779}] | general | Calculate, Select | Allele Frequency |
Q2.327 | Q2 | What is the allele frequency of the SNP rs13336759 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13336759 has an effect allele G frequency of 0.0970 and non-effect allele A 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 = "rs13336759"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1187104', 'SNP': 'rs13336759', 'effect_allele': 'G', 'effect_allele_frequency': 0.0969999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9030000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1279 | Q2 | What is the allele frequency of the SNP rs192034629 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192034629 has an effect allele T frequency of 0.0158 and non-effect allele C frequency of 0.9842. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs192034629"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4999565', 'SNP': 'rs192034629', 'effect_allele': 'T', 'effect_allele_frequency': 0.0158, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9842}] | general | Calculate, Select | Allele Frequency |
Q2.1385 | Q2 | What is the allele frequency of the SNP rs12045715 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12045715 has an effect allele A frequency of 0.1719 and non-effect allele G frequency of 0.8281. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12045715"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5371911', 'SNP': 'rs12045715', 'effect_allele': 'A', 'effect_allele_frequency': 0.1719, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8281000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.951 | Q2 | What is the allele frequency of the SNP rs1530613 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1530613 has an effect allele G frequency of 0.0312 and non-effect allele T frequency of 0.9688. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1530613"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3651961', 'SNP': 'rs1530613', 'effect_allele': 'G', 'effect_allele_frequency': 0.0312, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9688}] | general | Calculate, Select | Allele Frequency |
Q2.1867 | Q2 | What is the allele frequency of the SNP rs2675392 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2675392 has an effect allele A frequency of 0.4637 and non-effect allele T frequency of 0.5363. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2675392"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7268190', 'SNP': 'rs2675392', 'effect_allele': 'A', 'effect_allele_frequency': 0.4637, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5363}] | general | Calculate, Select | Allele Frequency |
Q2.1372 | Q2 | What is the allele frequency of the SNP rs4523202 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4523202 has an effect allele T frequency of 0.3196 and non-effect allele C frequency of 0.6804. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4523202"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5315839', 'SNP': 'rs4523202', 'effect_allele': 'T', 'effect_allele_frequency': 0.3196, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6804}] | general | Calculate, Select | Allele Frequency |
Q2.1520 | Q2 | What is the allele frequency of the SNP rs10021649 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10021649 has an effect allele A frequency of 0.4308 and non-effect allele G frequency of 0.5692. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10021649"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5866223', 'SNP': 'rs10021649', 'effect_allele': 'A', 'effect_allele_frequency': 0.4308, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5691999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.702 | Q2 | What is the allele frequency of the SNP rs1411207 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1411207 has an effect allele T frequency of 0.3629 and non-effect allele C frequency of 0.6371. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1411207"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2701126', 'SNP': 'rs1411207', 'effect_allele': 'T', 'effect_allele_frequency': 0.3629, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6371}] | general | Calculate, Select | Allele Frequency |
Q2.218 | Q2 | What is the allele frequency of the SNP rs36012972 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs36012972 has an effect allele T frequency of 0.0887 and non-effect allele C frequency of 0.9113. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs36012972"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_807917', 'SNP': 'rs36012972', 'effect_allele': 'T', 'effect_allele_frequency': 0.0887, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9113}] | general | Calculate, Select | Allele Frequency |
Q2.1043 | Q2 | What is the allele frequency of the SNP rs112305661 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112305661 has an effect allele A frequency of 0.0819 and non-effect allele C frequency of 0.9181. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112305661"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4044399', 'SNP': 'rs112305661', 'effect_allele': 'A', 'effect_allele_frequency': 0.0819, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9181}] | general | Calculate, Select | Allele Frequency |
Q2.1815 | Q2 | What is the allele frequency of the SNP rs9910331 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9910331 has an effect allele C frequency of 0.2525 and non-effect allele T frequency of 0.7475. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9910331"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7052647', 'SNP': 'rs9910331', 'effect_allele': 'C', 'effect_allele_frequency': 0.2524999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7475}] | general | Calculate, Select | Allele Frequency |
Q2.161 | Q2 | What is the allele frequency of the SNP rs77222113 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77222113 has an effect allele C frequency of 0.1211 and non-effect allele T frequency of 0.8789. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77222113"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_603855', 'SNP': 'rs77222113', 'effect_allele': 'C', 'effect_allele_frequency': 0.1210999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8789000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1059 | Q2 | What is the allele frequency of the SNP rs4364889 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4364889 has an effect allele A frequency of 0.1338 and non-effect allele G frequency of 0.8662. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4364889"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4081229', 'SNP': 'rs4364889', 'effect_allele': 'A', 'effect_allele_frequency': 0.1338, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8662}] | general | Calculate, Select | Allele Frequency |
Q2.1243 | Q2 | What is the allele frequency of the SNP rs819169 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs819169 has an effect allele G frequency of 0.1153 and non-effect allele A frequency of 0.8847. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs819169"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4837512', 'SNP': 'rs819169', 'effect_allele': 'G', 'effect_allele_frequency': 0.1152999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8847}] | general | Calculate, Select | Allele Frequency |
Q2.641 | Q2 | What is the allele frequency of the SNP rs28454347 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28454347 has an effect allele G frequency of 0.2704 and non-effect allele C frequency of 0.7296. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28454347"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2428743', 'SNP': 'rs28454347', 'effect_allele': 'G', 'effect_allele_frequency': 0.2704, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7296}] | general | Calculate, Select | Allele Frequency |
Q2.522 | Q2 | What is the allele frequency of the SNP rs28450970 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28450970 has an effect allele T frequency of 0.0114 and non-effect allele C frequency of 0.9886. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28450970"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1883751', 'SNP': 'rs28450970', 'effect_allele': 'T', 'effect_allele_frequency': 0.0114, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9886}] | general | Calculate, Select | Allele Frequency |
Q2.1624 | Q2 | What is the allele frequency of the SNP rs11068030 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11068030 has an effect allele A frequency of 0.0958 and non-effect allele T frequency of 0.9042. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11068030"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6325423', 'SNP': 'rs11068030', 'effect_allele': 'A', 'effect_allele_frequency': 0.0958, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9042}] | general | Calculate, Select | Allele Frequency |
Q2.1522 | Q2 | What is the allele frequency of the SNP rs1641410 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1641410 has an effect allele C frequency of 0.3531 and non-effect allele A frequency of 0.6469. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1641410"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5870556', 'SNP': 'rs1641410', 'effect_allele': 'C', 'effect_allele_frequency': 0.3530999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6469}] | general | Calculate, Select | Allele Frequency |
Q2.604 | Q2 | What is the allele frequency of the SNP rs12934275 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12934275 has an effect allele T frequency of 0.0111 and non-effect allele C frequency of 0.9889. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12934275"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2252072', 'SNP': 'rs12934275', 'effect_allele': 'T', 'effect_allele_frequency': 0.0111, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9889}] | general | Calculate, Select | Allele Frequency |
Q2.198 | Q2 | What is the allele frequency of the SNP rs79059391 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79059391 has an effect allele C 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 = "rs79059391"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_755700', 'SNP': 'rs79059391', 'effect_allele': 'C', 'effect_allele_frequency': 0.0212, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9788}] | general | Calculate, Select | Allele Frequency |
Q2.1644 | Q2 | What is the allele frequency of the SNP rs1833300 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1833300 has an effect allele G frequency of 0.0493 and non-effect allele A frequency of 0.9507. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1833300"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6394475', 'SNP': 'rs1833300', 'effect_allele': 'G', 'effect_allele_frequency': 0.0493, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9507}] | general | Calculate, Select | Allele Frequency |
Q2.961 | Q2 | What is the allele frequency of the SNP rs7791176 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7791176 has an effect allele A frequency of 0.0703 and non-effect allele C frequency of 0.9297. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7791176"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3688680', 'SNP': 'rs7791176', 'effect_allele': 'A', 'effect_allele_frequency': 0.0703, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9297}] | general | Calculate, Select | Allele Frequency |
Q2.416 | Q2 | What is the allele frequency of the SNP rs166122 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs166122 has an effect allele G frequency of 0.4186 and non-effect allele A frequency of 0.5814. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs166122"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1509286', 'SNP': 'rs166122', 'effect_allele': 'G', 'effect_allele_frequency': 0.4185999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5814000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.99 | Q2 | What is the allele frequency of the SNP rs72996005 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72996005 has an effect allele A frequency of 0.1624 and non-effect allele G frequency of 0.8376. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72996005"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_362043', 'SNP': 'rs72996005', 'effect_allele': 'A', 'effect_allele_frequency': 0.1624, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8376}] | general | Calculate, Select | Allele Frequency |
Q2.988 | Q2 | What is the allele frequency of the SNP rs4680181 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4680181 has an effect allele T frequency of 0.2602 and non-effect allele A frequency of 0.7398. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4680181"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3817443', 'SNP': 'rs4680181', 'effect_allele': 'T', 'effect_allele_frequency': 0.2602, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7398}] | general | Calculate, Select | Allele Frequency |
Q2.933 | Q2 | What is the allele frequency of the SNP rs146426544 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs146426544 has an effect allele A frequency of 0.3663 and non-effect allele T 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 = "rs146426544"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3603577', 'SNP': 'rs146426544', 'effect_allele': 'A', 'effect_allele_frequency': 0.3663, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6336999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.159 | Q2 | What is the allele frequency of the SNP rs9840868 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9840868 has an effect allele G frequency of 0.0157 and non-effect allele A frequency of 0.9843. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9840868"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_596575', 'SNP': 'rs9840868', 'effect_allele': 'G', 'effect_allele_frequency': 0.0157, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9843}] | general | Calculate, Select | Allele Frequency |
Q2.425 | Q2 | What is the allele frequency of the SNP rs9957603 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9957603 has an effect allele C frequency of 0.1621 and non-effect allele T frequency of 0.8379. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9957603"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1527755', 'SNP': 'rs9957603', 'effect_allele': 'C', 'effect_allele_frequency': 0.1621, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8379}] | general | Calculate, Select | Allele Frequency |
Q2.1804 | Q2 | What is the allele frequency of the SNP rs142875677 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs142875677 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 = "rs142875677"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7009828', 'SNP': 'rs142875677', 'effect_allele': 'A', 'effect_allele_frequency': 0.0298, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9702}] | general | Calculate, Select | Allele Frequency |
Q2.483 | Q2 | What is the allele frequency of the SNP rs17586170 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17586170 has an effect allele T frequency of 0.1513 and non-effect allele C frequency of 0.8487. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17586170"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1711357', 'SNP': 'rs17586170', 'effect_allele': 'T', 'effect_allele_frequency': 0.1513, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8487}] | general | Calculate, Select | Allele Frequency |
Q2.1512 | Q2 | What is the allele frequency of the SNP rs16945372 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16945372 has an effect allele G frequency of 0.0442 and non-effect allele A frequency of 0.9558. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16945372"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5827732', 'SNP': 'rs16945372', 'effect_allele': 'G', 'effect_allele_frequency': 0.0442, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9558}] | general | Calculate, Select | Allele Frequency |
Q2.675 | Q2 | What is the allele frequency of the SNP rs6439388 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6439388 has an effect allele G frequency of 0.2894 and non-effect allele C frequency of 0.7106. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6439388"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2573199', 'SNP': 'rs6439388', 'effect_allele': 'G', 'effect_allele_frequency': 0.2894, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7106}] | general | Calculate, Select | Allele Frequency |
Q2.1238 | Q2 | What is the allele frequency of the SNP rs2535754 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2535754 has an effect allele T frequency of 0.3241 and non-effect allele G frequency of 0.6759. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2535754"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4810612', 'SNP': 'rs2535754', 'effect_allele': 'T', 'effect_allele_frequency': 0.3241, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6759}] | general | Calculate, Select | Allele Frequency |
Q2.1873 | Q2 | What is the allele frequency of the SNP rs191556061 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs191556061 has an effect allele A frequency of 0.0144 and non-effect allele G frequency of 0.9856. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs191556061"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7278559', 'SNP': 'rs191556061', 'effect_allele': 'A', 'effect_allele_frequency': 0.0144, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9856}] | general | Calculate, Select | Allele Frequency |
Q2.1299 | Q2 | What is the allele frequency of the SNP rs1460816 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1460816 has an effect allele G frequency of 0.4813 and non-effect allele A frequency of 0.5187. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1460816"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5075117', 'SNP': 'rs1460816', 'effect_allele': 'G', 'effect_allele_frequency': 0.4812999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5187000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.453 | Q2 | What is the allele frequency of the SNP rs10220618 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10220618 has an effect allele C frequency of 0.0217 and non-effect allele T 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 = "rs10220618"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1602758', 'SNP': 'rs10220618', 'effect_allele': 'C', 'effect_allele_frequency': 0.0217, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9783}] | 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.