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.1450 | Q2 | What is the allele frequency of the SNP rs11905645 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11905645 has an effect allele C frequency of 0.1928 and non-effect allele T frequency of 0.8072. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11905645"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5604353', 'SNP': 'rs11905645', 'effect_allele': 'C', 'effect_allele_frequency': 0.1927999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8072000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.279 | Q2 | What is the allele frequency of the SNP rs12026832 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12026832 has an effect allele T frequency of 0.3022 and non-effect allele C frequency of 0.6978. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12026832"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1035209', 'SNP': 'rs12026832', 'effect_allele': 'T', 'effect_allele_frequency': 0.3022, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6978}] | general | Calculate, Select | Allele Frequency |
Q2.1507 | Q2 | What is the allele frequency of the SNP rs115896002 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115896002 has an effect allele A frequency of 0.0292 and non-effect allele C frequency of 0.9708. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115896002"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5799514', 'SNP': 'rs115896002', 'effect_allele': 'A', 'effect_allele_frequency': 0.0292, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9708}] | general | Calculate, Select | Allele Frequency |
Q2.1328 | Q2 | What is the allele frequency of the SNP rs9659617 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9659617 has an effect allele C frequency of 0.4885 and non-effect allele G frequency of 0.5115. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9659617"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5162272', 'SNP': 'rs9659617', 'effect_allele': 'C', 'effect_allele_frequency': 0.4885, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5115000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1271 | Q2 | What is the allele frequency of the SNP rs61819932 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61819932 has an effect allele G frequency of 0.3367 and non-effect allele C frequency of 0.6633. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61819932"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4969882', 'SNP': 'rs61819932', 'effect_allele': 'G', 'effect_allele_frequency': 0.3367, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6633}] | general | Calculate, Select | Allele Frequency |
Q2.1820 | Q2 | What is the allele frequency of the SNP rs17775040 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17775040 has an effect allele G frequency of 0.2991 and non-effect allele A frequency of 0.7009. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17775040"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7076467', 'SNP': 'rs17775040', 'effect_allele': 'G', 'effect_allele_frequency': 0.2991, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7009000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.273 | Q2 | What is the allele frequency of the SNP rs1206163 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1206163 has an effect allele C frequency of 0.4878 and non-effect allele T frequency of 0.5122. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1206163"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1012774', 'SNP': 'rs1206163', 'effect_allele': 'C', 'effect_allele_frequency': 0.4878, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5122}] | general | Calculate, Select | Allele Frequency |
Q2.1863 | Q2 | What is the allele frequency of the SNP rs6985838 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6985838 has an effect allele C frequency of 0.2939 and non-effect allele G frequency of 0.7061. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6985838"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7247225', 'SNP': 'rs6985838', 'effect_allele': 'C', 'effect_allele_frequency': 0.2939, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7061}] | general | Calculate, Select | Allele Frequency |
Q2.578 | Q2 | What is the allele frequency of the SNP rs56218653 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56218653 has an effect allele A frequency of 0.0265 and non-effect allele G frequency of 0.9735. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56218653"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2149883', 'SNP': 'rs56218653', 'effect_allele': 'A', 'effect_allele_frequency': 0.0265, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9735}] | general | Calculate, Select | Allele Frequency |
Q2.638 | Q2 | What is the allele frequency of the SNP rs2514659 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2514659 has an effect allele C frequency of 0.3438 and non-effect allele A frequency of 0.6562. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2514659"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2411771', 'SNP': 'rs2514659', 'effect_allele': 'C', 'effect_allele_frequency': 0.3438, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6562}] | general | Calculate, Select | Allele Frequency |
Q2.713 | Q2 | What is the allele frequency of the SNP rs72939216 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72939216 has an effect allele C frequency of 0.0803 and non-effect allele T frequency of 0.9197. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72939216"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2740052', 'SNP': 'rs72939216', 'effect_allele': 'C', 'effect_allele_frequency': 0.0803, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9197}] | general | Calculate, Select | Allele Frequency |
Q2.1529 | Q2 | What is the allele frequency of the SNP rs113358599 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113358599 has an effect allele C frequency of 0.1811 and non-effect allele G frequency of 0.8189. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113358599"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5892222', 'SNP': 'rs113358599', 'effect_allele': 'C', 'effect_allele_frequency': 0.1811, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8189}] | general | Calculate, Select | Allele Frequency |
Q2.627 | Q2 | What is the allele frequency of the SNP rs2075635 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2075635 has an effect allele T frequency of 0.0722 and non-effect allele C frequency of 0.9278. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2075635"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2346612', 'SNP': 'rs2075635', 'effect_allele': 'T', 'effect_allele_frequency': 0.0722, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9278}] | general | Calculate, Select | Allele Frequency |
Q2.1991 | Q2 | What is the allele frequency of the SNP rs7231546 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7231546 has an effect allele C frequency of 0.1393 and non-effect allele G frequency of 0.8607. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7231546"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7736655', 'SNP': 'rs7231546', 'effect_allele': 'C', 'effect_allele_frequency': 0.1393, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8607}] | general | Calculate, Select | Allele Frequency |
Q2.813 | Q2 | What is the allele frequency of the SNP rs75662793 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75662793 has an effect allele C frequency of 0.0168 and non-effect allele T frequency of 0.9832. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75662793"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3127846', 'SNP': 'rs75662793', 'effect_allele': 'C', 'effect_allele_frequency': 0.0168, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9832}] | general | Calculate, Select | Allele Frequency |
Q2.309 | Q2 | What is the allele frequency of the SNP rs6865298 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6865298 has an effect allele T frequency of 0.1208 and non-effect allele C frequency of 0.8792. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6865298"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1138974', 'SNP': 'rs6865298', 'effect_allele': 'T', 'effect_allele_frequency': 0.1208, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8792}] | general | Calculate, Select | Allele Frequency |
Q2.550 | Q2 | What is the allele frequency of the SNP rs112016107 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112016107 has an effect allele T frequency of 0.0724 and non-effect allele C frequency of 0.9276. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112016107"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1999028', 'SNP': 'rs112016107', 'effect_allele': 'T', 'effect_allele_frequency': 0.0724, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9276}] | general | Calculate, Select | Allele Frequency |
Q2.1606 | Q2 | What is the allele frequency of the SNP rs1036730 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1036730 has an effect allele T 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 = "rs1036730"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6218786', 'SNP': 'rs1036730', 'effect_allele': 'T', 'effect_allele_frequency': 0.2671, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7329}] | general | Calculate, Select | Allele Frequency |
Q2.1743 | Q2 | What is the allele frequency of the SNP rs3095555 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3095555 has an effect allele A frequency of 0.1480 and non-effect allele G frequency of 0.8520. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3095555"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6808833', 'SNP': 'rs3095555', 'effect_allele': 'A', 'effect_allele_frequency': 0.148, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.852}] | general | Calculate, Select | Allele Frequency |
Q2.50 | Q2 | What is the allele frequency of the SNP rs16951838 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs16951838 has an effect allele C frequency of 0.0920 and non-effect allele T frequency of 0.9080. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs16951838"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_162211', 'SNP': 'rs16951838', 'effect_allele': 'C', 'effect_allele_frequency': 0.0919999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9080000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1089 | Q2 | What is the allele frequency of the SNP rs10837872 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10837872 has an effect allele G frequency of 0.3664 and non-effect allele C frequency of 0.6336. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10837872"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4196166', 'SNP': 'rs10837872', 'effect_allele': 'G', 'effect_allele_frequency': 0.3663999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6336000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1674 | Q2 | What is the allele frequency of the SNP rs59439225 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59439225 has an effect allele A frequency of 0.0445 and non-effect allele G frequency of 0.9555. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs59439225"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6516690', 'SNP': 'rs59439225', 'effect_allele': 'A', 'effect_allele_frequency': 0.0445, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9555}] | general | Calculate, Select | Allele Frequency |
Q2.1697 | Q2 | What is the allele frequency of the SNP rs9490810 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9490810 has an effect allele T frequency of 0.0307 and non-effect allele G frequency of 0.9693. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9490810"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6654107', 'SNP': 'rs9490810', 'effect_allele': 'T', 'effect_allele_frequency': 0.0307, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9693}] | general | Calculate, Select | Allele Frequency |
Q2.686 | Q2 | What is the allele frequency of the SNP rs79512350 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79512350 has an effect allele G frequency of 0.0202 and non-effect allele T frequency of 0.9798. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79512350"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2629641', 'SNP': 'rs79512350', 'effect_allele': 'G', 'effect_allele_frequency': 0.0201999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9798000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1485 | Q2 | What is the allele frequency of the SNP rs1826242 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1826242 has an effect allele G frequency of 0.0554 and non-effect allele A frequency of 0.9446. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1826242"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5703575', 'SNP': 'rs1826242', 'effect_allele': 'G', 'effect_allele_frequency': 0.0554, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9446}] | general | Calculate, Select | Allele Frequency |
Q2.1455 | Q2 | What is the allele frequency of the SNP rs12679861 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12679861 has an effect allele G frequency of 0.3851 and non-effect allele A frequency of 0.6149. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12679861"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5619144', 'SNP': 'rs12679861', 'effect_allele': 'G', 'effect_allele_frequency': 0.3851, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6149}] | general | Calculate, Select | Allele Frequency |
Q2.1486 | Q2 | What is the allele frequency of the SNP rs17544441 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17544441 has an effect allele G frequency of 0.3347 and non-effect allele T frequency of 0.6653. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17544441"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5705712', 'SNP': 'rs17544441', 'effect_allele': 'G', 'effect_allele_frequency': 0.3347, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6653}] | general | Calculate, Select | Allele Frequency |
Q2.1292 | Q2 | What is the allele frequency of the SNP rs77630583 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77630583 has an effect allele G frequency of 0.0677 and non-effect allele A frequency of 0.9323. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77630583"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5055822', 'SNP': 'rs77630583', 'effect_allele': 'G', 'effect_allele_frequency': 0.0676999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9323000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1232 | Q2 | What is the allele frequency of the SNP rs4706273 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4706273 has an effect allele T frequency of 0.3979 and non-effect allele C frequency of 0.6021. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4706273"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4787835', 'SNP': 'rs4706273', 'effect_allele': 'T', 'effect_allele_frequency': 0.3979, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6021000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.525 | Q2 | What is the allele frequency of the SNP rs6766872 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6766872 has an effect allele G frequency of 0.1092 and non-effect allele T frequency of 0.8908. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6766872"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1895662', 'SNP': 'rs6766872', 'effect_allele': 'G', 'effect_allele_frequency': 0.1091999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8908000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1654 | Q2 | What is the allele frequency of the SNP rs12202706 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12202706 has an effect allele G frequency of 0.2731 and non-effect allele C frequency of 0.7269. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12202706"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6433267', 'SNP': 'rs12202706', 'effect_allele': 'G', 'effect_allele_frequency': 0.2731, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7269}] | general | Calculate, Select | Allele Frequency |
Q2.908 | Q2 | What is the allele frequency of the SNP rs35670734 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35670734 has an effect allele C frequency of 0.4167 and non-effect allele T frequency of 0.5833. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35670734"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3509871', 'SNP': 'rs35670734', 'effect_allele': 'C', 'effect_allele_frequency': 0.4166999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5833000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1904 | Q2 | What is the allele frequency of the SNP rs147982032 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs147982032 has an effect allele G frequency of 0.0138 and non-effect allele C 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 = "rs147982032"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7408901', 'SNP': 'rs147982032', 'effect_allele': 'G', 'effect_allele_frequency': 0.0138, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9862}] | general | Calculate, Select | Allele Frequency |
Q2.1242 | Q2 | What is the allele frequency of the SNP rs7826943 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7826943 has an effect allele A frequency of 0.0554 and non-effect allele G frequency of 0.9446. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7826943"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4825851', 'SNP': 'rs7826943', 'effect_allele': 'A', 'effect_allele_frequency': 0.0554, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9446}] | general | Calculate, Select | Allele Frequency |
Q2.24 | Q2 | What is the allele frequency of the SNP rs72701745 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72701745 has an effect allele C frequency of 0.0141 and non-effect allele A frequency of 0.9859. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72701745"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_83505', 'SNP': 'rs72701745', 'effect_allele': 'C', 'effect_allele_frequency': 0.0141, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9859}] | general | Calculate, Select | Allele Frequency |
Q2.779 | Q2 | What is the allele frequency of the SNP rs12471113 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12471113 has an effect allele T frequency of 0.2427 and non-effect allele C frequency of 0.7573. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12471113"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2983668', 'SNP': 'rs12471113', 'effect_allele': 'T', 'effect_allele_frequency': 0.2427, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7573}] | general | Calculate, Select | Allele Frequency |
Q2.65 | Q2 | What is the allele frequency of the SNP rs12992813 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12992813 has an effect allele A frequency of 0.4009 and non-effect allele T frequency of 0.5991. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12992813"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_257357', 'SNP': 'rs12992813', 'effect_allele': 'A', 'effect_allele_frequency': 0.4009, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5991}] | general | Calculate, Select | Allele Frequency |
Q2.1366 | Q2 | What is the allele frequency of the SNP rs59770756 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59770756 has an effect allele A frequency of 0.0063 and non-effect allele T 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 = "rs59770756"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5284761', 'SNP': 'rs59770756', 'effect_allele': 'A', 'effect_allele_frequency': 0.0063, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9937}] | general | Calculate, Select | Allele Frequency |
Q2.191 | Q2 | What is the allele frequency of the SNP rs6575963 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6575963 has an effect allele T frequency of 0.0564 and non-effect allele C frequency of 0.9436. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6575963"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_735143', 'SNP': 'rs6575963', 'effect_allele': 'T', 'effect_allele_frequency': 0.0564, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9436}] | general | Calculate, Select | Allele Frequency |
Q2.1630 | Q2 | What is the allele frequency of the SNP rs116597473 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116597473 has an effect allele T frequency of 0.0136 and non-effect allele G frequency of 0.9864. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116597473"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6340146', 'SNP': 'rs116597473', 'effect_allele': 'T', 'effect_allele_frequency': 0.0136, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9864}] | general | Calculate, Select | Allele Frequency |
Q2.1395 | Q2 | What is the allele frequency of the SNP rs718760 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs718760 has an effect allele A frequency of 0.2147 and non-effect allele C frequency of 0.7853. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs718760"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5395886', 'SNP': 'rs718760', 'effect_allele': 'A', 'effect_allele_frequency': 0.2147, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7853}] | general | Calculate, Select | Allele Frequency |
Q2.1547 | Q2 | What is the allele frequency of the SNP rs73265276 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73265276 has an effect allele A frequency of 0.0165 and non-effect allele G frequency of 0.9835. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73265276"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5952626', 'SNP': 'rs73265276', 'effect_allele': 'A', 'effect_allele_frequency': 0.0165, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9835}] | general | Calculate, Select | Allele Frequency |
Q2.346 | Q2 | What is the allele frequency of the SNP rs663993 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs663993 has an effect allele A frequency of 0.1960 and non-effect allele G frequency of 0.8040. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs663993"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1263018', 'SNP': 'rs663993', 'effect_allele': 'A', 'effect_allele_frequency': 0.196, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.804}] | general | Calculate, Select | Allele Frequency |
Q2.400 | Q2 | What is the allele frequency of the SNP rs6457711 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6457711 has an effect allele A frequency of 0.2532 and non-effect allele C frequency of 0.7468. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6457711"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1471751', 'SNP': 'rs6457711', 'effect_allele': 'A', 'effect_allele_frequency': 0.2532, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7468}] | general | Calculate, Select | Allele Frequency |
Q2.1393 | Q2 | What is the allele frequency of the SNP rs35174115 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35174115 has an effect allele G frequency of 0.0640 and non-effect allele T frequency of 0.9360. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35174115"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5391607', 'SNP': 'rs35174115', 'effect_allele': 'G', 'effect_allele_frequency': 0.0639999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.936}] | general | Calculate, Select | Allele Frequency |
Q2.1876 | Q2 | What is the allele frequency of the SNP rs2824238 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2824238 has an effect allele C frequency of 0.4403 and non-effect allele T frequency of 0.5597. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2824238"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7286174', 'SNP': 'rs2824238', 'effect_allele': 'C', 'effect_allele_frequency': 0.4403, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5597}] | general | Calculate, Select | Allele Frequency |
Q2.199 | Q2 | What is the allele frequency of the SNP rs6467311 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6467311 has an effect allele C frequency of 0.0481 and non-effect allele A frequency of 0.9519. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6467311"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_757502', 'SNP': 'rs6467311', 'effect_allele': 'C', 'effect_allele_frequency': 0.0481, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9519}] | general | Calculate, Select | Allele Frequency |
Q2.1173 | Q2 | What is the allele frequency of the SNP rs11037325 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11037325 has an effect allele T frequency of 0.2931 and non-effect allele C frequency of 0.7069. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11037325"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4594971', 'SNP': 'rs11037325', 'effect_allele': 'T', 'effect_allele_frequency': 0.2931, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7069}] | general | Calculate, Select | Allele Frequency |
Q2.320 | Q2 | What is the allele frequency of the SNP rs7665679 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7665679 has an effect allele T frequency of 0.4277 and non-effect allele C frequency of 0.5723. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7665679"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1176143', 'SNP': 'rs7665679', 'effect_allele': 'T', 'effect_allele_frequency': 0.4277, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5723}] | general | Calculate, Select | Allele Frequency |
Q2.1002 | Q2 | What is the allele frequency of the SNP rs7894691 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7894691 has an effect allele A frequency of 0.4372 and non-effect allele G frequency of 0.5628. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7894691"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3870358', 'SNP': 'rs7894691', 'effect_allele': 'A', 'effect_allele_frequency': 0.4372, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5628}] | general | Calculate, Select | Allele Frequency |
Q2.223 | Q2 | What is the allele frequency of the SNP rs12285059 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12285059 has an effect allele A frequency of 0.0567 and non-effect allele T frequency of 0.9433. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12285059"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_819163', 'SNP': 'rs12285059', 'effect_allele': 'A', 'effect_allele_frequency': 0.0567, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9433}] | general | Calculate, Select | Allele Frequency |
Q2.1220 | Q2 | What is the allele frequency of the SNP rs2924997 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2924997 has an effect allele T frequency of 0.0472 and non-effect allele C frequency of 0.9528. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2924997"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4744126', 'SNP': 'rs2924997', 'effect_allele': 'T', 'effect_allele_frequency': 0.0472, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9528}] | general | Calculate, Select | Allele Frequency |
Q2.103 | Q2 | What is the allele frequency of the SNP rs145518797 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs145518797 has an effect allele T frequency of 0.0187 and non-effect allele C frequency of 0.9813. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs145518797"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_370771', 'SNP': 'rs145518797', 'effect_allele': 'T', 'effect_allele_frequency': 0.0187, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9813}] | general | Calculate, Select | Allele Frequency |
Q2.1655 | Q2 | What is the allele frequency of the SNP rs76328935 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76328935 has an effect allele T frequency of 0.0781 and non-effect allele C frequency of 0.9219. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76328935"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6434072', 'SNP': 'rs76328935', 'effect_allele': 'T', 'effect_allele_frequency': 0.0781, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9218999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.949 | Q2 | What is the allele frequency of the SNP rs408288 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs408288 has an effect allele A frequency of 0.3571 and non-effect allele G frequency of 0.6429. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs408288"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3647408', 'SNP': 'rs408288', 'effect_allele': 'A', 'effect_allele_frequency': 0.3571, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6429}] | general | Calculate, Select | Allele Frequency |
Q2.1939 | Q2 | What is the allele frequency of the SNP rs189872597 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs189872597 has an effect allele C frequency of 0.0127 and non-effect allele T frequency of 0.9873. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs189872597"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7557534', 'SNP': 'rs189872597', 'effect_allele': 'C', 'effect_allele_frequency': 0.0127, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9873}] | general | Calculate, Select | Allele Frequency |
Q2.1914 | Q2 | What is the allele frequency of the SNP rs140702924 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs140702924 has an effect allele G frequency of 0.0158 and non-effect allele A frequency of 0.9842. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs140702924"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7440951', 'SNP': 'rs140702924', 'effect_allele': 'G', 'effect_allele_frequency': 0.0158, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9842}] | general | Calculate, Select | Allele Frequency |
Q2.1127 | Q2 | What is the allele frequency of the SNP rs3217861 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3217861 has an effect allele T frequency of 0.2316 and non-effect allele C frequency of 0.7684. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3217861"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4323518', 'SNP': 'rs3217861', 'effect_allele': 'T', 'effect_allele_frequency': 0.2316, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7684}] | general | Calculate, Select | Allele Frequency |
Q2.1052 | Q2 | What is the allele frequency of the SNP rs10884989 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10884989 has an effect allele T frequency of 0.3598 and non-effect allele C frequency of 0.6402. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10884989"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4063736', 'SNP': 'rs10884989', 'effect_allele': 'T', 'effect_allele_frequency': 0.3598, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6402}] | general | Calculate, Select | Allele Frequency |
Q2.1538 | Q2 | What is the allele frequency of the SNP rs11848563 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11848563 has an effect allele C frequency of 0.1278 and non-effect allele T frequency of 0.8722. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11848563"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5923225', 'SNP': 'rs11848563', 'effect_allele': 'C', 'effect_allele_frequency': 0.1278, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8722}] | general | Calculate, Select | Allele Frequency |
Q2.356 | Q2 | What is the allele frequency of the SNP rs422496 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs422496 has an effect allele G frequency of 0.3069 and non-effect allele A frequency of 0.6931. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs422496"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1289210', 'SNP': 'rs422496', 'effect_allele': 'G', 'effect_allele_frequency': 0.3068999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6931}] | general | Calculate, Select | Allele Frequency |
Q2.603 | Q2 | What is the allele frequency of the SNP rs148119826 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148119826 has an effect allele T frequency of 0.0234 and non-effect allele A frequency of 0.9766. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs148119826"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2250765', 'SNP': 'rs148119826', 'effect_allele': 'T', 'effect_allele_frequency': 0.0233999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9766000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1559 | Q2 | What is the allele frequency of the SNP rs10519554 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10519554 has an effect allele G frequency of 0.0480 and non-effect allele A frequency of 0.9520. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10519554"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6021358', 'SNP': 'rs10519554', 'effect_allele': 'G', 'effect_allele_frequency': 0.048, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.952}] | general | Calculate, Select | Allele Frequency |
Q2.1350 | Q2 | What is the allele frequency of the SNP rs1346311 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1346311 has an effect allele A frequency of 0.1337 and non-effect allele G frequency of 0.8663. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1346311"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5238113', 'SNP': 'rs1346311', 'effect_allele': 'A', 'effect_allele_frequency': 0.1337, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8663}] | general | Calculate, Select | Allele Frequency |
Q2.1359 | Q2 | What is the allele frequency of the SNP rs7826999 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7826999 has an effect allele C frequency of 0.4974 and non-effect allele A frequency of 0.5026. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7826999"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5262252', 'SNP': 'rs7826999', 'effect_allele': 'C', 'effect_allele_frequency': 0.4973999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5026000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.947 | Q2 | What is the allele frequency of the SNP rs12651629 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12651629 has an effect allele G frequency of 0.1841 and non-effect allele T frequency of 0.8159. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12651629"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3643422', 'SNP': 'rs12651629', 'effect_allele': 'G', 'effect_allele_frequency': 0.1841, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8159}] | general | Calculate, Select | Allele Frequency |
Q2.348 | Q2 | What is the allele frequency of the SNP rs9312376 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9312376 has an effect allele C frequency of 0.4587 and non-effect allele T frequency of 0.5413. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9312376"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1270340', 'SNP': 'rs9312376', 'effect_allele': 'C', 'effect_allele_frequency': 0.4587, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5413}] | general | Calculate, Select | Allele Frequency |
Q2.606 | Q2 | What is the allele frequency of the SNP rs827396 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs827396 has an effect allele C frequency of 0.2790 and non-effect allele T frequency of 0.7210. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs827396"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2258358', 'SNP': 'rs827396', 'effect_allele': 'C', 'effect_allele_frequency': 0.279, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.721}] | general | Calculate, Select | Allele Frequency |
Q2.719 | Q2 | What is the allele frequency of the SNP rs7718947 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7718947 has an effect allele C frequency of 0.0097 and non-effect allele T frequency of 0.9903. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7718947"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2766989', 'SNP': 'rs7718947', 'effect_allele': 'C', 'effect_allele_frequency': 0.0097, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9903}] | general | Calculate, Select | Allele Frequency |
Q2.118 | Q2 | What is the allele frequency of the SNP rs144213213 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144213213 has an effect allele T frequency of 0.0194 and non-effect allele C 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 = "rs144213213"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_441754', 'SNP': 'rs144213213', 'effect_allele': 'T', 'effect_allele_frequency': 0.0194, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9806}] | general | Calculate, Select | Allele Frequency |
Q2.617 | Q2 | What is the allele frequency of the SNP rs114267329 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114267329 has an effect allele G frequency of 0.0369 and non-effect allele A frequency of 0.9631. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114267329"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2320676', 'SNP': 'rs114267329', 'effect_allele': 'G', 'effect_allele_frequency': 0.0369, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9631}] | general | Calculate, Select | Allele Frequency |
Q2.1013 | Q2 | What is the allele frequency of the SNP rs4413104 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4413104 has an effect allele T frequency of 0.3971 and non-effect allele C frequency of 0.6029. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4413104"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3915527', 'SNP': 'rs4413104', 'effect_allele': 'T', 'effect_allele_frequency': 0.3971, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6029}] | general | Calculate, Select | Allele Frequency |
Q2.1265 | Q2 | What is the allele frequency of the SNP rs192137828 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192137828 has an effect allele A frequency of 0.0165 and non-effect allele G frequency of 0.9835. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs192137828"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4949527', 'SNP': 'rs192137828', 'effect_allele': 'A', 'effect_allele_frequency': 0.0165, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9835}] | general | Calculate, Select | Allele Frequency |
Q2.1489 | Q2 | What is the allele frequency of the SNP rs192954996 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192954996 has an effect allele A frequency of 0.0054 and non-effect allele G frequency of 0.9946. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs192954996"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5723025', 'SNP': 'rs192954996', 'effect_allele': 'A', 'effect_allele_frequency': 0.0054, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9946}] | general | Calculate, Select | Allele Frequency |
Q2.489 | Q2 | What is the allele frequency of the SNP rs79500605 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79500605 has an effect allele C frequency of 0.0946 and non-effect allele T frequency of 0.9054. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79500605"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1739815', 'SNP': 'rs79500605', 'effect_allele': 'C', 'effect_allele_frequency': 0.0946, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9054}] | general | Calculate, Select | Allele Frequency |
Q2.1711 | Q2 | What is the allele frequency of the SNP rs12621265 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12621265 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 = "rs12621265"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6683470', 'SNP': 'rs12621265', 'effect_allele': 'C', 'effect_allele_frequency': 0.0215999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9784}] | general | Calculate, Select | Allele Frequency |
Q2.787 | Q2 | What is the allele frequency of the SNP rs12939873 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12939873 has an effect allele T frequency of 0.3484 and non-effect allele C frequency of 0.6516. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12939873"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3023447', 'SNP': 'rs12939873', 'effect_allele': 'T', 'effect_allele_frequency': 0.3484, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6516}] | general | Calculate, Select | Allele Frequency |
Q2.881 | Q2 | What is the allele frequency of the SNP rs77350454 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77350454 has an effect allele C frequency of 0.0343 and non-effect allele G frequency of 0.9657. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77350454"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3400609', 'SNP': 'rs77350454', 'effect_allele': 'C', 'effect_allele_frequency': 0.0343, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9657}] | general | Calculate, Select | Allele Frequency |
Q2.1555 | Q2 | What is the allele frequency of the SNP rs75547010 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75547010 has an effect allele G frequency of 0.0275 and non-effect allele A frequency of 0.9725. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75547010"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5993335', 'SNP': 'rs75547010', 'effect_allele': 'G', 'effect_allele_frequency': 0.0274999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9725000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.567 | Q2 | What is the allele frequency of the SNP rs7614578 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7614578 has an effect allele A frequency of 0.4288 and non-effect allele G frequency of 0.5712. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7614578"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2099586', 'SNP': 'rs7614578', 'effect_allele': 'A', 'effect_allele_frequency': 0.4288, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5711999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.254 | Q2 | What is the allele frequency of the SNP rs76513761 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76513761 has an effect allele C frequency of 0.0315 and non-effect allele T frequency of 0.9685. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76513761"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_944290', 'SNP': 'rs76513761', 'effect_allele': 'C', 'effect_allele_frequency': 0.0314999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9685000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.242 | Q2 | What is the allele frequency of the SNP rs28515616 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28515616 has an effect allele G frequency of 0.0994 and non-effect allele T frequency of 0.9006. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28515616"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_901469', 'SNP': 'rs28515616', 'effect_allele': 'G', 'effect_allele_frequency': 0.0994, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9006}] | general | Calculate, Select | Allele Frequency |
Q2.176 | Q2 | What is the allele frequency of the SNP rs74196677 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74196677 has an effect allele C frequency of 0.2297 and non-effect allele T frequency of 0.7703. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74196677"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_661766', 'SNP': 'rs74196677', 'effect_allele': 'C', 'effect_allele_frequency': 0.2297, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7703}] | general | Calculate, Select | Allele Frequency |
Q2.824 | Q2 | What is the allele frequency of the SNP rs6735788 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6735788 has an effect allele C frequency of 0.0380 and non-effect allele G frequency of 0.9620. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6735788"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3185233', 'SNP': 'rs6735788', 'effect_allele': 'C', 'effect_allele_frequency': 0.038, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.962}] | general | Calculate, Select | Allele Frequency |
Q2.983 | Q2 | What is the allele frequency of the SNP rs9294376 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9294376 has an effect allele A frequency of 0.3865 and non-effect allele G frequency of 0.6135. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9294376"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3795134', 'SNP': 'rs9294376', 'effect_allele': 'A', 'effect_allele_frequency': 0.3865, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6134999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1476 | Q2 | What is the allele frequency of the SNP rs10423759 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10423759 has an effect allele T frequency of 0.0267 and non-effect allele C frequency of 0.9733. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10423759"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5686566', 'SNP': 'rs10423759', 'effect_allele': 'T', 'effect_allele_frequency': 0.0267, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9733}] | general | Calculate, Select | Allele Frequency |
Q2.1262 | Q2 | What is the allele frequency of the SNP rs143518281 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs143518281 has an effect allele T frequency of 0.1436 and non-effect allele C frequency of 0.8564. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs143518281"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4930107', 'SNP': 'rs143518281', 'effect_allele': 'T', 'effect_allele_frequency': 0.1436, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8564}] | general | Calculate, Select | Allele Frequency |
Q2.1280 | Q2 | What is the allele frequency of the SNP rs553781 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs553781 has an effect allele T frequency of 0.3288 and non-effect allele C frequency of 0.6712. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs553781"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5000153', 'SNP': 'rs553781', 'effect_allele': 'T', 'effect_allele_frequency': 0.3288, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6712}] | general | Calculate, Select | Allele Frequency |
Q2.751 | Q2 | What is the allele frequency of the SNP rs115522378 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115522378 has an effect allele T frequency of 0.0191 and non-effect allele C frequency of 0.9809. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115522378"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2875543', 'SNP': 'rs115522378', 'effect_allele': 'T', 'effect_allele_frequency': 0.0191, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9809}] | general | Calculate, Select | Allele Frequency |
Q2.561 | Q2 | What is the allele frequency of the SNP rs7668384 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7668384 has an effect allele T 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 = "rs7668384"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2074067', 'SNP': 'rs7668384', 'effect_allele': 'T', 'effect_allele_frequency': 0.1002, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8998}] | general | Calculate, Select | Allele Frequency |
Q2.81 | Q2 | What is the allele frequency of the SNP rs76489665 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76489665 has an effect allele A frequency of 0.0292 and non-effect allele G frequency of 0.9708. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76489665"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_297465', 'SNP': 'rs76489665', 'effect_allele': 'A', 'effect_allele_frequency': 0.0292, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9708}] | general | Calculate, Select | Allele Frequency |
Q2.1042 | Q2 | What is the allele frequency of the SNP rs2102306 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2102306 has an effect allele A frequency of 0.4409 and non-effect allele G frequency of 0.5591. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2102306"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4039573', 'SNP': 'rs2102306', 'effect_allele': 'A', 'effect_allele_frequency': 0.4409, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5590999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1314 | Q2 | What is the allele frequency of the SNP rs12572721 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12572721 has an effect allele T frequency of 0.2487 and non-effect allele C frequency of 0.7513. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12572721"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5108808', 'SNP': 'rs12572721', 'effect_allele': 'T', 'effect_allele_frequency': 0.2487, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7513}] | general | Calculate, Select | Allele Frequency |
Q2.33 | Q2 | What is the allele frequency of the SNP rs114480964 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114480964 has an effect allele A frequency of 0.0206 and non-effect allele G frequency of 0.9794. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114480964"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_106179', 'SNP': 'rs114480964', 'effect_allele': 'A', 'effect_allele_frequency': 0.0206, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9794}] | general | Calculate, Select | Allele Frequency |
Q2.1739 | Q2 | What is the allele frequency of the SNP rs74052099 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74052099 has an effect allele T frequency of 0.0507 and non-effect allele C frequency of 0.9493. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74052099"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6795235', 'SNP': 'rs74052099', 'effect_allele': 'T', 'effect_allele_frequency': 0.0507, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9493}] | general | Calculate, Select | Allele Frequency |
Q2.358 | Q2 | What is the allele frequency of the SNP rs2442776 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2442776 has an effect allele G frequency of 0.1395 and non-effect allele A frequency of 0.8605. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2442776"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1299011', 'SNP': 'rs2442776', 'effect_allele': 'G', 'effect_allele_frequency': 0.1394999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8605}] | general | Calculate, Select | Allele Frequency |
Q2.1077 | Q2 | What is the allele frequency of the SNP rs35970826 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35970826 has an effect allele A frequency of 0.1183 and non-effect allele G frequency of 0.8817. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35970826"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4151453', 'SNP': 'rs35970826', 'effect_allele': 'A', 'effect_allele_frequency': 0.1183, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8817}] | general | Calculate, Select | Allele Frequency |
Q2.1692 | Q2 | What is the allele frequency of the SNP rs10837451 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10837451 has an effect allele T frequency of 0.2125 and non-effect allele A frequency of 0.7875. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10837451"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6624240', 'SNP': 'rs10837451', 'effect_allele': 'T', 'effect_allele_frequency': 0.2125, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7875}] | general | Calculate, Select | Allele Frequency |
Q2.127 | Q2 | What is the allele frequency of the SNP rs79225778 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79225778 has an effect allele T frequency of 0.0483 and non-effect allele C frequency of 0.9517. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79225778"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_467175', 'SNP': 'rs79225778', 'effect_allele': 'T', 'effect_allele_frequency': 0.0483, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9517}] | general | Calculate, Select | Allele Frequency |
Q2.1031 | Q2 | What is the allele frequency of the SNP rs80187241 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs80187241 has an effect allele A frequency of 0.0407 and non-effect allele G frequency of 0.9593. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs80187241"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4002024', 'SNP': 'rs80187241', 'effect_allele': 'A', 'effect_allele_frequency': 0.0407, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9593}] | 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.