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.1854 | Q2 | What is the allele frequency of the SNP rs9934611 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9934611 has an effect allele G frequency of 0.4157 and non-effect allele A frequency of 0.5843. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9934611"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7213898', 'SNP': 'rs9934611', 'effect_allele': 'G', 'effect_allele_frequency': 0.4156999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5843}] | general | Calculate, Select | Allele Frequency |
Q2.1235 | Q2 | What is the allele frequency of the SNP rs73050030 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73050030 has an effect allele T frequency of 0.1620 and non-effect allele G frequency of 0.8380. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73050030"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4791393', 'SNP': 'rs73050030', 'effect_allele': 'T', 'effect_allele_frequency': 0.162, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.838}] | general | Calculate, Select | Allele Frequency |
Q2.1726 | Q2 | What is the allele frequency of the SNP rs13030241 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13030241 has an effect allele T frequency of 0.0560 and non-effect allele C frequency of 0.9440. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13030241"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6733709', 'SNP': 'rs13030241', 'effect_allele': 'T', 'effect_allele_frequency': 0.056, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.944}] | general | Calculate, Select | Allele Frequency |
Q2.564 | Q2 | What is the allele frequency of the SNP rs78263254 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78263254 has an effect allele C frequency of 0.0196 and non-effect allele T frequency of 0.9804. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78263254"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2089230', 'SNP': 'rs78263254', 'effect_allele': 'C', 'effect_allele_frequency': 0.0195999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9804}] | general | Calculate, Select | Allele Frequency |
Q2.142 | Q2 | What is the allele frequency of the SNP rs8106639 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8106639 has an effect allele C frequency of 0.4328 and non-effect allele T frequency of 0.5672. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8106639"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_504718', 'SNP': 'rs8106639', 'effect_allele': 'C', 'effect_allele_frequency': 0.4327999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5672000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1736 | Q2 | What is the allele frequency of the SNP rs724374 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs724374 has an effect allele T frequency of 0.4924 and non-effect allele C frequency of 0.5076. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs724374"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6788447', 'SNP': 'rs724374', 'effect_allele': 'T', 'effect_allele_frequency': 0.4924, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5076}] | general | Calculate, Select | Allele Frequency |
Q2.537 | Q2 | What is the allele frequency of the SNP rs2026122 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2026122 has an effect allele A frequency of 0.1003 and non-effect allele G frequency of 0.8997. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2026122"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1950856', 'SNP': 'rs2026122', 'effect_allele': 'A', 'effect_allele_frequency': 0.1003, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8996999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.227 | Q2 | What is the allele frequency of the SNP rs56356754 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56356754 has an effect allele T frequency of 0.4899 and non-effect allele G frequency of 0.5101. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56356754"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_829297', 'SNP': 'rs56356754', 'effect_allele': 'T', 'effect_allele_frequency': 0.4899, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5101}] | general | Calculate, Select | Allele Frequency |
Q2.730 | Q2 | What is the allele frequency of the SNP rs116245373 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116245373 has an effect allele T frequency of 0.0216 and non-effect allele G 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 = "rs116245373"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2789116', 'SNP': 'rs116245373', 'effect_allele': 'T', 'effect_allele_frequency': 0.0216, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9784}] | general | Calculate, Select | Allele Frequency |
Q2.793 | Q2 | What is the allele frequency of the SNP rs141030929 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs141030929 has an effect allele T frequency of 0.0605 and non-effect allele C frequency of 0.9395. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs141030929"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3052564', 'SNP': 'rs141030929', 'effect_allele': 'T', 'effect_allele_frequency': 0.0605, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9395}] | general | Calculate, Select | Allele Frequency |
Q2.1718 | Q2 | What is the allele frequency of the SNP rs7202677 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7202677 has an effect allele C frequency of 0.2992 and non-effect allele T frequency of 0.7008. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7202677"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6706387', 'SNP': 'rs7202677', 'effect_allele': 'C', 'effect_allele_frequency': 0.2992, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7008}] | general | Calculate, Select | Allele Frequency |
Q2.994 | Q2 | What is the allele frequency of the SNP rs9368548 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9368548 has an effect allele G frequency of 0.2216 and non-effect allele A frequency of 0.7784. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9368548"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3840777', 'SNP': 'rs9368548', 'effect_allele': 'G', 'effect_allele_frequency': 0.2216, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7784}] | general | Calculate, Select | Allele Frequency |
Q2.415 | Q2 | What is the allele frequency of the SNP rs2708790 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2708790 has an effect allele A frequency of 0.4833 and non-effect allele G frequency of 0.5167. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2708790"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1504897', 'SNP': 'rs2708790', 'effect_allele': 'A', 'effect_allele_frequency': 0.4833, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5166999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.329 | Q2 | What is the allele frequency of the SNP rs10850358 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10850358 has an effect allele A frequency of 0.4660 and non-effect allele G frequency of 0.5340. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10850358"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1198653', 'SNP': 'rs10850358', 'effect_allele': 'A', 'effect_allele_frequency': 0.466, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.534}] | general | Calculate, Select | Allele Frequency |
Q2.1098 | Q2 | What is the allele frequency of the SNP rs12574965 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12574965 has an effect allele T frequency of 0.1612 and non-effect allele C frequency of 0.8388. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12574965"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4231854', 'SNP': 'rs12574965', 'effect_allele': 'T', 'effect_allele_frequency': 0.1612, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8388}] | general | Calculate, Select | Allele Frequency |
Q2.303 | Q2 | What is the allele frequency of the SNP rs77054566 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77054566 has an effect allele G frequency of 0.0302 and non-effect allele C frequency of 0.9698. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77054566"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1120535', 'SNP': 'rs77054566', 'effect_allele': 'G', 'effect_allele_frequency': 0.0302, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9698}] | general | Calculate, Select | Allele Frequency |
Q2.1259 | Q2 | What is the allele frequency of the SNP rs73358293 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73358293 has an effect allele G frequency of 0.1457 and non-effect allele A frequency of 0.8543. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73358293"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4923040', 'SNP': 'rs73358293', 'effect_allele': 'G', 'effect_allele_frequency': 0.1457, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8543000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1996 | Q2 | What is the allele frequency of the SNP rs11124433 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11124433 has an effect allele C frequency of 0.3366 and non-effect allele G frequency of 0.6634. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11124433"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7753896', 'SNP': 'rs11124433', 'effect_allele': 'C', 'effect_allele_frequency': 0.3366, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6634}] | general | Calculate, Select | Allele Frequency |
Q2.26 | Q2 | What is the allele frequency of the SNP rs139474764 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139474764 has an effect allele T frequency of 0.0145 and non-effect allele A 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 = "rs139474764"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_88211', 'SNP': 'rs139474764', 'effect_allele': 'T', 'effect_allele_frequency': 0.0144999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9855000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1860 | Q2 | What is the allele frequency of the SNP rs9319980 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9319980 has an effect allele T frequency of 0.3193 and non-effect allele C frequency of 0.6807. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9319980"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7238352', 'SNP': 'rs9319980', 'effect_allele': 'T', 'effect_allele_frequency': 0.3193, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6807000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.721 | Q2 | What is the allele frequency of the SNP rs10116731 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10116731 has an effect allele A frequency of 0.0620 and non-effect allele G frequency of 0.9380. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10116731"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2771778', 'SNP': 'rs10116731', 'effect_allele': 'A', 'effect_allele_frequency': 0.062, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.938}] | general | Calculate, Select | Allele Frequency |
Q2.996 | Q2 | What is the allele frequency of the SNP rs11715519 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11715519 has an effect allele T frequency of 0.2165 and non-effect allele G frequency of 0.7835. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11715519"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3850479', 'SNP': 'rs11715519', 'effect_allele': 'T', 'effect_allele_frequency': 0.2165, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7835}] | general | Calculate, Select | Allele Frequency |
Q2.196 | Q2 | What is the allele frequency of the SNP rs2395867 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2395867 has an effect allele G frequency of 0.1207 and non-effect allele A frequency of 0.8793. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2395867"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_751065', 'SNP': 'rs2395867', 'effect_allele': 'G', 'effect_allele_frequency': 0.1207, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8793}] | general | Calculate, Select | Allele Frequency |
Q2.446 | Q2 | What is the allele frequency of the SNP rs74103323 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74103323 has an effect allele G frequency of 0.1049 and non-effect allele A frequency of 0.8951. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74103323"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1588464', 'SNP': 'rs74103323', 'effect_allele': 'G', 'effect_allele_frequency': 0.1049, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8951}] | general | Calculate, Select | Allele Frequency |
Q2.579 | Q2 | What is the allele frequency of the SNP rs148258773 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148258773 has an effect allele G frequency of 0.0173 and non-effect allele C frequency of 0.9827. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs148258773"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2160094', 'SNP': 'rs148258773', 'effect_allele': 'G', 'effect_allele_frequency': 0.0172999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9827000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.955 | Q2 | What is the allele frequency of the SNP rs9836491 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9836491 has an effect allele A frequency of 0.0529 and non-effect allele G frequency of 0.9471. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9836491"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3671645', 'SNP': 'rs9836491', 'effect_allele': 'A', 'effect_allele_frequency': 0.0529, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9471}] | general | Calculate, Select | Allele Frequency |
Q2.509 | Q2 | What is the allele frequency of the SNP rs113088379 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113088379 has an effect allele T frequency of 0.2832 and non-effect allele C frequency of 0.7168. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113088379"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1834644', 'SNP': 'rs113088379', 'effect_allele': 'T', 'effect_allele_frequency': 0.2832, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7168}] | general | Calculate, Select | Allele Frequency |
Q2.612 | Q2 | What is the allele frequency of the SNP rs56796910 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56796910 has an effect allele C frequency of 0.1811 and non-effect allele T 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 = "rs56796910"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2301741', 'SNP': 'rs56796910', 'effect_allele': 'C', 'effect_allele_frequency': 0.1811, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8189}] | general | Calculate, Select | Allele Frequency |
Q2.1864 | Q2 | What is the allele frequency of the SNP rs9436724 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9436724 has an effect allele A frequency of 0.0745 and non-effect allele T frequency of 0.9255. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9436724"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7258051', 'SNP': 'rs9436724', 'effect_allele': 'A', 'effect_allele_frequency': 0.0745, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9255}] | general | Calculate, Select | Allele Frequency |
Q2.1725 | Q2 | What is the allele frequency of the SNP rs9886306 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9886306 has an effect allele A frequency of 0.2576 and non-effect allele G frequency of 0.7424. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9886306"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6728340', 'SNP': 'rs9886306', 'effect_allele': 'A', 'effect_allele_frequency': 0.2576, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7424}] | general | Calculate, Select | Allele Frequency |
Q2.1885 | Q2 | What is the allele frequency of the SNP rs10160483 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10160483 has an effect allele G frequency of 0.0215 and non-effect allele A frequency of 0.9785. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10160483"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7325508', 'SNP': 'rs10160483', 'effect_allele': 'G', 'effect_allele_frequency': 0.0214999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9785000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.853 | Q2 | What is the allele frequency of the SNP rs73109569 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73109569 has an effect allele A frequency of 0.0126 and non-effect allele G frequency of 0.9874. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73109569"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3309681', 'SNP': 'rs73109569', 'effect_allele': 'A', 'effect_allele_frequency': 0.0126, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9874}] | general | Calculate, Select | Allele Frequency |
Q2.4 | Q2 | What is the allele frequency of the SNP rs13281429 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13281429 has an effect allele G frequency of 0.2088 and non-effect allele A frequency of 0.7912. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13281429"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_11441', 'SNP': 'rs13281429', 'effect_allele': 'G', 'effect_allele_frequency': 0.2087999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7912000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1569 | Q2 | What is the allele frequency of the SNP rs9333070 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9333070 has an effect allele T frequency of 0.3055 and non-effect allele C frequency of 0.6945. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9333070"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6058546', 'SNP': 'rs9333070', 'effect_allele': 'T', 'effect_allele_frequency': 0.3055, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6945}] | general | Calculate, Select | Allele Frequency |
Q2.1461 | Q2 | What is the allele frequency of the SNP rs1957429 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1957429 has an effect allele C frequency of 0.1243 and non-effect allele T frequency of 0.8757. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1957429"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5643784', 'SNP': 'rs1957429', 'effect_allele': 'C', 'effect_allele_frequency': 0.1242999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8757000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.473 | Q2 | What is the allele frequency of the SNP rs60382558 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs60382558 has an effect allele G frequency of 0.0322 and non-effect allele A frequency of 0.9678. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs60382558"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1685064', 'SNP': 'rs60382558', 'effect_allele': 'G', 'effect_allele_frequency': 0.0322, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9678}] | general | Calculate, Select | Allele Frequency |
Q2.325 | Q2 | What is the allele frequency of the SNP rs17366825 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17366825 has an effect allele A frequency of 0.0582 and non-effect allele C frequency of 0.9418. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17366825"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1184152', 'SNP': 'rs17366825', 'effect_allele': 'A', 'effect_allele_frequency': 0.0582, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9418}] | general | Calculate, Select | Allele Frequency |
Q2.6 | Q2 | What is the allele frequency of the SNP rs3742410 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3742410 has an effect allele G frequency of 0.3916 and non-effect allele C frequency of 0.6084. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3742410"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_23638', 'SNP': 'rs3742410', 'effect_allele': 'G', 'effect_allele_frequency': 0.3915999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6084}] | general | Calculate, Select | Allele Frequency |
Q2.225 | Q2 | What is the allele frequency of the SNP rs12577911 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12577911 has an effect allele A frequency of 0.1462 and non-effect allele G frequency of 0.8538. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12577911"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_821057', 'SNP': 'rs12577911', 'effect_allele': 'A', 'effect_allele_frequency': 0.1462, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8538}] | general | Calculate, Select | Allele Frequency |
Q2.1376 | Q2 | What is the allele frequency of the SNP rs111734474 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs111734474 has an effect allele A frequency of 0.0866 and non-effect allele G frequency of 0.9134. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs111734474"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5328571', 'SNP': 'rs111734474', 'effect_allele': 'A', 'effect_allele_frequency': 0.0866, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9134}] | general | Calculate, Select | Allele Frequency |
Q2.553 | Q2 | What is the allele frequency of the SNP rs7534882 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7534882 has an effect allele A frequency of 0.3633 and non-effect allele G frequency of 0.6367. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7534882"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2012752', 'SNP': 'rs7534882', 'effect_allele': 'A', 'effect_allele_frequency': 0.3633, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6367}] | general | Calculate, Select | Allele Frequency |
Q2.231 | Q2 | What is the allele frequency of the SNP rs8006237 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8006237 has an effect allele G frequency of 0.4071 and non-effect allele T frequency of 0.5929. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8006237"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_850040', 'SNP': 'rs8006237', 'effect_allele': 'G', 'effect_allele_frequency': 0.4071, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5929}] | general | Calculate, Select | Allele Frequency |
Q2.40 | Q2 | What is the allele frequency of the SNP rs6763250 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6763250 has an effect allele G frequency of 0.2687 and non-effect allele A frequency of 0.7313. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6763250"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_130390', 'SNP': 'rs6763250', 'effect_allele': 'G', 'effect_allele_frequency': 0.2687, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7313000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.548 | Q2 | What is the allele frequency of the SNP rs35075018 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35075018 has an effect allele A frequency of 0.1474 and non-effect allele T frequency of 0.8526. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35075018"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1994826', 'SNP': 'rs35075018', 'effect_allele': 'A', 'effect_allele_frequency': 0.1474, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8526}] | general | Calculate, Select | Allele Frequency |
Q2.245 | Q2 | What is the allele frequency of the SNP rs62406116 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62406116 has an effect allele A frequency of 0.0424 and non-effect allele C frequency of 0.9576. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62406116"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_909529', 'SNP': 'rs62406116', 'effect_allele': 'A', 'effect_allele_frequency': 0.0424, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9576}] | general | Calculate, Select | Allele Frequency |
Q2.905 | Q2 | What is the allele frequency of the SNP rs58122968 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs58122968 has an effect allele A frequency of 0.0888 and non-effect allele C frequency of 0.9112. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs58122968"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3493490', 'SNP': 'rs58122968', 'effect_allele': 'A', 'effect_allele_frequency': 0.0888, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9112}] | general | Calculate, Select | Allele Frequency |
Q2.1429 | Q2 | What is the allele frequency of the SNP rs150221099 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150221099 has an effect allele G frequency of 0.0483 and non-effect allele A 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 = "rs150221099"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5529472', 'SNP': 'rs150221099', 'effect_allele': 'G', 'effect_allele_frequency': 0.0483, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9517}] | general | Calculate, Select | Allele Frequency |
Q2.139 | Q2 | What is the allele frequency of the SNP rs6062514 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6062514 has an effect allele T frequency of 0.4837 and non-effect allele G frequency of 0.5163. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6062514"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_503162', 'SNP': 'rs6062514', 'effect_allele': 'T', 'effect_allele_frequency': 0.4837, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5163}] | general | Calculate, Select | Allele Frequency |
Q2.1191 | Q2 | What is the allele frequency of the SNP rs17140584 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17140584 has an effect allele T frequency of 0.0210 and non-effect allele C frequency of 0.9790. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17140584"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4649336', 'SNP': 'rs17140584', 'effect_allele': 'T', 'effect_allele_frequency': 0.021, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.979}] | general | Calculate, Select | Allele Frequency |
Q2.1757 | Q2 | What is the allele frequency of the SNP rs17011691 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17011691 has an effect allele C frequency of 0.1409 and non-effect allele A frequency of 0.8591. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17011691"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6865824', 'SNP': 'rs17011691', 'effect_allele': 'C', 'effect_allele_frequency': 0.1409, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8591}] | general | Calculate, Select | Allele Frequency |
Q2.1573 | Q2 | What is the allele frequency of the SNP rs7088910 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7088910 has an effect allele A frequency of 0.3117 and non-effect allele G frequency of 0.6883. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7088910"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6069425', 'SNP': 'rs7088910', 'effect_allele': 'A', 'effect_allele_frequency': 0.3117, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6883}] | general | Calculate, Select | Allele Frequency |
Q2.1443 | Q2 | What is the allele frequency of the SNP rs3750322 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3750322 has an effect allele T frequency of 0.0399 and non-effect allele C frequency of 0.9601. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3750322"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5575178', 'SNP': 'rs3750322', 'effect_allele': 'T', 'effect_allele_frequency': 0.0399, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9601}] | general | Calculate, Select | Allele Frequency |
Q2.836 | Q2 | What is the allele frequency of the SNP rs116667812 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116667812 has an effect allele G frequency of 0.0117 and non-effect allele A frequency of 0.9883. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116667812"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3230003', 'SNP': 'rs116667812', 'effect_allele': 'G', 'effect_allele_frequency': 0.0117, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9883}] | general | Calculate, Select | Allele Frequency |
Q2.451 | Q2 | What is the allele frequency of the SNP rs79950365 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79950365 has an effect allele G frequency of 0.0703 and non-effect allele A frequency of 0.9297. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79950365"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1600426', 'SNP': 'rs79950365', 'effect_allele': 'G', 'effect_allele_frequency': 0.0703, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9297}] | general | Calculate, Select | Allele Frequency |
Q2.849 | Q2 | What is the allele frequency of the SNP rs3011403 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3011403 has an effect allele G frequency of 0.1307 and non-effect allele A frequency of 0.8693. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3011403"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3283547', 'SNP': 'rs3011403', 'effect_allele': 'G', 'effect_allele_frequency': 0.1307, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8693}] | general | Calculate, Select | Allele Frequency |
Q2.1087 | Q2 | What is the allele frequency of the SNP rs625729 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs625729 has an effect allele C frequency of 0.2032 and non-effect allele A frequency of 0.7968. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs625729"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4191319', 'SNP': 'rs625729', 'effect_allele': 'C', 'effect_allele_frequency': 0.2032, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7968}] | general | Calculate, Select | Allele Frequency |
Q2.1420 | Q2 | What is the allele frequency of the SNP rs76114784 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76114784 has an effect allele G frequency of 0.0172 and non-effect allele A frequency of 0.9828. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76114784"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5499961', 'SNP': 'rs76114784', 'effect_allele': 'G', 'effect_allele_frequency': 0.0171999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9828000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1154 | Q2 | What is the allele frequency of the SNP rs4659650 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4659650 has an effect allele T frequency of 0.0710 and non-effect allele C frequency of 0.9290. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4659650"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4454489', 'SNP': 'rs4659650', 'effect_allele': 'T', 'effect_allele_frequency': 0.071, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.929}] | general | Calculate, Select | Allele Frequency |
Q2.1826 | Q2 | What is the allele frequency of the SNP rs76542321 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76542321 has an effect allele A 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 = "rs76542321"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7097570', 'SNP': 'rs76542321', 'effect_allele': 'A', 'effect_allele_frequency': 0.0136, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9864}] | general | Calculate, Select | Allele Frequency |
Q2.588 | Q2 | What is the allele frequency of the SNP rs71472433 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs71472433 has an effect allele C frequency of 0.1499 and non-effect allele A frequency of 0.8501. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs71472433"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2211283', 'SNP': 'rs71472433', 'effect_allele': 'C', 'effect_allele_frequency': 0.1499, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8501}] | general | Calculate, Select | Allele Frequency |
Q2.1892 | Q2 | What is the allele frequency of the SNP rs898183 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs898183 has an effect allele G frequency of 0.1083 and non-effect allele A frequency of 0.8917. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs898183"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7347744', 'SNP': 'rs898183', 'effect_allele': 'G', 'effect_allele_frequency': 0.1082999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8917000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1970 | Q2 | What is the allele frequency of the SNP rs4251980 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4251980 has an effect allele A frequency of 0.2657 and non-effect allele G frequency of 0.7343. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4251980"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7692411', 'SNP': 'rs4251980', 'effect_allele': 'A', 'effect_allele_frequency': 0.2657, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7343}] | general | Calculate, Select | Allele Frequency |
Q2.668 | Q2 | What is the allele frequency of the SNP rs10186166 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10186166 has an effect allele G frequency of 0.1546 and non-effect allele A frequency of 0.8454. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10186166"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2555077', 'SNP': 'rs10186166', 'effect_allele': 'G', 'effect_allele_frequency': 0.1545999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8454000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.442 | Q2 | What is the allele frequency of the SNP rs623064 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs623064 has an effect allele T frequency of 0.3362 and non-effect allele C frequency of 0.6638. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs623064"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1574668', 'SNP': 'rs623064', 'effect_allele': 'T', 'effect_allele_frequency': 0.3362, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6638}] | general | Calculate, Select | Allele Frequency |
Q2.1857 | Q2 | What is the allele frequency of the SNP rs1008598 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1008598 has an effect allele C frequency of 0.1190 and non-effect allele G frequency of 0.8810. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1008598"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7226704', 'SNP': 'rs1008598', 'effect_allele': 'C', 'effect_allele_frequency': 0.119, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.881}] | general | Calculate, Select | Allele Frequency |
Q2.382 | Q2 | What is the allele frequency of the SNP rs1393914 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1393914 has an effect allele A frequency of 0.4272 and non-effect allele G frequency of 0.5728. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1393914"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1404061', 'SNP': 'rs1393914', 'effect_allele': 'A', 'effect_allele_frequency': 0.4272, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5728}] | general | Calculate, Select | Allele Frequency |
Q2.1478 | Q2 | What is the allele frequency of the SNP rs73523068 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73523068 has an effect allele C frequency of 0.0121 and non-effect allele T frequency of 0.9879. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73523068"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5690649', 'SNP': 'rs73523068', 'effect_allele': 'C', 'effect_allele_frequency': 0.0121, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9879}] | general | Calculate, Select | Allele Frequency |
Q2.974 | Q2 | What is the allele frequency of the SNP rs79778199 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79778199 has an effect allele G frequency of 0.1050 and non-effect allele A frequency of 0.8950. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79778199"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3738332', 'SNP': 'rs79778199', 'effect_allele': 'G', 'effect_allele_frequency': 0.1049999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8950000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1210 | Q2 | What is the allele frequency of the SNP rs9905770 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9905770 has an effect allele G frequency of 0.0653 and non-effect allele A frequency of 0.9347. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9905770"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4706958', 'SNP': 'rs9905770', 'effect_allele': 'G', 'effect_allele_frequency': 0.0653, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9347}] | general | Calculate, Select | Allele Frequency |
Q2.318 | Q2 | What is the allele frequency of the SNP rs4480661 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4480661 has an effect allele A frequency of 0.3005 and non-effect allele G frequency of 0.6995. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4480661"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1174372', 'SNP': 'rs4480661', 'effect_allele': 'A', 'effect_allele_frequency': 0.3005, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6995}] | general | Calculate, Select | Allele Frequency |
Q2.698 | Q2 | What is the allele frequency of the SNP rs943503 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs943503 has an effect allele C frequency of 0.1423 and non-effect allele T frequency of 0.8577. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs943503"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2680527', 'SNP': 'rs943503', 'effect_allele': 'C', 'effect_allele_frequency': 0.1422999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8577000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1505 | Q2 | What is the allele frequency of the SNP rs76037262 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76037262 has an effect allele G frequency of 0.0488 and non-effect allele C frequency of 0.9512. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76037262"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5796875', 'SNP': 'rs76037262', 'effect_allele': 'G', 'effect_allele_frequency': 0.0487999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9512}] | general | Calculate, Select | Allele Frequency |
Q2.430 | Q2 | What is the allele frequency of the SNP rs1490459 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1490459 has an effect allele C frequency of 0.1562 and non-effect allele T frequency of 0.8438. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1490459"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1541408', 'SNP': 'rs1490459', 'effect_allele': 'C', 'effect_allele_frequency': 0.1562, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8438}] | general | Calculate, Select | Allele Frequency |
Q2.601 | Q2 | What is the allele frequency of the SNP rs10754668 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10754668 has an effect allele A frequency of 0.0788 and non-effect allele G frequency of 0.9212. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10754668"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2249460', 'SNP': 'rs10754668', 'effect_allele': 'A', 'effect_allele_frequency': 0.0788, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9212}] | general | Calculate, Select | Allele Frequency |
Q2.1964 | Q2 | What is the allele frequency of the SNP rs75307211 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75307211 has an effect allele A frequency of 0.1140 and non-effect allele G frequency of 0.8860. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75307211"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7669722', 'SNP': 'rs75307211', 'effect_allele': 'A', 'effect_allele_frequency': 0.114, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.886}] | general | Calculate, Select | Allele Frequency |
Q2.629 | Q2 | What is the allele frequency of the SNP rs1880551 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1880551 has an effect allele G frequency of 0.1587 and non-effect allele T frequency of 0.8413. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1880551"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2362360', 'SNP': 'rs1880551', 'effect_allele': 'G', 'effect_allele_frequency': 0.1586999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8413000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1170 | Q2 | What is the allele frequency of the SNP rs8051990 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8051990 has an effect allele G frequency of 0.3613 and non-effect allele C frequency of 0.6387. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8051990"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4577671', 'SNP': 'rs8051990', 'effect_allele': 'G', 'effect_allele_frequency': 0.3612999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6387}] | general | Calculate, Select | Allele Frequency |
Q2.1254 | Q2 | What is the allele frequency of the SNP rs56241637 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56241637 has an effect allele C frequency of 0.1598 and non-effect allele G frequency of 0.8402. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56241637"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4894522', 'SNP': 'rs56241637', 'effect_allele': 'C', 'effect_allele_frequency': 0.1598, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8402000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.230 | Q2 | What is the allele frequency of the SNP rs77324770 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77324770 has an effect allele T frequency of 0.0660 and non-effect allele C frequency of 0.9340. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77324770"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_842369', 'SNP': 'rs77324770', 'effect_allele': 'T', 'effect_allele_frequency': 0.066, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9339999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1180 | Q2 | What is the allele frequency of the SNP rs12328774 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12328774 has an effect allele G frequency of 0.2589 and non-effect allele T frequency of 0.7411. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12328774"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4614755', 'SNP': 'rs12328774', 'effect_allele': 'G', 'effect_allele_frequency': 0.2589, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7411}] | general | Calculate, Select | Allele Frequency |
Q2.1332 | Q2 | What is the allele frequency of the SNP rs1178170 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1178170 has an effect allele G frequency of 0.1724 and non-effect allele T frequency of 0.8276. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1178170"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5169421', 'SNP': 'rs1178170', 'effect_allele': 'G', 'effect_allele_frequency': 0.1724, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8276}] | general | Calculate, Select | Allele Frequency |
Q2.1587 | Q2 | What is the allele frequency of the SNP rs10760085 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10760085 has an effect allele A frequency of 0.0991 and non-effect allele C frequency of 0.9009. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10760085"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6118619', 'SNP': 'rs10760085', 'effect_allele': 'A', 'effect_allele_frequency': 0.0991, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9009}] | general | Calculate, Select | Allele Frequency |
Q2.69 | Q2 | What is the allele frequency of the SNP rs10086088 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10086088 has an effect allele T frequency of 0.1443 and non-effect allele C frequency of 0.8557. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10086088"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_263992', 'SNP': 'rs10086088', 'effect_allele': 'T', 'effect_allele_frequency': 0.1443, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8557}] | general | Calculate, Select | Allele Frequency |
Q2.25 | Q2 | What is the allele frequency of the SNP rs116071718 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116071718 has an effect allele A frequency of 0.0767 and non-effect allele T frequency of 0.9233. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116071718"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_86376', 'SNP': 'rs116071718', 'effect_allele': 'A', 'effect_allele_frequency': 0.0767, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9233}] | general | Calculate, Select | Allele Frequency |
Q2.147 | Q2 | What is the allele frequency of the SNP rs4565838 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4565838 has an effect allele G frequency of 0.4410 and non-effect allele A frequency of 0.5590. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4565838"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_536576', 'SNP': 'rs4565838', 'effect_allele': 'G', 'effect_allele_frequency': 0.4409999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5590000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.542 | Q2 | What is the allele frequency of the SNP rs117648354 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117648354 has an effect allele T frequency of 0.1131 and non-effect allele G frequency of 0.8869. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117648354"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1969268', 'SNP': 'rs117648354', 'effect_allele': 'T', 'effect_allele_frequency': 0.1131, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8869}] | general | Calculate, Select | Allele Frequency |
Q2.818 | Q2 | What is the allele frequency of the SNP rs254244 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs254244 has an effect allele A frequency of 0.2291 and non-effect allele G frequency of 0.7709. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs254244"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3154116', 'SNP': 'rs254244', 'effect_allele': 'A', 'effect_allele_frequency': 0.2291, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7709}] | general | Calculate, Select | Allele Frequency |
Q2.1120 | Q2 | What is the allele frequency of the SNP rs17250336 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17250336 has an effect allele A frequency of 0.0459 and non-effect allele G frequency of 0.9541. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17250336"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4297188', 'SNP': 'rs17250336', 'effect_allele': 'A', 'effect_allele_frequency': 0.0459, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9541}] | general | Calculate, Select | Allele Frequency |
Q2.88 | Q2 | What is the allele frequency of the SNP rs2716619 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2716619 has an effect allele C frequency of 0.4239 and non-effect allele T frequency of 0.5761. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2716619"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_333913', 'SNP': 'rs2716619', 'effect_allele': 'C', 'effect_allele_frequency': 0.4239, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5761000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1183 | Q2 | What is the allele frequency of the SNP rs76493211 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76493211 has an effect allele A frequency of 0.0447 and non-effect allele G frequency of 0.9553. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76493211"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4622768', 'SNP': 'rs76493211', 'effect_allele': 'A', 'effect_allele_frequency': 0.0447, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9553}] | general | Calculate, Select | Allele Frequency |
Q2.1333 | Q2 | What is the allele frequency of the SNP rs3767856 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3767856 has an effect allele C frequency of 0.2177 and non-effect allele T frequency of 0.7823. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3767856"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5169691', 'SNP': 'rs3767856', 'effect_allele': 'C', 'effect_allele_frequency': 0.2177, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7823}] | general | Calculate, Select | Allele Frequency |
Q2.1806 | Q2 | What is the allele frequency of the SNP rs2177536 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2177536 has an effect allele A frequency of 0.0933 and non-effect allele G frequency of 0.9067. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2177536"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7020036', 'SNP': 'rs2177536', 'effect_allele': 'A', 'effect_allele_frequency': 0.0933, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9067000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1819 | Q2 | What is the allele frequency of the SNP rs12131486 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12131486 has an effect allele C frequency of 0.0244 and non-effect allele T frequency of 0.9756. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12131486"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7068072', 'SNP': 'rs12131486', 'effect_allele': 'C', 'effect_allele_frequency': 0.0243999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9756000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1374 | Q2 | What is the allele frequency of the SNP rs7157539 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7157539 has an effect allele G frequency of 0.4818 and non-effect allele T frequency of 0.5182. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7157539"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5323129', 'SNP': 'rs7157539', 'effect_allele': 'G', 'effect_allele_frequency': 0.4818, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5182}] | general | Calculate, Select | Allele Frequency |
Q2.1144 | Q2 | What is the allele frequency of the SNP rs7708642 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7708642 has an effect allele T frequency of 0.0982 and non-effect allele C frequency of 0.9018. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7708642"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4412757', 'SNP': 'rs7708642', 'effect_allele': 'T', 'effect_allele_frequency': 0.0982, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9018}] | general | Calculate, Select | Allele Frequency |
Q2.367 | Q2 | What is the allele frequency of the SNP rs75839839 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75839839 has an effect allele T frequency of 0.0180 and non-effect allele C frequency of 0.9820. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75839839"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1346491', 'SNP': 'rs75839839', 'effect_allele': 'T', 'effect_allele_frequency': 0.018, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.982}] | general | Calculate, Select | Allele Frequency |
Q2.1790 | Q2 | What is the allele frequency of the SNP rs506150 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs506150 has an effect allele G frequency of 0.2681 and non-effect allele C frequency of 0.7319. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs506150"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6984461', 'SNP': 'rs506150', 'effect_allele': 'G', 'effect_allele_frequency': 0.2681, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7319}] | general | Calculate, Select | Allele Frequency |
Q2.1208 | Q2 | What is the allele frequency of the SNP rs112255594 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs112255594 has an effect allele T frequency of 0.1005 and non-effect allele C frequency of 0.8995. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs112255594"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4705959', 'SNP': 'rs112255594', 'effect_allele': 'T', 'effect_allele_frequency': 0.1005, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8995}] | general | Calculate, Select | Allele Frequency |
Q2.1035 | Q2 | What is the allele frequency of the SNP rs113632820 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113632820 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 = "rs113632820"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4010459', 'SNP': 'rs113632820', 'effect_allele': 'G', 'effect_allele_frequency': 0.0215999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9784}] | general | Calculate, Select | Allele Frequency |
Q2.1039 | Q2 | What is the allele frequency of the SNP rs4608230 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4608230 has an effect allele C frequency of 0.1794 and non-effect allele T frequency of 0.8206. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4608230"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4024575', 'SNP': 'rs4608230', 'effect_allele': 'C', 'effect_allele_frequency': 0.1794, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8206}] | general | Calculate, Select | Allele Frequency |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.