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.737 | Q2 | What is the allele frequency of the SNP rs6769421 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6769421 has an effect allele G frequency of 0.0181 and non-effect allele T frequency of 0.9819. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6769421"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2812715', 'SNP': 'rs6769421', 'effect_allele': 'G', 'effect_allele_frequency': 0.0181, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9819}] | general | Calculate, Select | Allele Frequency |
Q2.750 | Q2 | What is the allele frequency of the SNP rs2396864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2396864 has an effect allele T frequency of 0.4967 and non-effect allele G frequency of 0.5033. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2396864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2872040', 'SNP': 'rs2396864', 'effect_allele': 'T', 'effect_allele_frequency': 0.4967, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5033000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1414 | Q2 | What is the allele frequency of the SNP rs10096368 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10096368 has an effect allele G frequency of 0.2356 and non-effect allele C frequency of 0.7644. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10096368"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5469061', 'SNP': 'rs10096368', 'effect_allele': 'G', 'effect_allele_frequency': 0.2356, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7644}] | general | Calculate, Select | Allele Frequency |
Q2.1751 | Q2 | What is the allele frequency of the SNP rs112658074 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112658074 has an effect allele T frequency of 0.0606 and non-effect allele C frequency of 0.9394. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112658074"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6850014', 'SNP': 'rs112658074', 'effect_allele': 'T', 'effect_allele_frequency': 0.0606, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9394}] | general | Calculate, Select | Allele Frequency |
Q2.457 | Q2 | What is the allele frequency of the SNP rs11103276 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11103276 has an effect allele G frequency of 0.1236 and non-effect allele A frequency of 0.8764. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11103276"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1623084', 'SNP': 'rs11103276', 'effect_allele': 'G', 'effect_allele_frequency': 0.1236, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8764}] | general | Calculate, Select | Allele Frequency |
Q2.496 | Q2 | What is the allele frequency of the SNP rs17057337 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17057337 has an effect allele G frequency of 0.0955 and non-effect allele A frequency of 0.9045. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17057337"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1775901', 'SNP': 'rs17057337', 'effect_allele': 'G', 'effect_allele_frequency': 0.0955, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9045}] | general | Calculate, Select | Allele Frequency |
Q2.1482 | Q2 | What is the allele frequency of the SNP rs10511545 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10511545 has an effect allele T frequency of 0.2041 and non-effect allele C frequency of 0.7959. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10511545"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5700441', 'SNP': 'rs10511545', 'effect_allele': 'T', 'effect_allele_frequency': 0.2041, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7959}] | general | Calculate, Select | Allele Frequency |
Q2.291 | Q2 | What is the allele frequency of the SNP rs1529511 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1529511 has an effect allele T frequency of 0.2875 and non-effect allele A frequency of 0.7125. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1529511"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1098360', 'SNP': 'rs1529511', 'effect_allele': 'T', 'effect_allele_frequency': 0.2875, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7125}] | general | Calculate, Select | Allele Frequency |
Q2.1817 | Q2 | What is the allele frequency of the SNP rs2418123 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2418123 has an effect allele T frequency of 0.2547 and non-effect allele G frequency of 0.7453. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2418123"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7062958', 'SNP': 'rs2418123', 'effect_allele': 'T', 'effect_allele_frequency': 0.2547, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7453000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1986 | Q2 | What is the allele frequency of the SNP rs76344140 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76344140 has an effect allele C frequency of 0.0278 and non-effect allele G frequency of 0.9722. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76344140"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7725571', 'SNP': 'rs76344140', 'effect_allele': 'C', 'effect_allele_frequency': 0.0278, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9722}] | general | Calculate, Select | Allele Frequency |
Q2.1370 | Q2 | What is the allele frequency of the SNP rs144187477 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144187477 has an effect allele G frequency of 0.0194 and non-effect allele A frequency of 0.9806. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144187477"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5315262', 'SNP': 'rs144187477', 'effect_allele': 'G', 'effect_allele_frequency': 0.0193999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9806000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.893 | Q2 | What is the allele frequency of the SNP rs57168702 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs57168702 has an effect allele T frequency of 0.0853 and non-effect allele C frequency of 0.9147. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs57168702"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3428531', 'SNP': 'rs57168702', 'effect_allele': 'T', 'effect_allele_frequency': 0.0853, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9147}] | general | Calculate, Select | Allele Frequency |
Q2.1063 | Q2 | What is the allele frequency of the SNP rs6471116 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6471116 has an effect allele A frequency of 0.0418 and non-effect allele T frequency of 0.9582. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6471116"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4086934', 'SNP': 'rs6471116', 'effect_allele': 'A', 'effect_allele_frequency': 0.0418, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9582}] | general | Calculate, Select | Allele Frequency |
Q2.1846 | Q2 | What is the allele frequency of the SNP rs190427354 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs190427354 has an effect allele C frequency of 0.0101 and non-effect allele G frequency of 0.9899. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs190427354"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7186409', 'SNP': 'rs190427354', 'effect_allele': 'C', 'effect_allele_frequency': 0.0101, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9899}] | general | Calculate, Select | Allele Frequency |
Q2.1982 | Q2 | What is the allele frequency of the SNP rs74380557 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74380557 has an effect allele T frequency of 0.0629 and non-effect allele C frequency of 0.9371. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74380557"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7720196', 'SNP': 'rs74380557', 'effect_allele': 'T', 'effect_allele_frequency': 0.0629, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9371}] | general | Calculate, Select | Allele Frequency |
Q2.789 | Q2 | What is the allele frequency of the SNP rs7971571 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7971571 has an effect allele G frequency of 0.3090 and non-effect allele A 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 = "rs7971571"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3025407', 'SNP': 'rs7971571', 'effect_allele': 'G', 'effect_allele_frequency': 0.309, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6910000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.866 | Q2 | What is the allele frequency of the SNP rs11831936 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11831936 has an effect allele C frequency of 0.2037 and non-effect allele T frequency of 0.7963. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11831936"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3360568', 'SNP': 'rs11831936', 'effect_allele': 'C', 'effect_allele_frequency': 0.2037, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7963}] | general | Calculate, Select | Allele Frequency |
Q2.1306 | Q2 | What is the allele frequency of the SNP rs10060783 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10060783 has an effect allele C frequency of 0.0154 and non-effect allele A frequency of 0.9846. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10060783"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5090092', 'SNP': 'rs10060783', 'effect_allele': 'C', 'effect_allele_frequency': 0.0153999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9846000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1088 | Q2 | What is the allele frequency of the SNP rs16829499 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16829499 has an effect allele A frequency of 0.0214 and non-effect allele G frequency of 0.9786. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16829499"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4192290', 'SNP': 'rs16829499', 'effect_allele': 'A', 'effect_allele_frequency': 0.0214, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9786}] | general | Calculate, Select | Allele Frequency |
Q2.1889 | Q2 | What is the allele frequency of the SNP rs113861567 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113861567 has an effect allele G frequency of 0.0586 and non-effect allele A frequency of 0.9414. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113861567"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7333160', 'SNP': 'rs113861567', 'effect_allele': 'G', 'effect_allele_frequency': 0.0585999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9414000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.331 | Q2 | What is the allele frequency of the SNP rs2517124 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2517124 has an effect allele T frequency of 0.0938 and non-effect allele C 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 = "rs2517124"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1207504', 'SNP': 'rs2517124', 'effect_allele': 'T', 'effect_allele_frequency': 0.0938, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9062}] | general | Calculate, Select | Allele Frequency |
Q2.448 | Q2 | What is the allele frequency of the SNP rs141217269 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs141217269 has an effect allele A frequency of 0.0584 and non-effect allele G frequency of 0.9416. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs141217269"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1590758', 'SNP': 'rs141217269', 'effect_allele': 'A', 'effect_allele_frequency': 0.0584, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9416}] | general | Calculate, Select | Allele Frequency |
Q2.766 | Q2 | What is the allele frequency of the SNP rs11819784 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11819784 has an effect allele A frequency of 0.0247 and non-effect allele G frequency of 0.9753. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11819784"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2928688', 'SNP': 'rs11819784', 'effect_allele': 'A', 'effect_allele_frequency': 0.0247, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9753000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1844 | Q2 | What is the allele frequency of the SNP rs139081082 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139081082 has an effect allele T frequency of 0.0080 and non-effect allele C frequency of 0.9920. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs139081082"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7184929', 'SNP': 'rs139081082', 'effect_allele': 'T', 'effect_allele_frequency': 0.008, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.992}] | general | Calculate, Select | Allele Frequency |
Q2.913 | Q2 | What is the allele frequency of the SNP rs1179684 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1179684 has an effect allele T frequency of 0.1732 and non-effect allele C frequency of 0.8268. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1179684"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3530205', 'SNP': 'rs1179684', 'effect_allele': 'T', 'effect_allele_frequency': 0.1732, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8268}] | general | Calculate, Select | Allele Frequency |
Q2.1141 | Q2 | What is the allele frequency of the SNP rs10518310 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10518310 has an effect allele C frequency of 0.4685 and non-effect allele T frequency of 0.5315. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10518310"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4383372', 'SNP': 'rs10518310', 'effect_allele': 'C', 'effect_allele_frequency': 0.4685, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5315}] | general | Calculate, Select | Allele Frequency |
Q2.180 | Q2 | What is the allele frequency of the SNP rs12744388 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12744388 has an effect allele G frequency of 0.0581 and non-effect allele A frequency of 0.9419. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12744388"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_672004', 'SNP': 'rs12744388', 'effect_allele': 'G', 'effect_allele_frequency': 0.0581, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9419}] | general | Calculate, Select | Allele Frequency |
Q2.729 | Q2 | What is the allele frequency of the SNP rs6838898 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6838898 has an effect allele G frequency of 0.0760 and non-effect allele C frequency of 0.9240. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6838898"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2788809', 'SNP': 'rs6838898', 'effect_allele': 'G', 'effect_allele_frequency': 0.0759999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9240000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1273 | Q2 | What is the allele frequency of the SNP rs667512 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs667512 has an effect allele A frequency of 0.2984 and non-effect allele G frequency of 0.7016. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs667512"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4976179', 'SNP': 'rs667512', 'effect_allele': 'A', 'effect_allele_frequency': 0.2984, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7016}] | general | Calculate, Select | Allele Frequency |
Q2.89 | Q2 | What is the allele frequency of the SNP rs10506850 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10506850 has an effect allele T frequency of 0.0293 and non-effect allele C frequency of 0.9707. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10506850"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_336483', 'SNP': 'rs10506850', 'effect_allele': 'T', 'effect_allele_frequency': 0.0293, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9707}] | general | Calculate, Select | Allele Frequency |
Q2.1410 | Q2 | What is the allele frequency of the SNP rs1911603 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1911603 has an effect allele C frequency of 0.1173 and non-effect allele T frequency of 0.8827. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1911603"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5455489', 'SNP': 'rs1911603', 'effect_allele': 'C', 'effect_allele_frequency': 0.1172999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8827}] | general | Calculate, Select | Allele Frequency |
Q2.1900 | Q2 | What is the allele frequency of the SNP rs12697070 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12697070 has an effect allele T frequency of 0.2200 and non-effect allele C frequency of 0.7800. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12697070"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7388848', 'SNP': 'rs12697070', 'effect_allele': 'T', 'effect_allele_frequency': 0.22, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.78}] | general | Calculate, Select | Allele Frequency |
Q2.463 | Q2 | What is the allele frequency of the SNP rs1383352 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1383352 has an effect allele T frequency of 0.2993 and non-effect allele C frequency of 0.7007. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1383352"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1648764', 'SNP': 'rs1383352', 'effect_allele': 'T', 'effect_allele_frequency': 0.2993, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7007}] | general | Calculate, Select | Allele Frequency |
Q2.1830 | Q2 | What is the allele frequency of the SNP rs74064386 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74064386 has an effect allele G frequency of 0.0328 and non-effect allele A frequency of 0.9672. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74064386"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7106977', 'SNP': 'rs74064386', 'effect_allele': 'G', 'effect_allele_frequency': 0.0328, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9672}] | general | Calculate, Select | Allele Frequency |
Q2.55 | Q2 | What is the allele frequency of the SNP rs283248 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs283248 has an effect allele G frequency of 0.0330 and non-effect allele A frequency of 0.9670. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs283248"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_199280', 'SNP': 'rs283248', 'effect_allele': 'G', 'effect_allele_frequency': 0.033, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.967}] | general | Calculate, Select | Allele Frequency |
Q2.1503 | Q2 | What is the allele frequency of the SNP rs7820457 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7820457 has an effect allele C frequency of 0.2562 and non-effect allele T frequency of 0.7438. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7820457"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5785430', 'SNP': 'rs7820457', 'effect_allele': 'C', 'effect_allele_frequency': 0.2562, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7438}] | general | Calculate, Select | Allele Frequency |
Q2.650 | Q2 | What is the allele frequency of the SNP rs60336199 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs60336199 has an effect allele C frequency of 0.0403 and non-effect allele G frequency of 0.9597. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs60336199"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2463331', 'SNP': 'rs60336199', 'effect_allele': 'C', 'effect_allele_frequency': 0.0403, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9597}] | general | Calculate, Select | Allele Frequency |
Q2.684 | Q2 | What is the allele frequency of the SNP rs370023326 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs370023326 has an effect allele T frequency of 0.0670 and non-effect allele A frequency of 0.9330. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs370023326"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2625981', 'SNP': 'rs370023326', 'effect_allele': 'T', 'effect_allele_frequency': 0.0669999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.933}] | general | Calculate, Select | Allele Frequency |
Q2.224 | Q2 | What is the allele frequency of the SNP rs144450459 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144450459 has an effect allele G frequency of 0.0181 and non-effect allele T frequency of 0.9819. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144450459"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_821030', 'SNP': 'rs144450459', 'effect_allele': 'G', 'effect_allele_frequency': 0.0181, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9819}] | general | Calculate, Select | Allele Frequency |
Q2.116 | Q2 | What is the allele frequency of the SNP rs2426233 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2426233 has an effect allele A frequency of 0.1199 and non-effect allele T frequency of 0.8801. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2426233"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_439865', 'SNP': 'rs2426233', 'effect_allele': 'A', 'effect_allele_frequency': 0.1199, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8801}] | general | Calculate, Select | Allele Frequency |
Q2.1552 | Q2 | What is the allele frequency of the SNP rs17304632 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17304632 has an effect allele G frequency of 0.1069 and non-effect allele A frequency of 0.8931. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17304632"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5974152', 'SNP': 'rs17304632', 'effect_allele': 'G', 'effect_allele_frequency': 0.1069, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8931}] | general | Calculate, Select | Allele Frequency |
Q2.1303 | Q2 | What is the allele frequency of the SNP rs11193872 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11193872 has an effect allele T frequency of 0.1284 and non-effect allele C frequency of 0.8716. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11193872"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5089186', 'SNP': 'rs11193872', 'effect_allele': 'T', 'effect_allele_frequency': 0.1284, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8716}] | general | Calculate, Select | Allele Frequency |
Q2.987 | Q2 | What is the allele frequency of the SNP rs1781767 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1781767 has an effect allele G frequency of 0.1002 and non-effect allele C 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 = "rs1781767"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3809359', 'SNP': 'rs1781767', 'effect_allele': 'G', 'effect_allele_frequency': 0.1001999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8998000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.177 | Q2 | What is the allele frequency of the SNP rs151290129 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs151290129 has an effect allele T frequency of 0.1119 and non-effect allele C frequency of 0.8881. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs151290129"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_666133', 'SNP': 'rs151290129', 'effect_allele': 'T', 'effect_allele_frequency': 0.1119, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8881}] | general | Calculate, Select | Allele Frequency |
Q2.1650 | Q2 | What is the allele frequency of the SNP rs940251 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs940251 has an effect allele A frequency of 0.4371 and non-effect allele T frequency of 0.5629. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs940251"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6412346', 'SNP': 'rs940251', 'effect_allele': 'A', 'effect_allele_frequency': 0.4371, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5629}] | general | Calculate, Select | Allele Frequency |
Q2.596 | Q2 | What is the allele frequency of the SNP rs58218499 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58218499 has an effect allele A frequency of 0.0637 and non-effect allele G frequency of 0.9363. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs58218499"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2231705', 'SNP': 'rs58218499', 'effect_allele': 'A', 'effect_allele_frequency': 0.0637, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9363}] | general | Calculate, Select | Allele Frequency |
Q2.1560 | Q2 | What is the allele frequency of the SNP rs72833326 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72833326 has an effect allele T frequency of 0.1501 and non-effect allele C frequency of 0.8499. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72833326"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6024206', 'SNP': 'rs72833326', 'effect_allele': 'T', 'effect_allele_frequency': 0.1501, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8499}] | general | Calculate, Select | Allele Frequency |
Q2.19 | Q2 | What is the allele frequency of the SNP rs4970792 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4970792 has an effect allele C frequency of 0.0674 and non-effect allele A frequency of 0.9326. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4970792"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_68227', 'SNP': 'rs4970792', 'effect_allele': 'C', 'effect_allele_frequency': 0.0674, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9326}] | general | Calculate, Select | Allele Frequency |
Q2.429 | Q2 | What is the allele frequency of the SNP rs10848154 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10848154 has an effect allele C frequency of 0.1648 and non-effect allele G frequency of 0.8352. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10848154"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1537384', 'SNP': 'rs10848154', 'effect_allele': 'C', 'effect_allele_frequency': 0.1648, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8351999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1345 | Q2 | What is the allele frequency of the SNP rs6900842 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6900842 has an effect allele G frequency of 0.2306 and non-effect allele C frequency of 0.7694. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6900842"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5215582', 'SNP': 'rs6900842', 'effect_allele': 'G', 'effect_allele_frequency': 0.2306, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7694}] | general | Calculate, Select | Allele Frequency |
Q2.289 | Q2 | What is the allele frequency of the SNP rs56962976 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56962976 has an effect allele T frequency of 0.0063 and non-effect allele C frequency of 0.9937. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56962976"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1097489', 'SNP': 'rs56962976', 'effect_allele': 'T', 'effect_allele_frequency': 0.0063, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9937}] | general | Calculate, Select | Allele Frequency |
Q2.1584 | Q2 | What is the allele frequency of the SNP rs58577275 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58577275 has an effect allele T frequency of 0.0547 and non-effect allele C frequency of 0.9453. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs58577275"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6096670', 'SNP': 'rs58577275', 'effect_allele': 'T', 'effect_allele_frequency': 0.0547, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9453}] | general | Calculate, Select | Allele Frequency |
Q2.434 | Q2 | What is the allele frequency of the SNP rs1715020 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1715020 has an effect allele T frequency of 0.2707 and non-effect allele C frequency of 0.7293. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1715020"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1549598', 'SNP': 'rs1715020', 'effect_allele': 'T', 'effect_allele_frequency': 0.2707, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7293000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1640 | Q2 | What is the allele frequency of the SNP rs56241586 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56241586 has an effect allele T frequency of 0.0849 and non-effect allele A frequency of 0.9151. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56241586"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6371712', 'SNP': 'rs56241586', 'effect_allele': 'T', 'effect_allele_frequency': 0.0848999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9151000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1245 | Q2 | What is the allele frequency of the SNP rs11079636 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11079636 has an effect allele T frequency of 0.4206 and non-effect allele C frequency of 0.5794. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11079636"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4847926', 'SNP': 'rs11079636', 'effect_allele': 'T', 'effect_allele_frequency': 0.4206, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5794}] | general | Calculate, Select | Allele Frequency |
Q2.676 | Q2 | What is the allele frequency of the SNP rs4692085 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4692085 has an effect allele T frequency of 0.0740 and non-effect allele A frequency of 0.9260. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4692085"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2581463', 'SNP': 'rs4692085', 'effect_allele': 'T', 'effect_allele_frequency': 0.0739999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9260000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.32 | Q2 | What is the allele frequency of the SNP rs17354643 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17354643 has an effect allele A frequency of 0.0486 and non-effect allele G frequency of 0.9514. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17354643"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_103537', 'SNP': 'rs17354643', 'effect_allele': 'A', 'effect_allele_frequency': 0.0486, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9514}] | general | Calculate, Select | Allele Frequency |
Q2.934 | Q2 | What is the allele frequency of the SNP rs10893642 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10893642 has an effect allele A frequency of 0.3190 and non-effect allele G frequency of 0.6810. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10893642"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3604568', 'SNP': 'rs10893642', 'effect_allele': 'A', 'effect_allele_frequency': 0.319, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.681}] | general | Calculate, Select | Allele Frequency |
Q2.982 | Q2 | What is the allele frequency of the SNP rs59130805 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59130805 has an effect allele A frequency of 0.1464 and non-effect allele G 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 = "rs59130805"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3783534', 'SNP': 'rs59130805', 'effect_allele': 'A', 'effect_allele_frequency': 0.1464, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8536}] | general | Calculate, Select | Allele Frequency |
Q2.217 | Q2 | What is the allele frequency of the SNP rs30570 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs30570 has an effect allele A frequency of 0.2590 and non-effect allele G frequency of 0.7410. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs30570"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_807542', 'SNP': 'rs30570', 'effect_allele': 'A', 'effect_allele_frequency': 0.259, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.741}] | general | Calculate, Select | Allele Frequency |
Q2.1130 | Q2 | What is the allele frequency of the SNP rs12124233 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12124233 has an effect allele C frequency of 0.1255 and non-effect allele A frequency of 0.8745. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12124233"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4351700', 'SNP': 'rs12124233', 'effect_allele': 'C', 'effect_allele_frequency': 0.1254999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8745}] | general | Calculate, Select | Allele Frequency |
Q2.330 | Q2 | What is the allele frequency of the SNP rs77977823 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77977823 has an effect allele C frequency of 0.0216 and non-effect allele T frequency of 0.9784. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77977823"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1201123', 'SNP': 'rs77977823', 'effect_allele': 'C', 'effect_allele_frequency': 0.0215999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9784}] | general | Calculate, Select | Allele Frequency |
Q2.566 | Q2 | What is the allele frequency of the SNP rs72773686 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72773686 has an effect allele G frequency of 0.0379 and non-effect allele A frequency of 0.9621. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72773686"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2093086', 'SNP': 'rs72773686', 'effect_allele': 'G', 'effect_allele_frequency': 0.0379, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9621}] | general | Calculate, Select | Allele Frequency |
Q2.1112 | Q2 | What is the allele frequency of the SNP rs12772199 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12772199 has an effect allele A frequency of 0.0510 and non-effect allele G frequency of 0.9490. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12772199"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4263055', 'SNP': 'rs12772199', 'effect_allele': 'A', 'effect_allele_frequency': 0.051, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.949}] | general | Calculate, Select | Allele Frequency |
Q2.707 | Q2 | What is the allele frequency of the SNP rs13111317 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13111317 has an effect allele T frequency of 0.3728 and non-effect allele C frequency of 0.6272. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13111317"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2722809', 'SNP': 'rs13111317', 'effect_allele': 'T', 'effect_allele_frequency': 0.3728, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6272}] | general | Calculate, Select | Allele Frequency |
Q2.1979 | Q2 | What is the allele frequency of the SNP rs10943475 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10943475 has an effect allele A frequency of 0.2849 and non-effect allele C frequency of 0.7151. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10943475"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7707197', 'SNP': 'rs10943475', 'effect_allele': 'A', 'effect_allele_frequency': 0.2849, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7151000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1189 | Q2 | What is the allele frequency of the SNP rs10880010 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10880010 has an effect allele G frequency of 0.3421 and non-effect allele A frequency of 0.6579. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10880010"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4646640', 'SNP': 'rs10880010', 'effect_allele': 'G', 'effect_allele_frequency': 0.3420999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6579000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.345 | Q2 | What is the allele frequency of the SNP rs11875207 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11875207 has an effect allele A frequency of 0.0361 and non-effect allele G frequency of 0.9639. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11875207"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1260631', 'SNP': 'rs11875207', 'effect_allele': 'A', 'effect_allele_frequency': 0.0361, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9639}] | general | Calculate, Select | Allele Frequency |
Q2.636 | Q2 | What is the allele frequency of the SNP rs4755949 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4755949 has an effect allele T frequency of 0.0986 and non-effect allele C frequency of 0.9014. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4755949"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2388846', 'SNP': 'rs4755949', 'effect_allele': 'T', 'effect_allele_frequency': 0.0986, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9014}] | general | Calculate, Select | Allele Frequency |
Q2.150 | Q2 | What is the allele frequency of the SNP rs10192267 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10192267 has an effect allele C frequency of 0.0908 and non-effect allele G frequency of 0.9092. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10192267"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_542940', 'SNP': 'rs10192267', 'effect_allele': 'C', 'effect_allele_frequency': 0.0908, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9092}] | general | Calculate, Select | Allele Frequency |
Q2.1197 | Q2 | What is the allele frequency of the SNP rs546204 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs546204 has an effect allele A frequency of 0.4377 and non-effect allele G frequency of 0.5623. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs546204"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4662950', 'SNP': 'rs546204', 'effect_allele': 'A', 'effect_allele_frequency': 0.4377, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5623}] | general | Calculate, Select | Allele Frequency |
Q2.365 | Q2 | What is the allele frequency of the SNP rs362116 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs362116 has an effect allele A frequency of 0.1002 and non-effect allele G 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 = "rs362116"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1339924', 'SNP': 'rs362116', 'effect_allele': 'A', 'effect_allele_frequency': 0.1002, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8998}] | general | Calculate, Select | Allele Frequency |
Q2.86 | Q2 | What is the allele frequency of the SNP rs7547858 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7547858 has an effect allele C frequency of 0.2575 and non-effect allele T frequency of 0.7425. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7547858"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_323916', 'SNP': 'rs7547858', 'effect_allele': 'C', 'effect_allele_frequency': 0.2574999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7425000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.49 | Q2 | What is the allele frequency of the SNP rs62109218 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62109218 has an effect allele G frequency of 0.2128 and non-effect allele A frequency of 0.7872. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62109218"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_152765', 'SNP': 'rs62109218', 'effect_allele': 'G', 'effect_allele_frequency': 0.2128, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7872}] | general | Calculate, Select | Allele Frequency |
Q2.474 | Q2 | What is the allele frequency of the SNP rs144781991 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144781991 has an effect allele T frequency of 0.2087 and non-effect allele G 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 = "rs144781991"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1688184', 'SNP': 'rs144781991', 'effect_allele': 'T', 'effect_allele_frequency': 0.2087, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7913}] | general | Calculate, Select | Allele Frequency |
Q2.158 | Q2 | What is the allele frequency of the SNP rs1540919 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1540919 has an effect allele G frequency of 0.1412 and non-effect allele A frequency of 0.8588. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1540919"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_593680', 'SNP': 'rs1540919', 'effect_allele': 'G', 'effect_allele_frequency': 0.1412, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8588}] | general | Calculate, Select | Allele Frequency |
Q2.764 | Q2 | What is the allele frequency of the SNP rs28455601 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28455601 has an effect allele G frequency of 0.0300 and non-effect allele C 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 = "rs28455601"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2921753', 'SNP': 'rs28455601', 'effect_allele': 'G', 'effect_allele_frequency': 0.03, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.97}] | general | Calculate, Select | Allele Frequency |
Q2.1027 | Q2 | What is the allele frequency of the SNP rs12661294 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12661294 has an effect allele G frequency of 0.0735 and non-effect allele A frequency of 0.9265. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12661294"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3997903', 'SNP': 'rs12661294', 'effect_allele': 'G', 'effect_allele_frequency': 0.0735, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9265}] | general | Calculate, Select | Allele Frequency |
Q2.1200 | Q2 | What is the allele frequency of the SNP rs115084047 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115084047 has an effect allele A frequency of 0.0180 and non-effect allele G frequency of 0.9820. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115084047"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4681555', 'SNP': 'rs115084047', 'effect_allele': 'A', 'effect_allele_frequency': 0.018, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.982}] | general | Calculate, Select | Allele Frequency |
Q2.1404 | Q2 | What is the allele frequency of the SNP rs16829733 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16829733 has an effect allele C frequency of 0.0937 and non-effect allele G frequency of 0.9063. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16829733"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5431675', 'SNP': 'rs16829733', 'effect_allele': 'C', 'effect_allele_frequency': 0.0937, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9063}] | general | Calculate, Select | Allele Frequency |
Q2.1202 | Q2 | What is the allele frequency of the SNP rs2769445 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2769445 has an effect allele A frequency of 0.1152 and non-effect allele G 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 = "rs2769445"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4688417', 'SNP': 'rs2769445', 'effect_allele': 'A', 'effect_allele_frequency': 0.1152, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8848}] | general | Calculate, Select | Allele Frequency |
Q2.1631 | Q2 | What is the allele frequency of the SNP rs112806071 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112806071 has an effect allele A frequency of 0.0150 and non-effect allele G frequency of 0.9850. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112806071"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6343436', 'SNP': 'rs112806071', 'effect_allele': 'A', 'effect_allele_frequency': 0.015, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.985}] | general | Calculate, Select | Allele Frequency |
Q2.506 | Q2 | What is the allele frequency of the SNP rs12273711 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12273711 has an effect allele A frequency of 0.0164 and non-effect allele T frequency of 0.9836. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12273711"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1814509', 'SNP': 'rs12273711', 'effect_allele': 'A', 'effect_allele_frequency': 0.0164, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9836}] | general | Calculate, Select | Allele Frequency |
Q2.1670 | Q2 | What is the allele frequency of the SNP rs2252341 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2252341 has an effect allele C frequency of 0.4554 and non-effect allele G frequency of 0.5446. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2252341"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6502701', 'SNP': 'rs2252341', 'effect_allele': 'C', 'effect_allele_frequency': 0.4554, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5446}] | general | Calculate, Select | Allele Frequency |
Q2.182 | Q2 | What is the allele frequency of the SNP rs80146893 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs80146893 has an effect allele A frequency of 0.0155 and non-effect allele G frequency of 0.9845. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs80146893"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_703715', 'SNP': 'rs80146893', 'effect_allele': 'A', 'effect_allele_frequency': 0.0155, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9845}] | general | Calculate, Select | Allele Frequency |
Q2.1419 | Q2 | What is the allele frequency of the SNP rs4149280 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4149280 has an effect allele T frequency of 0.0332 and non-effect allele C 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 = "rs4149280"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5499864', 'SNP': 'rs4149280', 'effect_allele': 'T', 'effect_allele_frequency': 0.0332, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9668}] | general | Calculate, Select | Allele Frequency |
Q2.1014 | Q2 | What is the allele frequency of the SNP rs1812991 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1812991 has an effect allele A frequency of 0.1146 and non-effect allele T frequency of 0.8854. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1812991"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3920887', 'SNP': 'rs1812991', 'effect_allele': 'A', 'effect_allele_frequency': 0.1146, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8854}] | general | Calculate, Select | Allele Frequency |
Q2.1978 | Q2 | What is the allele frequency of the SNP rs58021463 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58021463 has an effect allele G frequency of 0.3650 and non-effect allele A frequency of 0.6350. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs58021463"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7706077', 'SNP': 'rs58021463', 'effect_allele': 'G', 'effect_allele_frequency': 0.365, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.635}] | general | Calculate, Select | Allele Frequency |
Q2.864 | Q2 | What is the allele frequency of the SNP rs17077561 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17077561 has an effect allele C frequency of 0.2492 and non-effect allele T frequency of 0.7508. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17077561"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3355383', 'SNP': 'rs17077561', 'effect_allele': 'C', 'effect_allele_frequency': 0.2491999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7508000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1620 | Q2 | What is the allele frequency of the SNP rs9558210 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9558210 has an effect allele G frequency of 0.0304 and non-effect allele A frequency of 0.9696. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9558210"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6297949', 'SNP': 'rs9558210', 'effect_allele': 'G', 'effect_allele_frequency': 0.0303999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9696000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.534 | Q2 | What is the allele frequency of the SNP rs1643966 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1643966 has an effect allele G frequency of 0.2094 and non-effect allele A frequency of 0.7906. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1643966"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1943912', 'SNP': 'rs1643966', 'effect_allele': 'G', 'effect_allele_frequency': 0.2094, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7906}] | general | Calculate, Select | Allele Frequency |
Q2.350 | Q2 | What is the allele frequency of the SNP rs9554812 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9554812 has an effect allele C frequency of 0.2395 and non-effect allele T frequency of 0.7605. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9554812"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1274112', 'SNP': 'rs9554812', 'effect_allele': 'C', 'effect_allele_frequency': 0.2395, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7605}] | general | Calculate, Select | Allele Frequency |
Q2.1389 | Q2 | What is the allele frequency of the SNP rs2399664 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2399664 has an effect allele G frequency of 0.3108 and non-effect allele A frequency of 0.6892. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2399664"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5385304', 'SNP': 'rs2399664', 'effect_allele': 'G', 'effect_allele_frequency': 0.3107999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6892}] | general | Calculate, Select | Allele Frequency |
Q2.1961 | Q2 | What is the allele frequency of the SNP rs184077669 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs184077669 has an effect allele G frequency of 0.0142 and non-effect allele A frequency of 0.9858. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs184077669"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7660890', 'SNP': 'rs184077669', 'effect_allele': 'G', 'effect_allele_frequency': 0.0141999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9858000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1301 | Q2 | What is the allele frequency of the SNP rs12574739 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12574739 has an effect allele T frequency of 0.2902 and non-effect allele G frequency of 0.7098. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12574739"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5084310', 'SNP': 'rs12574739', 'effect_allele': 'T', 'effect_allele_frequency': 0.2902, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7098}] | general | Calculate, Select | Allele Frequency |
Q2.1973 | Q2 | What is the allele frequency of the SNP rs6988040 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6988040 has an effect allele C frequency of 0.1485 and non-effect allele T frequency of 0.8515. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6988040"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7697993', 'SNP': 'rs6988040', 'effect_allele': 'C', 'effect_allele_frequency': 0.1484999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8515000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1980 | Q2 | What is the allele frequency of the SNP rs10446674 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10446674 has an effect allele G frequency of 0.0082 and non-effect allele A frequency of 0.9918. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10446674"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7712218', 'SNP': 'rs10446674', 'effect_allele': 'G', 'effect_allele_frequency': 0.0081999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9918000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.608 | Q2 | What is the allele frequency of the SNP rs10083645 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10083645 has an effect allele A frequency of 0.0882 and non-effect allele G frequency of 0.9118. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10083645"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2271761', 'SNP': 'rs10083645', 'effect_allele': 'A', 'effect_allele_frequency': 0.0882, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9117999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1050 | Q2 | What is the allele frequency of the SNP rs6722869 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6722869 has an effect allele C frequency of 0.1124 and non-effect allele T frequency of 0.8876. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6722869"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4062859', 'SNP': 'rs6722869', 'effect_allele': 'C', 'effect_allele_frequency': 0.1124, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8876}] | general | Calculate, Select | Allele Frequency |
Q2.246 | Q2 | What is the allele frequency of the SNP rs11237212 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11237212 has an effect allele T frequency of 0.4071 and non-effect allele C frequency of 0.5929. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11237212"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_923999', 'SNP': 'rs11237212', 'effect_allele': 'T', 'effect_allele_frequency': 0.4071, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5929}] | 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.