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.128 | Q23 | Is there a black box warning for the drug Av-203? | No, the drug Av-203 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 "%av-203%" OR LOWER(tradeNames_string) LIKE "%av-203%" OR LOWER(drugSynonyms_string) LIKE "%av-203%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1482', 'drugName': 'Av-203', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.207 | Q23 | Is there a black box warning for the drug Entolimod? | No, the drug Entolimod 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 "%entolimod%" OR LOWER(tradeNames_string) LIKE "%entolimod%" OR LOWER(drugSynonyms_string) LIKE "%entolimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3738', 'drugName': 'Entolimod', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.53 | Q23 | Is there a black box warning for the drug Omaveloxolone? | No, the drug Omaveloxolone 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 "%omaveloxolone%" OR LOWER(tradeNames_string) LIKE "%omaveloxolone%" OR LOWER(drugSynonyms_string) LIKE "%omaveloxolone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6069', 'drugName': 'Omaveloxolone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.551 | Q23 | Is there a black box warning for the drug Daunorubicin Hydrochloride? | Yes, the drug Daunorubicin 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 "%daunorubicin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%daunorubicin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%daunorubicin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1919', 'drugName': 'Daunorubicin Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.71 | Q23 | Is there a black box warning for the drug Bazedoxifene? | No, the drug Bazedoxifene 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 "%bazedoxifene%" OR LOWER(tradeNames_string) LIKE "%bazedoxifene%" OR LOWER(drugSynonyms_string) LIKE "%bazedoxifene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1341', 'drugName': 'Bazedoxifene Acetate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5980', 'drugName': 'Bazedoxifene', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1816 | Q23 | Is there a black box warning for the drug Isopropamide Iodide? | No, the drug Isopropamide Iodide 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 "%isopropamide iodide%" OR LOWER(tradeNames_string) LIKE "%isopropamide iodide%" OR LOWER(drugSynonyms_string) LIKE "%isopropamide iodide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4390', 'drugName': 'Isopropamide Iodide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4391', 'drugName': 'Isopropamide Iodide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1745 | Q23 | Is there a black box warning for the drug Ave-9633? | No, the drug Ave-9633 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 "%ave-9633%" OR LOWER(tradeNames_string) LIKE "%ave-9633%" OR LOWER(drugSynonyms_string) LIKE "%ave-9633%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3062', 'drugName': 'Ave-9633', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.186 | Q23 | Is there a black box warning for the drug Aus-131? | No, the drug Aus-131 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 "%aus-131%" OR LOWER(tradeNames_string) LIKE "%aus-131%" OR LOWER(drugSynonyms_string) LIKE "%aus-131%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6316', 'drugName': 'Aus-131', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.140 | Q23 | Is there a black box warning for the drug Azenosertib? | No, the drug Azenosertib 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 "%azenosertib%" OR LOWER(tradeNames_string) LIKE "%azenosertib%" OR LOWER(drugSynonyms_string) LIKE "%azenosertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5552', 'drugName': 'Azenosertib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.907 | Q23 | Is there a black box warning for the drug Bms-986020? | No, the drug Bms-986020 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 "%bms-986020%" OR LOWER(tradeNames_string) LIKE "%bms-986020%" OR LOWER(drugSynonyms_string) LIKE "%bms-986020%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1832', 'drugName': 'Bms-986020', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.803 | Q23 | Is there a black box warning for the drug Hydroxyurea? | Yes, the drug Hydroxyurea 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 "%hydroxyurea%" OR LOWER(tradeNames_string) LIKE "%hydroxyurea%" OR LOWER(drugSynonyms_string) LIKE "%hydroxyurea%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5698', 'drugName': 'Hydroxyurea', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.135 | Q23 | Is there a black box warning for the drug Fonadelpar? | No, the drug Fonadelpar 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 "%fonadelpar%" OR LOWER(tradeNames_string) LIKE "%fonadelpar%" OR LOWER(drugSynonyms_string) LIKE "%fonadelpar%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2940', 'drugName': 'Fonadelpar', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.83 | Q23 | Is there a black box warning for the drug Danusertib? | No, the drug Danusertib 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 "%danusertib%" OR LOWER(tradeNames_string) LIKE "%danusertib%" OR LOWER(drugSynonyms_string) LIKE "%danusertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1569', 'drugName': 'Danusertib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1541 | Q23 | Is there a black box warning for the drug Xl-418? | No, the drug Xl-418 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 "%xl-418%" OR LOWER(tradeNames_string) LIKE "%xl-418%" OR LOWER(drugSynonyms_string) LIKE "%xl-418%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2168', 'drugName': 'Xl-418', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2169', 'drugName': 'Xl-418', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.547 | Q23 | Is there a black box warning for the drug Methysergide Maleate? | No, the drug Methysergide 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 "%methysergide maleate%" OR LOWER(tradeNames_string) LIKE "%methysergide maleate%" OR LOWER(drugSynonyms_string) LIKE "%methysergide maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2806', 'drugName': 'Methysergide Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2807', 'drugName': 'Methysergide Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2808', 'drugName': 'Methysergide Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1596 | Q23 | Is there a black box warning for the drug Alvespimycin? | No, the drug Alvespimycin 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 "%alvespimycin%" OR LOWER(tradeNames_string) LIKE "%alvespimycin%" OR LOWER(drugSynonyms_string) LIKE "%alvespimycin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5099', 'drugName': 'Alvespimycin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.992 | Q23 | Is there a black box warning for the drug Etoricoxib? | No, the drug Etoricoxib 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 "%etoricoxib%" OR LOWER(tradeNames_string) LIKE "%etoricoxib%" OR LOWER(drugSynonyms_string) LIKE "%etoricoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1741', 'drugName': 'Etoricoxib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.168 | Q23 | Is there a black box warning for the drug Mephentermine? | No, the drug Mephentermine 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 "%mephentermine%" OR LOWER(tradeNames_string) LIKE "%mephentermine%" OR LOWER(drugSynonyms_string) LIKE "%mephentermine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4567', 'drugName': 'Mephentermine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4285', 'drugName': 'Mephentermine Sulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.251 | Q23 | Is there a black box warning for the drug Resatorvid? | No, the drug Resatorvid 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 "%resatorvid%" OR LOWER(tradeNames_string) LIKE "%resatorvid%" OR LOWER(drugSynonyms_string) LIKE "%resatorvid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5358', 'drugName': 'Resatorvid', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.452 | Q23 | Is there a black box warning for the drug Ign-101? | No, the drug Ign-101 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 "%ign-101%" OR LOWER(tradeNames_string) LIKE "%ign-101%" OR LOWER(drugSynonyms_string) LIKE "%ign-101%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4278', 'drugName': 'Ign-101', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1148 | Q23 | Is there a black box warning for the drug Desmopressin Acetate? | Yes, the drug Desmopressin Acetate 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 "%desmopressin acetate%" OR LOWER(tradeNames_string) LIKE "%desmopressin acetate%" OR LOWER(drugSynonyms_string) LIKE "%desmopressin acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2993', 'drugName': 'Desmopressin Acetate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.865 | Q23 | Is there a black box warning for the drug Afasevikumab? | No, the drug Afasevikumab 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 "%afasevikumab%" OR LOWER(tradeNames_string) LIKE "%afasevikumab%" OR LOWER(drugSynonyms_string) LIKE "%afasevikumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2861', 'drugName': 'Afasevikumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1233 | Q23 | Is there a black box warning for the drug Birinapant? | No, the drug Birinapant 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 "%birinapant%" OR LOWER(tradeNames_string) LIKE "%birinapant%" OR LOWER(drugSynonyms_string) LIKE "%birinapant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_267', 'drugName': 'Birinapant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.100 | Q23 | Is there a black box warning for the drug Roflumilast? | No, the drug Roflumilast 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 "%roflumilast%" OR LOWER(tradeNames_string) LIKE "%roflumilast%" OR LOWER(drugSynonyms_string) LIKE "%roflumilast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5055', 'drugName': 'Roflumilast', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1974 | Q23 | Is there a black box warning for the drug Kc-706? | No, the drug Kc-706 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 "%kc-706%" OR LOWER(tradeNames_string) LIKE "%kc-706%" OR LOWER(drugSynonyms_string) LIKE "%kc-706%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4554', 'drugName': 'Kc-706', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.744 | Q23 | Is there a black box warning for the drug Acitretin? | Yes, the drug Acitretin 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 "%acitretin%" OR LOWER(tradeNames_string) LIKE "%acitretin%" OR LOWER(drugSynonyms_string) LIKE "%acitretin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5080', 'drugName': 'Acitretin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_343', 'drugName': 'Etretinate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1252 | Q23 | Is there a black box warning for the drug Anakinra? | No, the drug Anakinra 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 "%anakinra%" OR LOWER(tradeNames_string) LIKE "%anakinra%" OR LOWER(drugSynonyms_string) LIKE "%anakinra%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2379', 'drugName': 'Anakinra', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.105 | Q23 | Is there a black box warning for the drug Ibuprofen? | Yes, the drug Ibuprofen 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 "%ibuprofen%" OR LOWER(tradeNames_string) LIKE "%ibuprofen%" OR LOWER(drugSynonyms_string) LIKE "%ibuprofen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1446', 'drugName': 'Dexibuprofen', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3209', 'drugName': 'Ibuprofen', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4050', 'drugName': 'Ibuprofen Lysine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_566', 'drugName': 'Ibuprofen Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.440 | Q23 | Is there a black box warning for the drug Kai-1678? | No, the drug Kai-1678 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 "%kai-1678%" OR LOWER(tradeNames_string) LIKE "%kai-1678%" OR LOWER(drugSynonyms_string) LIKE "%kai-1678%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3078', 'drugName': 'Kai-1678', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.77 | Q23 | Is there a black box warning for the drug Monteplase? | No, the drug Monteplase 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 "%monteplase%" OR LOWER(tradeNames_string) LIKE "%monteplase%" OR LOWER(drugSynonyms_string) LIKE "%monteplase%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4139', 'drugName': 'Monteplase', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1793 | Q23 | Is there a black box warning for the drug Acetylcholine Chloride? | No, the drug Acetylcholine Chloride 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 "%acetylcholine chloride%" OR LOWER(tradeNames_string) LIKE "%acetylcholine chloride%" OR LOWER(drugSynonyms_string) LIKE "%acetylcholine chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3911', 'drugName': 'Acetylcholine Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1462 | Q23 | Is there a black box warning for the drug Daporinad? | No, the drug Daporinad 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 "%daporinad%" OR LOWER(tradeNames_string) LIKE "%daporinad%" OR LOWER(drugSynonyms_string) LIKE "%daporinad%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1461', 'drugName': 'Daporinad', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.926 | Q23 | Is there a black box warning for the drug Solitomab? | No, the drug Solitomab 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 "%solitomab%" OR LOWER(tradeNames_string) LIKE "%solitomab%" OR LOWER(drugSynonyms_string) LIKE "%solitomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2967', 'drugName': 'Solitomab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2968', 'drugName': 'Solitomab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1712 | Q23 | Is there a black box warning for the drug Ianalumab? | No, the drug Ianalumab 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 "%ianalumab%" OR LOWER(tradeNames_string) LIKE "%ianalumab%" OR LOWER(drugSynonyms_string) LIKE "%ianalumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2183', 'drugName': 'Ianalumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1671 | Q23 | Is there a black box warning for the drug Prabotulinumtoxin A? | Yes, the drug Prabotulinumtoxin A 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 "%prabotulinumtoxin a%" OR LOWER(tradeNames_string) LIKE "%prabotulinumtoxin a%" OR LOWER(drugSynonyms_string) LIKE "%prabotulinumtoxin a%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2511', 'drugName': 'Prabotulinumtoxin A', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1621 | Q23 | Is there a black box warning for the drug Hmpl-453? | No, the drug Hmpl-453 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 "%hmpl-453%" OR LOWER(tradeNames_string) LIKE "%hmpl-453%" OR LOWER(drugSynonyms_string) LIKE "%hmpl-453%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4342', 'drugName': 'Hmpl-453', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4343', 'drugName': 'Hmpl-453', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4344', 'drugName': 'Hmpl-453', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.769 | Q23 | Is there a black box warning for the drug Oxaprozin Potassium? | Yes, the drug Oxaprozin Potassium 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 potassium%" OR LOWER(tradeNames_string) LIKE "%oxaprozin potassium%" OR LOWER(drugSynonyms_string) LIKE "%oxaprozin potassium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3630', 'drugName': 'Oxaprozin Potassium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.998 | Q23 | Is there a black box warning for the drug Methylnaltrexone? | No, the drug Methylnaltrexone 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 "%methylnaltrexone%" OR LOWER(tradeNames_string) LIKE "%methylnaltrexone%" OR LOWER(drugSynonyms_string) LIKE "%methylnaltrexone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2413', 'drugName': 'Methylnaltrexone Bromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1780', 'drugName': 'Methylnaltrexone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.394 | Q23 | Is there a black box warning for the drug Imgn-388? | No, the drug Imgn-388 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 "%imgn-388%" OR LOWER(tradeNames_string) LIKE "%imgn-388%" OR LOWER(drugSynonyms_string) LIKE "%imgn-388%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4521', 'drugName': 'Imgn-388', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.238 | Q23 | Is there a black box warning for the drug Carbimazole? | No, the drug Carbimazole 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 "%carbimazole%" OR LOWER(tradeNames_string) LIKE "%carbimazole%" OR LOWER(drugSynonyms_string) LIKE "%carbimazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2546', 'drugName': 'Carbimazole', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1508 | Q23 | Is there a black box warning for the drug Linerixibat? | No, the drug Linerixibat 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 "%linerixibat%" OR LOWER(tradeNames_string) LIKE "%linerixibat%" OR LOWER(drugSynonyms_string) LIKE "%linerixibat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1185', 'drugName': 'Linerixibat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.270 | Q23 | Is there a black box warning for the drug Atrasentan Hydrochloride? | No, the drug Atrasentan 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 "%atrasentan hydrochloride%" OR LOWER(tradeNames_string) LIKE "%atrasentan hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%atrasentan hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2959', 'drugName': 'Atrasentan Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1187 | Q23 | Is there a black box warning for the drug Codrituzumab? | No, the drug Codrituzumab 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 "%codrituzumab%" OR LOWER(tradeNames_string) LIKE "%codrituzumab%" OR LOWER(drugSynonyms_string) LIKE "%codrituzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4119', 'drugName': 'Codrituzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.120 | Q23 | Is there a black box warning for the drug Fexofenadine Hydrochloride? | No, the drug Fexofenadine 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 "%fexofenadine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fexofenadine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%fexofenadine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1045', 'drugName': 'Fexofenadine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1607 | Q23 | Is there a black box warning for the drug Thiothixene? | Yes, the drug Thiothixene 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 "%thiothixene%" OR LOWER(tradeNames_string) LIKE "%thiothixene%" OR LOWER(drugSynonyms_string) LIKE "%thiothixene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2624', 'drugName': 'Thiothixene', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2625', 'drugName': 'Thiothixene', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2207', 'drugName': 'Thiothixene Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2208', 'drugName': 'Thiothixene Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.680 | Q23 | Is there a black box warning for the drug Cafusertib? | No, the drug Cafusertib 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 "%cafusertib%" OR LOWER(tradeNames_string) LIKE "%cafusertib%" OR LOWER(drugSynonyms_string) LIKE "%cafusertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2649', 'drugName': 'Cafusertib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.252 | Q23 | Is there a black box warning for the drug Glasdegib? | Yes, the drug Glasdegib 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 "%glasdegib%" OR LOWER(tradeNames_string) LIKE "%glasdegib%" OR LOWER(drugSynonyms_string) LIKE "%glasdegib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1242', 'drugName': 'Glasdegib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2876', 'drugName': 'Glasdegib Maleate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1958 | Q23 | Is there a black box warning for the drug Isoxsuprine Hydrochloride? | No, the drug Isoxsuprine 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 "%isoxsuprine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%isoxsuprine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%isoxsuprine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2488', 'drugName': 'Isoxsuprine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2489', 'drugName': 'Isoxsuprine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1995 | Q23 | Is there a black box warning for the drug Foretinib? | No, the drug Foretinib 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 "%foretinib%" OR LOWER(tradeNames_string) LIKE "%foretinib%" OR LOWER(drugSynonyms_string) LIKE "%foretinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1694', 'drugName': 'Foretinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1695', 'drugName': 'Foretinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1696', 'drugName': 'Foretinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1697', 'drugName': 'Foretinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1698', 'drugName': 'Foretinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1699', 'drugName': 'Foretinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.97 | Q23 | Is there a black box warning for the drug Buprenorphine Hydrochloride? | Yes, the drug Buprenorphine 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 "%buprenorphine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%buprenorphine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%buprenorphine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2028', 'drugName': 'Buprenorphine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2029', 'drugName': 'Buprenorphine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.34 | Q23 | Is there a black box warning for the drug Diphenhydramine Hydrochloride? | No, the drug Diphenhydramine 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 "%diphenhydramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%diphenhydramine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%diphenhydramine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2888', 'drugName': 'Diphenhydramine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1015', 'drugName': 'Bromodiphenhydramine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1465 | Q23 | Is there a black box warning for the drug Moexipril Hydrochloride? | Yes, the drug Moexipril 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 "%moexipril hydrochloride%" OR LOWER(tradeNames_string) LIKE "%moexipril hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%moexipril hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_517', 'drugName': 'Moexipril Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1668 | Q23 | Is there a black box warning for the drug Cisatracurium? | No, the drug Cisatracurium 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 "%cisatracurium%" OR LOWER(tradeNames_string) LIKE "%cisatracurium%" OR LOWER(drugSynonyms_string) LIKE "%cisatracurium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3167', 'drugName': 'Cisatracurium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3676', 'drugName': 'Cisatracurium Besylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.454 | Q23 | Is there a black box warning for the drug Trimeprazine Tartrate? | No, the drug Trimeprazine Tartrate 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 "%trimeprazine tartrate%" OR LOWER(tradeNames_string) LIKE "%trimeprazine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%trimeprazine tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3705', 'drugName': 'Trimeprazine Tartrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.723 | Q23 | Is there a black box warning for the drug Ofatumumab? | Yes, the drug Ofatumumab 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 "%ofatumumab%" OR LOWER(tradeNames_string) LIKE "%ofatumumab%" OR LOWER(drugSynonyms_string) LIKE "%ofatumumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3424', 'drugName': 'Ofatumumab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1261 | Q23 | Is there a black box warning for the drug Hexocyclium? | No, the drug Hexocyclium 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 "%hexocyclium%" OR LOWER(tradeNames_string) LIKE "%hexocyclium%" OR LOWER(drugSynonyms_string) LIKE "%hexocyclium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3244', 'drugName': 'Hexocyclium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3245', 'drugName': 'Hexocyclium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2265', 'drugName': 'Hexocyclium Methylsulfate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2266', 'drugName': 'Hexocyclium Methylsulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1598 | Q23 | Is there a black box warning for the drug Linifanib? | No, the drug Linifanib 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 "%linifanib%" OR LOWER(tradeNames_string) LIKE "%linifanib%" OR LOWER(drugSynonyms_string) LIKE "%linifanib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1026', 'drugName': 'Linifanib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1027', 'drugName': 'Linifanib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1028', 'drugName': 'Linifanib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1029', 'drugName': 'Linifanib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1 | Q23 | Is there a black box warning for the drug Chlorthalidone? | No, the drug Chlorthalidone 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 "%chlorthalidone%" OR LOWER(tradeNames_string) LIKE "%chlorthalidone%" OR LOWER(drugSynonyms_string) LIKE "%chlorthalidone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5290', 'drugName': 'Chlorthalidone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1377 | Q23 | Is there a black box warning for the drug Mirogabalin Besylate? | No, the drug Mirogabalin Besylate 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 "%mirogabalin besylate%" OR LOWER(tradeNames_string) LIKE "%mirogabalin besylate%" OR LOWER(drugSynonyms_string) LIKE "%mirogabalin besylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_943', 'drugName': 'Mirogabalin Besylate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_944', 'drugName': 'Mirogabalin Besylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1110 | Q23 | Is there a black box warning for the drug Flotetuzumab? | No, the drug Flotetuzumab 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 "%flotetuzumab%" OR LOWER(tradeNames_string) LIKE "%flotetuzumab%" OR LOWER(drugSynonyms_string) LIKE "%flotetuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2316', 'drugName': 'Flotetuzumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2317', 'drugName': 'Flotetuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1117 | Q23 | Is there a black box warning for the drug Phenylpropanolamine Polistirex? | No, the drug Phenylpropanolamine Polistirex 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 "%phenylpropanolamine polistirex%" OR LOWER(tradeNames_string) LIKE "%phenylpropanolamine polistirex%" OR LOWER(drugSynonyms_string) LIKE "%phenylpropanolamine polistirex%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3296', 'drugName': 'Phenylpropanolamine Polistirex', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3297', 'drugName': 'Phenylpropanolamine Polistirex', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1591 | Q23 | Is there a black box warning for the drug Apraclonidine? | No, the drug Apraclonidine 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 "%apraclonidine%" OR LOWER(tradeNames_string) LIKE "%apraclonidine%" OR LOWER(drugSynonyms_string) LIKE "%apraclonidine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5436', 'drugName': 'Apraclonidine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2038', 'drugName': 'Apraclonidine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.85 | Q23 | Is there a black box warning for the drug Chlorprothixene? | No, the drug Chlorprothixene 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 "%chlorprothixene%" OR LOWER(tradeNames_string) LIKE "%chlorprothixene%" OR LOWER(drugSynonyms_string) LIKE "%chlorprothixene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4586', 'drugName': 'Chlorprothixene', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4587', 'drugName': 'Chlorprothixene', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4588', 'drugName': 'Chlorprothixene', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4589', 'drugName': 'Chlorprothixene', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1294 | Q23 | Is there a black box warning for the drug Gemtuzumab? | No, the drug Gemtuzumab 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 "%gemtuzumab%" OR LOWER(tradeNames_string) LIKE "%gemtuzumab%" OR LOWER(drugSynonyms_string) LIKE "%gemtuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3736', 'drugName': 'Gemtuzumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6112', 'drugName': 'Gemtuzumab Ozogamicin', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.683 | Q23 | Is there a black box warning for the drug Azd1446? | No, the drug Azd1446 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 "%azd1446%" OR LOWER(tradeNames_string) LIKE "%azd1446%" OR LOWER(drugSynonyms_string) LIKE "%azd1446%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4875', 'drugName': 'Azd1446', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1677 | Q23 | Is there a black box warning for the drug Vernakalant? | No, the drug Vernakalant 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 "%vernakalant%" OR LOWER(tradeNames_string) LIKE "%vernakalant%" OR LOWER(drugSynonyms_string) LIKE "%vernakalant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1586', 'drugName': 'Vernakalant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1587', 'drugName': 'Vernakalant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1588', 'drugName': 'Vernakalant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1589', 'drugName': 'Vernakalant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1590', 'drugName': 'Vernakalant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_715', 'drugName': 'Vernakalant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_716', 'drugName': 'Vernakalant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_717', 'drugName': 'Vernakalant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_718', 'drugName': 'Vernakalant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_719', 'drugName': 'Vernakalant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1055 | Q23 | Is there a black box warning for the drug Naltalimide? | No, the drug Naltalimide 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 "%naltalimide%" OR LOWER(tradeNames_string) LIKE "%naltalimide%" OR LOWER(drugSynonyms_string) LIKE "%naltalimide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1488', 'drugName': 'Naltalimide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.777 | Q23 | Is there a black box warning for the drug Insulin Glargine? | No, the drug Insulin Glargine 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 glargine%" OR LOWER(tradeNames_string) LIKE "%insulin glargine%" OR LOWER(drugSynonyms_string) LIKE "%insulin glargine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_495', 'drugName': 'Insulin Glargine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1289 | Q23 | Is there a black box warning for the drug Fk453? | No, the drug Fk453 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 "%fk453%" OR LOWER(tradeNames_string) LIKE "%fk453%" OR LOWER(drugSynonyms_string) LIKE "%fk453%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_508', 'drugName': 'Fk453', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1946 | Q23 | Is there a black box warning for the drug Ulimorelin Hydrochloride? | No, the drug Ulimorelin 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 "%ulimorelin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ulimorelin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%ulimorelin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2076', 'drugName': 'Ulimorelin Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1581 | Q23 | Is there a black box warning for the drug Moricizine Hydrochloride? | Yes, the drug Moricizine 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 "%moricizine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%moricizine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%moricizine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2214', 'drugName': 'Moricizine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1490 | Q23 | Is there a black box warning for the drug Glesatinib? | No, the drug Glesatinib 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 "%glesatinib%" OR LOWER(tradeNames_string) LIKE "%glesatinib%" OR LOWER(drugSynonyms_string) LIKE "%glesatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5363', 'drugName': 'Glesatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5364', 'drugName': 'Glesatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5365', 'drugName': 'Glesatinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5366', 'drugName': 'Glesatinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.410 | Q23 | Is there a black box warning for the drug Flumatinib? | No, the drug Flumatinib 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 "%flumatinib%" OR LOWER(tradeNames_string) LIKE "%flumatinib%" OR LOWER(drugSynonyms_string) LIKE "%flumatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_196', 'drugName': 'Flumatinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1728 | Q23 | Is there a black box warning for the drug Nortriptyline? | Yes, the drug Nortriptyline 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 "%nortriptyline%" OR LOWER(tradeNames_string) LIKE "%nortriptyline%" OR LOWER(drugSynonyms_string) LIKE "%nortriptyline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_597', 'drugName': 'Nortriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_598', 'drugName': 'Nortriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5991', 'drugName': 'Nortriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5992', 'drugName': 'Nortriptyline Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1298 | Q23 | Is there a black box warning for the drug Ro-7121661? | No, the drug Ro-7121661 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 "%ro-7121661%" OR LOWER(tradeNames_string) LIKE "%ro-7121661%" OR LOWER(drugSynonyms_string) LIKE "%ro-7121661%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1537', 'drugName': 'Ro-7121661', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1538', 'drugName': 'Ro-7121661', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1665 | Q23 | Is there a black box warning for the drug Hydrocortamate? | No, the drug Hydrocortamate 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 "%hydrocortamate%" OR LOWER(tradeNames_string) LIKE "%hydrocortamate%" OR LOWER(drugSynonyms_string) LIKE "%hydrocortamate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5082', 'drugName': 'Hydrocortamate Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5632', 'drugName': 'Hydrocortamate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.107 | Q23 | Is there a black box warning for the drug Tenapanor? | Yes, the drug Tenapanor 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 "%tenapanor%" OR LOWER(tradeNames_string) LIKE "%tenapanor%" OR LOWER(drugSynonyms_string) LIKE "%tenapanor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4791', 'drugName': 'Tenapanor', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3816', 'drugName': 'Tenapanor Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.695 | Q23 | Is there a black box warning for the drug Darigabat? | No, the drug Darigabat 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 "%darigabat%" OR LOWER(tradeNames_string) LIKE "%darigabat%" OR LOWER(drugSynonyms_string) LIKE "%darigabat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5577', 'drugName': 'Darigabat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1305 | Q23 | Is there a black box warning for the drug Sotigalimab? | No, the drug Sotigalimab 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 "%sotigalimab%" OR LOWER(tradeNames_string) LIKE "%sotigalimab%" OR LOWER(drugSynonyms_string) LIKE "%sotigalimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_507', 'drugName': 'Sotigalimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.833 | Q23 | Is there a black box warning for the drug Sd-0006? | No, the drug Sd-0006 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 "%sd-0006%" OR LOWER(tradeNames_string) LIKE "%sd-0006%" OR LOWER(drugSynonyms_string) LIKE "%sd-0006%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3629', 'drugName': 'Sd-0006', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.64 | Q23 | Is there a black box warning for the drug Chlorpheniramine? | No, the drug Chlorpheniramine 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 "%chlorpheniramine%" OR LOWER(tradeNames_string) LIKE "%chlorpheniramine%" OR LOWER(drugSynonyms_string) LIKE "%chlorpheniramine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4827', 'drugName': 'Chlorpheniramine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_221', 'drugName': 'Chlorpheniramine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3635', 'drugName': 'Dexchlorpheniramine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6213', 'drugName': 'Dexchlorpheniramine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_706', 'drugName': 'Chlorpheniramine Polistirex', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.859 | Q23 | Is there a black box warning for the drug Everolimus? | Yes, the drug Everolimus 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 "%everolimus%" OR LOWER(tradeNames_string) LIKE "%everolimus%" OR LOWER(drugSynonyms_string) LIKE "%everolimus%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1925', 'drugName': 'Everolimus', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1355 | Q23 | Is there a black box warning for the drug Yttrium Y 90 Tacatuzumab Tetraxetan? | No, the drug Yttrium Y 90 Tacatuzumab Tetraxetan 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 "%yttrium y 90 tacatuzumab tetraxetan%" OR LOWER(tradeNames_string) LIKE "%yttrium y 90 tacatuzumab tetraxetan%" OR LOWER(drugSynonyms_string) LIKE "%yttrium y 90 tacatuzumab tetraxetan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_262', 'drugName': 'Yttrium Y 90 Tacatuzumab Tetraxetan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.226 | Q23 | Is there a black box warning for the drug Fludrocortisone Acetate? | No, the drug Fludrocortisone 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 "%fludrocortisone acetate%" OR LOWER(tradeNames_string) LIKE "%fludrocortisone acetate%" OR LOWER(drugSynonyms_string) LIKE "%fludrocortisone acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1393', 'drugName': 'Fludrocortisone Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.148 | Q23 | Is there a black box warning for the drug Retifanlimab? | No, the drug Retifanlimab 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 "%retifanlimab%" OR LOWER(tradeNames_string) LIKE "%retifanlimab%" OR LOWER(drugSynonyms_string) LIKE "%retifanlimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_178', 'drugName': 'Retifanlimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1097 | Q23 | Is there a black box warning for the drug Quinidine? | Yes, the drug Quinidine 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 "%quinidine%" OR LOWER(tradeNames_string) LIKE "%quinidine%" OR LOWER(drugSynonyms_string) LIKE "%quinidine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1917', 'drugName': 'Quinidine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2256', 'drugName': 'Quinidine Gluconate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3310', 'drugName': 'Quinidine Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_154', 'drugName': 'Quinidine Polygalacturonate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.379 | Q23 | Is there a black box warning for the drug Acotiamide? | No, the drug Acotiamide 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 "%acotiamide%" OR LOWER(tradeNames_string) LIKE "%acotiamide%" OR LOWER(drugSynonyms_string) LIKE "%acotiamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3004', 'drugName': 'Acotiamide Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5855', 'drugName': 'Acotiamide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1422 | Q23 | Is there a black box warning for the drug Rozrolimupab? | No, the drug Rozrolimupab 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 "%rozrolimupab%" OR LOWER(tradeNames_string) LIKE "%rozrolimupab%" OR LOWER(drugSynonyms_string) LIKE "%rozrolimupab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6033', 'drugName': 'Rozrolimupab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1152 | Q23 | Is there a black box warning for the drug Efgartigimod Alfa? | No, the drug Efgartigimod Alfa 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 "%efgartigimod alfa%" OR LOWER(tradeNames_string) LIKE "%efgartigimod alfa%" OR LOWER(drugSynonyms_string) LIKE "%efgartigimod alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4154', 'drugName': 'Efgartigimod Alfa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1828 | Q23 | Is there a black box warning for the drug Dabuzalgron? | No, the drug Dabuzalgron 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 "%dabuzalgron%" OR LOWER(tradeNames_string) LIKE "%dabuzalgron%" OR LOWER(drugSynonyms_string) LIKE "%dabuzalgron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2470', 'drugName': 'Dabuzalgron', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1496 | Q23 | Is there a black box warning for the drug Fulvestrant? | No, the drug Fulvestrant 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 "%fulvestrant%" OR LOWER(tradeNames_string) LIKE "%fulvestrant%" OR LOWER(drugSynonyms_string) LIKE "%fulvestrant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5561', 'drugName': 'Fulvestrant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1602 | Q23 | Is there a black box warning for the drug Trelagliptin Succinate? | No, the drug Trelagliptin Succinate 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 "%trelagliptin succinate%" OR LOWER(tradeNames_string) LIKE "%trelagliptin succinate%" OR LOWER(drugSynonyms_string) LIKE "%trelagliptin succinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3478', 'drugName': 'Trelagliptin Succinate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1759 | Q23 | Is there a black box warning for the drug Gonadorelin Hydrochloride? | No, the drug Gonadorelin 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 "%gonadorelin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%gonadorelin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%gonadorelin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5262', 'drugName': 'Gonadorelin Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.10 | Q23 | Is there a black box warning for the drug Pascolizumab? | No, the drug Pascolizumab 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 "%pascolizumab%" OR LOWER(tradeNames_string) LIKE "%pascolizumab%" OR LOWER(drugSynonyms_string) LIKE "%pascolizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5968', 'drugName': 'Pascolizumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.455 | Q23 | Is there a black box warning for the drug Gancotamab? | No, the drug Gancotamab 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 "%gancotamab%" OR LOWER(tradeNames_string) LIKE "%gancotamab%" OR LOWER(drugSynonyms_string) LIKE "%gancotamab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2111', 'drugName': 'Gancotamab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2112', 'drugName': 'Gancotamab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.715 | Q23 | Is there a black box warning for the drug Olinciguat? | No, the drug Olinciguat 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 "%olinciguat%" OR LOWER(tradeNames_string) LIKE "%olinciguat%" OR LOWER(drugSynonyms_string) LIKE "%olinciguat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3494', 'drugName': 'Olinciguat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.258 | Q23 | Is there a black box warning for the drug Quinapril Hydrochloride? | Yes, the drug Quinapril 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 "%quinapril hydrochloride%" OR LOWER(tradeNames_string) LIKE "%quinapril hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%quinapril hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1269', 'drugName': 'Quinapril Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.889 | Q23 | Is there a black box warning for the drug Fenofibric Acid? | No, the drug Fenofibric Acid 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 "%fenofibric acid%" OR LOWER(tradeNames_string) LIKE "%fenofibric acid%" OR LOWER(drugSynonyms_string) LIKE "%fenofibric acid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_347', 'drugName': 'Fenofibric Acid', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4196', 'drugName': 'Choline Fenofibrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.395 | Q23 | Is there a black box warning for the drug Spironolactone? | Yes, the drug Spironolactone 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 "%spironolactone%" OR LOWER(tradeNames_string) LIKE "%spironolactone%" OR LOWER(drugSynonyms_string) LIKE "%spironolactone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2455', 'drugName': 'Spironolactone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4514', 'drugName': 'Canrenone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.916 | Q23 | Is there a black box warning for the drug Lofexidine Hydrochloride? | No, the drug Lofexidine 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 "%lofexidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%lofexidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%lofexidine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3056', 'drugName': 'Lofexidine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.