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.915 | Q2 | What is the allele frequency of the SNP rs74479046 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74479046 has an effect allele C frequency of 0.0702 and non-effect allele T frequency of 0.9298. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74479046"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3533415', 'SNP': 'rs74479046', 'effect_allele': 'C', 'effect_allele_frequency': 0.0702, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9298}] | general | Calculate, Select | Allele Frequency |
Q2.310 | Q2 | What is the allele frequency of the SNP rs1431207 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1431207 has an effect allele G frequency of 0.1659 and non-effect allele C frequency of 0.8341. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1431207"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1139846', 'SNP': 'rs1431207', 'effect_allele': 'G', 'effect_allele_frequency': 0.1659, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8341000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1257 | Q2 | What is the allele frequency of the SNP rs9685726 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9685726 has an effect allele G frequency of 0.0562 and non-effect allele A frequency of 0.9438. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9685726"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4905194', 'SNP': 'rs9685726', 'effect_allele': 'G', 'effect_allele_frequency': 0.0562, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9438}] | general | Calculate, Select | Allele Frequency |
Q2.1409 | Q2 | What is the allele frequency of the SNP rs4291871 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4291871 has an effect allele A frequency of 0.0655 and non-effect allele G frequency of 0.9345. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4291871"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5450370', 'SNP': 'rs4291871', 'effect_allele': 'A', 'effect_allele_frequency': 0.0655, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9345}] | general | Calculate, Select | Allele Frequency |
Q2.618 | Q2 | What is the allele frequency of the SNP rs12669324 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12669324 has an effect allele C frequency of 0.1342 and non-effect allele T frequency of 0.8658. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12669324"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2327279', 'SNP': 'rs12669324', 'effect_allele': 'C', 'effect_allele_frequency': 0.1341999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8658000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1479 | Q2 | What is the allele frequency of the SNP rs4341963 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4341963 has an effect allele A frequency of 0.4171 and non-effect allele C frequency of 0.5829. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4341963"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5696194', 'SNP': 'rs4341963', 'effect_allele': 'A', 'effect_allele_frequency': 0.4171, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5829}] | general | Calculate, Select | Allele Frequency |
Q2.250 | Q2 | What is the allele frequency of the SNP rs72967451 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72967451 has an effect allele C frequency of 0.0654 and non-effect allele T frequency of 0.9346. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72967451"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_933061', 'SNP': 'rs72967451', 'effect_allele': 'C', 'effect_allele_frequency': 0.0654, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9346}] | general | Calculate, Select | Allele Frequency |
Q2.734 | Q2 | What is the allele frequency of the SNP rs41463851 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs41463851 has an effect allele T frequency of 0.1464 and non-effect allele C frequency of 0.8536. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs41463851"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2798737', 'SNP': 'rs41463851', 'effect_allele': 'T', 'effect_allele_frequency': 0.1464, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8536}] | general | Calculate, Select | Allele Frequency |
Q2.311 | Q2 | What is the allele frequency of the SNP rs9626701 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9626701 has an effect allele T frequency of 0.0307 and non-effect allele C frequency of 0.9693. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9626701"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1142826', 'SNP': 'rs9626701', 'effect_allele': 'T', 'effect_allele_frequency': 0.0307, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9693}] | general | Calculate, Select | Allele Frequency |
Q2.236 | Q2 | What is the allele frequency of the SNP rs7676679 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7676679 has an effect allele A frequency of 0.2386 and non-effect allele C frequency of 0.7614. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7676679"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_874227', 'SNP': 'rs7676679', 'effect_allele': 'A', 'effect_allele_frequency': 0.2386, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7614}] | general | Calculate, Select | Allele Frequency |
Q2.72 | Q2 | What is the allele frequency of the SNP rs115345188 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115345188 has an effect allele G frequency of 0.0396 and non-effect allele A frequency of 0.9604. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115345188"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_269950', 'SNP': 'rs115345188', 'effect_allele': 'G', 'effect_allele_frequency': 0.0395999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9604000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.896 | Q2 | What is the allele frequency of the SNP rs7901465 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7901465 has an effect allele G frequency of 0.2742 and non-effect allele A frequency of 0.7258. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7901465"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3443034', 'SNP': 'rs7901465', 'effect_allele': 'G', 'effect_allele_frequency': 0.2742, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7258}] | general | Calculate, Select | Allele Frequency |
Q2.1754 | Q2 | What is the allele frequency of the SNP rs2908346 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2908346 has an effect allele C frequency of 0.3210 and non-effect allele G frequency of 0.6790. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2908346"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6853712', 'SNP': 'rs2908346', 'effect_allele': 'C', 'effect_allele_frequency': 0.321, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.679}] | general | Calculate, Select | Allele Frequency |
Q2.712 | Q2 | What is the allele frequency of the SNP rs7220025 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7220025 has an effect allele A frequency of 0.4633 and non-effect allele G frequency of 0.5367. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7220025"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2739694', 'SNP': 'rs7220025', 'effect_allele': 'A', 'effect_allele_frequency': 0.4633, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5367}] | general | Calculate, Select | Allele Frequency |
Q2.1383 | Q2 | What is the allele frequency of the SNP rs7754483 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7754483 has an effect allele A frequency of 0.4174 and non-effect allele G frequency of 0.5826. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7754483"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5350737', 'SNP': 'rs7754483', 'effect_allele': 'A', 'effect_allele_frequency': 0.4174, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5826}] | general | Calculate, Select | Allele Frequency |
Q2.1329 | Q2 | What is the allele frequency of the SNP rs138807249 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs138807249 has an effect allele G frequency of 0.0362 and non-effect allele A frequency of 0.9638. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs138807249"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5163320', 'SNP': 'rs138807249', 'effect_allele': 'G', 'effect_allele_frequency': 0.0362, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9638}] | general | Calculate, Select | Allele Frequency |
Q2.624 | Q2 | What is the allele frequency of the SNP rs2769073 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2769073 has an effect allele T frequency of 0.1481 and non-effect allele C frequency of 0.8519. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2769073"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2339674', 'SNP': 'rs2769073', 'effect_allele': 'T', 'effect_allele_frequency': 0.1481, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8519}] | general | Calculate, Select | Allele Frequency |
Q2.1464 | Q2 | What is the allele frequency of the SNP rs141323607 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs141323607 has an effect allele T frequency of 0.0152 and non-effect allele C frequency of 0.9848. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs141323607"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5655329', 'SNP': 'rs141323607', 'effect_allele': 'T', 'effect_allele_frequency': 0.0152, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9848}] | general | Calculate, Select | Allele Frequency |
Q2.1556 | Q2 | What is the allele frequency of the SNP rs7785473 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7785473 has an effect allele A frequency of 0.4484 and non-effect allele G frequency of 0.5516. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7785473"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5996999', 'SNP': 'rs7785473', 'effect_allele': 'A', 'effect_allele_frequency': 0.4484, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5516}] | general | Calculate, Select | Allele Frequency |
Q2.708 | Q2 | What is the allele frequency of the SNP rs921838 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs921838 has an effect allele A frequency of 0.2637 and non-effect allele C frequency of 0.7363. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs921838"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2723799', 'SNP': 'rs921838', 'effect_allele': 'A', 'effect_allele_frequency': 0.2637, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7363}] | general | Calculate, Select | Allele Frequency |
Q2.1928 | Q2 | What is the allele frequency of the SNP rs6460571 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6460571 has an effect allele A frequency of 0.2931 and non-effect allele G frequency of 0.7069. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6460571"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7499897', 'SNP': 'rs6460571', 'effect_allele': 'A', 'effect_allele_frequency': 0.2931, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7069}] | general | Calculate, Select | Allele Frequency |
Q2.614 | Q2 | What is the allele frequency of the SNP rs114185612 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114185612 has an effect allele A frequency of 0.0116 and non-effect allele T 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 = "rs114185612"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2305190', 'SNP': 'rs114185612', 'effect_allele': 'A', 'effect_allele_frequency': 0.0116, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9884}] | general | Calculate, Select | Allele Frequency |
Q2.372 | Q2 | What is the allele frequency of the SNP rs77765645 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77765645 has an effect allele C frequency of 0.0416 and non-effect allele A frequency of 0.9584. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77765645"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1355015', 'SNP': 'rs77765645', 'effect_allele': 'C', 'effect_allele_frequency': 0.0415999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9584000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1756 | Q2 | What is the allele frequency of the SNP rs4641515 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4641515 has an effect allele A frequency of 0.4216 and non-effect allele C frequency of 0.5784. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4641515"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6861016', 'SNP': 'rs4641515', 'effect_allele': 'A', 'effect_allele_frequency': 0.4216, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5784}] | general | Calculate, Select | Allele Frequency |
Q2.1669 | Q2 | What is the allele frequency of the SNP rs12952096 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12952096 has an effect allele G frequency of 0.0892 and non-effect allele A frequency of 0.9108. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12952096"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6494568', 'SNP': 'rs12952096', 'effect_allele': 'G', 'effect_allele_frequency': 0.0891999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9108}] | general | Calculate, Select | Allele Frequency |
Q2.533 | Q2 | What is the allele frequency of the SNP rs7812121 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7812121 has an effect allele T frequency of 0.0579 and non-effect allele G frequency of 0.9421. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7812121"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1936432', 'SNP': 'rs7812121', 'effect_allele': 'T', 'effect_allele_frequency': 0.0579, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9421}] | general | Calculate, Select | Allele Frequency |
Q2.1821 | Q2 | What is the allele frequency of the SNP rs4620025 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4620025 has an effect allele A frequency of 0.3871 and non-effect allele G frequency of 0.6129. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4620025"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7077175', 'SNP': 'rs4620025', 'effect_allele': 'A', 'effect_allele_frequency': 0.3871, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6129}] | general | Calculate, Select | Allele Frequency |
Q2.1442 | Q2 | What is the allele frequency of the SNP rs17417042 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17417042 has an effect allele G frequency of 0.1270 and non-effect allele A frequency of 0.8730. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17417042"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5573627', 'SNP': 'rs17417042', 'effect_allele': 'G', 'effect_allele_frequency': 0.127, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.873}] | general | Calculate, Select | Allele Frequency |
Q2.302 | Q2 | What is the allele frequency of the SNP rs117105891 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117105891 has an effect allele A frequency of 0.0263 and non-effect allele G frequency of 0.9737. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117105891"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1119645', 'SNP': 'rs117105891', 'effect_allele': 'A', 'effect_allele_frequency': 0.0263, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9737}] | general | Calculate, Select | Allele Frequency |
Q2.1016 | Q2 | What is the allele frequency of the SNP rs10160026 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10160026 has an effect allele C frequency of 0.4741 and non-effect allele G frequency of 0.5259. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10160026"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3932269', 'SNP': 'rs10160026', 'effect_allele': 'C', 'effect_allele_frequency': 0.4741, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5259}] | general | Calculate, Select | Allele Frequency |
Q2.1417 | Q2 | What is the allele frequency of the SNP rs11613007 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11613007 has an effect allele A frequency of 0.0308 and non-effect allele G frequency of 0.9692. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11613007"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5493953', 'SNP': 'rs11613007', 'effect_allele': 'A', 'effect_allele_frequency': 0.0308, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9692}] | general | Calculate, Select | Allele Frequency |
Q2.1567 | Q2 | What is the allele frequency of the SNP rs6708313 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6708313 has an effect allele C frequency of 0.3344 and non-effect allele G frequency of 0.6656. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6708313"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6047895', 'SNP': 'rs6708313', 'effect_allele': 'C', 'effect_allele_frequency': 0.3344, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6656}] | general | Calculate, Select | Allele Frequency |
Q2.1311 | Q2 | What is the allele frequency of the SNP rs79745964 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79745964 has an effect allele C frequency of 0.0167 and non-effect allele T frequency of 0.9833. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79745964"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5103279', 'SNP': 'rs79745964', 'effect_allele': 'C', 'effect_allele_frequency': 0.0167, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9833}] | general | Calculate, Select | Allele Frequency |
Q2.862 | Q2 | What is the allele frequency of the SNP rs17066114 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17066114 has an effect allele C frequency of 0.1157 and non-effect allele T frequency of 0.8843. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17066114"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3348479', 'SNP': 'rs17066114', 'effect_allele': 'C', 'effect_allele_frequency': 0.1157, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8843}] | general | Calculate, Select | Allele Frequency |
Q2.591 | Q2 | What is the allele frequency of the SNP rs2319102 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2319102 has an effect allele C frequency of 0.3630 and non-effect allele G frequency of 0.6370. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2319102"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2216121', 'SNP': 'rs2319102', 'effect_allele': 'C', 'effect_allele_frequency': 0.363, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.637}] | general | Calculate, Select | Allele Frequency |
Q2.485 | Q2 | What is the allele frequency of the SNP rs6981701 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6981701 has an effect allele C frequency of 0.2695 and non-effect allele T frequency of 0.7305. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6981701"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1713823', 'SNP': 'rs6981701', 'effect_allele': 'C', 'effect_allele_frequency': 0.2694999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7305000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1473 | Q2 | What is the allele frequency of the SNP rs2159709 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2159709 has an effect allele C frequency of 0.3034 and non-effect allele A frequency of 0.6966. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2159709"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5679646', 'SNP': 'rs2159709', 'effect_allele': 'C', 'effect_allele_frequency': 0.3034, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6966}] | general | Calculate, Select | Allele Frequency |
Q2.1784 | Q2 | What is the allele frequency of the SNP rs16951723 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16951723 has an effect allele C frequency of 0.3468 and non-effect allele T frequency of 0.6532. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16951723"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6960954', 'SNP': 'rs16951723', 'effect_allele': 'C', 'effect_allele_frequency': 0.3468, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6532}] | general | Calculate, Select | Allele Frequency |
Q2.644 | Q2 | What is the allele frequency of the SNP rs113884844 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113884844 has an effect allele C frequency of 0.0147 and non-effect allele T frequency of 0.9853. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113884844"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2435619', 'SNP': 'rs113884844', 'effect_allele': 'C', 'effect_allele_frequency': 0.0147, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9853}] | general | Calculate, Select | Allele Frequency |
Q2.357 | Q2 | What is the allele frequency of the SNP rs9321060 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9321060 has an effect allele G frequency of 0.3205 and non-effect allele T frequency of 0.6795. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9321060"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1294305', 'SNP': 'rs9321060', 'effect_allele': 'G', 'effect_allele_frequency': 0.3205, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6795}] | general | Calculate, Select | Allele Frequency |
Q2.1128 | Q2 | What is the allele frequency of the SNP rs76444399 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76444399 has an effect allele A frequency of 0.0861 and non-effect allele G frequency of 0.9139. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76444399"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4328984', 'SNP': 'rs76444399', 'effect_allele': 'A', 'effect_allele_frequency': 0.0861, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9139}] | general | Calculate, Select | Allele Frequency |
Q2.439 | Q2 | What is the allele frequency of the SNP rs7902125 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7902125 has an effect allele T frequency of 0.4041 and non-effect allele C frequency of 0.5959. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7902125"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1567485', 'SNP': 'rs7902125', 'effect_allele': 'T', 'effect_allele_frequency': 0.4041, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5959}] | general | Calculate, Select | Allele Frequency |
Q2.1121 | Q2 | What is the allele frequency of the SNP rs3848559 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3848559 has an effect allele A frequency of 0.4800 and non-effect allele G frequency of 0.5200. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3848559"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4299997', 'SNP': 'rs3848559', 'effect_allele': 'A', 'effect_allele_frequency': 0.48, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.52}] | general | Calculate, Select | Allele Frequency |
Q2.1103 | Q2 | What is the allele frequency of the SNP rs387108 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs387108 has an effect allele G frequency of 0.0673 and non-effect allele T 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 = "rs387108"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4244715', 'SNP': 'rs387108', 'effect_allele': 'G', 'effect_allele_frequency': 0.0673, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9327}] | general | Calculate, Select | Allele Frequency |
Q2.1348 | Q2 | What is the allele frequency of the SNP rs10409164 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10409164 has an effect allele A frequency of 0.1746 and non-effect allele T frequency of 0.8254. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10409164"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5229874', 'SNP': 'rs10409164', 'effect_allele': 'A', 'effect_allele_frequency': 0.1746, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8254}] | general | Calculate, Select | Allele Frequency |
Q2.597 | Q2 | What is the allele frequency of the SNP rs16890577 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16890577 has an effect allele C frequency of 0.0300 and non-effect allele T frequency of 0.9700. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16890577"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2237376', 'SNP': 'rs16890577', 'effect_allele': 'C', 'effect_allele_frequency': 0.03, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.97}] | general | Calculate, Select | Allele Frequency |
Q2.1368 | Q2 | What is the allele frequency of the SNP rs12102288 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12102288 has an effect allele T frequency of 0.2300 and non-effect allele A frequency of 0.7700. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12102288"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5301940', 'SNP': 'rs12102288', 'effect_allele': 'T', 'effect_allele_frequency': 0.2299999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7700000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1401 | Q2 | What is the allele frequency of the SNP rs10006324 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10006324 has an effect allele A frequency of 0.4544 and non-effect allele G frequency of 0.5456. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10006324"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5424204', 'SNP': 'rs10006324', 'effect_allele': 'A', 'effect_allele_frequency': 0.4544, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5456}] | general | Calculate, Select | Allele Frequency |
Q2.753 | Q2 | What is the allele frequency of the SNP rs2585040 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2585040 has an effect allele G frequency of 0.2087 and non-effect allele C frequency of 0.7913. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2585040"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2884166', 'SNP': 'rs2585040', 'effect_allele': 'G', 'effect_allele_frequency': 0.2087, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7913}] | general | Calculate, Select | Allele Frequency |
Q2.259 | Q2 | What is the allele frequency of the SNP rs13227425 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13227425 has an effect allele T frequency of 0.3090 and non-effect allele C frequency of 0.6910. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13227425"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_972357', 'SNP': 'rs13227425', 'effect_allele': 'T', 'effect_allele_frequency': 0.309, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6910000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1687 | Q2 | What is the allele frequency of the SNP rs116901571 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116901571 has an effect allele G frequency of 0.0118 and non-effect allele A frequency of 0.9882. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116901571"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6606268', 'SNP': 'rs116901571', 'effect_allele': 'G', 'effect_allele_frequency': 0.0118, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9882}] | general | Calculate, Select | Allele Frequency |
Q2.1723 | Q2 | What is the allele frequency of the SNP rs57045630 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs57045630 has an effect allele T frequency of 0.1099 and non-effect allele G frequency of 0.8901. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs57045630"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6719166', 'SNP': 'rs57045630', 'effect_allele': 'T', 'effect_allele_frequency': 0.1099, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8901}] | general | Calculate, Select | Allele Frequency |
Q2.544 | Q2 | What is the allele frequency of the SNP rs140936029 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs140936029 has an effect allele A frequency of 0.0145 and non-effect allele C frequency of 0.9855. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs140936029"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1983428', 'SNP': 'rs140936029', 'effect_allele': 'A', 'effect_allele_frequency': 0.0145, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9855}] | general | Calculate, Select | Allele Frequency |
Q2.792 | Q2 | What is the allele frequency of the SNP rs115487593 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115487593 has an effect allele A frequency of 0.0130 and non-effect allele G frequency of 0.9870. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115487593"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3034295', 'SNP': 'rs115487593', 'effect_allele': 'A', 'effect_allele_frequency': 0.013, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.987}] | general | Calculate, Select | Allele Frequency |
Q2.1484 | Q2 | What is the allele frequency of the SNP rs4881619 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4881619 has an effect allele A frequency of 0.4851 and non-effect allele G frequency of 0.5149. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4881619"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5703329', 'SNP': 'rs4881619', 'effect_allele': 'A', 'effect_allele_frequency': 0.4851, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5149}] | general | Calculate, Select | Allele Frequency |
Q2.420 | Q2 | What is the allele frequency of the SNP rs4851946 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4851946 has an effect allele G frequency of 0.4341 and non-effect allele A frequency of 0.5659. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4851946"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1517955', 'SNP': 'rs4851946', 'effect_allele': 'G', 'effect_allele_frequency': 0.4341, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5659000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1849 | Q2 | What is the allele frequency of the SNP rs12038221 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12038221 has an effect allele A frequency of 0.1853 and non-effect allele C frequency of 0.8147. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12038221"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7193831', 'SNP': 'rs12038221', 'effect_allele': 'A', 'effect_allele_frequency': 0.1853, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8147}] | general | Calculate, Select | Allele Frequency |
Q2.1920 | Q2 | What is the allele frequency of the SNP rs11685312 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11685312 has an effect allele C frequency of 0.1049 and non-effect allele T frequency of 0.8951. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11685312"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7457323', 'SNP': 'rs11685312', 'effect_allele': 'C', 'effect_allele_frequency': 0.1049, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8951}] | general | Calculate, Select | Allele Frequency |
Q2.1099 | Q2 | What is the allele frequency of the SNP rs7469693 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7469693 has an effect allele G frequency of 0.2174 and non-effect allele A frequency of 0.7826. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7469693"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4231985', 'SNP': 'rs7469693', 'effect_allele': 'G', 'effect_allele_frequency': 0.2174, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7826}] | general | Calculate, Select | Allele Frequency |
Q2.845 | Q2 | What is the allele frequency of the SNP rs2788143 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2788143 has an effect allele T frequency of 0.3499 and non-effect allele C frequency of 0.6501. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2788143"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3265279', 'SNP': 'rs2788143', 'effect_allele': 'T', 'effect_allele_frequency': 0.3499, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6501}] | general | Calculate, Select | Allele Frequency |
Q2.68 | Q2 | What is the allele frequency of the SNP rs7215447 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7215447 has an effect allele A frequency of 0.2312 and non-effect allele G frequency of 0.7688. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7215447"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_258555', 'SNP': 'rs7215447', 'effect_allele': 'A', 'effect_allele_frequency': 0.2312, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7688}] | general | Calculate, Select | Allele Frequency |
Q2.1698 | Q2 | What is the allele frequency of the SNP rs9365558 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9365558 has an effect allele G frequency of 0.4555 and non-effect allele A frequency of 0.5445. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9365558"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6655242', 'SNP': 'rs9365558', 'effect_allele': 'G', 'effect_allele_frequency': 0.4555, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5445}] | general | Calculate, Select | Allele Frequency |
Q2.1733 | Q2 | What is the allele frequency of the SNP rs1092103 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1092103 has an effect allele C frequency of 0.4306 and non-effect allele T frequency of 0.5694. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1092103"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6765652', 'SNP': 'rs1092103', 'effect_allele': 'C', 'effect_allele_frequency': 0.4306, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5694}] | general | Calculate, Select | Allele Frequency |
Q2.380 | Q2 | What is the allele frequency of the SNP rs73130310 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73130310 has an effect allele T frequency of 0.2528 and non-effect allele C frequency of 0.7472. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73130310"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1392988', 'SNP': 'rs73130310', 'effect_allele': 'T', 'effect_allele_frequency': 0.2528, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7472}] | general | Calculate, Select | Allele Frequency |
Q2.240 | Q2 | What is the allele frequency of the SNP rs9809804 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9809804 has an effect allele C frequency of 0.0711 and non-effect allele T frequency of 0.9289. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9809804"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_892637', 'SNP': 'rs9809804', 'effect_allele': 'C', 'effect_allele_frequency': 0.0711, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9289000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.257 | Q2 | What is the allele frequency of the SNP rs10952174 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10952174 has an effect allele A frequency of 0.2088 and non-effect allele G frequency of 0.7912. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10952174"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_963155', 'SNP': 'rs10952174', 'effect_allele': 'A', 'effect_allele_frequency': 0.2088, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7912}] | general | Calculate, Select | Allele Frequency |
Q2.1032 | Q2 | What is the allele frequency of the SNP rs115157402 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115157402 has an effect allele T frequency of 0.0074 and non-effect allele C frequency of 0.9926. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115157402"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4004601', 'SNP': 'rs115157402', 'effect_allele': 'T', 'effect_allele_frequency': 0.0074, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9926}] | general | Calculate, Select | Allele Frequency |
Q2.30 | Q2 | What is the allele frequency of the SNP rs115405320 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115405320 has an effect allele T frequency of 0.0784 and non-effect allele C frequency of 0.9216. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115405320"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_97203', 'SNP': 'rs115405320', 'effect_allele': 'T', 'effect_allele_frequency': 0.0784, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9216}] | general | Calculate, Select | Allele Frequency |
Q2.293 | Q2 | What is the allele frequency of the SNP rs13294753 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13294753 has an effect allele G frequency of 0.1463 and non-effect allele A frequency of 0.8537. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13294753"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1101077', 'SNP': 'rs13294753', 'effect_allele': 'G', 'effect_allele_frequency': 0.1462999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8537000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1886 | Q2 | What is the allele frequency of the SNP rs12058729 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12058729 has an effect allele C frequency of 0.1295 and non-effect allele T frequency of 0.8705. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12058729"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7326938', 'SNP': 'rs12058729', 'effect_allele': 'C', 'effect_allele_frequency': 0.1294999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8705}] | general | Calculate, Select | Allele Frequency |
Q2.1823 | Q2 | What is the allele frequency of the SNP rs145110467 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs145110467 has an effect allele G frequency of 0.0179 and non-effect allele C frequency of 0.9821. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs145110467"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7095560', 'SNP': 'rs145110467', 'effect_allele': 'G', 'effect_allele_frequency': 0.0179, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9821}] | general | Calculate, Select | Allele Frequency |
Q2.620 | Q2 | What is the allele frequency of the SNP rs117306340 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117306340 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 = "rs117306340"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2329967', 'SNP': 'rs117306340', 'effect_allele': 'T', 'effect_allele_frequency': 0.0099, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9901}] | general | Calculate, Select | Allele Frequency |
Q2.1667 | Q2 | What is the allele frequency of the SNP rs117262666 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117262666 has an effect allele T frequency of 0.0376 and non-effect allele C frequency of 0.9624. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117262666"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6489603', 'SNP': 'rs117262666', 'effect_allele': 'T', 'effect_allele_frequency': 0.0376, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9624}] | general | Calculate, Select | Allele Frequency |
Q2.850 | Q2 | What is the allele frequency of the SNP rs2448701 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2448701 has an effect allele A frequency of 0.3328 and non-effect allele G frequency of 0.6672. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2448701"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3288866', 'SNP': 'rs2448701', 'effect_allele': 'A', 'effect_allele_frequency': 0.3328, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6672}] | general | Calculate, Select | Allele Frequency |
Q2.215 | Q2 | What is the allele frequency of the SNP rs6830825 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6830825 has an effect allele C frequency of 0.1588 and non-effect allele G frequency of 0.8412. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6830825"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_801989', 'SNP': 'rs6830825', 'effect_allele': 'C', 'effect_allele_frequency': 0.1588, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8412}] | general | Calculate, Select | Allele Frequency |
Q2.524 | Q2 | What is the allele frequency of the SNP rs73214372 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73214372 has an effect allele C frequency of 0.0969 and non-effect allele T frequency of 0.9031. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73214372"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1890858', 'SNP': 'rs73214372', 'effect_allele': 'C', 'effect_allele_frequency': 0.0968999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9031000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.477 | Q2 | What is the allele frequency of the SNP rs1812819 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1812819 has an effect allele G frequency of 0.3930 and non-effect allele A frequency of 0.6070. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1812819"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1699705', 'SNP': 'rs1812819', 'effect_allele': 'G', 'effect_allele_frequency': 0.393, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.607}] | general | Calculate, Select | Allele Frequency |
Q2.1327 | Q2 | What is the allele frequency of the SNP rs1105872 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1105872 has an effect allele C frequency of 0.3065 and non-effect allele A frequency of 0.6935. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1105872"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5162189', 'SNP': 'rs1105872', 'effect_allele': 'C', 'effect_allele_frequency': 0.3065, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6935}] | general | Calculate, Select | Allele Frequency |
Q2.1433 | Q2 | What is the allele frequency of the SNP rs6968926 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6968926 has an effect allele C frequency of 0.3505 and non-effect allele A frequency of 0.6495. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6968926"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5540696', 'SNP': 'rs6968926', 'effect_allele': 'C', 'effect_allele_frequency': 0.3505, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6495}] | general | Calculate, Select | Allele Frequency |
Q2.123 | Q2 | What is the allele frequency of the SNP rs310178 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs310178 has an effect allele C frequency of 0.2570 and non-effect allele T frequency of 0.7430. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs310178"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_448262', 'SNP': 'rs310178', 'effect_allele': 'C', 'effect_allele_frequency': 0.257, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.743}] | general | Calculate, Select | Allele Frequency |
Q2.1351 | Q2 | What is the allele frequency of the SNP rs6601959 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6601959 has an effect allele C frequency of 0.0541 and non-effect allele T frequency of 0.9459. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6601959"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5238614', 'SNP': 'rs6601959', 'effect_allele': 'C', 'effect_allele_frequency': 0.0541, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9459}] | general | Calculate, Select | Allele Frequency |
Q2.1942 | Q2 | What is the allele frequency of the SNP rs2071388 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2071388 has an effect allele C frequency of 0.3893 and non-effect allele T frequency of 0.6107. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2071388"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7573207', 'SNP': 'rs2071388', 'effect_allele': 'C', 'effect_allele_frequency': 0.3893, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6107}] | general | Calculate, Select | Allele Frequency |
Q2.1371 | Q2 | What is the allele frequency of the SNP rs3923957 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3923957 has an effect allele T frequency of 0.0809 and non-effect allele C frequency of 0.9191. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3923957"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5315703', 'SNP': 'rs3923957', 'effect_allele': 'T', 'effect_allele_frequency': 0.0809, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9191}] | general | Calculate, Select | Allele Frequency |
Q2.1171 | Q2 | What is the allele frequency of the SNP rs146281617 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs146281617 has an effect allele A frequency of 0.0191 and non-effect allele G frequency of 0.9809. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs146281617"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4582315', 'SNP': 'rs146281617', 'effect_allele': 'A', 'effect_allele_frequency': 0.0191, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9809}] | general | Calculate, Select | Allele Frequency |
Q2.138 | Q2 | What is the allele frequency of the SNP rs10013703 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10013703 has an effect allele T frequency of 0.0604 and non-effect allele G frequency of 0.9396. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10013703"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_496099', 'SNP': 'rs10013703', 'effect_allele': 'T', 'effect_allele_frequency': 0.0604, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9396}] | general | Calculate, Select | Allele Frequency |
Q2.1134 | Q2 | What is the allele frequency of the SNP rs10009723 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10009723 has an effect allele C frequency of 0.1288 and non-effect allele G frequency of 0.8712. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10009723"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4355007', 'SNP': 'rs10009723', 'effect_allele': 'C', 'effect_allele_frequency': 0.1288, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8712}] | general | Calculate, Select | Allele Frequency |
Q2.1874 | Q2 | What is the allele frequency of the SNP rs2571236 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2571236 has an effect allele A frequency of 0.2310 and non-effect allele G frequency of 0.7690. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2571236"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7282526', 'SNP': 'rs2571236', 'effect_allele': 'A', 'effect_allele_frequency': 0.231, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.769}] | general | Calculate, Select | Allele Frequency |
Q2.1241 | Q2 | What is the allele frequency of the SNP rs12525023 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12525023 has an effect allele T frequency of 0.1159 and non-effect allele C frequency of 0.8841. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12525023"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4823835', 'SNP': 'rs12525023', 'effect_allele': 'T', 'effect_allele_frequency': 0.1159, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8841}] | general | Calculate, Select | Allele Frequency |
Q2.1338 | Q2 | What is the allele frequency of the SNP rs9829576 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9829576 has an effect allele G frequency of 0.1317 and non-effect allele C frequency of 0.8683. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9829576"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5183756', 'SNP': 'rs9829576', 'effect_allele': 'G', 'effect_allele_frequency': 0.1317, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8683}] | general | Calculate, Select | Allele Frequency |
Q2.958 | Q2 | What is the allele frequency of the SNP rs114138464 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114138464 has an effect allele A frequency of 0.0133 and non-effect allele T frequency of 0.9867. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114138464"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3675913', 'SNP': 'rs114138464', 'effect_allele': 'A', 'effect_allele_frequency': 0.0133, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9867}] | general | Calculate, Select | Allele Frequency |
Q2.929 | Q2 | What is the allele frequency of the SNP rs8090386 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8090386 has an effect allele C frequency of 0.1322 and non-effect allele G frequency of 0.8678. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8090386"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3588601', 'SNP': 'rs8090386', 'effect_allele': 'C', 'effect_allele_frequency': 0.1322, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8678}] | general | Calculate, Select | Allele Frequency |
Q2.112 | Q2 | What is the allele frequency of the SNP rs34382625 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34382625 has an effect allele G frequency of 0.1002 and non-effect allele T frequency of 0.8998. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34382625"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_426783', 'SNP': 'rs34382625', 'effect_allele': 'G', 'effect_allele_frequency': 0.1001999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8998000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1240 | Q2 | What is the allele frequency of the SNP rs2293603 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2293603 has an effect allele A frequency of 0.1184 and non-effect allele C frequency of 0.8816. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2293603"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4821290', 'SNP': 'rs2293603', 'effect_allele': 'A', 'effect_allele_frequency': 0.1184, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8815999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1921 | Q2 | What is the allele frequency of the SNP rs57030909 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs57030909 has an effect allele G frequency of 0.3581 and non-effect allele A frequency of 0.6419. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs57030909"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7464390', 'SNP': 'rs57030909', 'effect_allele': 'G', 'effect_allele_frequency': 0.3581, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6419}] | general | Calculate, Select | Allele Frequency |
Q2.1963 | Q2 | What is the allele frequency of the SNP rs59902023 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59902023 has an effect allele G frequency of 0.0993 and non-effect allele A frequency of 0.9007. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs59902023"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7666904', 'SNP': 'rs59902023', 'effect_allele': 'G', 'effect_allele_frequency': 0.0993, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9007000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.214 | Q2 | What is the allele frequency of the SNP rs709004 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs709004 has an effect allele A frequency of 0.1610 and non-effect allele G frequency of 0.8390. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs709004"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_800796', 'SNP': 'rs709004', 'effect_allele': 'A', 'effect_allele_frequency': 0.161, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.839}] | general | Calculate, Select | Allele Frequency |
Q2.999 | Q2 | What is the allele frequency of the SNP rs78063245 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78063245 has an effect allele A frequency of 0.0098 and non-effect allele G frequency of 0.9902. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78063245"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3862482', 'SNP': 'rs78063245', 'effect_allele': 'A', 'effect_allele_frequency': 0.0098, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9902}] | general | Calculate, Select | Allele Frequency |
Q2.1269 | Q2 | What is the allele frequency of the SNP rs62392329 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62392329 has an effect allele A frequency of 0.0159 and non-effect allele T frequency of 0.9841. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62392329"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4965691', 'SNP': 'rs62392329', 'effect_allele': 'A', 'effect_allele_frequency': 0.0159, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9841}] | general | Calculate, Select | Allele Frequency |
Q2.592 | Q2 | What is the allele frequency of the SNP rs7986283 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7986283 has an effect allele A frequency of 0.2748 and non-effect allele G frequency of 0.7252. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7986283"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2218362', 'SNP': 'rs7986283', 'effect_allele': 'A', 'effect_allele_frequency': 0.2748, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7252000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1391 | Q2 | What is the allele frequency of the SNP rs7303825 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7303825 has an effect allele G frequency of 0.1794 and non-effect allele A frequency of 0.8206. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7303825"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5387092', 'SNP': 'rs7303825', 'effect_allele': 'G', 'effect_allele_frequency': 0.1794, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8206}] | 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.