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.1685 | Q2 | What is the allele frequency of the SNP rs55971662 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55971662 has an effect allele T frequency of 0.4285 and non-effect allele C frequency of 0.5715. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs55971662"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6586573', 'SNP': 'rs55971662', 'effect_allele': 'T', 'effect_allele_frequency': 0.4285, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5715}] | general | Calculate, Select | Allele Frequency |
Q2.830 | Q2 | What is the allele frequency of the SNP rs12531406 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12531406 has an effect allele A frequency of 0.4533 and non-effect allele G frequency of 0.5467. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12531406"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3215822', 'SNP': 'rs12531406', 'effect_allele': 'A', 'effect_allele_frequency': 0.4533, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5467}] | general | Calculate, Select | Allele Frequency |
Q2.1224 | Q2 | What is the allele frequency of the SNP rs11664325 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11664325 has an effect allele G frequency of 0.1129 and non-effect allele A frequency of 0.8871. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11664325"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4764934', 'SNP': 'rs11664325', 'effect_allele': 'G', 'effect_allele_frequency': 0.1129, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8871}] | general | Calculate, Select | Allele Frequency |
Q2.510 | Q2 | What is the allele frequency of the SNP rs55813749 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs55813749 has an effect allele C frequency of 0.3616 and non-effect allele T frequency of 0.6384. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs55813749"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1837542', 'SNP': 'rs55813749', 'effect_allele': 'C', 'effect_allele_frequency': 0.3616, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6384000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1776 | Q2 | What is the allele frequency of the SNP rs148474541 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148474541 has an effect allele A frequency of 0.0204 and non-effect allele G frequency of 0.9796. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs148474541"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6925635', 'SNP': 'rs148474541', 'effect_allele': 'A', 'effect_allele_frequency': 0.0204, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9796}] | general | Calculate, Select | Allele Frequency |
Q2.351 | Q2 | What is the allele frequency of the SNP rs56147711 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56147711 has an effect allele C frequency of 0.0648 and non-effect allele G frequency of 0.9352. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56147711"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1275770', 'SNP': 'rs56147711', 'effect_allele': 'C', 'effect_allele_frequency': 0.0648, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9352}] | general | Calculate, Select | Allele Frequency |
Q2.392 | Q2 | What is the allele frequency of the SNP rs117676424 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117676424 has an effect allele C frequency of 0.0342 and non-effect allele A frequency of 0.9658. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117676424"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1453204', 'SNP': 'rs117676424', 'effect_allele': 'C', 'effect_allele_frequency': 0.0342, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9658}] | general | Calculate, Select | Allele Frequency |
Q2.1033 | Q2 | What is the allele frequency of the SNP rs12670348 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12670348 has an effect allele G frequency of 0.0630 and non-effect allele A frequency of 0.9370. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12670348"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4005507', 'SNP': 'rs12670348', 'effect_allele': 'G', 'effect_allele_frequency': 0.0629999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.937}] | general | Calculate, Select | Allele Frequency |
Q2.901 | Q2 | What is the allele frequency of the SNP rs114600853 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs114600853 has an effect allele C frequency of 0.0227 and non-effect allele T frequency of 0.9773. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs114600853"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3462679', 'SNP': 'rs114600853', 'effect_allele': 'C', 'effect_allele_frequency': 0.0227, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9773}] | general | Calculate, Select | Allele Frequency |
Q2.835 | Q2 | What is the allele frequency of the SNP rs1413969 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1413969 has an effect allele G frequency of 0.3894 and non-effect allele A frequency of 0.6106. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1413969"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3227592', 'SNP': 'rs1413969', 'effect_allele': 'G', 'effect_allele_frequency': 0.3893999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6106}] | general | Calculate, Select | Allele Frequency |
Q2.1894 | Q2 | What is the allele frequency of the SNP rs12446476 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12446476 has an effect allele C frequency of 0.1410 and non-effect allele T frequency of 0.8590. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12446476"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7354999', 'SNP': 'rs12446476', 'effect_allele': 'C', 'effect_allele_frequency': 0.141, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.859}] | general | Calculate, Select | Allele Frequency |
Q2.481 | Q2 | What is the allele frequency of the SNP rs113259922 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs113259922 has an effect allele T frequency of 0.0796 and non-effect allele C frequency of 0.9204. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113259922"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1708241', 'SNP': 'rs113259922', 'effect_allele': 'T', 'effect_allele_frequency': 0.0796, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9204}] | general | Calculate, Select | Allele Frequency |
Q2.1472 | Q2 | What is the allele frequency of the SNP rs11834068 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11834068 has an effect allele A frequency of 0.0564 and non-effect allele C frequency of 0.9436. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11834068"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5678305', 'SNP': 'rs11834068', 'effect_allele': 'A', 'effect_allele_frequency': 0.0564, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9436}] | general | Calculate, Select | Allele Frequency |
Q2.1887 | Q2 | What is the allele frequency of the SNP rs9464431 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9464431 has an effect allele A frequency of 0.1121 and non-effect allele G frequency of 0.8879. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9464431"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7328357', 'SNP': 'rs9464431', 'effect_allele': 'A', 'effect_allele_frequency': 0.1121, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8879}] | general | Calculate, Select | Allele Frequency |
Q2.1398 | Q2 | What is the allele frequency of the SNP rs11563290 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11563290 has an effect allele A frequency of 0.0213 and non-effect allele G frequency of 0.9787. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11563290"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5411408', 'SNP': 'rs11563290', 'effect_allele': 'A', 'effect_allele_frequency': 0.0213, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9787}] | general | Calculate, Select | Allele Frequency |
Q2.659 | Q2 | What is the allele frequency of the SNP rs59782168 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs59782168 has an effect allele G frequency of 0.1151 and non-effect allele A frequency of 0.8849. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs59782168"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2510959', 'SNP': 'rs59782168', 'effect_allele': 'G', 'effect_allele_frequency': 0.1150999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.8849000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.175 | Q2 | What is the allele frequency of the SNP rs11032408 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11032408 has an effect allele A frequency of 0.3203 and non-effect allele G frequency of 0.6797. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11032408"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_661400', 'SNP': 'rs11032408', 'effect_allele': 'A', 'effect_allele_frequency': 0.3203, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6797}] | general | Calculate, Select | Allele Frequency |
Q2.1159 | Q2 | What is the allele frequency of the SNP rs73227163 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73227163 has an effect allele A frequency of 0.0531 and non-effect allele G frequency of 0.9469. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73227163"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4485743', 'SNP': 'rs73227163', 'effect_allele': 'A', 'effect_allele_frequency': 0.0531, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9469}] | general | Calculate, Select | Allele Frequency |
Q2.39 | Q2 | What is the allele frequency of the SNP rs11156917 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11156917 has an effect allele C frequency of 0.2946 and non-effect allele T frequency of 0.7054. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11156917"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_129350', 'SNP': 'rs11156917', 'effect_allele': 'C', 'effect_allele_frequency': 0.2946, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7054}] | general | Calculate, Select | Allele Frequency |
Q2.720 | Q2 | What is the allele frequency of the SNP rs79734168 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs79734168 has an effect allele G frequency of 0.0670 and non-effect allele A frequency of 0.9330. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79734168"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2767094', 'SNP': 'rs79734168', 'effect_allele': 'G', 'effect_allele_frequency': 0.0669999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.933}] | general | Calculate, Select | Allele Frequency |
Q2.93 | Q2 | What is the allele frequency of the SNP rs34557321 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34557321 has an effect allele T frequency of 0.0479 and non-effect allele C frequency of 0.9521. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34557321"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_352142', 'SNP': 'rs34557321', 'effect_allele': 'T', 'effect_allele_frequency': 0.0479, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9521}] | general | Calculate, Select | Allele Frequency |
Q2.1937 | Q2 | What is the allele frequency of the SNP rs71570764 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs71570764 has an effect allele C frequency of 0.0326 and non-effect allele G frequency of 0.9674. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs71570764"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7554693', 'SNP': 'rs71570764', 'effect_allele': 'C', 'effect_allele_frequency': 0.0326, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9674}] | general | Calculate, Select | Allele Frequency |
Q2.1215 | Q2 | What is the allele frequency of the SNP rs7979307 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7979307 has an effect allele T frequency of 0.4013 and non-effect allele A frequency of 0.5987. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7979307"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4720102', 'SNP': 'rs7979307', 'effect_allele': 'T', 'effect_allele_frequency': 0.4013, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5987}] | general | Calculate, Select | Allele Frequency |
Q2.882 | Q2 | What is the allele frequency of the SNP rs130181 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs130181 has an effect allele A frequency of 0.4935 and non-effect allele G frequency of 0.5065. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs130181"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3404824', 'SNP': 'rs130181', 'effect_allele': 'A', 'effect_allele_frequency': 0.4935, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5065}] | general | Calculate, Select | Allele Frequency |
Q2.1353 | Q2 | What is the allele frequency of the SNP rs62399284 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62399284 has an effect allele T frequency of 0.0487 and non-effect allele C 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 = "rs62399284"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5241210', 'SNP': 'rs62399284', 'effect_allele': 'T', 'effect_allele_frequency': 0.0487, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9513}] | general | Calculate, Select | Allele Frequency |
Q2.1891 | Q2 | What is the allele frequency of the SNP rs11201281 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11201281 has an effect allele G frequency of 0.0556 and non-effect allele A frequency of 0.9444. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11201281"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7344014', 'SNP': 'rs11201281', 'effect_allele': 'G', 'effect_allele_frequency': 0.0555999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9444000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1102 | Q2 | What is the allele frequency of the SNP rs12307031 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12307031 has an effect allele C frequency of 0.0405 and non-effect allele G 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 = "rs12307031"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4238240', 'SNP': 'rs12307031', 'effect_allele': 'C', 'effect_allele_frequency': 0.0405, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9595}] | general | Calculate, Select | Allele Frequency |
Q2.1165 | Q2 | What is the allele frequency of the SNP rs17135507 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17135507 has an effect allele A frequency of 0.0524 and non-effect allele G frequency of 0.9476. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17135507"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4542051', 'SNP': 'rs17135507', 'effect_allele': 'A', 'effect_allele_frequency': 0.0524, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9476}] | general | Calculate, Select | Allele Frequency |
Q2.1365 | Q2 | What is the allele frequency of the SNP rs9864521 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9864521 has an effect allele C frequency of 0.1383 and non-effect allele T frequency of 0.8617. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9864521"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5281861', 'SNP': 'rs9864521', 'effect_allele': 'C', 'effect_allele_frequency': 0.1382999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8617000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1959 | Q2 | What is the allele frequency of the SNP rs900797 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs900797 has an effect allele A frequency of 0.0831 and non-effect allele C frequency of 0.9169. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs900797"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7658689', 'SNP': 'rs900797', 'effect_allele': 'A', 'effect_allele_frequency': 0.0831, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9169}] | general | Calculate, Select | Allele Frequency |
Q2.505 | Q2 | What is the allele frequency of the SNP rs17227583 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17227583 has an effect allele C frequency of 0.1296 and non-effect allele T frequency of 0.8704. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17227583"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1809222', 'SNP': 'rs17227583', 'effect_allele': 'C', 'effect_allele_frequency': 0.1296, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8704000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.342 | Q2 | What is the allele frequency of the SNP rs117428864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117428864 has an effect allele T frequency of 0.0180 and non-effect allele G frequency of 0.9820. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117428864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1254303', 'SNP': 'rs117428864', 'effect_allele': 'T', 'effect_allele_frequency': 0.018, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.982}] | general | Calculate, Select | Allele Frequency |
Q2.1198 | Q2 | What is the allele frequency of the SNP rs12145182 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12145182 has an effect allele G frequency of 0.2597 and non-effect allele A frequency of 0.7403. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12145182"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4669189', 'SNP': 'rs12145182', 'effect_allele': 'G', 'effect_allele_frequency': 0.2597, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7403}] | general | Calculate, Select | Allele Frequency |
Q2.29 | Q2 | What is the allele frequency of the SNP rs13265081 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs13265081 has an effect allele A frequency of 0.1276 and non-effect allele C frequency of 0.8724. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13265081"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_95132', 'SNP': 'rs13265081', 'effect_allele': 'A', 'effect_allele_frequency': 0.1276, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8724000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1227 | Q2 | What is the allele frequency of the SNP rs66768039 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs66768039 has an effect allele C frequency of 0.3609 and non-effect allele T frequency of 0.6391. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs66768039"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4780224', 'SNP': 'rs66768039', 'effect_allele': 'C', 'effect_allele_frequency': 0.3609, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6391}] | general | Calculate, Select | Allele Frequency |
Q2.1434 | Q2 | What is the allele frequency of the SNP rs73152910 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73152910 has an effect allele T frequency of 0.0486 and non-effect allele C frequency of 0.9514. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73152910"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5542121', 'SNP': 'rs73152910', 'effect_allele': 'T', 'effect_allele_frequency': 0.0486, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9514}] | general | Calculate, Select | Allele Frequency |
Q2.1954 | Q2 | What is the allele frequency of the SNP rs4450385 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4450385 has an effect allele A frequency of 0.2275 and non-effect allele G frequency of 0.7725. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4450385"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7634725', 'SNP': 'rs4450385', 'effect_allele': 'A', 'effect_allele_frequency': 0.2275, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7725}] | general | Calculate, Select | Allele Frequency |
Q2.954 | Q2 | What is the allele frequency of the SNP rs7232802 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7232802 has an effect allele C frequency of 0.4631 and non-effect allele T frequency of 0.5369. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7232802"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3665012', 'SNP': 'rs7232802', 'effect_allele': 'C', 'effect_allele_frequency': 0.4630999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5369000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.172 | Q2 | What is the allele frequency of the SNP rs1449945 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1449945 has an effect allele A frequency of 0.0134 and non-effect allele G frequency of 0.9866. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1449945"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_654740', 'SNP': 'rs1449945', 'effect_allele': 'A', 'effect_allele_frequency': 0.0134, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9866}] | general | Calculate, Select | Allele Frequency |
Q2.1406 | Q2 | What is the allele frequency of the SNP rs1352423 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1352423 has an effect allele T frequency of 0.3875 and non-effect allele C frequency of 0.6125. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1352423"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5441548', 'SNP': 'rs1352423', 'effect_allele': 'T', 'effect_allele_frequency': 0.3875, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6125}] | general | Calculate, Select | Allele Frequency |
Q2.1207 | Q2 | What is the allele frequency of the SNP rs117338323 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117338323 has an effect allele G frequency of 0.0198 and non-effect allele A frequency of 0.9802. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117338323"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4697578', 'SNP': 'rs117338323', 'effect_allele': 'G', 'effect_allele_frequency': 0.0198, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9802}] | general | Calculate, Select | Allele Frequency |
Q2.1263 | Q2 | What is the allele frequency of the SNP rs66535420 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs66535420 has an effect allele A frequency of 0.1039 and non-effect allele G frequency of 0.8961. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs66535420"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4940647', 'SNP': 'rs66535420', 'effect_allele': 'A', 'effect_allele_frequency': 0.1039, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8961}] | general | Calculate, Select | Allele Frequency |
Q2.1400 | Q2 | What is the allele frequency of the SNP rs6055897 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6055897 has an effect allele A frequency of 0.4536 and non-effect allele T frequency of 0.5464. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6055897"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5420970', 'SNP': 'rs6055897', 'effect_allele': 'A', 'effect_allele_frequency': 0.4536, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.5464}] | general | Calculate, Select | Allele Frequency |
Q2.920 | Q2 | What is the allele frequency of the SNP rs61998482 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs61998482 has an effect allele T frequency of 0.0937 and non-effect allele G frequency of 0.9063. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs61998482"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3548068', 'SNP': 'rs61998482', 'effect_allele': 'T', 'effect_allele_frequency': 0.0937, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9063}] | general | Calculate, Select | Allele Frequency |
Q2.497 | Q2 | What is the allele frequency of the SNP rs116651766 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs116651766 has an effect allele T frequency of 0.0159 and non-effect allele C frequency of 0.9841. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs116651766"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1778680', 'SNP': 'rs116651766', 'effect_allele': 'T', 'effect_allele_frequency': 0.0159, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9841}] | general | Calculate, Select | Allele Frequency |
Q2.962 | Q2 | What is the allele frequency of the SNP rs11959138 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11959138 has an effect allele C frequency of 0.3883 and non-effect allele G frequency of 0.6117. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11959138"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3689124', 'SNP': 'rs11959138', 'effect_allele': 'C', 'effect_allele_frequency': 0.3883, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6117}] | general | Calculate, Select | Allele Frequency |
Q2.1106 | Q2 | What is the allele frequency of the SNP rs34539937 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs34539937 has an effect allele T frequency of 0.1528 and non-effect allele C frequency of 0.8472. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs34539937"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4247340', 'SNP': 'rs34539937', 'effect_allele': 'T', 'effect_allele_frequency': 0.1528, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8472}] | general | Calculate, Select | Allele Frequency |
Q2.1041 | Q2 | What is the allele frequency of the SNP rs74581928 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74581928 has an effect allele T frequency of 0.0406 and non-effect allele C frequency of 0.9594. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74581928"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4034804', 'SNP': 'rs74581928', 'effect_allele': 'T', 'effect_allele_frequency': 0.0406, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9594}] | general | Calculate, Select | Allele Frequency |
Q2.594 | Q2 | What is the allele frequency of the SNP rs1948848 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1948848 has an effect allele T frequency of 0.3133 and non-effect allele G frequency of 0.6867. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1948848"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2229004', 'SNP': 'rs1948848', 'effect_allele': 'T', 'effect_allele_frequency': 0.3133, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6867}] | general | Calculate, Select | Allele Frequency |
Q2.757 | Q2 | What is the allele frequency of the SNP rs11737918 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11737918 has an effect allele C frequency of 0.3994 and non-effect allele A frequency of 0.6006. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11737918"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2902758', 'SNP': 'rs11737918', 'effect_allele': 'C', 'effect_allele_frequency': 0.3994, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6006}] | general | Calculate, Select | Allele Frequency |
Q2.664 | Q2 | What is the allele frequency of the SNP rs56209151 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56209151 has an effect allele C frequency of 0.0827 and non-effect allele T frequency of 0.9173. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56209151"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2531997', 'SNP': 'rs56209151', 'effect_allele': 'C', 'effect_allele_frequency': 0.0827, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9173}] | general | Calculate, Select | Allele Frequency |
Q2.237 | Q2 | What is the allele frequency of the SNP rs156130 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs156130 has an effect allele C frequency of 0.3547 and non-effect allele T frequency of 0.6453. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs156130"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_875306', 'SNP': 'rs156130', 'effect_allele': 'C', 'effect_allele_frequency': 0.3547, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6453}] | general | Calculate, Select | Allele Frequency |
Q2.739 | Q2 | What is the allele frequency of the SNP rs144938608 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs144938608 has an effect allele T frequency of 0.0592 and non-effect allele C frequency of 0.9408. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs144938608"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2827384', 'SNP': 'rs144938608', 'effect_allele': 'T', 'effect_allele_frequency': 0.0592, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9408}] | general | Calculate, Select | Allele Frequency |
Q2.1989 | Q2 | What is the allele frequency of the SNP rs9314755 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9314755 has an effect allele A frequency of 0.1390 and non-effect allele C frequency of 0.8610. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9314755"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7732760', 'SNP': 'rs9314755', 'effect_allele': 'A', 'effect_allele_frequency': 0.139, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.861}] | general | Calculate, Select | Allele Frequency |
Q2.1633 | Q2 | What is the allele frequency of the SNP rs7960097 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7960097 has an effect allele A frequency of 0.0807 and non-effect allele G frequency of 0.9193. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7960097"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6353939', 'SNP': 'rs7960097', 'effect_allele': 'A', 'effect_allele_frequency': 0.0807, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9193}] | general | Calculate, Select | Allele Frequency |
Q2.1166 | Q2 | What is the allele frequency of the SNP rs74674317 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs74674317 has an effect allele T frequency of 0.1365 and non-effect allele G frequency of 0.8635. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs74674317"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4552770', 'SNP': 'rs74674317', 'effect_allele': 'T', 'effect_allele_frequency': 0.1365, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8634999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.1471 | Q2 | What is the allele frequency of the SNP rs73104452 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73104452 has an effect allele A frequency of 0.1845 and non-effect allele G frequency of 0.8155. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73104452"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5674564', 'SNP': 'rs73104452', 'effect_allele': 'A', 'effect_allele_frequency': 0.1845, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8155}] | general | Calculate, Select | Allele Frequency |
Q2.1913 | Q2 | What is the allele frequency of the SNP rs7803203 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7803203 has an effect allele T frequency of 0.3585 and non-effect allele G frequency of 0.6415. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7803203"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7438629', 'SNP': 'rs7803203', 'effect_allele': 'T', 'effect_allele_frequency': 0.3585, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6415}] | general | Calculate, Select | Allele Frequency |
Q2.1628 | Q2 | What is the allele frequency of the SNP rs117514860 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117514860 has an effect allele T frequency of 0.0194 and non-effect allele G 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 = "rs117514860"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6336900', 'SNP': 'rs117514860', 'effect_allele': 'T', 'effect_allele_frequency': 0.0194, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9806}] | general | Calculate, Select | Allele Frequency |
Q2.943 | Q2 | What is the allele frequency of the SNP rs62448569 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62448569 has an effect allele A frequency of 0.2516 and non-effect allele T frequency of 0.7484. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62448569"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3631995', 'SNP': 'rs62448569', 'effect_allele': 'A', 'effect_allele_frequency': 0.2516, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7484}] | general | Calculate, Select | Allele Frequency |
Q2.1219 | Q2 | What is the allele frequency of the SNP rs9458902 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9458902 has an effect allele G frequency of 0.2719 and non-effect allele A frequency of 0.7281. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9458902"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4743146', 'SNP': 'rs9458902', 'effect_allele': 'G', 'effect_allele_frequency': 0.2719, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7281}] | general | Calculate, Select | Allele Frequency |
Q2.1074 | Q2 | What is the allele frequency of the SNP rs1484183 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1484183 has an effect allele T frequency of 0.2384 and non-effect allele A frequency of 0.7616. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1484183"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4137558', 'SNP': 'rs1484183', 'effect_allele': 'T', 'effect_allele_frequency': 0.2383999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7616}] | general | Calculate, Select | Allele Frequency |
Q2.111 | Q2 | What is the allele frequency of the SNP rs4699223 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs4699223 has an effect allele G frequency of 0.1830 and non-effect allele A frequency of 0.8170. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs4699223"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_422889', 'SNP': 'rs4699223', 'effect_allele': 'G', 'effect_allele_frequency': 0.183, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.817}] | general | Calculate, Select | Allele Frequency |
Q2.1944 | Q2 | What is the allele frequency of the SNP rs2839864 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2839864 has an effect allele A frequency of 0.3010 and non-effect allele G frequency of 0.6990. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2839864"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7578123', 'SNP': 'rs2839864', 'effect_allele': 'A', 'effect_allele_frequency': 0.301, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6990000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.574 | Q2 | What is the allele frequency of the SNP rs117892782 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117892782 has an effect allele T frequency of 0.0385 and non-effect allele G frequency of 0.9615. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117892782"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2135362', 'SNP': 'rs117892782', 'effect_allele': 'T', 'effect_allele_frequency': 0.0385, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9615}] | general | Calculate, Select | Allele Frequency |
Q2.1177 | Q2 | What is the allele frequency of the SNP rs3739873 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs3739873 has an effect allele A frequency of 0.2108 and non-effect allele G frequency of 0.7892. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs3739873"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4604514', 'SNP': 'rs3739873', 'effect_allele': 'A', 'effect_allele_frequency': 0.2108, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7892}] | general | Calculate, Select | Allele Frequency |
Q2.1184 | Q2 | What is the allele frequency of the SNP rs2455231 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2455231 has an effect allele T frequency of 0.4006 and non-effect allele C frequency of 0.5994. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2455231"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4624687', 'SNP': 'rs2455231', 'effect_allele': 'T', 'effect_allele_frequency': 0.4006, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5993999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.897 | Q2 | What is the allele frequency of the SNP rs35420432 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs35420432 has an effect allele T frequency of 0.1336 and non-effect allele C frequency of 0.8664. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs35420432"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3446403', 'SNP': 'rs35420432', 'effect_allele': 'T', 'effect_allele_frequency': 0.1336, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.8664000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.956 | Q2 | What is the allele frequency of the SNP rs56220506 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56220506 has an effect allele A frequency of 0.0221 and non-effect allele C frequency of 0.9779. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56220506"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3672649', 'SNP': 'rs56220506', 'effect_allele': 'A', 'effect_allele_frequency': 0.0221, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9779}] | general | Calculate, Select | Allele Frequency |
Q2.1057 | Q2 | What is the allele frequency of the SNP rs10908471 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10908471 has an effect allele G frequency of 0.2623 and non-effect allele A frequency of 0.7377. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10908471"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4070272', 'SNP': 'rs10908471', 'effect_allele': 'G', 'effect_allele_frequency': 0.2623, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7377}] | general | Calculate, Select | Allele Frequency |
Q2.1354 | Q2 | What is the allele frequency of the SNP rs2179559 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2179559 has an effect allele A frequency of 0.2139 and non-effect allele G frequency of 0.7861. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2179559"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5242105', 'SNP': 'rs2179559', 'effect_allele': 'A', 'effect_allele_frequency': 0.2139, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7861}] | general | Calculate, Select | Allele Frequency |
Q2.1373 | Q2 | What is the allele frequency of the SNP rs117107116 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs117107116 has an effect allele T frequency of 0.0194 and non-effect allele C frequency of 0.9806. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs117107116"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5322408', 'SNP': 'rs117107116', 'effect_allele': 'T', 'effect_allele_frequency': 0.0194, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9806}] | general | Calculate, Select | Allele Frequency |
Q2.1448 | Q2 | What is the allele frequency of the SNP rs7245783 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs7245783 has an effect allele A frequency of 0.0836 and non-effect allele G frequency of 0.9164. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs7245783"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5598156', 'SNP': 'rs7245783', 'effect_allele': 'A', 'effect_allele_frequency': 0.0836, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9164}] | general | Calculate, Select | Allele Frequency |
Q2.891 | Q2 | What is the allele frequency of the SNP rs17310789 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs17310789 has an effect allele T frequency of 0.2257 and non-effect allele C frequency of 0.7743. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs17310789"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3426127', 'SNP': 'rs17310789', 'effect_allele': 'T', 'effect_allele_frequency': 0.2257, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7743}] | general | Calculate, Select | Allele Frequency |
Q2.1673 | Q2 | What is the allele frequency of the SNP rs2748428 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2748428 has an effect allele T frequency of 0.4897 and non-effect allele C frequency of 0.5103. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2748428"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6514380', 'SNP': 'rs2748428', 'effect_allele': 'T', 'effect_allele_frequency': 0.4897, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5103}] | general | Calculate, Select | Allele Frequency |
Q2.857 | Q2 | What is the allele frequency of the SNP rs62353208 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62353208 has an effect allele C frequency of 0.1024 and non-effect allele T frequency of 0.8976. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62353208"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3317239', 'SNP': 'rs62353208', 'effect_allele': 'C', 'effect_allele_frequency': 0.1024, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.8976}] | general | Calculate, Select | Allele Frequency |
Q2.741 | Q2 | What is the allele frequency of the SNP rs9835409 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9835409 has an effect allele C frequency of 0.4961 and non-effect allele G frequency of 0.5039. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9835409"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2835751', 'SNP': 'rs9835409', 'effect_allele': 'C', 'effect_allele_frequency': 0.4961, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.5039}] | general | Calculate, Select | Allele Frequency |
Q2.724 | Q2 | What is the allele frequency of the SNP rs11951360 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11951360 has an effect allele T frequency of 0.4918 and non-effect allele C frequency of 0.5082. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11951360"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2773810', 'SNP': 'rs11951360', 'effect_allele': 'T', 'effect_allele_frequency': 0.4918, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5082}] | general | Calculate, Select | Allele Frequency |
Q2.460 | Q2 | What is the allele frequency of the SNP rs73207609 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs73207609 has an effect allele C frequency of 0.0127 and non-effect allele A frequency of 0.9873. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73207609"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1632416', 'SNP': 'rs73207609', 'effect_allele': 'C', 'effect_allele_frequency': 0.0127, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9873}] | general | Calculate, Select | Allele Frequency |
Q2.267 | Q2 | What is the allele frequency of the SNP rs6951588 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6951588 has an effect allele C frequency of 0.2781 and non-effect allele T frequency of 0.7219. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6951588"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1003539', 'SNP': 'rs6951588', 'effect_allele': 'C', 'effect_allele_frequency': 0.2781, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7219}] | general | Calculate, Select | Allele Frequency |
Q2.78 | Q2 | What is the allele frequency of the SNP rs6850344 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs6850344 has an effect allele T 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 = "rs6850344"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_292152', 'SNP': 'rs6850344', 'effect_allele': 'T', 'effect_allele_frequency': 0.1349, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.8651}] | general | Calculate, Select | Allele Frequency |
Q2.1785 | Q2 | What is the allele frequency of the SNP rs989776 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs989776 has an effect allele C frequency of 0.2204 and non-effect allele A frequency of 0.7796. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs989776"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6961521', 'SNP': 'rs989776', 'effect_allele': 'C', 'effect_allele_frequency': 0.2204, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.7796}] | general | Calculate, Select | Allele Frequency |
Q2.450 | Q2 | What is the allele frequency of the SNP rs10894839 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs10894839 has an effect allele T frequency of 0.2364 and non-effect allele C frequency of 0.7636. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs10894839"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1598877', 'SNP': 'rs10894839', 'effect_allele': 'T', 'effect_allele_frequency': 0.2364, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.7636000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.401 | Q2 | What is the allele frequency of the SNP rs9289823 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs9289823 has an effect allele T frequency of 0.2443 and non-effect allele G frequency of 0.7557. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9289823"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1472343', 'SNP': 'rs9289823', 'effect_allele': 'T', 'effect_allele_frequency': 0.2443, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.7557}] | general | Calculate, Select | Allele Frequency |
Q2.179 | Q2 | What is the allele frequency of the SNP rs8010289 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs8010289 has an effect allele C frequency of 0.3347 and non-effect allele G frequency of 0.6653. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs8010289"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_669636', 'SNP': 'rs8010289', 'effect_allele': 'C', 'effect_allele_frequency': 0.3347, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6653}] | general | Calculate, Select | Allele Frequency |
Q2.1051 | Q2 | What is the allele frequency of the SNP rs62303188 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62303188 has an effect allele C 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 = "rs62303188"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4063316', 'SNP': 'rs62303188', 'effect_allele': 'C', 'effect_allele_frequency': 0.0141999999999999, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.9858000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.1737 | Q2 | What is the allele frequency of the SNP rs193165044 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs193165044 has an effect allele T frequency of 0.0141 and non-effect allele C frequency of 0.9859. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs193165044"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6793660', 'SNP': 'rs193165044', 'effect_allele': 'T', 'effect_allele_frequency': 0.0141, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.9859}] | general | Calculate, Select | Allele Frequency |
Q2.1609 | Q2 | What is the allele frequency of the SNP rs140289522 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs140289522 has an effect allele A frequency of 0.0140 and non-effect allele G frequency of 0.9860. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs140289522"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6230364', 'SNP': 'rs140289522', 'effect_allele': 'A', 'effect_allele_frequency': 0.014, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.986}] | general | Calculate, Select | Allele Frequency |
Q2.1869 | Q2 | What is the allele frequency of the SNP rs368330 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs368330 has an effect allele T frequency of 0.4848 and non-effect allele C frequency of 0.5152. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs368330"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7272720', 'SNP': 'rs368330', 'effect_allele': 'T', 'effect_allele_frequency': 0.4848, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.5152}] | general | Calculate, Select | Allele Frequency |
Q2.602 | Q2 | What is the allele frequency of the SNP rs2966064 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs2966064 has an effect allele C frequency of 0.3763 and non-effect allele G frequency of 0.6237. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2966064"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2249808', 'SNP': 'rs2966064', 'effect_allele': 'C', 'effect_allele_frequency': 0.3763, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.6236999999999999}] | general | Calculate, Select | Allele Frequency |
Q2.63 | Q2 | What is the allele frequency of the SNP rs1813625 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs1813625 has an effect allele C frequency of 0.2007 and non-effect allele T frequency of 0.7993. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs1813625"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_243038', 'SNP': 'rs1813625', 'effect_allele': 'C', 'effect_allele_frequency': 0.2007, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.7993}] | general | Calculate, Select | Allele Frequency |
Q2.1309 | Q2 | What is the allele frequency of the SNP rs56042810 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs56042810 has an effect allele G frequency of 0.4163 and non-effect allele A frequency of 0.5837. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs56042810"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5095867', 'SNP': 'rs56042810', 'effect_allele': 'G', 'effect_allele_frequency': 0.4163, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.5837}] | general | Calculate, Select | Allele Frequency |
Q2.879 | Q2 | What is the allele frequency of the SNP rs12142104 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12142104 has an effect allele C frequency of 0.3040 and non-effect allele T frequency of 0.6960. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12142104"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3395148', 'SNP': 'rs12142104', 'effect_allele': 'C', 'effect_allele_frequency': 0.304, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.696}] | general | Calculate, Select | Allele Frequency |
Q2.1491 | Q2 | What is the allele frequency of the SNP rs12431156 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12431156 has an effect allele G frequency of 0.3063 and non-effect allele A frequency of 0.6937. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12431156"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5730105', 'SNP': 'rs12431156', 'effect_allele': 'G', 'effect_allele_frequency': 0.3063, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6937}] | general | Calculate, Select | Allele Frequency |
Q2.1880 | Q2 | What is the allele frequency of the SNP rs11583064 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs11583064 has an effect allele G frequency of 0.3137 and non-effect allele A frequency of 0.6863. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11583064"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7306737', 'SNP': 'rs11583064', 'effect_allele': 'G', 'effect_allele_frequency': 0.3137, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.6863}] | general | Calculate, Select | Allele Frequency |
Q2.282 | Q2 | What is the allele frequency of the SNP rs77738279 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs77738279 has an effect allele A frequency of 0.0433 and non-effect allele G frequency of 0.9567. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs77738279"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1061693', 'SNP': 'rs77738279', 'effect_allele': 'A', 'effect_allele_frequency': 0.0433, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9567}] | general | Calculate, Select | Allele Frequency |
Q2.37 | Q2 | What is the allele frequency of the SNP rs12608213 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs12608213 has an effect allele G frequency of 0.3522 and non-effect allele C frequency of 0.6478. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12608213"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_125518', 'SNP': 'rs12608213', 'effect_allele': 'G', 'effect_allele_frequency': 0.3521999999999999, 'non_effect_allele': 'C', 'non_effect_allele_frequency': 0.6478000000000002}] | general | Calculate, Select | Allele Frequency |
Q2.1517 | Q2 | What is the allele frequency of the SNP rs148528659 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs148528659 has an effect allele G frequency of 0.0204 and non-effect allele A frequency of 0.9796. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs148528659"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_5855965', 'SNP': 'rs148528659', 'effect_allele': 'G', 'effect_allele_frequency': 0.0203999999999999, 'non_effect_allele': 'A', 'non_effect_allele_frequency': 0.9796000000000001}] | general | Calculate, Select | Allele Frequency |
Q2.669 | Q2 | What is the allele frequency of the SNP rs62006080 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs62006080 has an effect allele A frequency of 0.0894 and non-effect allele G frequency of 0.9106. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62006080"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2555097', 'SNP': 'rs62006080', 'effect_allele': 'A', 'effect_allele_frequency': 0.0894, 'non_effect_allele': 'G', 'non_effect_allele_frequency': 0.9106}] | general | Calculate, Select | Allele Frequency |
Q2.1829 | Q2 | What is the allele frequency of the SNP rs665559 in a Parkinson's Disease study involving a European cohort? | According to the largest European genome-wide meta-analysis of Parkinson's disease from Nalls (2019), single nucleotide polymorphism rs665559 has an effect allele C frequency of 0.3156 and non-effect allele T frequency of 0.6844. | SELECT UUID, SNP, A1 AS effect_allele, freq AS effect_allele_frequency, A2 AS non_effect_allele, 1-freq AS non_effect_allele_frequency
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs665559"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7106498', 'SNP': 'rs665559', 'effect_allele': 'C', 'effect_allele_frequency': 0.3156, 'non_effect_allele': 'T', 'non_effect_allele_frequency': 0.6844}] | 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.