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.1446 | Q2 | What is the allele frequency of the SNP rs139956004 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139956004 has an effect allele G frequency of 0.0170 and non-effect allele A frequency of 0.9830. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs139956004"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5585194', 'SNP': 'rs139956004', 'effect_allele': 'G', 'effect_allele_frequency': 0.017, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.983}] | general | Calculate, Select | Allele Frequency |
Q2.986 | Q2 | What is the allele frequency of the SNP rs11551167 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11551167 has an effect allele T frequency of 0.2666 and non-effect allele C frequency of 0.7334. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11551167"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3808115', 'SNP': 'rs11551167', 'effect_allele': 'T', 'effect_allele_frequency': 0.2666, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7334}] | general | Calculate, Select | Allele Frequency |
Q2.1572 | Q2 | What is the allele frequency of the SNP rs11892236 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11892236 has an effect allele G frequency of 0.1833 and non-effect allele A frequency of 0.8167. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11892236"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6068011', 'SNP': 'rs11892236', 'effect_allele': 'G', 'effect_allele_frequency': 0.1833, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8167}] | general | Calculate, Select | Allele Frequency |
Q2.745 | Q2 | What is the allele frequency of the SNP rs1192823 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1192823 has an effect allele G frequency of 0.3352 and non-effect allele A frequency of 0.6648. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1192823"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2848704', 'SNP': 'rs1192823', 'effect_allele': 'G', 'effect_allele_frequency': 0.3352, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6648000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.194 | Q2 | What is the allele frequency of the SNP rs35961885 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35961885 has an effect allele G frequency of 0.1885 and non-effect allele A frequency of 0.8115. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35961885"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_747794', 'SNP': 'rs35961885', 'effect_allele': 'G', 'effect_allele_frequency': 0.1885, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8115}] | general | Calculate, Select | Allele Frequency |
Q2.927 | Q2 | What is the allele frequency of the SNP rs7074380 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7074380 has an effect allele A frequency of 0.0744 and non-effect allele T frequency of 0.9256. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7074380"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3568628', 'SNP': 'rs7074380', 'effect_allele': 'A', 'effect_allele_frequency': 0.0744, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9256}] | general | Calculate, Select | Allele Frequency |
Q2.462 | Q2 | What is the allele frequency of the SNP rs6954663 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6954663 has an effect allele T frequency of 0.3400 and non-effect allele G frequency of 0.6600. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6954663"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1640753', 'SNP': 'rs6954663', 'effect_allele': 'T', 'effect_allele_frequency': 0.34, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6599999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.682 | Q2 | What is the allele frequency of the SNP rs9856973 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9856973 has an effect allele G frequency of 0.1211 and non-effect allele A frequency of 0.8789. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9856973"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2612023', 'SNP': 'rs9856973', 'effect_allele': 'G', 'effect_allele_frequency': 0.1210999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8789000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.767 | Q2 | What is the allele frequency of the SNP rs77468970 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77468970 has an effect allele C frequency of 0.0536 and non-effect allele T frequency of 0.9464. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77468970"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2929621', 'SNP': 'rs77468970', 'effect_allele': 'C', 'effect_allele_frequency': 0.0535999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9464000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1809 | Q2 | What is the allele frequency of the SNP rs9690297 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9690297 has an effect allele T frequency of 0.1396 and non-effect allele C frequency of 0.8604. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9690297"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7030266', 'SNP': 'rs9690297', 'effect_allele': 'T', 'effect_allele_frequency': 0.1396, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8604}] | general | Calculate, Select | Allele Frequency |
Q2.1603 | Q2 | What is the allele frequency of the SNP rs967264 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs967264 has an effect allele T frequency of 0.2345 and non-effect allele G frequency of 0.7655. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs967264"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6209495', 'SNP': 'rs967264', 'effect_allele': 'T', 'effect_allele_frequency': 0.2345, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7655000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.735 | Q2 | What is the allele frequency of the SNP rs75582084 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75582084 has an effect allele G frequency of 0.0303 and non-effect allele A frequency of 0.9697. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75582084"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2803600', 'SNP': 'rs75582084', 'effect_allele': 'G', 'effect_allele_frequency': 0.0302999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9697000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.418 | Q2 | What is the allele frequency of the SNP rs11774304 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11774304 has an effect allele T frequency of 0.2228 and non-effect allele C frequency of 0.7772. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11774304"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1514310', 'SNP': 'rs11774304', 'effect_allele': 'T', 'effect_allele_frequency': 0.2228, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7772}] | general | Calculate, Select | Allele Frequency |
Q2.1107 | Q2 | What is the allele frequency of the SNP rs11070698 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11070698 has an effect allele C 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 = "rs11070698"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4255899', 'SNP': 'rs11070698', 'effect_allele': 'C', 'effect_allele_frequency': 0.0181, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9819}] | general | Calculate, Select | Allele Frequency |
Q2.832 | Q2 | What is the allele frequency of the SNP rs2418573 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2418573 has an effect allele C frequency of 0.3972 and non-effect allele T frequency of 0.6028. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2418573"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3220493', 'SNP': 'rs2418573', 'effect_allele': 'C', 'effect_allele_frequency': 0.3972, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6028}] | general | Calculate, Select | Allele Frequency |
Q2.1498 | Q2 | What is the allele frequency of the SNP rs76574073 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76574073 has an effect allele T frequency of 0.0095 and non-effect allele C frequency of 0.9905. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76574073"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5751000', 'SNP': 'rs76574073', 'effect_allele': 'T', 'effect_allele_frequency': 0.0095, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9905}] | general | Calculate, Select | Allele Frequency |
Q2.623 | Q2 | What is the allele frequency of the SNP rs7359922 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7359922 has an effect allele C frequency of 0.0787 and non-effect allele T frequency of 0.9213. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7359922"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2334581', 'SNP': 'rs7359922', 'effect_allele': 'C', 'effect_allele_frequency': 0.0786999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9213000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.117 | Q2 | What is the allele frequency of the SNP rs4793413 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4793413 has an effect allele T frequency of 0.0119 and non-effect allele C frequency of 0.9881. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4793413"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_441598', 'SNP': 'rs4793413', 'effect_allele': 'T', 'effect_allele_frequency': 0.0119, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9881}] | general | Calculate, Select | Allele Frequency |
Q2.423 | Q2 | What is the allele frequency of the SNP rs523733 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs523733 has an effect allele C frequency of 0.4781 and non-effect allele G frequency of 0.5219. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs523733"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1525681', 'SNP': 'rs523733', 'effect_allele': 'C', 'effect_allele_frequency': 0.4781, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5219}] | general | Calculate, Select | Allele Frequency |
Q2.1911 | Q2 | What is the allele frequency of the SNP rs62219539 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62219539 has an effect allele A frequency of 0.0636 and non-effect allele G frequency of 0.9364. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62219539"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7426435', 'SNP': 'rs62219539', 'effect_allele': 'A', 'effect_allele_frequency': 0.0636, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9364}] | general | Calculate, Select | Allele Frequency |
Q2.978 | Q2 | What is the allele frequency of the SNP rs7959978 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7959978 has an effect allele G frequency of 0.4068 and non-effect allele A frequency of 0.5932. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7959978"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3775558', 'SNP': 'rs7959978', 'effect_allele': 'G', 'effect_allele_frequency': 0.4068, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5932}] | general | Calculate, Select | Allele Frequency |
Q2.611 | Q2 | What is the allele frequency of the SNP rs10090624 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10090624 has an effect allele G frequency of 0.0522 and non-effect allele A frequency of 0.9478. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10090624"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2279004', 'SNP': 'rs10090624', 'effect_allele': 'G', 'effect_allele_frequency': 0.0522, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9478}] | general | Calculate, Select | Allele Frequency |
Q2.1919 | Q2 | What is the allele frequency of the SNP rs10087056 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10087056 has an effect allele A frequency of 0.4047 and non-effect allele C frequency of 0.5953. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10087056"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7456718', 'SNP': 'rs10087056', 'effect_allele': 'A', 'effect_allele_frequency': 0.4047, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5952999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.92 | Q2 | What is the allele frequency of the SNP rs17030995 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17030995 has an effect allele A frequency of 0.0474 and non-effect allele G frequency of 0.9526. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17030995"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_349999', 'SNP': 'rs17030995', 'effect_allele': 'A', 'effect_allele_frequency': 0.0474, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9526}] | general | Calculate, Select | Allele Frequency |
Q2.855 | Q2 | What is the allele frequency of the SNP rs10948451 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10948451 has an effect allele A frequency of 0.4643 and non-effect allele C frequency of 0.5357. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10948451"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3314433', 'SNP': 'rs10948451', 'effect_allele': 'A', 'effect_allele_frequency': 0.4643, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5357000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1521 | Q2 | What is the allele frequency of the SNP rs184498771 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs184498771 has an effect allele G frequency of 0.0166 and non-effect allele A frequency of 0.9834. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs184498771"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5869476', 'SNP': 'rs184498771', 'effect_allele': 'G', 'effect_allele_frequency': 0.0165999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9834}] | general | Calculate, Select | Allele Frequency |
Q2.1918 | Q2 | What is the allele frequency of the SNP rs2194187 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2194187 has an effect allele A frequency of 0.1175 and non-effect allele T frequency of 0.8825. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2194187"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7454517', 'SNP': 'rs2194187', 'effect_allele': 'A', 'effect_allele_frequency': 0.1175, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8825000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.760 | Q2 | What is the allele frequency of the SNP rs2433398 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2433398 has an effect allele C frequency of 0.3100 and non-effect allele T frequency of 0.6900. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2433398"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2913236', 'SNP': 'rs2433398', 'effect_allele': 'C', 'effect_allele_frequency': 0.31, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.69}] | general | Calculate, Select | Allele Frequency |
Q2.504 | Q2 | What is the allele frequency of the SNP rs114547945 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114547945 has an effect allele G frequency of 0.0176 and non-effect allele A frequency of 0.9824. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114547945"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1808657', 'SNP': 'rs114547945', 'effect_allele': 'G', 'effect_allele_frequency': 0.0175999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9824}] | general | Calculate, Select | Allele Frequency |
Q2.1287 | Q2 | What is the allele frequency of the SNP rs140676308 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs140676308 has an effect allele T frequency of 0.0308 and non-effect allele A 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 = "rs140676308"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5044880', 'SNP': 'rs140676308', 'effect_allele': 'T', 'effect_allele_frequency': 0.0308, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9692}] | general | Calculate, Select | Allele Frequency |
Q2.1340 | Q2 | What is the allele frequency of the SNP rs117407147 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117407147 has an effect allele T frequency of 0.0143 and non-effect allele C frequency of 0.9857. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117407147"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5194616', 'SNP': 'rs117407147', 'effect_allele': 'T', 'effect_allele_frequency': 0.0143, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9857}] | general | Calculate, Select | Allele Frequency |
Q2.12 | Q2 | What is the allele frequency of the SNP rs2417969 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2417969 has an effect allele T frequency of 0.4133 and non-effect allele C frequency of 0.5867. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2417969"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_30015', 'SNP': 'rs2417969', 'effect_allele': 'T', 'effect_allele_frequency': 0.4133, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5867}] | general | Calculate, Select | Allele Frequency |
Q2.402 | Q2 | What is the allele frequency of the SNP rs2036423 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2036423 has an effect allele C frequency of 0.4089 and non-effect allele T frequency of 0.5911. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2036423"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1473422', 'SNP': 'rs2036423', 'effect_allele': 'C', 'effect_allele_frequency': 0.4089, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5911}] | general | Calculate, Select | Allele Frequency |
Q2.288 | Q2 | What is the allele frequency of the SNP rs7212233 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7212233 has an effect allele A frequency of 0.4832 and non-effect allele C frequency of 0.5168. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7212233"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1095127', 'SNP': 'rs7212233', 'effect_allele': 'A', 'effect_allele_frequency': 0.4832, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5167999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1075 | Q2 | What is the allele frequency of the SNP rs1491892 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1491892 has an effect allele G frequency of 0.3098 and non-effect allele T frequency of 0.6902. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1491892"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4143739', 'SNP': 'rs1491892', 'effect_allele': 'G', 'effect_allele_frequency': 0.3097999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6902000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1201 | Q2 | What is the allele frequency of the SNP rs2682461 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2682461 has an effect allele A frequency of 0.0211 and non-effect allele G frequency of 0.9789. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2682461"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4686325', 'SNP': 'rs2682461', 'effect_allele': 'A', 'effect_allele_frequency': 0.0211, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9789}] | general | Calculate, Select | Allele Frequency |
Q2.1746 | Q2 | What is the allele frequency of the SNP rs116274564 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116274564 has an effect allele T frequency of 0.0221 and non-effect allele C frequency of 0.9779. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116274564"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6827829', 'SNP': 'rs116274564', 'effect_allele': 'T', 'effect_allele_frequency': 0.0221, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9779}] | general | Calculate, Select | Allele Frequency |
Q2.697 | Q2 | What is the allele frequency of the SNP rs12684773 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12684773 has an effect allele A frequency of 0.1857 and non-effect allele G frequency of 0.8143. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12684773"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2678322', 'SNP': 'rs12684773', 'effect_allele': 'A', 'effect_allele_frequency': 0.1857, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8143}] | general | Calculate, Select | Allele Frequency |
Q2.1632 | Q2 | What is the allele frequency of the SNP rs78959720 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78959720 has an effect allele C frequency of 0.0139 and non-effect allele T frequency of 0.9861. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78959720"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6351055', 'SNP': 'rs78959720', 'effect_allele': 'C', 'effect_allele_frequency': 0.0139, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9861}] | general | Calculate, Select | Allele Frequency |
Q2.1877 | Q2 | What is the allele frequency of the SNP rs7955198 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7955198 has an effect allele C frequency of 0.4953 and non-effect allele T frequency of 0.5047. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7955198"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7289124', 'SNP': 'rs7955198', 'effect_allele': 'C', 'effect_allele_frequency': 0.4952999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5047000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.696 | Q2 | What is the allele frequency of the SNP rs151134719 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs151134719 has an effect allele G frequency of 0.0104 and non-effect allele A frequency of 0.9896. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs151134719"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2677446', 'SNP': 'rs151134719', 'effect_allele': 'G', 'effect_allele_frequency': 0.0103999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9896000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.858 | Q2 | What is the allele frequency of the SNP rs11836955 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11836955 has an effect allele G frequency of 0.4418 and non-effect allele C frequency of 0.5582. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11836955"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3322162', 'SNP': 'rs11836955', 'effect_allele': 'G', 'effect_allele_frequency': 0.4417999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5582}] | general | Calculate, Select | Allele Frequency |
Q2.162 | Q2 | What is the allele frequency of the SNP rs72766490 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72766490 has an effect allele A frequency of 0.1043 and non-effect allele G frequency of 0.8957. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72766490"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_605771', 'SNP': 'rs72766490', 'effect_allele': 'A', 'effect_allele_frequency': 0.1043, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8956999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.902 | Q2 | What is the allele frequency of the SNP rs367940 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs367940 has an effect allele G frequency of 0.0420 and non-effect allele A frequency of 0.9580. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs367940"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3463781', 'SNP': 'rs367940', 'effect_allele': 'G', 'effect_allele_frequency': 0.042, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.958}] | general | Calculate, Select | Allele Frequency |
Q2.1576 | Q2 | What is the allele frequency of the SNP rs34724163 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34724163 has an effect allele G frequency of 0.1748 and non-effect allele C frequency of 0.8252. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34724163"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6074249', 'SNP': 'rs34724163', 'effect_allele': 'G', 'effect_allele_frequency': 0.1747999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8252000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.260 | Q2 | What is the allele frequency of the SNP rs36050448 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs36050448 has an effect allele C frequency of 0.2954 and non-effect allele T frequency of 0.7046. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs36050448"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_975515', 'SNP': 'rs36050448', 'effect_allele': 'C', 'effect_allele_frequency': 0.2954, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7046}] | general | Calculate, Select | Allele Frequency |
Q2.339 | Q2 | What is the allele frequency of the SNP rs7681627 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7681627 has an effect allele T frequency of 0.0961 and non-effect allele C frequency of 0.9039. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7681627"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1241996', 'SNP': 'rs7681627', 'effect_allele': 'T', 'effect_allele_frequency': 0.0961, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9039}] | general | Calculate, Select | Allele Frequency |
Q2.1881 | Q2 | What is the allele frequency of the SNP rs4840090 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4840090 has an effect allele G frequency of 0.2671 and non-effect allele A frequency of 0.7329. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4840090"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7306967', 'SNP': 'rs4840090', 'effect_allele': 'G', 'effect_allele_frequency': 0.2671, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7329}] | general | Calculate, Select | Allele Frequency |
Q2.1048 | Q2 | What is the allele frequency of the SNP rs645464 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs645464 has an effect allele T frequency of 0.1375 and non-effect allele C frequency of 0.8625. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs645464"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4060560', 'SNP': 'rs645464', 'effect_allele': 'T', 'effect_allele_frequency': 0.1375, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8625}] | general | Calculate, Select | Allele Frequency |
Q2.521 | Q2 | What is the allele frequency of the SNP rs34101866 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34101866 has an effect allele G 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 = "rs34101866"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1883054', 'SNP': 'rs34101866', 'effect_allele': 'G', 'effect_allele_frequency': 0.0292999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9707000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1363 | Q2 | What is the allele frequency of the SNP rs4625093 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4625093 has an effect allele G frequency of 0.4225 and non-effect allele A frequency of 0.5775. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4625093"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5281206', 'SNP': 'rs4625093', 'effect_allele': 'G', 'effect_allele_frequency': 0.4225, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5775}] | general | Calculate, Select | Allele Frequency |
Q2.1024 | Q2 | What is the allele frequency of the SNP rs7985654 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7985654 has an effect allele G frequency of 0.1592 and non-effect allele C frequency of 0.8408. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7985654"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3969419', 'SNP': 'rs7985654', 'effect_allele': 'G', 'effect_allele_frequency': 0.1592, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8408}] | general | Calculate, Select | Allele Frequency |
Q2.775 | Q2 | What is the allele frequency of the SNP rs72771658 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72771658 has an effect allele A frequency of 0.0671 and non-effect allele G frequency of 0.9329. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72771658"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2969796', 'SNP': 'rs72771658', 'effect_allele': 'A', 'effect_allele_frequency': 0.0671, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9329}] | general | Calculate, Select | Allele Frequency |
Q2.1748 | Q2 | What is the allele frequency of the SNP rs117679105 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117679105 has an effect allele T frequency of 0.0299 and non-effect allele C frequency of 0.9701. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117679105"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6839880', 'SNP': 'rs117679105', 'effect_allele': 'T', 'effect_allele_frequency': 0.0299, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9701}] | general | Calculate, Select | Allele Frequency |
Q2.768 | Q2 | What is the allele frequency of the SNP rs73028406 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73028406 has an effect allele A frequency of 0.0270 and non-effect allele G frequency of 0.9730. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73028406"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2938298', 'SNP': 'rs73028406', 'effect_allele': 'A', 'effect_allele_frequency': 0.027, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.973}] | general | Calculate, Select | Allele Frequency |
Q2.1256 | Q2 | What is the allele frequency of the SNP rs504941 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs504941 has an effect allele C frequency of 0.1153 and non-effect allele T frequency of 0.8847. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs504941"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4902937', 'SNP': 'rs504941', 'effect_allele': 'C', 'effect_allele_frequency': 0.1152999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8847}] | general | Calculate, Select | Allele Frequency |
Q2.1213 | Q2 | What is the allele frequency of the SNP rs1416750 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1416750 has an effect allele C frequency of 0.4883 and non-effect allele T frequency of 0.5117. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1416750"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4714342', 'SNP': 'rs1416750', 'effect_allele': 'C', 'effect_allele_frequency': 0.4882999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5117}] | general | Calculate, Select | Allele Frequency |
Q2.1469 | Q2 | What is the allele frequency of the SNP rs12770745 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12770745 has an effect allele G frequency of 0.0607 and non-effect allele A frequency of 0.9393. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12770745"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5667058', 'SNP': 'rs12770745', 'effect_allele': 'G', 'effect_allele_frequency': 0.0606999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9393000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1984 | Q2 | What is the allele frequency of the SNP rs62251517 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62251517 has an effect allele T frequency of 0.2378 and non-effect allele C frequency of 0.7622. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62251517"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7722167', 'SNP': 'rs62251517', 'effect_allele': 'T', 'effect_allele_frequency': 0.2378, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7622}] | general | Calculate, Select | Allele Frequency |
Q2.527 | Q2 | What is the allele frequency of the SNP rs112463475 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112463475 has an effect allele T frequency of 0.0854 and non-effect allele C frequency of 0.9146. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112463475"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1903848', 'SNP': 'rs112463475', 'effect_allele': 'T', 'effect_allele_frequency': 0.0854, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9146}] | general | Calculate, Select | Allele Frequency |
Q2.23 | Q2 | What is the allele frequency of the SNP rs76644226 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76644226 has an effect allele C frequency of 0.0155 and non-effect allele T frequency of 0.9845. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76644226"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_81523', 'SNP': 'rs76644226', 'effect_allele': 'C', 'effect_allele_frequency': 0.0154999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9845000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.361 | Q2 | What is the allele frequency of the SNP rs654384 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs654384 has an effect allele A frequency of 0.4050 and non-effect allele G frequency of 0.5950. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs654384"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1311982', 'SNP': 'rs654384', 'effect_allele': 'A', 'effect_allele_frequency': 0.405, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.595}] | general | Calculate, Select | Allele Frequency |
Q2.1288 | Q2 | What is the allele frequency of the SNP rs10823254 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10823254 has an effect allele T frequency of 0.2981 and non-effect allele C frequency of 0.7019. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10823254"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5047848', 'SNP': 'rs10823254', 'effect_allele': 'T', 'effect_allele_frequency': 0.2981, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7019}] | general | Calculate, Select | Allele Frequency |
Q2.1326 | Q2 | What is the allele frequency of the SNP rs10139855 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10139855 has an effect allele T frequency of 0.2954 and non-effect allele A frequency of 0.7046. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10139855"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5159722', 'SNP': 'rs10139855', 'effect_allele': 'T', 'effect_allele_frequency': 0.2954, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7046}] | general | Calculate, Select | Allele Frequency |
Q2.1683 | Q2 | What is the allele frequency of the SNP rs4861818 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4861818 has an effect allele T frequency of 0.0479 and non-effect allele C frequency of 0.9521. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4861818"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6552007', 'SNP': 'rs4861818', 'effect_allele': 'T', 'effect_allele_frequency': 0.0479, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9521}] | general | Calculate, Select | Allele Frequency |
Q2.344 | Q2 | What is the allele frequency of the SNP rs17716289 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17716289 has an effect allele G frequency of 0.0216 and non-effect allele A 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 = "rs17716289"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1256955', 'SNP': 'rs17716289', 'effect_allele': 'G', 'effect_allele_frequency': 0.0215999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9784}] | general | Calculate, Select | Allele Frequency |
Q2.437 | Q2 | What is the allele frequency of the SNP rs144216729 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144216729 has an effect allele A frequency of 0.0142 and non-effect allele G 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 = "rs144216729"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1561862', 'SNP': 'rs144216729', 'effect_allele': 'A', 'effect_allele_frequency': 0.0142, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9858}] | general | Calculate, Select | Allele Frequency |
Q2.479 | Q2 | What is the allele frequency of the SNP rs1346945 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1346945 has an effect allele C frequency of 0.1059 and non-effect allele G frequency of 0.8941. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1346945"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1704808', 'SNP': 'rs1346945', 'effect_allele': 'C', 'effect_allele_frequency': 0.1059, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8941}] | general | Calculate, Select | Allele Frequency |
Q2.220 | Q2 | What is the allele frequency of the SNP rs1467331 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1467331 has an effect allele A frequency of 0.3047 and non-effect allele T frequency of 0.6953. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1467331"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_811892', 'SNP': 'rs1467331', 'effect_allele': 'A', 'effect_allele_frequency': 0.3047, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6953}] | general | Calculate, Select | Allele Frequency |
Q2.919 | Q2 | What is the allele frequency of the SNP rs62306926 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62306926 has an effect allele T frequency of 0.0182 and non-effect allele C frequency of 0.9818. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62306926"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3547665', 'SNP': 'rs62306926', 'effect_allele': 'T', 'effect_allele_frequency': 0.0182, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9818}] | general | Calculate, Select | Allele Frequency |
Q2.1237 | Q2 | What is the allele frequency of the SNP rs111540153 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs111540153 has an effect allele A frequency of 0.1225 and non-effect allele G frequency of 0.8775. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs111540153"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4799471', 'SNP': 'rs111540153', 'effect_allele': 'A', 'effect_allele_frequency': 0.1225, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8775}] | general | Calculate, Select | Allele Frequency |
Q2.1597 | Q2 | What is the allele frequency of the SNP rs11736761 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11736761 has an effect allele A frequency of 0.0901 and non-effect allele G frequency of 0.9099. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11736761"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6173635', 'SNP': 'rs11736761', 'effect_allele': 'A', 'effect_allele_frequency': 0.0901, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9099}] | general | Calculate, Select | Allele Frequency |
Q2.1020 | Q2 | What is the allele frequency of the SNP rs28872338 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28872338 has an effect allele G frequency of 0.0575 and non-effect allele A frequency of 0.9425. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28872338"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3950759', 'SNP': 'rs28872338', 'effect_allele': 'G', 'effect_allele_frequency': 0.0574999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9425000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1950 | Q2 | What is the allele frequency of the SNP rs139496542 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139496542 has an effect allele C frequency of 0.0145 and non-effect allele T 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 = "rs139496542"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7614521', 'SNP': 'rs139496542', 'effect_allele': 'C', 'effect_allele_frequency': 0.0144999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9855000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.96 | Q2 | What is the allele frequency of the SNP rs72831804 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72831804 has an effect allele A frequency of 0.0132 and non-effect allele G frequency of 0.9868. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72831804"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_356446', 'SNP': 'rs72831804', 'effect_allele': 'A', 'effect_allele_frequency': 0.0132, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9868}] | general | Calculate, Select | Allele Frequency |
Q2.1017 | Q2 | What is the allele frequency of the SNP rs1282023 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1282023 has an effect allele T frequency of 0.4617 and non-effect allele C frequency of 0.5383. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1282023"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3933678', 'SNP': 'rs1282023', 'effect_allele': 'T', 'effect_allele_frequency': 0.4617, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5383}] | general | Calculate, Select | Allele Frequency |
Q2.1079 | Q2 | What is the allele frequency of the SNP rs6741841 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6741841 has an effect allele T frequency of 0.4439 and non-effect allele C frequency of 0.5561. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6741841"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4167068', 'SNP': 'rs6741841', 'effect_allele': 'T', 'effect_allele_frequency': 0.4439, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5561}] | general | Calculate, Select | Allele Frequency |
Q2.1101 | Q2 | What is the allele frequency of the SNP rs142091683 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs142091683 has an effect allele G frequency of 0.0314 and non-effect allele A frequency of 0.9686. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs142091683"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4237796', 'SNP': 'rs142091683', 'effect_allele': 'G', 'effect_allele_frequency': 0.0313999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9686000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1586 | Q2 | What is the allele frequency of the SNP rs10280281 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10280281 has an effect allele G frequency of 0.0971 and non-effect allele A frequency of 0.9029. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10280281"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6116549', 'SNP': 'rs10280281', 'effect_allele': 'G', 'effect_allele_frequency': 0.0970999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9029000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1321 | Q2 | What is the allele frequency of the SNP rs56377442 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56377442 has an effect allele T frequency of 0.1601 and non-effect allele C frequency of 0.8399. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56377442"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5139529', 'SNP': 'rs56377442', 'effect_allele': 'T', 'effect_allele_frequency': 0.1601, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8399}] | general | Calculate, Select | Allele Frequency |
Q2.703 | Q2 | What is the allele frequency of the SNP rs62171001 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62171001 has an effect allele T frequency of 0.3080 and non-effect allele C frequency of 0.6920. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62171001"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2701301', 'SNP': 'rs62171001', 'effect_allele': 'T', 'effect_allele_frequency': 0.308, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.692}] | general | Calculate, Select | Allele Frequency |
Q2.1794 | Q2 | What is the allele frequency of the SNP rs12570864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12570864 has an effect allele C frequency of 0.1379 and non-effect allele T frequency of 0.8621. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12570864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6990596', 'SNP': 'rs12570864', 'effect_allele': 'C', 'effect_allele_frequency': 0.1379, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8621}] | general | Calculate, Select | Allele Frequency |
Q2.1005 | Q2 | What is the allele frequency of the SNP rs141168043 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs141168043 has an effect allele T frequency of 0.0572 and non-effect allele G frequency of 0.9428. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs141168043"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3882227', 'SNP': 'rs141168043', 'effect_allele': 'T', 'effect_allele_frequency': 0.0572, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9428}] | general | Calculate, Select | Allele Frequency |
Q2.156 | Q2 | What is the allele frequency of the SNP rs12140547 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12140547 has an effect allele A frequency of 0.0504 and non-effect allele G frequency of 0.9496. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12140547"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_583204', 'SNP': 'rs12140547', 'effect_allele': 'A', 'effect_allele_frequency': 0.0504, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9496}] | general | Calculate, Select | Allele Frequency |
Q2.1108 | Q2 | What is the allele frequency of the SNP rs4849027 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4849027 has an effect allele A frequency of 0.4373 and non-effect allele G frequency of 0.5627. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4849027"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4258762', 'SNP': 'rs4849027', 'effect_allele': 'A', 'effect_allele_frequency': 0.4373, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5627}] | general | Calculate, Select | Allele Frequency |
Q2.1719 | Q2 | What is the allele frequency of the SNP rs12552196 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12552196 has an effect allele G frequency of 0.0150 and non-effect allele A 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 = "rs12552196"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6710088', 'SNP': 'rs12552196', 'effect_allele': 'G', 'effect_allele_frequency': 0.015, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.985}] | general | Calculate, Select | Allele Frequency |
Q2.1998 | Q2 | What is the allele frequency of the SNP rs73376998 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73376998 has an effect allele G frequency of 0.0167 and non-effect allele A 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 = "rs73376998"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7761363', 'SNP': 'rs73376998', 'effect_allele': 'G', 'effect_allele_frequency': 0.0167, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9833}] | general | Calculate, Select | Allele Frequency |
Q2.796 | Q2 | What is the allele frequency of the SNP rs78560597 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78560597 has an effect allele C frequency of 0.0238 and non-effect allele G frequency of 0.9762. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78560597"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3061165', 'SNP': 'rs78560597', 'effect_allele': 'C', 'effect_allele_frequency': 0.0238, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9762}] | general | Calculate, Select | Allele Frequency |
Q2.587 | Q2 | What is the allele frequency of the SNP rs80076275 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs80076275 has an effect allele G frequency of 0.0552 and non-effect allele C frequency of 0.9448. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs80076275"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2209577', 'SNP': 'rs80076275', 'effect_allele': 'G', 'effect_allele_frequency': 0.0552, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9448}] | general | Calculate, Select | Allele Frequency |
Q2.710 | Q2 | What is the allele frequency of the SNP rs62213196 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62213196 has an effect allele C frequency of 0.1405 and non-effect allele G frequency of 0.8595. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62213196"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2724556', 'SNP': 'rs62213196', 'effect_allele': 'C', 'effect_allele_frequency': 0.1405, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8594999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1222 | Q2 | What is the allele frequency of the SNP rs7723413 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7723413 has an effect allele T frequency of 0.2249 and non-effect allele C frequency of 0.7751. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7723413"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4752508', 'SNP': 'rs7723413', 'effect_allele': 'T', 'effect_allele_frequency': 0.2249, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7751}] | general | Calculate, Select | Allele Frequency |
Q2.1308 | Q2 | What is the allele frequency of the SNP rs144405954 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144405954 has an effect allele A frequency of 0.0138 and non-effect allele T frequency of 0.9862. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144405954"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5093690', 'SNP': 'rs144405954', 'effect_allele': 'A', 'effect_allele_frequency': 0.0138, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9862}] | general | Calculate, Select | Allele Frequency |
Q2.1666 | Q2 | What is the allele frequency of the SNP rs1411099 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1411099 has an effect allele G frequency of 0.0613 and non-effect allele A frequency of 0.9387. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1411099"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6483580', 'SNP': 'rs1411099', 'effect_allele': 'G', 'effect_allele_frequency': 0.0613, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9387}] | general | Calculate, Select | Allele Frequency |
Q2.1270 | Q2 | What is the allele frequency of the SNP rs186473761 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs186473761 has an effect allele T frequency of 0.0146 and non-effect allele C frequency of 0.9854. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs186473761"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4967444', 'SNP': 'rs186473761', 'effect_allele': 'T', 'effect_allele_frequency': 0.0146, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9854}] | general | Calculate, Select | Allele Frequency |
Q2.493 | Q2 | What is the allele frequency of the SNP rs56356107 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56356107 has an effect allele T frequency of 0.1882 and non-effect allele G frequency of 0.8118. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56356107"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1761761', 'SNP': 'rs56356107', 'effect_allele': 'T', 'effect_allele_frequency': 0.1882, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8118}] | general | Calculate, Select | Allele Frequency |
Q2.565 | Q2 | What is the allele frequency of the SNP rs1242932 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1242932 has an effect allele T frequency of 0.4439 and non-effect allele C frequency of 0.5561. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1242932"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2090070', 'SNP': 'rs1242932', 'effect_allele': 'T', 'effect_allele_frequency': 0.4439, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5561}] | general | Calculate, Select | Allele Frequency |
Q2.1151 | Q2 | What is the allele frequency of the SNP rs4131436 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4131436 has an effect allele T frequency of 0.4828 and non-effect allele G frequency of 0.5172. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4131436"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4442294', 'SNP': 'rs4131436', 'effect_allele': 'T', 'effect_allele_frequency': 0.4828, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5172}] | general | Calculate, Select | Allele Frequency |
Q2.1129 | Q2 | What is the allele frequency of the SNP rs12059691 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12059691 has an effect allele A frequency of 0.3518 and non-effect allele C frequency of 0.6482. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12059691"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4349888', 'SNP': 'rs12059691', 'effect_allele': 'A', 'effect_allele_frequency': 0.3518, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6482}] | general | Calculate, Select | Allele Frequency |
Q2.808 | Q2 | What is the allele frequency of the SNP rs75855207 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75855207 has an effect allele A 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 = "rs75855207"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3102499', 'SNP': 'rs75855207', 'effect_allele': 'A', 'effect_allele_frequency': 0.0547, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9453}] | general | Calculate, Select | Allele Frequency |
Q2.518 | Q2 | What is the allele frequency of the SNP rs476416 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs476416 has an effect allele C frequency of 0.4254 and non-effect allele G frequency of 0.5746. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs476416"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1871681', 'SNP': 'rs476416', 'effect_allele': 'C', 'effect_allele_frequency': 0.4254, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5746}] | 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.