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 |
|---|---|---|---|---|---|---|---|---|
Q23.1176 | Q23 | Is there a black box warning for the drug Telimomab Aritox? | No, the drug Telimomab Aritox does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%telimomab aritox%" OR LOWER(tradeNames_string) LIKE "%telimomab aritox%" OR LOWER(drugSynonyms_string) LIKE "%telimomab aritox%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4551', 'drugName': 'Telimomab Aritox', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.476 | Q23 | Is there a black box warning for the drug Propranolol Hydrochloride? | Yes, the drug Propranolol Hydrochloride has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%propranolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%propranolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%propranolol hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4718', 'drugName': 'Propranolol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4719', 'drugName': 'Propranolol Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.980 | Q23 | Is there a black box warning for the drug Galcanezumab? | No, the drug Galcanezumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%galcanezumab%" OR LOWER(tradeNames_string) LIKE "%galcanezumab%" OR LOWER(drugSynonyms_string) LIKE "%galcanezumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1901', 'drugName': 'Galcanezumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.660 | Q23 | Is there a black box warning for the drug Mexiletine? | Yes, the drug Mexiletine has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mexiletine%" OR LOWER(tradeNames_string) LIKE "%mexiletine%" OR LOWER(drugSynonyms_string) LIKE "%mexiletine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_485', 'drugName': 'Mexiletine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4048', 'drugName': 'Mexiletine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.405 | Q23 | Is there a black box warning for the drug Disulfiram? | Yes, the drug Disulfiram has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%disulfiram%" OR LOWER(tradeNames_string) LIKE "%disulfiram%" OR LOWER(drugSynonyms_string) LIKE "%disulfiram%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5934', 'drugName': 'Disulfiram', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.517 | Q23 | Is there a black box warning for the drug Darapladib? | No, the drug Darapladib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%darapladib%" OR LOWER(tradeNames_string) LIKE "%darapladib%" OR LOWER(drugSynonyms_string) LIKE "%darapladib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5024', 'drugName': 'Darapladib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.324 | Q23 | Is there a black box warning for the drug Oxandrolone? | Yes, the drug Oxandrolone has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxandrolone%" OR LOWER(tradeNames_string) LIKE "%oxandrolone%" OR LOWER(drugSynonyms_string) LIKE "%oxandrolone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3386', 'drugName': 'Oxandrolone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2216', 'drugName': 'Methyltestosterone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.20 | Q23 | Is there a black box warning for the drug Tomivosertib? | No, the drug Tomivosertib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tomivosertib%" OR LOWER(tradeNames_string) LIKE "%tomivosertib%" OR LOWER(drugSynonyms_string) LIKE "%tomivosertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1066', 'drugName': 'Tomivosertib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.691 | Q23 | Is there a black box warning for the drug Valdecoxib? | Yes, the drug Valdecoxib has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%valdecoxib%" OR LOWER(tradeNames_string) LIKE "%valdecoxib%" OR LOWER(drugSynonyms_string) LIKE "%valdecoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5955', 'drugName': 'Valdecoxib', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.36 | Q23 | Is there a black box warning for the drug Cilostazol? | Yes, the drug Cilostazol has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cilostazol%" OR LOWER(tradeNames_string) LIKE "%cilostazol%" OR LOWER(drugSynonyms_string) LIKE "%cilostazol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3317', 'drugName': 'Cilostazol', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.910 | Q23 | Is there a black box warning for the drug Guanadrel? | No, the drug Guanadrel does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%guanadrel%" OR LOWER(tradeNames_string) LIKE "%guanadrel%" OR LOWER(drugSynonyms_string) LIKE "%guanadrel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_380', 'drugName': 'Guanadrel', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2355', 'drugName': 'Guanadrel Sulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.834 | Q23 | Is there a black box warning for the drug Ponatinib Hydrochloride? | Yes, the drug Ponatinib Hydrochloride has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ponatinib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ponatinib hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%ponatinib hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6150', 'drugName': 'Ponatinib Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1798 | Q23 | Is there a black box warning for the drug Lgh-447? | No, the drug Lgh-447 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lgh-447%" OR LOWER(tradeNames_string) LIKE "%lgh-447%" OR LOWER(drugSynonyms_string) LIKE "%lgh-447%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3198', 'drugName': 'Lgh-447', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.413 | Q23 | Is there a black box warning for the drug Pantoprazole? | No, the drug Pantoprazole does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pantoprazole%" OR LOWER(tradeNames_string) LIKE "%pantoprazole%" OR LOWER(drugSynonyms_string) LIKE "%pantoprazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1903', 'drugName': 'Pantoprazole Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4835', 'drugName': 'Pantoprazole', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.928 | Q23 | Is there a black box warning for the drug Diazoxide? | No, the drug Diazoxide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%diazoxide%" OR LOWER(tradeNames_string) LIKE "%diazoxide%" OR LOWER(drugSynonyms_string) LIKE "%diazoxide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1171', 'drugName': 'Diazoxide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1172', 'drugName': 'Diazoxide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.543 | Q23 | Is there a black box warning for the drug Velneperit? | No, the drug Velneperit does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%velneperit%" OR LOWER(tradeNames_string) LIKE "%velneperit%" OR LOWER(drugSynonyms_string) LIKE "%velneperit%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_848', 'drugName': 'Velneperit', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.765 | Q23 | Is there a black box warning for the drug Parecoxib? | No, the drug Parecoxib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%parecoxib%" OR LOWER(tradeNames_string) LIKE "%parecoxib%" OR LOWER(drugSynonyms_string) LIKE "%parecoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2672', 'drugName': 'Parecoxib Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5993', 'drugName': 'Parecoxib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1905 | Q23 | Is there a black box warning for the drug Piromelatine? | No, the drug Piromelatine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%piromelatine%" OR LOWER(tradeNames_string) LIKE "%piromelatine%" OR LOWER(drugSynonyms_string) LIKE "%piromelatine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3623', 'drugName': 'Piromelatine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1071 | Q23 | Is there a black box warning for the drug Tinzaparin Sodium? | Yes, the drug Tinzaparin Sodium has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tinzaparin sodium%" OR LOWER(tradeNames_string) LIKE "%tinzaparin sodium%" OR LOWER(drugSynonyms_string) LIKE "%tinzaparin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3678', 'drugName': 'Tinzaparin Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1209 | Q23 | Is there a black box warning for the drug Fe 202767? | No, the drug Fe 202767 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fe 202767%" OR LOWER(tradeNames_string) LIKE "%fe 202767%" OR LOWER(drugSynonyms_string) LIKE "%fe 202767%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1641', 'drugName': 'Fe 202767', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.248 | Q23 | Is there a black box warning for the drug Lixivaptan? | No, the drug Lixivaptan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lixivaptan%" OR LOWER(tradeNames_string) LIKE "%lixivaptan%" OR LOWER(drugSynonyms_string) LIKE "%lixivaptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1193', 'drugName': 'Lixivaptan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1431 | Q23 | Is there a black box warning for the drug Remifentanil? | Yes, the drug Remifentanil has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%remifentanil%" OR LOWER(tradeNames_string) LIKE "%remifentanil%" OR LOWER(drugSynonyms_string) LIKE "%remifentanil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1391', 'drugName': 'Remifentanil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_577', 'drugName': 'Remifentanil Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1137 | Q23 | Is there a black box warning for the drug Apilimod Mesylate? | No, the drug Apilimod Mesylate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apilimod mesylate%" OR LOWER(tradeNames_string) LIKE "%apilimod mesylate%" OR LOWER(drugSynonyms_string) LIKE "%apilimod mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1384', 'drugName': 'Apilimod Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.791 | Q23 | Is there a black box warning for the drug Dextromethorphan? | No, the drug Dextromethorphan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dextromethorphan%" OR LOWER(tradeNames_string) LIKE "%dextromethorphan%" OR LOWER(drugSynonyms_string) LIKE "%dextromethorphan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5072', 'drugName': 'Dextromethorphan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5073', 'drugName': 'Dextromethorphan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5995', 'drugName': 'Dextromethorphan Hydrobromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5996', 'drugName': 'Dextromethorphan Hydrobromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3604', 'drugName': 'Dextromethorphan Polistirex', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3605', 'drugName': 'Dextromethorphan Polistirex', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1744 | Q23 | Is there a black box warning for the drug Pf-06291874? | No, the drug Pf-06291874 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-06291874%" OR LOWER(tradeNames_string) LIKE "%pf-06291874%" OR LOWER(drugSynonyms_string) LIKE "%pf-06291874%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3584', 'drugName': 'Pf-06291874', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.495 | Q23 | Is there a black box warning for the drug Dilevalol Hydrochloride? | No, the drug Dilevalol Hydrochloride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dilevalol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%dilevalol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%dilevalol hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3364', 'drugName': 'Dilevalol Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3365', 'drugName': 'Dilevalol Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.157 | Q23 | Is there a black box warning for the drug Desvenlafaxine? | Yes, the drug Desvenlafaxine has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%desvenlafaxine%" OR LOWER(tradeNames_string) LIKE "%desvenlafaxine%" OR LOWER(drugSynonyms_string) LIKE "%desvenlafaxine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1437', 'drugName': 'Desvenlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1438', 'drugName': 'Desvenlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_735', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_736', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5873', 'drugName': 'Desvenlafaxine Fumarate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5874', 'drugName': 'Desvenlafaxine Fumarate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.970 | Q23 | Is there a black box warning for the drug Apl-501? | No, the drug Apl-501 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apl-501%" OR LOWER(tradeNames_string) LIKE "%apl-501%" OR LOWER(drugSynonyms_string) LIKE "%apl-501%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2544', 'drugName': 'Apl-501', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.860 | Q23 | Is there a black box warning for the drug Gonadotropin, Chorionic? | No, the drug Gonadotropin, Chorionic does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gonadotropin, chorionic%" OR LOWER(tradeNames_string) LIKE "%gonadotropin, chorionic%" OR LOWER(drugSynonyms_string) LIKE "%gonadotropin, chorionic%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3636', 'drugName': 'Gonadotropin, Chorionic', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1325 | Q23 | Is there a black box warning for the drug Donanemab? | No, the drug Donanemab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%donanemab%" OR LOWER(tradeNames_string) LIKE "%donanemab%" OR LOWER(drugSynonyms_string) LIKE "%donanemab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3823', 'drugName': 'Donanemab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.632 | Q23 | Is there a black box warning for the drug Vobarilizumab? | No, the drug Vobarilizumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vobarilizumab%" OR LOWER(tradeNames_string) LIKE "%vobarilizumab%" OR LOWER(drugSynonyms_string) LIKE "%vobarilizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3070', 'drugName': 'Vobarilizumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.692 | Q23 | Is there a black box warning for the drug Procainamide Hydrochloride? | Yes, the drug Procainamide Hydrochloride has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%procainamide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%procainamide hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%procainamide hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4967', 'drugName': 'Procainamide Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1562 | Q23 | Is there a black box warning for the drug Puquitinib? | No, the drug Puquitinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%puquitinib%" OR LOWER(tradeNames_string) LIKE "%puquitinib%" OR LOWER(drugSynonyms_string) LIKE "%puquitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5865', 'drugName': 'Puquitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5866', 'drugName': 'Puquitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5867', 'drugName': 'Puquitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5868', 'drugName': 'Puquitinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.575 | Q23 | Is there a black box warning for the drug Escitalopram? | Yes, the drug Escitalopram has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%escitalopram%" OR LOWER(tradeNames_string) LIKE "%escitalopram%" OR LOWER(drugSynonyms_string) LIKE "%escitalopram%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4125', 'drugName': 'Escitalopram Oxalate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_767', 'drugName': 'Escitalopram', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1909 | Q23 | Is there a black box warning for the drug Brentuximab Vedotin? | Yes, the drug Brentuximab Vedotin has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%brentuximab vedotin%" OR LOWER(tradeNames_string) LIKE "%brentuximab vedotin%" OR LOWER(drugSynonyms_string) LIKE "%brentuximab vedotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1084', 'drugName': 'Brentuximab Vedotin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1085', 'drugName': 'Brentuximab Vedotin', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.18 | Q23 | Is there a black box warning for the drug Alosetron Hydrochloride? | Yes, the drug Alosetron Hydrochloride has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%alosetron hydrochloride%" OR LOWER(tradeNames_string) LIKE "%alosetron hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%alosetron hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5986', 'drugName': 'Alosetron Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.130 | Q23 | Is there a black box warning for the drug Oxaprozin? | Yes, the drug Oxaprozin has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxaprozin%" OR LOWER(tradeNames_string) LIKE "%oxaprozin%" OR LOWER(drugSynonyms_string) LIKE "%oxaprozin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2747', 'drugName': 'Oxaprozin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3630', 'drugName': 'Oxaprozin Potassium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1361 | Q23 | Is there a black box warning for the drug Alicaforsen Sodium? | No, the drug Alicaforsen Sodium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%alicaforsen sodium%" OR LOWER(tradeNames_string) LIKE "%alicaforsen sodium%" OR LOWER(drugSynonyms_string) LIKE "%alicaforsen sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1636', 'drugName': 'Alicaforsen Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1291 | Q23 | Is there a black box warning for the drug Sar-113945? | No, the drug Sar-113945 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sar-113945%" OR LOWER(tradeNames_string) LIKE "%sar-113945%" OR LOWER(drugSynonyms_string) LIKE "%sar-113945%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1737', 'drugName': 'Sar-113945', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1969 | Q23 | Is there a black box warning for the drug Efaproxiral? | No, the drug Efaproxiral does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%efaproxiral%" OR LOWER(tradeNames_string) LIKE "%efaproxiral%" OR LOWER(drugSynonyms_string) LIKE "%efaproxiral%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5816', 'drugName': 'Efaproxiral', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.935 | Q23 | Is there a black box warning for the drug Moexipril? | Yes, the drug Moexipril has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%moexipril%" OR LOWER(tradeNames_string) LIKE "%moexipril%" OR LOWER(drugSynonyms_string) LIKE "%moexipril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4629', 'drugName': 'Moexipril', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_517', 'drugName': 'Moexipril Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.989 | Q23 | Is there a black box warning for the drug Tesevatinib? | No, the drug Tesevatinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tesevatinib%" OR LOWER(tradeNames_string) LIKE "%tesevatinib%" OR LOWER(drugSynonyms_string) LIKE "%tesevatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4649', 'drugName': 'Tesevatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4650', 'drugName': 'Tesevatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4651', 'drugName': 'Tesevatinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1965 | Q23 | Is there a black box warning for the drug Onabotulinumtoxina? | Yes, the drug Onabotulinumtoxina has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%onabotulinumtoxina%" OR LOWER(tradeNames_string) LIKE "%onabotulinumtoxina%" OR LOWER(drugSynonyms_string) LIKE "%onabotulinumtoxina%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2163', 'drugName': 'Onabotulinumtoxina', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.193 | Q23 | Is there a black box warning for the drug Acarbose? | No, the drug Acarbose does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%acarbose%" OR LOWER(tradeNames_string) LIKE "%acarbose%" OR LOWER(drugSynonyms_string) LIKE "%acarbose%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1144', 'drugName': 'Acarbose', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1145', 'drugName': 'Acarbose', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1149 | Q23 | Is there a black box warning for the drug Tranylcypromine Sulfate? | Yes, the drug Tranylcypromine Sulfate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tranylcypromine sulfate%" OR LOWER(tradeNames_string) LIKE "%tranylcypromine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%tranylcypromine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1424', 'drugName': 'Tranylcypromine Sulfate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1001 | Q23 | Is there a black box warning for the drug Methotrexate? | Yes, the drug Methotrexate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methotrexate%" OR LOWER(tradeNames_string) LIKE "%methotrexate%" OR LOWER(drugSynonyms_string) LIKE "%methotrexate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2797', 'drugName': 'Methotrexate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1736', 'drugName': 'Methotrexate Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1956 | Q23 | Is there a black box warning for the drug Tipifarnib? | No, the drug Tipifarnib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tipifarnib%" OR LOWER(tradeNames_string) LIKE "%tipifarnib%" OR LOWER(drugSynonyms_string) LIKE "%tipifarnib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3546', 'drugName': 'Tipifarnib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1657 | Q23 | Is there a black box warning for the drug Lorlatinib? | No, the drug Lorlatinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lorlatinib%" OR LOWER(tradeNames_string) LIKE "%lorlatinib%" OR LOWER(drugSynonyms_string) LIKE "%lorlatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_236', 'drugName': 'Lorlatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_237', 'drugName': 'Lorlatinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.613 | Q23 | Is there a black box warning for the drug Rasagiline? | No, the drug Rasagiline does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rasagiline%" OR LOWER(tradeNames_string) LIKE "%rasagiline%" OR LOWER(drugSynonyms_string) LIKE "%rasagiline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4089', 'drugName': 'Rasagiline Mesylate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1464', 'drugName': 'Rasagiline', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.183 | Q23 | Is there a black box warning for the drug Nomegestrol Acetate? | No, the drug Nomegestrol Acetate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nomegestrol acetate%" OR LOWER(tradeNames_string) LIKE "%nomegestrol acetate%" OR LOWER(drugSynonyms_string) LIKE "%nomegestrol acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1760', 'drugName': 'Nomegestrol Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.305 | Q23 | Is there a black box warning for the drug Chlorothiazide? | No, the drug Chlorothiazide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%chlorothiazide%" OR LOWER(tradeNames_string) LIKE "%chlorothiazide%" OR LOWER(drugSynonyms_string) LIKE "%chlorothiazide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4705', 'drugName': 'Chlorothiazide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1678', 'drugName': 'Hydrochlorothiazide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5405', 'drugName': 'Chlorothiazide Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.502 | Q23 | Is there a black box warning for the drug Cisapride? | Yes, the drug Cisapride has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cisapride%" OR LOWER(tradeNames_string) LIKE "%cisapride%" OR LOWER(drugSynonyms_string) LIKE "%cisapride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3176', 'drugName': 'Cisapride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1696 | Q23 | Is there a black box warning for the drug Acebilustat? | No, the drug Acebilustat does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%acebilustat%" OR LOWER(tradeNames_string) LIKE "%acebilustat%" OR LOWER(drugSynonyms_string) LIKE "%acebilustat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5456', 'drugName': 'Acebilustat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1721 | Q23 | Is there a black box warning for the drug Bay-1217389? | No, the drug Bay-1217389 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bay-1217389%" OR LOWER(tradeNames_string) LIKE "%bay-1217389%" OR LOWER(drugSynonyms_string) LIKE "%bay-1217389%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1430', 'drugName': 'Bay-1217389', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1662 | Q23 | Is there a black box warning for the drug Idecabtagene Vicleucel? | No, the drug Idecabtagene Vicleucel does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%idecabtagene vicleucel%" OR LOWER(tradeNames_string) LIKE "%idecabtagene vicleucel%" OR LOWER(drugSynonyms_string) LIKE "%idecabtagene vicleucel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5007', 'drugName': 'Idecabtagene Vicleucel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1639 | Q23 | Is there a black box warning for the drug Tezampanel? | No, the drug Tezampanel does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tezampanel%" OR LOWER(tradeNames_string) LIKE "%tezampanel%" OR LOWER(drugSynonyms_string) LIKE "%tezampanel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3641', 'drugName': 'Tezampanel', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3642', 'drugName': 'Tezampanel', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4374', 'drugName': 'Tezampanel', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4375', 'drugName': 'Tezampanel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.523 | Q23 | Is there a black box warning for the drug Tucotuzumab Celmoleukin? | No, the drug Tucotuzumab Celmoleukin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tucotuzumab celmoleukin%" OR LOWER(tradeNames_string) LIKE "%tucotuzumab celmoleukin%" OR LOWER(drugSynonyms_string) LIKE "%tucotuzumab celmoleukin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_50', 'drugName': 'Tucotuzumab Celmoleukin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1985 | Q23 | Is there a black box warning for the drug Al-78898A? | No, the drug Al-78898A does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%al-78898a%" OR LOWER(tradeNames_string) LIKE "%al-78898a%" OR LOWER(drugSynonyms_string) LIKE "%al-78898a%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2118', 'drugName': 'Al-78898A', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1078 | Q23 | Is there a black box warning for the drug Sofpironium Bromide? | No, the drug Sofpironium Bromide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sofpironium bromide%" OR LOWER(tradeNames_string) LIKE "%sofpironium bromide%" OR LOWER(drugSynonyms_string) LIKE "%sofpironium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5796', 'drugName': 'Sofpironium Bromide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.482 | Q23 | Is there a black box warning for the drug Valrubicin? | No, the drug Valrubicin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%valrubicin%" OR LOWER(tradeNames_string) LIKE "%valrubicin%" OR LOWER(drugSynonyms_string) LIKE "%valrubicin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_484', 'drugName': 'Doxorubicin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_881', 'drugName': 'Daunorubicin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6176', 'drugName': 'Valrubicin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.160 | Q23 | Is there a black box warning for the drug Osi-027? | No, the drug Osi-027 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%osi-027%" OR LOWER(tradeNames_string) LIKE "%osi-027%" OR LOWER(drugSynonyms_string) LIKE "%osi-027%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3658', 'drugName': 'Osi-027', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1253 | Q23 | Is there a black box warning for the drug Abexinostat? | No, the drug Abexinostat does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%abexinostat%" OR LOWER(tradeNames_string) LIKE "%abexinostat%" OR LOWER(drugSynonyms_string) LIKE "%abexinostat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_296', 'drugName': 'Abexinostat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1205 | Q23 | Is there a black box warning for the drug Meclofenamate Sodium? | Yes, the drug Meclofenamate Sodium has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%meclofenamate sodium%" OR LOWER(tradeNames_string) LIKE "%meclofenamate sodium%" OR LOWER(drugSynonyms_string) LIKE "%meclofenamate sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3724', 'drugName': 'Meclofenamate Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3725', 'drugName': 'Meclofenamate Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.17 | Q23 | Is there a black box warning for the drug Pegbelfermin? | No, the drug Pegbelfermin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pegbelfermin%" OR LOWER(tradeNames_string) LIKE "%pegbelfermin%" OR LOWER(drugSynonyms_string) LIKE "%pegbelfermin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6330', 'drugName': 'Pegbelfermin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1550 | Q23 | Is there a black box warning for the drug Levomilnacipran? | Yes, the drug Levomilnacipran has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%levomilnacipran%" OR LOWER(tradeNames_string) LIKE "%levomilnacipran%" OR LOWER(drugSynonyms_string) LIKE "%levomilnacipran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5567', 'drugName': 'Levomilnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5568', 'drugName': 'Levomilnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4419', 'drugName': 'Levomilnacipran', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4420', 'drugName': 'Levomilnacipran', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1081 | Q23 | Is there a black box warning for the drug Avatrombopag Maleate? | No, the drug Avatrombopag Maleate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%avatrombopag maleate%" OR LOWER(tradeNames_string) LIKE "%avatrombopag maleate%" OR LOWER(drugSynonyms_string) LIKE "%avatrombopag maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6317', 'drugName': 'Avatrombopag Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1972 | Q23 | Is there a black box warning for the drug Encequidar? | No, the drug Encequidar does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%encequidar%" OR LOWER(tradeNames_string) LIKE "%encequidar%" OR LOWER(drugSynonyms_string) LIKE "%encequidar%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6233', 'drugName': 'Encequidar', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.552 | Q23 | Is there a black box warning for the drug Fentanyl? | Yes, the drug Fentanyl has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fentanyl%" OR LOWER(tradeNames_string) LIKE "%fentanyl%" OR LOWER(drugSynonyms_string) LIKE "%fentanyl%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6302', 'drugName': 'Fentanyl', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_733', 'drugName': 'Fentanyl Citrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3533', 'drugName': 'Sufentanil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1391', 'drugName': 'Remifentanil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2019', 'drugName': 'Alfentanil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3916', 'drugName': 'Fentanyl Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1554 | Q23 | Is there a black box warning for the drug Dipyrone? | No, the drug Dipyrone does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dipyrone%" OR LOWER(tradeNames_string) LIKE "%dipyrone%" OR LOWER(drugSynonyms_string) LIKE "%dipyrone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2814', 'drugName': 'Dipyrone', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4334', 'drugName': 'Dipyrone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.665 | Q23 | Is there a black box warning for the drug Brinzolamide? | No, the drug Brinzolamide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%brinzolamide%" OR LOWER(tradeNames_string) LIKE "%brinzolamide%" OR LOWER(drugSynonyms_string) LIKE "%brinzolamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3430', 'drugName': 'Brinzolamide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1626 | Q23 | Is there a black box warning for the drug Insulin Aspart? | No, the drug Insulin Aspart does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%insulin aspart%" OR LOWER(tradeNames_string) LIKE "%insulin aspart%" OR LOWER(drugSynonyms_string) LIKE "%insulin aspart%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4979', 'drugName': 'Insulin Aspart', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1048', 'drugName': 'Insulin Aspart Protamine Recombinant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1028 | Q23 | Is there a black box warning for the drug Terazosin Hydrochloride? | No, the drug Terazosin Hydrochloride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%terazosin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%terazosin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%terazosin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1256', 'drugName': 'Terazosin Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1994 | Q23 | Is there a black box warning for the drug Emactuzumab? | No, the drug Emactuzumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%emactuzumab%" OR LOWER(tradeNames_string) LIKE "%emactuzumab%" OR LOWER(drugSynonyms_string) LIKE "%emactuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5215', 'drugName': 'Emactuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1519 | Q23 | Is there a black box warning for the drug Avexitide? | No, the drug Avexitide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%avexitide%" OR LOWER(tradeNames_string) LIKE "%avexitide%" OR LOWER(drugSynonyms_string) LIKE "%avexitide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1357', 'drugName': 'Avexitide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.968 | Q23 | Is there a black box warning for the drug Ly2979165? | No, the drug Ly2979165 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ly2979165%" OR LOWER(tradeNames_string) LIKE "%ly2979165%" OR LOWER(drugSynonyms_string) LIKE "%ly2979165%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4259', 'drugName': 'Ly2979165', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1883 | Q23 | Is there a black box warning for the drug Acetazolamide? | Yes, the drug Acetazolamide has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%acetazolamide%" OR LOWER(tradeNames_string) LIKE "%acetazolamide%" OR LOWER(drugSynonyms_string) LIKE "%acetazolamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_466', 'drugName': 'Acetazolamide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_467', 'drugName': 'Acetazolamide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_468', 'drugName': 'Acetazolamide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_469', 'drugName': 'Acetazolamide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6140', 'drugName': 'Acetazolamide Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6141', 'drugName': 'Acetazolamide Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6142', 'drugName': 'Acetazolamide Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6143', 'drugName': 'Acetazolamide Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.287 | Q23 | Is there a black box warning for the drug Rosiglitazone Maleate? | Yes, the drug Rosiglitazone Maleate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rosiglitazone maleate%" OR LOWER(tradeNames_string) LIKE "%rosiglitazone maleate%" OR LOWER(drugSynonyms_string) LIKE "%rosiglitazone maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4628', 'drugName': 'Rosiglitazone Maleate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q25.589 | Q25 | What is the effect size of rs148297753 in Parkinson's disease? | The effect size, or beta, of rs148297753 is -0.0394 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs148297753"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2213102', 'SNP': 'rs148297753', 'b': -0.0394}] | general | Select | Effect |
Q25.1868 | Q25 | What is the effect size of rs12878970 in Parkinson's disease? | The effect size, or beta, of rs12878970 is 0.0238 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs12878970"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7272064', 'SNP': 'rs12878970', 'b': 0.0238}] | general | Select | Effect |
Q25.1061 | Q25 | What is the effect size of rs2852094 in Parkinson's disease? | The effect size, or beta, of rs2852094 is 0.0385 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2852094"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4082181', 'SNP': 'rs2852094', 'b': 0.0385}] | general | Select | Effect |
Q25.1084 | Q25 | What is the effect size of rs9662572 in Parkinson's disease? | The effect size, or beta, of rs9662572 is 0.0164 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9662572"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4180685', 'SNP': 'rs9662572', 'b': 0.0164}] | general | Select | Effect |
Q25.925 | Q25 | What is the effect size of rs13361895 in Parkinson's disease? | The effect size, or beta, of rs13361895 is -0.0243 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13361895"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3552788', 'SNP': 'rs13361895', 'b': -0.0243}] | general | Select | Effect |
Q25.73 | Q25 | What is the effect size of rs13396100 in Parkinson's disease? | The effect size, or beta, of rs13396100 is 0.0123 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13396100"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_270812', 'SNP': 'rs13396100', 'b': 0.0123}] | general | Select | Effect |
Q25.435 | Q25 | What is the effect size of rs113097720 in Parkinson's disease? | The effect size, or beta, of rs113097720 is 0.0432 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs113097720"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1551309', 'SNP': 'rs113097720', 'b': 0.0432}] | general | Select | Effect |
Q25.911 | Q25 | What is the effect size of rs76987095 in Parkinson's disease? | The effect size, or beta, of rs76987095 is -0.0012 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs76987095"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3526695', 'SNP': 'rs76987095', 'b': -0.0012}] | general | Select | Effect |
Q25.922 | Q25 | What is the effect size of rs79192032 in Parkinson's disease? | The effect size, or beta, of rs79192032 is 0.0811 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs79192032"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3549507', 'SNP': 'rs79192032', 'b': 0.0811}] | general | Select | Effect |
Q25.1679 | Q25 | What is the effect size of rs9320839 in Parkinson's disease? | The effect size, or beta, of rs9320839 is -0.0189 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9320839"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6538177', 'SNP': 'rs9320839', 'b': -0.0189}] | general | Select | Effect |
Q25.1272 | Q25 | What is the effect size of rs13382906 in Parkinson's disease? | The effect size, or beta, of rs13382906 is -0.0285 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs13382906"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4973847', 'SNP': 'rs13382906', 'b': -0.0285}] | general | Select | Effect |
Q25.1094 | Q25 | What is the effect size of rs9308842 in Parkinson's disease? | The effect size, or beta, of rs9308842 is -0.0605 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs9308842"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4220061', 'SNP': 'rs9308842', 'b': -0.0605}] | general | Select | Effect |
Q25.389 | Q25 | What is the effect size of rs2824332 in Parkinson's disease? | The effect size, or beta, of rs2824332 is 0.0547 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2824332"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_1447010', 'SNP': 'rs2824332', 'b': 0.0547}] | general | Select | Effect |
Q25.841 | Q25 | What is the effect size of rs6957369 in Parkinson's disease? | The effect size, or beta, of rs6957369 is 0.0123 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6957369"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_3242237', 'SNP': 'rs6957369', 'b': 0.0123}] | general | Select | Effect |
Q25.774 | Q25 | What is the effect size of rs73842212 in Parkinson's disease? | The effect size, or beta, of rs73842212 is 0.0259 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs73842212"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_2967055', 'SNP': 'rs73842212', 'b': 0.0259}] | general | Select | Effect |
Q25.1805 | Q25 | What is the effect size of rs62127003 in Parkinson's disease? | The effect size, or beta, of rs62127003 is 0.0163 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs62127003"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7011553', 'SNP': 'rs62127003', 'b': 0.0163}] | general | Select | Effect |
Q25.1992 | Q25 | What is the effect size of rs11744670 in Parkinson's disease? | The effect size, or beta, of rs11744670 is 0.0545 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11744670"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7736937', 'SNP': 'rs11744670', 'b': 0.0545}] | general | Select | Effect |
Q25.1066 | Q25 | What is the effect size of rs11669700 in Parkinson's disease? | The effect size, or beta, of rs11669700 is 0.0093 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs11669700"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4119144', 'SNP': 'rs11669700', 'b': 0.0093}] | general | Select | Effect |
Q25.58 | Q25 | What is the effect size of rs632222 in Parkinson's disease? | The effect size, or beta, of rs632222 is 0.0313 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs632222"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_203207', 'SNP': 'rs632222', 'b': 0.0313}] | general | Select | Effect |
Q25.1688 | Q25 | What is the effect size of rs67404702 in Parkinson's disease? | The effect size, or beta, of rs67404702 is 0.0408 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs67404702"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6608504', 'SNP': 'rs67404702', 'b': 0.0408}] | general | Select | Effect |
Q25.1955 | Q25 | What is the effect size of rs2466486 in Parkinson's disease? | The effect size, or beta, of rs2466486 is 0.0534 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs2466486"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_7635045', 'SNP': 'rs2466486', 'b': 0.0534}] | general | Select | Effect |
Q25.1218 | Q25 | What is the effect size of rs571754876 in Parkinson's disease? | The effect size, or beta, of rs571754876 is 0.0001 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs571754876"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_4739695', 'SNP': 'rs571754876', 'b': 0.0001}] | general | Select | Effect |
Q25.1680 | Q25 | What is the effect size of rs6788256 in Parkinson's disease? | The effect size, or beta, of rs6788256 is 0.0119 according to the largest European genome-wide meta-analysis of Parkinson's disease (Nalls et al., 2019). However, effect sizes may varry accross different populations. | SELECT UUID, SNP, b
FROM `{project_id}.{dataset_name}.ParkinsonDisease_CompleteGeneData_No23andMe`
WHERE SNP = "rs6788256"
LIMIT 100 | [{'UUID': 'PDno23andme_full_gene_notext_6541313', 'SNP': 'rs6788256', 'b': 0.0119}] | general | Select | Effect |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.