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.75 | Q2 | What is the allele frequency of the SNP rs2712736 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2712736 has an effect allele G frequency of 0.2077 and non-effect allele C frequency of 0.7923. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2712736"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_272740', 'SNP': 'rs2712736', 'effect_allele': 'G', 'effect_allele_frequency': 0.2077, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7923}] | general | Calculate, Select | Allele Frequency |
Q2.1082 | Q2 | What is the allele frequency of the SNP rs11121146 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11121146 has an effect allele C frequency of 0.2051 and non-effect allele T frequency of 0.7949. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11121146"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4168240', 'SNP': 'rs11121146', 'effect_allele': 'C', 'effect_allele_frequency': 0.2050999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7949000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1214 | Q2 | What is the allele frequency of the SNP rs78811710 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78811710 has an effect allele C frequency of 0.0316 and non-effect allele T frequency of 0.9684. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78811710"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4716723', 'SNP': 'rs78811710', 'effect_allele': 'C', 'effect_allele_frequency': 0.0315999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9684000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1167 | Q2 | What is the allele frequency of the SNP rs62429280 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62429280 has an effect allele C frequency of 0.2071 and non-effect allele T frequency of 0.7929. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62429280"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4561107', 'SNP': 'rs62429280', 'effect_allele': 'C', 'effect_allele_frequency': 0.2070999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7929000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.625 | Q2 | What is the allele frequency of the SNP rs72900893 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72900893 has an effect allele A frequency of 0.0199 and non-effect allele C frequency of 0.9801. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72900893"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2340801', 'SNP': 'rs72900893', 'effect_allele': 'A', 'effect_allele_frequency': 0.0199, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9801}] | general | Calculate, Select | Allele Frequency |
Q2.487 | Q2 | What is the allele frequency of the SNP rs739954 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs739954 has an effect allele T frequency of 0.4988 and non-effect allele C frequency of 0.5012. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs739954"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1732148', 'SNP': 'rs739954', 'effect_allele': 'T', 'effect_allele_frequency': 0.4988, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5012}] | general | Calculate, Select | Allele Frequency |
Q2.1579 | Q2 | What is the allele frequency of the SNP rs7163950 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7163950 has an effect allele C frequency of 0.2967 and non-effect allele T frequency of 0.7033. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7163950"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6093142', 'SNP': 'rs7163950', 'effect_allele': 'C', 'effect_allele_frequency': 0.2966999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7033}] | general | Calculate, Select | Allele Frequency |
Q2.512 | Q2 | What is the allele frequency of the SNP rs13196216 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13196216 has an effect allele G frequency of 0.3969 and non-effect allele C frequency of 0.6031. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13196216"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1843639', 'SNP': 'rs13196216', 'effect_allele': 'G', 'effect_allele_frequency': 0.3969, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6031}] | general | Calculate, Select | Allele Frequency |
Q2.740 | Q2 | What is the allele frequency of the SNP rs4278958 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4278958 has an effect allele C frequency of 0.1567 and non-effect allele A frequency of 0.8433. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4278958"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2834956', 'SNP': 'rs4278958', 'effect_allele': 'C', 'effect_allele_frequency': 0.1566999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8433000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.762 | Q2 | What is the allele frequency of the SNP rs78397635 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78397635 has an effect allele A frequency of 0.0222 and non-effect allele G frequency of 0.9778. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78397635"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2919943', 'SNP': 'rs78397635', 'effect_allele': 'A', 'effect_allele_frequency': 0.0222, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9778}] | general | Calculate, Select | Allele Frequency |
Q2.1990 | Q2 | What is the allele frequency of the SNP rs1093 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1093 has an effect allele G frequency of 0.2005 and non-effect allele A frequency of 0.7995. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1093"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7736444', 'SNP': 'rs1093', 'effect_allele': 'G', 'effect_allele_frequency': 0.2005, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7995}] | general | Calculate, Select | Allele Frequency |
Q2.784 | Q2 | What is the allele frequency of the SNP rs111434706 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs111434706 has an effect allele A frequency of 0.0121 and non-effect allele G 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 = "rs111434706"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3013365', 'SNP': 'rs111434706', 'effect_allele': 'A', 'effect_allele_frequency': 0.0121, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9879}] | general | Calculate, Select | Allele Frequency |
Q2.1763 | Q2 | What is the allele frequency of the SNP rs76834339 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76834339 has an effect allele C frequency of 0.0176 and non-effect allele T frequency of 0.9824. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76834339"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6884269', 'SNP': 'rs76834339', 'effect_allele': 'C', 'effect_allele_frequency': 0.0175999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9824}] | general | Calculate, Select | Allele Frequency |
Q2.848 | Q2 | What is the allele frequency of the SNP rs73933052 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73933052 has an effect allele T frequency of 0.0239 and non-effect allele C frequency of 0.9761. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73933052"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3278969', 'SNP': 'rs73933052', 'effect_allele': 'T', 'effect_allele_frequency': 0.0239, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9761}] | general | Calculate, Select | Allele Frequency |
Q2.315 | Q2 | What is the allele frequency of the SNP rs1528367 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1528367 has an effect allele A frequency of 0.1837 and non-effect allele G frequency of 0.8163. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1528367"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1164213', 'SNP': 'rs1528367', 'effect_allele': 'A', 'effect_allele_frequency': 0.1837, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8163}] | general | Calculate, Select | Allele Frequency |
Q2.816 | Q2 | What is the allele frequency of the SNP rs10920825 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10920825 has an effect allele G frequency of 0.4313 and non-effect allele A frequency of 0.5687. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10920825"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3147561', 'SNP': 'rs10920825', 'effect_allele': 'G', 'effect_allele_frequency': 0.4313, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5687}] | general | Calculate, Select | Allele Frequency |
Q2.411 | Q2 | What is the allele frequency of the SNP rs111567952 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs111567952 has an effect allele C frequency of 0.0194 and non-effect allele A frequency of 0.9806. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs111567952"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1493982', 'SNP': 'rs111567952', 'effect_allele': 'C', 'effect_allele_frequency': 0.0193999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9806000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.826 | Q2 | What is the allele frequency of the SNP rs4637857 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4637857 has an effect allele C frequency of 0.3519 and non-effect allele T frequency of 0.6481. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4637857"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3198964', 'SNP': 'rs4637857', 'effect_allele': 'C', 'effect_allele_frequency': 0.3519, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6481}] | general | Calculate, Select | Allele Frequency |
Q2.1143 | Q2 | What is the allele frequency of the SNP rs11765716 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11765716 has an effect allele T frequency of 0.0727 and non-effect allele A frequency of 0.9273. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11765716"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4407290', 'SNP': 'rs11765716', 'effect_allele': 'T', 'effect_allele_frequency': 0.0726999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9273000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.313 | Q2 | What is the allele frequency of the SNP rs3176817 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3176817 has an effect allele A frequency of 0.2585 and non-effect allele G frequency of 0.7415. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3176817"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1151710', 'SNP': 'rs3176817', 'effect_allele': 'A', 'effect_allele_frequency': 0.2585, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7415}] | general | Calculate, Select | Allele Frequency |
Q2.229 | Q2 | What is the allele frequency of the SNP rs11642190 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11642190 has an effect allele T frequency of 0.2890 and non-effect allele G frequency of 0.7110. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11642190"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_838129', 'SNP': 'rs11642190', 'effect_allele': 'T', 'effect_allele_frequency': 0.289, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7110000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1699 | Q2 | What is the allele frequency of the SNP rs71480090 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs71480090 has an effect allele G frequency of 0.0534 and non-effect allele A frequency of 0.9466. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs71480090"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6656807', 'SNP': 'rs71480090', 'effect_allele': 'G', 'effect_allele_frequency': 0.0534, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9466}] | general | Calculate, Select | Allele Frequency |
Q2.1451 | Q2 | What is the allele frequency of the SNP rs68030547 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs68030547 has an effect allele G frequency of 0.1051 and non-effect allele C frequency of 0.8949. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs68030547"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5610170', 'SNP': 'rs68030547', 'effect_allele': 'G', 'effect_allele_frequency': 0.1050999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8949000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1976 | Q2 | What is the allele frequency of the SNP rs78450459 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78450459 has an effect allele A frequency of 0.0190 and non-effect allele T frequency of 0.9810. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78450459"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7705400', 'SNP': 'rs78450459', 'effect_allele': 'A', 'effect_allele_frequency': 0.019, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.981}] | general | Calculate, Select | Allele Frequency |
Q2.814 | Q2 | What is the allele frequency of the SNP rs72760581 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs72760581 has an effect allele T frequency of 0.1765 and non-effect allele C frequency of 0.8235. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs72760581"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3141789', 'SNP': 'rs72760581', 'effect_allele': 'T', 'effect_allele_frequency': 0.1765, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8235}] | general | Calculate, Select | Allele Frequency |
Q2.1847 | Q2 | What is the allele frequency of the SNP rs10410822 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10410822 has an effect allele A frequency of 0.3565 and non-effect allele G frequency of 0.6435. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10410822"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7191067', 'SNP': 'rs10410822', 'effect_allele': 'A', 'effect_allele_frequency': 0.3565, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6435}] | general | Calculate, Select | Allele Frequency |
Q2.151 | Q2 | What is the allele frequency of the SNP rs464881 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs464881 has an effect allele C frequency of 0.4550 and non-effect allele T frequency of 0.5450. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs464881"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_551626', 'SNP': 'rs464881', 'effect_allele': 'C', 'effect_allele_frequency': 0.4549999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5450000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.781 | Q2 | What is the allele frequency of the SNP rs78346045 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78346045 has an effect allele A frequency of 0.0359 and non-effect allele G frequency of 0.9641. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78346045"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3004252', 'SNP': 'rs78346045', 'effect_allele': 'A', 'effect_allele_frequency': 0.0359, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9641}] | general | Calculate, Select | Allele Frequency |
Q2.727 | Q2 | What is the allele frequency of the SNP rs35374732 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35374732 has an effect allele T frequency of 0.3435 and non-effect allele A frequency of 0.6565. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35374732"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2778439', 'SNP': 'rs35374732', 'effect_allele': 'T', 'effect_allele_frequency': 0.3435, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6565}] | general | Calculate, Select | Allele Frequency |
Q2.820 | Q2 | What is the allele frequency of the SNP rs75806582 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75806582 has an effect allele A frequency of 0.1174 and non-effect allele T frequency of 0.8826. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75806582"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3164798', 'SNP': 'rs75806582', 'effect_allele': 'A', 'effect_allele_frequency': 0.1174, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8826}] | general | Calculate, Select | Allele Frequency |
Q2.1636 | Q2 | What is the allele frequency of the SNP rs144679192 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144679192 has an effect allele G frequency of 0.0220 and non-effect allele A frequency of 0.9780. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144679192"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6360261', 'SNP': 'rs144679192', 'effect_allele': 'G', 'effect_allele_frequency': 0.022, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.978}] | general | Calculate, Select | Allele Frequency |
Q2.825 | Q2 | What is the allele frequency of the SNP rs4789667 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4789667 has an effect allele A frequency of 0.4280 and non-effect allele G frequency of 0.5720. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4789667"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3191662', 'SNP': 'rs4789667', 'effect_allele': 'A', 'effect_allele_frequency': 0.428, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5720000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.581 | Q2 | What is the allele frequency of the SNP rs8001006 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8001006 has an effect allele G frequency of 0.1771 and non-effect allele A frequency of 0.8229. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8001006"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2178346', 'SNP': 'rs8001006', 'effect_allele': 'G', 'effect_allele_frequency': 0.1771, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8229}] | general | Calculate, Select | Allele Frequency |
Q2.563 | Q2 | What is the allele frequency of the SNP rs75514559 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75514559 has an effect allele T frequency of 0.0087 and non-effect allele C frequency of 0.9913. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75514559"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2088037', 'SNP': 'rs75514559', 'effect_allele': 'T', 'effect_allele_frequency': 0.0087, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9913}] | general | Calculate, Select | Allele Frequency |
Q2.1758 | Q2 | What is the allele frequency of the SNP rs2168477 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2168477 has an effect allele A frequency of 0.4870 and non-effect allele G frequency of 0.5130. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2168477"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6866069', 'SNP': 'rs2168477', 'effect_allele': 'A', 'effect_allele_frequency': 0.487, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.513}] | general | Calculate, Select | Allele Frequency |
Q2.1727 | Q2 | What is the allele frequency of the SNP rs4723740 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4723740 has an effect allele T frequency of 0.0450 and non-effect allele C frequency of 0.9550. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4723740"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6738602', 'SNP': 'rs4723740', 'effect_allele': 'T', 'effect_allele_frequency': 0.045, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.955}] | general | Calculate, Select | Allele Frequency |
Q2.1349 | Q2 | What is the allele frequency of the SNP rs149747567 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149747567 has an effect allele G frequency of 0.0325 and non-effect allele T frequency of 0.9675. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs149747567"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5234363', 'SNP': 'rs149747567', 'effect_allele': 'G', 'effect_allele_frequency': 0.0324999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9675000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1161 | Q2 | What is the allele frequency of the SNP rs148527038 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148527038 has an effect allele T frequency of 0.0191 and non-effect allele A 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 = "rs148527038"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4490532', 'SNP': 'rs148527038', 'effect_allele': 'T', 'effect_allele_frequency': 0.0191, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9809}] | general | Calculate, Select | Allele Frequency |
Q2.945 | Q2 | What is the allele frequency of the SNP rs6996811 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6996811 has an effect allele G frequency of 0.4512 and non-effect allele C frequency of 0.5488. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6996811"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3638983', 'SNP': 'rs6996811', 'effect_allele': 'G', 'effect_allele_frequency': 0.4512, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5488}] | general | Calculate, Select | Allele Frequency |
Q2.290 | Q2 | What is the allele frequency of the SNP rs140528644 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs140528644 has an effect allele C frequency of 0.0146 and non-effect allele G frequency of 0.9854. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs140528644"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1098208', 'SNP': 'rs140528644', 'effect_allele': 'C', 'effect_allele_frequency': 0.0146, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9854}] | general | Calculate, Select | Allele Frequency |
Q2.1947 | Q2 | What is the allele frequency of the SNP rs992506 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs992506 has an effect allele C frequency of 0.1349 and non-effect allele G frequency of 0.8651. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs992506"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7595191', 'SNP': 'rs992506', 'effect_allele': 'C', 'effect_allele_frequency': 0.1349, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8651}] | general | Calculate, Select | Allele Frequency |
Q2.973 | Q2 | What is the allele frequency of the SNP rs62396460 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62396460 has an effect allele G frequency of 0.0425 and non-effect allele A frequency of 0.9575. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62396460"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3732193', 'SNP': 'rs62396460', 'effect_allele': 'G', 'effect_allele_frequency': 0.0424999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9575000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.605 | Q2 | What is the allele frequency of the SNP rs77074463 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77074463 has an effect allele C frequency of 0.0763 and non-effect allele G frequency of 0.9237. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77074463"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2252927', 'SNP': 'rs77074463', 'effect_allele': 'C', 'effect_allele_frequency': 0.0763, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9237}] | general | Calculate, Select | Allele Frequency |
Q2.1312 | Q2 | What is the allele frequency of the SNP rs12967041 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12967041 has an effect allele C frequency of 0.1789 and non-effect allele G frequency of 0.8211. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12967041"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5107801', 'SNP': 'rs12967041', 'effect_allele': 'C', 'effect_allele_frequency': 0.1789, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8210999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1244 | Q2 | What is the allele frequency of the SNP rs2018586 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2018586 has an effect allele A frequency of 0.1928 and non-effect allele G 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 = "rs2018586"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4847155', 'SNP': 'rs2018586', 'effect_allele': 'A', 'effect_allele_frequency': 0.1928, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8072}] | general | Calculate, Select | Allele Frequency |
Q2.1638 | Q2 | What is the allele frequency of the SNP rs3821269 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3821269 has an effect allele G frequency of 0.4983 and non-effect allele A frequency of 0.5017. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3821269"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6362976', 'SNP': 'rs3821269', 'effect_allele': 'G', 'effect_allele_frequency': 0.4982999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5017}] | general | Calculate, Select | Allele Frequency |
Q2.1588 | Q2 | What is the allele frequency of the SNP rs114470873 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114470873 has an effect allele A frequency of 0.0107 and non-effect allele G frequency of 0.9893. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114470873"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6121457', 'SNP': 'rs114470873', 'effect_allele': 'A', 'effect_allele_frequency': 0.0107, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9893}] | general | Calculate, Select | Allele Frequency |
Q2.1316 | Q2 | What is the allele frequency of the SNP rs55942656 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55942656 has an effect allele T frequency of 0.3253 and non-effect allele G frequency of 0.6747. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs55942656"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5126819', 'SNP': 'rs55942656', 'effect_allele': 'T', 'effect_allele_frequency': 0.3253, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6747000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1779 | Q2 | What is the allele frequency of the SNP rs2984913 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2984913 has an effect allele T frequency of 0.3414 and non-effect allele C frequency of 0.6586. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2984913"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6938421', 'SNP': 'rs2984913', 'effect_allele': 'T', 'effect_allele_frequency': 0.3414, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6586000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1647 | Q2 | What is the allele frequency of the SNP rs59452907 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59452907 has an effect allele A frequency of 0.0280 and non-effect allele G frequency of 0.9720. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs59452907"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6406720', 'SNP': 'rs59452907', 'effect_allele': 'A', 'effect_allele_frequency': 0.028, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.972}] | general | Calculate, Select | Allele Frequency |
Q2.1255 | Q2 | What is the allele frequency of the SNP rs12928144 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12928144 has an effect allele C frequency of 0.2689 and non-effect allele G frequency of 0.7311. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12928144"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4897968', 'SNP': 'rs12928144', 'effect_allele': 'C', 'effect_allele_frequency': 0.2689, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7311000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1675 | Q2 | What is the allele frequency of the SNP rs139471557 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs139471557 has an effect allele A frequency of 0.0269 and non-effect allele G frequency of 0.9731. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs139471557"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6518837', 'SNP': 'rs139471557', 'effect_allele': 'A', 'effect_allele_frequency': 0.0269, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9731}] | general | Calculate, Select | Allele Frequency |
Q2.1801 | Q2 | What is the allele frequency of the SNP rs13113803 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13113803 has an effect allele G frequency of 0.2895 and non-effect allele A frequency of 0.7105. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13113803"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7007450', 'SNP': 'rs13113803', 'effect_allele': 'G', 'effect_allele_frequency': 0.2895, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7105}] | general | Calculate, Select | Allele Frequency |
Q2.759 | Q2 | What is the allele frequency of the SNP rs150490715 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs150490715 has an effect allele C frequency of 0.0158 and non-effect allele G 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 = "rs150490715"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2906303', 'SNP': 'rs150490715', 'effect_allele': 'C', 'effect_allele_frequency': 0.0158, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9842}] | general | Calculate, Select | Allele Frequency |
Q2.616 | Q2 | What is the allele frequency of the SNP rs76875384 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76875384 has an effect allele C frequency of 0.0487 and non-effect allele T frequency of 0.9513. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76875384"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2310967', 'SNP': 'rs76875384', 'effect_allele': 'C', 'effect_allele_frequency': 0.0486999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9513000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1045 | Q2 | What is the allele frequency of the SNP rs7947306 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7947306 has an effect allele C frequency of 0.2904 and non-effect allele A frequency of 0.7096. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7947306"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4055035', 'SNP': 'rs7947306', 'effect_allele': 'C', 'effect_allele_frequency': 0.2904, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7096}] | general | Calculate, Select | Allele Frequency |
Q2.788 | Q2 | What is the allele frequency of the SNP rs60617460 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs60617460 has an effect allele A frequency of 0.0778 and non-effect allele G frequency of 0.9222. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs60617460"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3025391', 'SNP': 'rs60617460', 'effect_allele': 'A', 'effect_allele_frequency': 0.0778, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9222}] | general | Calculate, Select | Allele Frequency |
Q2.1690 | Q2 | What is the allele frequency of the SNP rs3912446 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3912446 has an effect allele T frequency of 0.0090 and non-effect allele G frequency of 0.9910. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3912446"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6612889', 'SNP': 'rs3912446', 'effect_allele': 'T', 'effect_allele_frequency': 0.009, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.991}] | general | Calculate, Select | Allele Frequency |
Q2.997 | Q2 | What is the allele frequency of the SNP rs117697199 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117697199 has an effect allele T frequency of 0.0306 and non-effect allele C frequency of 0.9694. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117697199"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3856466', 'SNP': 'rs117697199', 'effect_allele': 'T', 'effect_allele_frequency': 0.0306, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9694}] | general | Calculate, Select | Allele Frequency |
Q2.499 | Q2 | What is the allele frequency of the SNP rs117724824 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117724824 has an effect allele A frequency of 0.0199 and non-effect allele G frequency of 0.9801. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117724824"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1791075', 'SNP': 'rs117724824', 'effect_allele': 'A', 'effect_allele_frequency': 0.0199, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9801}] | general | Calculate, Select | Allele Frequency |
Q2.1320 | Q2 | What is the allele frequency of the SNP rs6916105 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6916105 has an effect allele G frequency of 0.2830 and non-effect allele A frequency of 0.7170. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6916105"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5134192', 'SNP': 'rs6916105', 'effect_allele': 'G', 'effect_allele_frequency': 0.283, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7170000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.281 | Q2 | What is the allele frequency of the SNP rs10829039 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10829039 has an effect allele C frequency of 0.3606 and non-effect allele T frequency of 0.6394. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10829039"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1050482', 'SNP': 'rs10829039', 'effect_allele': 'C', 'effect_allele_frequency': 0.3606, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6394}] | general | Calculate, Select | Allele Frequency |
Q2.1848 | Q2 | What is the allele frequency of the SNP rs2011404 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2011404 has an effect allele T frequency of 0.1690 and non-effect allele C frequency of 0.8310. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2011404"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7191500', 'SNP': 'rs2011404', 'effect_allele': 'T', 'effect_allele_frequency': 0.169, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.831}] | general | Calculate, Select | Allele Frequency |
Q2.363 | Q2 | What is the allele frequency of the SNP rs73657856 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73657856 has an effect allele T frequency of 0.0577 and non-effect allele C frequency of 0.9423. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73657856"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1328160', 'SNP': 'rs73657856', 'effect_allele': 'T', 'effect_allele_frequency': 0.0577, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9423}] | general | Calculate, Select | Allele Frequency |
Q2.1179 | Q2 | What is the allele frequency of the SNP rs75530898 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75530898 has an effect allele T frequency of 0.0171 and non-effect allele C frequency of 0.9829. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75530898"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4607429', 'SNP': 'rs75530898', 'effect_allele': 'T', 'effect_allele_frequency': 0.0171, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9829}] | general | Calculate, Select | Allele Frequency |
Q2.239 | Q2 | What is the allele frequency of the SNP rs9738677 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9738677 has an effect allele A frequency of 0.3084 and non-effect allele G frequency of 0.6916. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9738677"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_892357', 'SNP': 'rs9738677', 'effect_allele': 'A', 'effect_allele_frequency': 0.3084, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6916}] | general | Calculate, Select | Allele Frequency |
Q2.557 | Q2 | What is the allele frequency of the SNP rs11133616 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11133616 has an effect allele G frequency of 0.4423 and non-effect allele A frequency of 0.5577. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11133616"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2045139', 'SNP': 'rs11133616', 'effect_allele': 'G', 'effect_allele_frequency': 0.4423, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5577}] | general | Calculate, Select | Allele Frequency |
Q2.1870 | Q2 | What is the allele frequency of the SNP rs12683173 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12683173 has an effect allele A frequency of 0.1672 and non-effect allele T frequency of 0.8328. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12683173"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7274975', 'SNP': 'rs12683173', 'effect_allele': 'A', 'effect_allele_frequency': 0.1672, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8328}] | general | Calculate, Select | Allele Frequency |
Q2.1915 | Q2 | What is the allele frequency of the SNP rs12639508 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12639508 has an effect allele A frequency of 0.0320 and non-effect allele G frequency of 0.9680. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12639508"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7444568', 'SNP': 'rs12639508', 'effect_allele': 'A', 'effect_allele_frequency': 0.032, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.968}] | general | Calculate, Select | Allele Frequency |
Q2.211 | Q2 | What is the allele frequency of the SNP rs2972406 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2972406 has an effect allele C frequency of 0.1952 and non-effect allele T frequency of 0.8048. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2972406"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_784517', 'SNP': 'rs2972406', 'effect_allele': 'C', 'effect_allele_frequency': 0.1952, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8048}] | general | Calculate, Select | Allele Frequency |
Q2.1922 | Q2 | What is the allele frequency of the SNP rs115222341 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs115222341 has an effect allele T frequency of 0.0132 and non-effect allele C frequency of 0.9868. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs115222341"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7467474', 'SNP': 'rs115222341', 'effect_allele': 'T', 'effect_allele_frequency': 0.0132, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9868}] | general | Calculate, Select | Allele Frequency |
Q2.1561 | Q2 | What is the allele frequency of the SNP rs79901477 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79901477 has an effect allele G frequency of 0.0405 and non-effect allele C frequency of 0.9595. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79901477"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6035380', 'SNP': 'rs79901477', 'effect_allele': 'G', 'effect_allele_frequency': 0.0404999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9595000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.60 | Q2 | What is the allele frequency of the SNP rs79796747 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79796747 has an effect allele C frequency of 0.0784 and non-effect allele T frequency of 0.9216. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79796747"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_222778', 'SNP': 'rs79796747', 'effect_allele': 'C', 'effect_allele_frequency': 0.0784, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9216}] | general | Calculate, Select | Allele Frequency |
Q2.1835 | Q2 | What is the allele frequency of the SNP rs10432254 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10432254 has an effect allele C frequency of 0.1280 and non-effect allele T frequency of 0.8720. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10432254"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7143437', 'SNP': 'rs10432254', 'effect_allele': 'C', 'effect_allele_frequency': 0.128, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.872}] | general | Calculate, Select | Allele Frequency |
Q2.1906 | Q2 | What is the allele frequency of the SNP rs143374121 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs143374121 has an effect allele A frequency of 0.0170 and non-effect allele T frequency of 0.9830. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs143374121"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7417159', 'SNP': 'rs143374121', 'effect_allele': 'A', 'effect_allele_frequency': 0.017, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.983}] | general | Calculate, Select | Allele Frequency |
Q2.1578 | Q2 | What is the allele frequency of the SNP rs2401040 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2401040 has an effect allele T frequency of 0.0409 and non-effect allele A frequency of 0.9591. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2401040"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6092852', 'SNP': 'rs2401040', 'effect_allele': 'T', 'effect_allele_frequency': 0.0409, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9591}] | general | Calculate, Select | Allele Frequency |
Q2.368 | Q2 | What is the allele frequency of the SNP rs9435899 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9435899 has an effect allele T frequency of 0.1507 and non-effect allele G frequency of 0.8493. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9435899"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1348050', 'SNP': 'rs9435899', 'effect_allele': 'T', 'effect_allele_frequency': 0.1507, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8492999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.511 | Q2 | What is the allele frequency of the SNP rs192936105 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs192936105 has an effect allele A frequency of 0.0221 and non-effect allele G frequency of 0.9779. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs192936105"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1839649', 'SNP': 'rs192936105', 'effect_allele': 'A', 'effect_allele_frequency': 0.0221, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9779}] | general | Calculate, Select | Allele Frequency |
Q2.815 | Q2 | What is the allele frequency of the SNP rs2060430 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2060430 has an effect allele C frequency of 0.1321 and non-effect allele G frequency of 0.8679. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2060430"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3142869', 'SNP': 'rs2060430', 'effect_allele': 'C', 'effect_allele_frequency': 0.1321, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8679}] | general | Calculate, Select | Allele Frequency |
Q2.1122 | Q2 | What is the allele frequency of the SNP rs6065858 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6065858 has an effect allele C frequency of 0.0352 and non-effect allele T frequency of 0.9648. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6065858"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4301453', 'SNP': 'rs6065858', 'effect_allele': 'C', 'effect_allele_frequency': 0.0352, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9648}] | general | Calculate, Select | Allele Frequency |
Q2.1731 | Q2 | What is the allele frequency of the SNP rs11152898 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11152898 has an effect allele T frequency of 0.0430 and non-effect allele C frequency of 0.9570. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11152898"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6754741', 'SNP': 'rs11152898', 'effect_allele': 'T', 'effect_allele_frequency': 0.043, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.957}] | general | Calculate, Select | Allele Frequency |
Q2.1216 | Q2 | What is the allele frequency of the SNP rs10119983 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10119983 has an effect allele G frequency of 0.0363 and non-effect allele A frequency of 0.9637. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10119983"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4721296', 'SNP': 'rs10119983', 'effect_allele': 'G', 'effect_allele_frequency': 0.0363, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9637}] | general | Calculate, Select | Allele Frequency |
Q2.1212 | Q2 | What is the allele frequency of the SNP rs12033025 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12033025 has an effect allele A frequency of 0.0552 and non-effect allele G frequency of 0.9448. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12033025"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4711733', 'SNP': 'rs12033025', 'effect_allele': 'A', 'effect_allele_frequency': 0.0552, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9448}] | general | Calculate, Select | Allele Frequency |
Q2.971 | Q2 | What is the allele frequency of the SNP rs2467094 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2467094 has an effect allele A frequency of 0.3134 and non-effect allele G frequency of 0.6866. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2467094"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3727513', 'SNP': 'rs2467094', 'effect_allele': 'A', 'effect_allele_frequency': 0.3134, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6866}] | general | Calculate, Select | Allele Frequency |
Q2.805 | Q2 | What is the allele frequency of the SNP rs149556774 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149556774 has an effect allele C frequency of 0.0162 and non-effect allele T frequency of 0.9838. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs149556774"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3098320', 'SNP': 'rs149556774', 'effect_allele': 'C', 'effect_allele_frequency': 0.0161999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9838000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.121 | Q2 | What is the allele frequency of the SNP rs76816864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs76816864 has an effect allele T frequency of 0.0367 and non-effect allele A frequency of 0.9633. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76816864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_444733', 'SNP': 'rs76816864', 'effect_allele': 'T', 'effect_allele_frequency': 0.0366999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9633}] | general | Calculate, Select | Allele Frequency |
Q2.1322 | Q2 | What is the allele frequency of the SNP rs9560720 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9560720 has an effect allele T frequency of 0.3909 and non-effect allele C frequency of 0.6091. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9560720"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5142310', 'SNP': 'rs9560720', 'effect_allele': 'T', 'effect_allele_frequency': 0.3909, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6091}] | general | Calculate, Select | Allele Frequency |
Q2.1221 | Q2 | What is the allele frequency of the SNP rs75569325 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs75569325 has an effect allele A frequency of 0.0650 and non-effect allele G frequency of 0.9350. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs75569325"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4746787', 'SNP': 'rs75569325', 'effect_allele': 'A', 'effect_allele_frequency': 0.065, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.935}] | general | Calculate, Select | Allele Frequency |
Q2.528 | Q2 | What is the allele frequency of the SNP rs12997141 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12997141 has an effect allele T frequency of 0.2366 and non-effect allele C frequency of 0.7634. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12997141"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1905500', 'SNP': 'rs12997141', 'effect_allele': 'T', 'effect_allele_frequency': 0.2366, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7634}] | general | Calculate, Select | Allele Frequency |
Q2.519 | Q2 | What is the allele frequency of the SNP rs868524 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs868524 has an effect allele A frequency of 0.0389 and non-effect allele G frequency of 0.9611. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs868524"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1873060', 'SNP': 'rs868524', 'effect_allele': 'A', 'effect_allele_frequency': 0.0389, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9611}] | general | Calculate, Select | Allele Frequency |
Q2.84 | Q2 | What is the allele frequency of the SNP rs9389467 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9389467 has an effect allele A frequency of 0.0885 and non-effect allele G frequency of 0.9115. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9389467"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_309315', 'SNP': 'rs9389467', 'effect_allele': 'A', 'effect_allele_frequency': 0.0885, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9115}] | general | Calculate, Select | Allele Frequency |
Q2.717 | Q2 | What is the allele frequency of the SNP rs143903514 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs143903514 has an effect allele T frequency of 0.0142 and non-effect allele C frequency of 0.9858. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs143903514"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2755176', 'SNP': 'rs143903514', 'effect_allele': 'T', 'effect_allele_frequency': 0.0142, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9858}] | general | Calculate, Select | Allele Frequency |
Q2.1185 | Q2 | What is the allele frequency of the SNP rs34972866 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34972866 has an effect allele T frequency of 0.1503 and non-effect allele C frequency of 0.8497. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34972866"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4625390', 'SNP': 'rs34972866', 'effect_allele': 'T', 'effect_allele_frequency': 0.1503, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8497}] | general | Calculate, Select | Allele Frequency |
Q2.386 | Q2 | What is the allele frequency of the SNP rs149881911 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs149881911 has an effect allele T frequency of 0.0089 and non-effect allele A frequency of 0.9911. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs149881911"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1439106', 'SNP': 'rs149881911', 'effect_allele': 'T', 'effect_allele_frequency': 0.0089, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9911}] | general | Calculate, Select | Allele Frequency |
Q2.1022 | Q2 | What is the allele frequency of the SNP rs78959660 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs78959660 has an effect allele T frequency of 0.0160 and non-effect allele C frequency of 0.9840. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs78959660"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3955389', 'SNP': 'rs78959660', 'effect_allele': 'T', 'effect_allele_frequency': 0.016, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.984}] | general | Calculate, Select | Allele Frequency |
Q2.1689 | Q2 | What is the allele frequency of the SNP rs73020255 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73020255 has an effect allele A frequency of 0.0142 and non-effect allele T frequency of 0.9858. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73020255"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6612701', 'SNP': 'rs73020255', 'effect_allele': 'A', 'effect_allele_frequency': 0.0142, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9858}] | general | Calculate, Select | Allele Frequency |
Q2.87 | Q2 | What is the allele frequency of the SNP rs9367379 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9367379 has an effect allele T frequency of 0.3762 and non-effect allele C frequency of 0.6238. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9367379"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_327807', 'SNP': 'rs9367379', 'effect_allele': 'T', 'effect_allele_frequency': 0.3762, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6238}] | general | Calculate, Select | Allele Frequency |
Q2.1684 | Q2 | What is the allele frequency of the SNP rs7194243 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7194243 has an effect allele T frequency of 0.2499 and non-effect allele C frequency of 0.7501. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7194243"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6585507', 'SNP': 'rs7194243', 'effect_allele': 'T', 'effect_allele_frequency': 0.2499, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7501}] | general | Calculate, Select | Allele Frequency |
Q2.333 | Q2 | What is the allele frequency of the SNP rs28787378 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs28787378 has an effect allele C frequency of 0.2698 and non-effect allele T frequency of 0.7302. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs28787378"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1212118', 'SNP': 'rs28787378', 'effect_allele': 'C', 'effect_allele_frequency': 0.2698, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7302}] | general | Calculate, Select | Allele Frequency |
Q2.7 | Q2 | What is the allele frequency of the SNP rs4633389 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4633389 has an effect allele A frequency of 0.1565 and non-effect allele G frequency of 0.8435. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4633389"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_25259', 'SNP': 'rs4633389', 'effect_allele': 'A', 'effect_allele_frequency': 0.1565, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8435}] | 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.