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.286 | Q23 | Is there a black box warning for the drug Oxycodone Hydrochloride? | Yes, the drug Oxycodone 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 "%oxycodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%oxycodone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%oxycodone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4049', 'drugName': 'Oxycodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3599', 'drugName': 'Oxymorphone', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.817 | Q23 | Is there a black box warning for the drug Olodaterol Hydrochloride? | No, the drug Olodaterol 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 "%olodaterol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%olodaterol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%olodaterol hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5322', 'drugName': 'Olodaterol Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1092 | Q23 | Is there a black box warning for the drug Ataluren? | No, the drug Ataluren 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 "%ataluren%" OR LOWER(tradeNames_string) LIKE "%ataluren%" OR LOWER(drugSynonyms_string) LIKE "%ataluren%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3776', 'drugName': 'Ataluren', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.295 | Q23 | Is there a black box warning for the drug Clonazepam? | Yes, the drug Clonazepam 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 "%clonazepam%" OR LOWER(tradeNames_string) LIKE "%clonazepam%" OR LOWER(drugSynonyms_string) LIKE "%clonazepam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1496', 'drugName': 'Clonazepam', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.761 | Q23 | Is there a black box warning for the drug Cetilistat? | No, the drug Cetilistat 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 "%cetilistat%" OR LOWER(tradeNames_string) LIKE "%cetilistat%" OR LOWER(drugSynonyms_string) LIKE "%cetilistat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3217', 'drugName': 'Cetilistat', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3218', 'drugName': 'Cetilistat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.633 | Q23 | Is there a black box warning for the drug Belantamab Mafodotin? | Yes, the drug Belantamab Mafodotin 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 "%belantamab mafodotin%" OR LOWER(tradeNames_string) LIKE "%belantamab mafodotin%" OR LOWER(drugSynonyms_string) LIKE "%belantamab mafodotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1871', 'drugName': 'Belantamab Mafodotin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1872', 'drugName': 'Belantamab Mafodotin', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.930 | Q23 | Is there a black box warning for the drug Mk-1029? | No, the drug Mk-1029 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 "%mk-1029%" OR LOWER(tradeNames_string) LIKE "%mk-1029%" OR LOWER(drugSynonyms_string) LIKE "%mk-1029%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6289', 'drugName': 'Mk-1029', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1019 | Q23 | Is there a black box warning for the drug Sonidegib Phosphate? | Yes, the drug Sonidegib Phosphate 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 "%sonidegib phosphate%" OR LOWER(tradeNames_string) LIKE "%sonidegib phosphate%" OR LOWER(drugSynonyms_string) LIKE "%sonidegib phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3933', 'drugName': 'Sonidegib Phosphate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.132 | Q23 | Is there a black box warning for the drug Almotriptan? | No, the drug Almotriptan 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 "%almotriptan%" OR LOWER(tradeNames_string) LIKE "%almotriptan%" OR LOWER(drugSynonyms_string) LIKE "%almotriptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2780', 'drugName': 'Almotriptan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2781', 'drugName': 'Almotriptan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2782', 'drugName': 'Almotriptan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3458', 'drugName': 'Almotriptan Malate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3459', 'drugName': 'Almotriptan Malate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3460', 'drugName': 'Almotriptan Malate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1175 | Q23 | Is there a black box warning for the drug Bitolterol Mesylate? | No, the drug Bitolterol 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 "%bitolterol mesylate%" OR LOWER(tradeNames_string) LIKE "%bitolterol mesylate%" OR LOWER(drugSynonyms_string) LIKE "%bitolterol mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3535', 'drugName': 'Bitolterol Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.327 | Q23 | Is there a black box warning for the drug Danvatirsen Sodium? | No, the drug Danvatirsen 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 "%danvatirsen sodium%" OR LOWER(tradeNames_string) LIKE "%danvatirsen sodium%" OR LOWER(drugSynonyms_string) LIKE "%danvatirsen sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_199', 'drugName': 'Danvatirsen Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1279 | Q23 | Is there a black box warning for the drug Palonosetron? | No, the drug Palonosetron 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 "%palonosetron%" OR LOWER(tradeNames_string) LIKE "%palonosetron%" OR LOWER(drugSynonyms_string) LIKE "%palonosetron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4389', 'drugName': 'Palonosetron', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3577', 'drugName': 'Palonosetron Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1385 | Q23 | Is there a black box warning for the drug Clevidipine? | No, the drug Clevidipine 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 "%clevidipine%" OR LOWER(tradeNames_string) LIKE "%clevidipine%" OR LOWER(drugSynonyms_string) LIKE "%clevidipine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_250', 'drugName': 'Clevidipine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.951 | Q23 | Is there a black box warning for the drug Methylprednisolone Sodium Succinate? | No, the drug Methylprednisolone Sodium 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 "%methylprednisolone sodium succinate%" OR LOWER(tradeNames_string) LIKE "%methylprednisolone sodium succinate%" OR LOWER(drugSynonyms_string) LIKE "%methylprednisolone sodium succinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5705', 'drugName': 'Methylprednisolone Sodium Succinate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1867 | Q23 | Is there a black box warning for the drug Dolasetron Mesylate? | No, the drug Dolasetron 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 "%dolasetron mesylate%" OR LOWER(tradeNames_string) LIKE "%dolasetron mesylate%" OR LOWER(drugSynonyms_string) LIKE "%dolasetron mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2936', 'drugName': 'Dolasetron Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1372 | Q23 | Is there a black box warning for the drug Grc-6211? | No, the drug Grc-6211 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 "%grc-6211%" OR LOWER(tradeNames_string) LIKE "%grc-6211%" OR LOWER(drugSynonyms_string) LIKE "%grc-6211%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2392', 'drugName': 'Grc-6211', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1520 | Q23 | Is there a black box warning for the drug Fepixnebart? | No, the drug Fepixnebart 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 "%fepixnebart%" OR LOWER(tradeNames_string) LIKE "%fepixnebart%" OR LOWER(drugSynonyms_string) LIKE "%fepixnebart%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_509', 'drugName': 'Fepixnebart', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_510', 'drugName': 'Fepixnebart', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.702 | Q23 | Is there a black box warning for the drug Oxcarbazepine? | No, the drug Oxcarbazepine 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 "%oxcarbazepine%" OR LOWER(tradeNames_string) LIKE "%oxcarbazepine%" OR LOWER(drugSynonyms_string) LIKE "%oxcarbazepine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1913', 'drugName': 'Oxcarbazepine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.218 | Q23 | Is there a black box warning for the drug Fluoxetine Hydrochloride? | Yes, the drug Fluoxetine 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 "%fluoxetine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fluoxetine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%fluoxetine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4711', 'drugName': 'Fluoxetine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1043 | Q23 | Is there a black box warning for the drug Dofetilide? | Yes, the drug Dofetilide 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 "%dofetilide%" OR LOWER(tradeNames_string) LIKE "%dofetilide%" OR LOWER(drugSynonyms_string) LIKE "%dofetilide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1039', 'drugName': 'Dofetilide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1815 | Q23 | Is there a black box warning for the drug Valbenazine? | No, the drug Valbenazine 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 "%valbenazine%" OR LOWER(tradeNames_string) LIKE "%valbenazine%" OR LOWER(drugSynonyms_string) LIKE "%valbenazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4522', 'drugName': 'Valbenazine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5423', 'drugName': 'Valbenazine Tosylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.161 | Q23 | Is there a black box warning for the drug Ucb-1184197? | No, the drug Ucb-1184197 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 "%ucb-1184197%" OR LOWER(tradeNames_string) LIKE "%ucb-1184197%" OR LOWER(drugSynonyms_string) LIKE "%ucb-1184197%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_786', 'drugName': 'Ucb-1184197', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1059 | Q23 | Is there a black box warning for the drug Etavopivat? | No, the drug Etavopivat 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 "%etavopivat%" OR LOWER(tradeNames_string) LIKE "%etavopivat%" OR LOWER(drugSynonyms_string) LIKE "%etavopivat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_660', 'drugName': 'Etavopivat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1243 | Q23 | Is there a black box warning for the drug Eslicarbazepine Acetate? | No, the drug Eslicarbazepine 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 "%eslicarbazepine acetate%" OR LOWER(tradeNames_string) LIKE "%eslicarbazepine acetate%" OR LOWER(drugSynonyms_string) LIKE "%eslicarbazepine acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4666', 'drugName': 'Eslicarbazepine Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.641 | Q23 | Is there a black box warning for the drug Imetelstat Sodium? | No, the drug Imetelstat 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 "%imetelstat sodium%" OR LOWER(tradeNames_string) LIKE "%imetelstat sodium%" OR LOWER(drugSynonyms_string) LIKE "%imetelstat sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_403', 'drugName': 'Imetelstat Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.522 | Q23 | Is there a black box warning for the drug Vecuronium Bromide? | Yes, the drug Vecuronium Bromide 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 "%vecuronium bromide%" OR LOWER(tradeNames_string) LIKE "%vecuronium bromide%" OR LOWER(drugSynonyms_string) LIKE "%vecuronium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4193', 'drugName': 'Vecuronium Bromide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1624 | Q23 | Is there a black box warning for the drug Trimethaphan Camsylate? | No, the drug Trimethaphan Camsylate 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 "%trimethaphan camsylate%" OR LOWER(tradeNames_string) LIKE "%trimethaphan camsylate%" OR LOWER(drugSynonyms_string) LIKE "%trimethaphan camsylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5467', 'drugName': 'Trimethaphan Camsylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1522 | Q23 | Is there a black box warning for the drug Diethylstilbestrol? | No, the drug Diethylstilbestrol 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 "%diethylstilbestrol%" OR LOWER(tradeNames_string) LIKE "%diethylstilbestrol%" OR LOWER(drugSynonyms_string) LIKE "%diethylstilbestrol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4689', 'drugName': 'Diethylstilbestrol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4127', 'drugName': 'Diethylstilbestrol Diphosphate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.604 | Q23 | Is there a black box warning for the drug Fe 203799? | No, the drug Fe 203799 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 203799%" OR LOWER(tradeNames_string) LIKE "%fe 203799%" OR LOWER(drugSynonyms_string) LIKE "%fe 203799%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3289', 'drugName': 'Fe 203799', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.198 | Q23 | Is there a black box warning for the drug Vonoprazan? | No, the drug Vonoprazan 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 "%vonoprazan%" OR LOWER(tradeNames_string) LIKE "%vonoprazan%" OR LOWER(drugSynonyms_string) LIKE "%vonoprazan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5640', 'drugName': 'Vonoprazan Fumarate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5499', 'drugName': 'Vonoprazan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1644 | Q23 | Is there a black box warning for the drug Inamrinone Lactate? | No, the drug Inamrinone Lactate 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 "%inamrinone lactate%" OR LOWER(tradeNames_string) LIKE "%inamrinone lactate%" OR LOWER(drugSynonyms_string) LIKE "%inamrinone lactate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4359', 'drugName': 'Inamrinone Lactate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.961 | Q23 | Is there a black box warning for the drug Bupropion Hydrobromide? | Yes, the drug Bupropion Hydrobromide 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 "%bupropion hydrobromide%" OR LOWER(tradeNames_string) LIKE "%bupropion hydrobromide%" OR LOWER(drugSynonyms_string) LIKE "%bupropion hydrobromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1806', 'drugName': 'Bupropion Hydrobromide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1807', 'drugName': 'Bupropion Hydrobromide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.416 | Q23 | Is there a black box warning for the drug Tadekinig Alfa? | No, the drug Tadekinig 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 "%tadekinig alfa%" OR LOWER(tradeNames_string) LIKE "%tadekinig alfa%" OR LOWER(drugSynonyms_string) LIKE "%tadekinig alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2500', 'drugName': 'Tadekinig Alfa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.99 | Q23 | Is there a black box warning for the drug Cjm-112? | No, the drug Cjm-112 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 "%cjm-112%" OR LOWER(tradeNames_string) LIKE "%cjm-112%" OR LOWER(drugSynonyms_string) LIKE "%cjm-112%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1574', 'drugName': 'Cjm-112', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.988 | Q23 | Is there a black box warning for the drug Lasofoxifene? | No, the drug Lasofoxifene 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 "%lasofoxifene%" OR LOWER(tradeNames_string) LIKE "%lasofoxifene%" OR LOWER(drugSynonyms_string) LIKE "%lasofoxifene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5303', 'drugName': 'Lasofoxifene', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.933 | Q23 | Is there a black box warning for the drug Gs 6201? | No, the drug Gs 6201 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 "%gs 6201%" OR LOWER(tradeNames_string) LIKE "%gs 6201%" OR LOWER(drugSynonyms_string) LIKE "%gs 6201%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_558', 'drugName': 'Gs 6201', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.159 | Q23 | Is there a black box warning for the drug Perampanel? | Yes, the drug Perampanel 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 "%perampanel%" OR LOWER(tradeNames_string) LIKE "%perampanel%" OR LOWER(drugSynonyms_string) LIKE "%perampanel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2165', 'drugName': 'Perampanel', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.425 | Q23 | Is there a black box warning for the drug Rocacetrapib? | No, the drug Rocacetrapib 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 "%rocacetrapib%" OR LOWER(tradeNames_string) LIKE "%rocacetrapib%" OR LOWER(drugSynonyms_string) LIKE "%rocacetrapib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5579', 'drugName': 'Rocacetrapib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1804 | Q23 | Is there a black box warning for the drug Eritoran Tetrasodium? | No, the drug Eritoran Tetrasodium 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 "%eritoran tetrasodium%" OR LOWER(tradeNames_string) LIKE "%eritoran tetrasodium%" OR LOWER(drugSynonyms_string) LIKE "%eritoran tetrasodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1063', 'drugName': 'Eritoran Tetrasodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.483 | Q23 | Is there a black box warning for the drug Yttrium Y 90 Ibritumomab Tiuxetan? | Yes, the drug Yttrium Y 90 Ibritumomab Tiuxetan 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 "%yttrium y 90 ibritumomab tiuxetan%" OR LOWER(tradeNames_string) LIKE "%yttrium y 90 ibritumomab tiuxetan%" OR LOWER(drugSynonyms_string) LIKE "%yttrium y 90 ibritumomab tiuxetan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1480', 'drugName': 'Yttrium Y 90 Ibritumomab Tiuxetan', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1512 | Q23 | Is there a black box warning for the drug Milatuzumab? | No, the drug Milatuzumab 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 "%milatuzumab%" OR LOWER(tradeNames_string) LIKE "%milatuzumab%" OR LOWER(drugSynonyms_string) LIKE "%milatuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1018', 'drugName': 'Milatuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.675 | Q23 | Is there a black box warning for the drug Misoprostol? | Yes, the drug Misoprostol 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 "%misoprostol%" OR LOWER(tradeNames_string) LIKE "%misoprostol%" OR LOWER(drugSynonyms_string) LIKE "%misoprostol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4262', 'drugName': 'Misoprostol', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1238 | Q23 | Is there a black box warning for the drug Oxybutynin Chloride? | No, the drug Oxybutynin 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 "%oxybutynin chloride%" OR LOWER(tradeNames_string) LIKE "%oxybutynin chloride%" OR LOWER(drugSynonyms_string) LIKE "%oxybutynin chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_871', 'drugName': 'Oxybutynin Chloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_872', 'drugName': 'Oxybutynin Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1873 | Q23 | Is there a black box warning for the drug Hemay-022? | No, the drug Hemay-022 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 "%hemay-022%" OR LOWER(tradeNames_string) LIKE "%hemay-022%" OR LOWER(drugSynonyms_string) LIKE "%hemay-022%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4730', 'drugName': 'Hemay-022', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1299 | Q23 | Is there a black box warning for the drug Lanoteplase? | No, the drug Lanoteplase 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 "%lanoteplase%" OR LOWER(tradeNames_string) LIKE "%lanoteplase%" OR LOWER(drugSynonyms_string) LIKE "%lanoteplase%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5822', 'drugName': 'Lanoteplase', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.453 | Q23 | Is there a black box warning for the drug Clobazam? | Yes, the drug Clobazam 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 "%clobazam%" OR LOWER(tradeNames_string) LIKE "%clobazam%" OR LOWER(drugSynonyms_string) LIKE "%clobazam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5981', 'drugName': 'Clobazam', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.559 | Q23 | Is there a black box warning for the drug Margetuximab? | Yes, the drug Margetuximab 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 "%margetuximab%" OR LOWER(tradeNames_string) LIKE "%margetuximab%" OR LOWER(drugSynonyms_string) LIKE "%margetuximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5571', 'drugName': 'Margetuximab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.181 | Q23 | Is there a black box warning for the drug Afacifenacin? | No, the drug Afacifenacin 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 "%afacifenacin%" OR LOWER(tradeNames_string) LIKE "%afacifenacin%" OR LOWER(drugSynonyms_string) LIKE "%afacifenacin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3100', 'drugName': 'Afacifenacin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3101', 'drugName': 'Afacifenacin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3102', 'drugName': 'Afacifenacin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.396 | Q23 | Is there a black box warning for the drug Vonoprazan Fumarate? | No, the drug Vonoprazan Fumarate 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 "%vonoprazan fumarate%" OR LOWER(tradeNames_string) LIKE "%vonoprazan fumarate%" OR LOWER(drugSynonyms_string) LIKE "%vonoprazan fumarate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5640', 'drugName': 'Vonoprazan Fumarate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.584 | Q23 | Is there a black box warning for the drug Olmesartan Medoxomil? | Yes, the drug Olmesartan Medoxomil 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 "%olmesartan medoxomil%" OR LOWER(tradeNames_string) LIKE "%olmesartan medoxomil%" OR LOWER(drugSynonyms_string) LIKE "%olmesartan medoxomil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4635', 'drugName': 'Olmesartan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2021', 'drugName': 'Olmesartan Medoxomil', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.995 | Q23 | Is there a black box warning for the drug Ursodiol? | No, the drug Ursodiol 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 "%ursodiol%" OR LOWER(tradeNames_string) LIKE "%ursodiol%" OR LOWER(drugSynonyms_string) LIKE "%ursodiol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4210', 'drugName': 'Ursodiol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1707 | Q23 | Is there a black box warning for the drug Mefenamic Acid? | Yes, the drug Mefenamic Acid 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 "%mefenamic acid%" OR LOWER(tradeNames_string) LIKE "%mefenamic acid%" OR LOWER(drugSynonyms_string) LIKE "%mefenamic acid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4888', 'drugName': 'Mefenamic Acid', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1285 | Q23 | Is there a black box warning for the drug Clonidine? | Yes, the drug Clonidine 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 "%clonidine%" OR LOWER(tradeNames_string) LIKE "%clonidine%" OR LOWER(drugSynonyms_string) LIKE "%clonidine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_615', 'drugName': 'Clonidine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4092', 'drugName': 'Clonidine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5436', 'drugName': 'Apraclonidine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2038', 'drugName': 'Apraclonidine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1645 | Q23 | Is there a black box warning for the drug Tranylcypromine? | Yes, the drug Tranylcypromine 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%" OR LOWER(tradeNames_string) LIKE "%tranylcypromine%" OR LOWER(drugSynonyms_string) LIKE "%tranylcypromine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3703', 'drugName': 'Tranylcypromine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1424', 'drugName': 'Tranylcypromine Sulfate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.886 | Q23 | Is there a black box warning for the drug Tak-733? | No, the drug Tak-733 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 "%tak-733%" OR LOWER(tradeNames_string) LIKE "%tak-733%" OR LOWER(drugSynonyms_string) LIKE "%tak-733%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3022', 'drugName': 'Tak-733', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3023', 'drugName': 'Tak-733', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.827 | Q23 | Is there a black box warning for the drug Ergoloid Mesylates? | No, the drug Ergoloid Mesylates 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 "%ergoloid mesylates%" OR LOWER(tradeNames_string) LIKE "%ergoloid mesylates%" OR LOWER(drugSynonyms_string) LIKE "%ergoloid mesylates%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3519', 'drugName': 'Ergoloid Mesylates', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3520', 'drugName': 'Ergoloid Mesylates', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3521', 'drugName': 'Ergoloid Mesylates', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3522', 'drugName': 'Ergoloid Mesylates', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1660 | Q23 | Is there a black box warning for the drug Otelixizumab? | No, the drug Otelixizumab 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 "%otelixizumab%" OR LOWER(tradeNames_string) LIKE "%otelixizumab%" OR LOWER(drugSynonyms_string) LIKE "%otelixizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5321', 'drugName': 'Otelixizumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.972 | Q23 | Is there a black box warning for the drug Lmb-2? | No, the drug Lmb-2 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 "%lmb-2%" OR LOWER(tradeNames_string) LIKE "%lmb-2%" OR LOWER(drugSynonyms_string) LIKE "%lmb-2%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5719', 'drugName': 'Lmb-2', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1049 | Q23 | Is there a black box warning for the drug Quinidine Gluconate? | Yes, the drug Quinidine Gluconate 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 gluconate%" OR LOWER(tradeNames_string) LIKE "%quinidine gluconate%" OR LOWER(drugSynonyms_string) LIKE "%quinidine gluconate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2256', 'drugName': 'Quinidine Gluconate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.671 | Q23 | Is there a black box warning for the drug Du 125530? | No, the drug Du 125530 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 "%du 125530%" OR LOWER(tradeNames_string) LIKE "%du 125530%" OR LOWER(drugSynonyms_string) LIKE "%du 125530%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1012', 'drugName': 'Du 125530', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.145 | Q23 | Is there a black box warning for the drug Modotuximab? | No, the drug Modotuximab 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 "%modotuximab%" OR LOWER(tradeNames_string) LIKE "%modotuximab%" OR LOWER(drugSynonyms_string) LIKE "%modotuximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2094', 'drugName': 'Modotuximab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1518 | Q23 | Is there a black box warning for the drug Promethazine Hydrochloride? | Yes, the drug Promethazine 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 "%promethazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%promethazine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%promethazine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4426', 'drugName': 'Promethazine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1999 | Q23 | Is there a black box warning for the drug Tesofensine? | No, the drug Tesofensine 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 "%tesofensine%" OR LOWER(tradeNames_string) LIKE "%tesofensine%" OR LOWER(drugSynonyms_string) LIKE "%tesofensine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5362', 'drugName': 'Tesofensine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.871 | Q23 | Is there a black box warning for the drug Minodronic Acid? | No, the drug Minodronic 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 "%minodronic acid%" OR LOWER(tradeNames_string) LIKE "%minodronic acid%" OR LOWER(drugSynonyms_string) LIKE "%minodronic acid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2268', 'drugName': 'Minodronic Acid', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.427 | Q23 | Is there a black box warning for the drug Stamulumab? | No, the drug Stamulumab 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 "%stamulumab%" OR LOWER(tradeNames_string) LIKE "%stamulumab%" OR LOWER(drugSynonyms_string) LIKE "%stamulumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3428', 'drugName': 'Stamulumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.643 | Q23 | Is there a black box warning for the drug Pertuzumab? | Yes, the drug Pertuzumab 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 "%pertuzumab%" OR LOWER(tradeNames_string) LIKE "%pertuzumab%" OR LOWER(drugSynonyms_string) LIKE "%pertuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1613', 'drugName': 'Pertuzumab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1408 | Q23 | Is there a black box warning for the drug Propantheline? | No, the drug Propantheline 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 "%propantheline%" OR LOWER(tradeNames_string) LIKE "%propantheline%" OR LOWER(drugSynonyms_string) LIKE "%propantheline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2724', 'drugName': 'Propantheline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2725', 'drugName': 'Propantheline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2726', 'drugName': 'Propantheline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4309', 'drugName': 'Propantheline Bromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4310', 'drugName': 'Propantheline Bromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4311', 'drugName': 'Propantheline Bromide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.806 | Q23 | Is there a black box warning for the drug Bay-1161909? | No, the drug Bay-1161909 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-1161909%" OR LOWER(tradeNames_string) LIKE "%bay-1161909%" OR LOWER(drugSynonyms_string) LIKE "%bay-1161909%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_596', 'drugName': 'Bay-1161909', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1067 | Q23 | Is there a black box warning for the drug Btrx-335140? | No, the drug Btrx-335140 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 "%btrx-335140%" OR LOWER(tradeNames_string) LIKE "%btrx-335140%" OR LOWER(drugSynonyms_string) LIKE "%btrx-335140%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5108', 'drugName': 'Btrx-335140', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.622 | Q23 | Is there a black box warning for the drug Vasopressin? | No, the drug Vasopressin 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 "%vasopressin%" OR LOWER(tradeNames_string) LIKE "%vasopressin%" OR LOWER(drugSynonyms_string) LIKE "%vasopressin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3226', 'drugName': 'Vasopressin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2491', 'drugName': 'Lypressin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5785', 'drugName': 'Vasopressin Tannate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5786', 'drugName': 'Vasopressin Tannate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5787', 'drugName': 'Vasopressin Tannate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.298 | Q23 | Is there a black box warning for the drug Tubocurarine Chloride? | No, the drug Tubocurarine 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 "%tubocurarine chloride%" OR LOWER(tradeNames_string) LIKE "%tubocurarine chloride%" OR LOWER(drugSynonyms_string) LIKE "%tubocurarine chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5100', 'drugName': 'Tubocurarine Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.912 | Q23 | Is there a black box warning for the drug Seletalisib? | No, the drug Seletalisib 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 "%seletalisib%" OR LOWER(tradeNames_string) LIKE "%seletalisib%" OR LOWER(drugSynonyms_string) LIKE "%seletalisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_787', 'drugName': 'Seletalisib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.917 | Q23 | Is there a black box warning for the drug Warfarin? | Yes, the drug Warfarin 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 "%warfarin%" OR LOWER(tradeNames_string) LIKE "%warfarin%" OR LOWER(drugSynonyms_string) LIKE "%warfarin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_38', 'drugName': 'Warfarin Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3808', 'drugName': 'Warfarin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5347', 'drugName': 'Warfarin Potassium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1903 | Q23 | Is there a black box warning for the drug Protriptyline? | Yes, the drug Protriptyline 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 "%protriptyline%" OR LOWER(tradeNames_string) LIKE "%protriptyline%" OR LOWER(drugSynonyms_string) LIKE "%protriptyline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6365', 'drugName': 'Protriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6366', 'drugName': 'Protriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5492', 'drugName': 'Protriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5493', 'drugName': 'Protriptyline Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.91 | Q23 | Is there a black box warning for the drug Theophylline Sodium Glycinate? | No, the drug Theophylline Sodium Glycinate 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 "%theophylline sodium glycinate%" OR LOWER(tradeNames_string) LIKE "%theophylline sodium glycinate%" OR LOWER(drugSynonyms_string) LIKE "%theophylline sodium glycinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_955', 'drugName': 'Theophylline Sodium Glycinate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_956', 'drugName': 'Theophylline Sodium Glycinate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_957', 'drugName': 'Theophylline Sodium Glycinate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.42 | Q23 | Is there a black box warning for the drug Phentolamine Mesylate? | No, the drug Phentolamine 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 "%phentolamine mesylate%" OR LOWER(tradeNames_string) LIKE "%phentolamine mesylate%" OR LOWER(drugSynonyms_string) LIKE "%phentolamine mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3568', 'drugName': 'Phentolamine Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1803 | Q23 | Is there a black box warning for the drug Brompheniramine? | No, the drug Brompheniramine 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 "%brompheniramine%" OR LOWER(tradeNames_string) LIKE "%brompheniramine%" OR LOWER(drugSynonyms_string) LIKE "%brompheniramine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1014', 'drugName': 'Brompheniramine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6367', 'drugName': 'Brompheniramine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4355', 'drugName': 'Dexbrompheniramine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_431', 'drugName': 'Dexbrompheniramine Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1934 | Q23 | Is there a black box warning for the drug Quinidine Sulfate? | Yes, the drug Quinidine 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 "%quinidine sulfate%" OR LOWER(tradeNames_string) LIKE "%quinidine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%quinidine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3310', 'drugName': 'Quinidine Sulfate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.134 | Q23 | Is there a black box warning for the drug Dronedarone? | Yes, the drug Dronedarone 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 "%dronedarone%" OR LOWER(tradeNames_string) LIKE "%dronedarone%" OR LOWER(drugSynonyms_string) LIKE "%dronedarone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5381', 'drugName': 'Dronedarone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5382', 'drugName': 'Dronedarone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5383', 'drugName': 'Dronedarone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5384', 'drugName': 'Dronedarone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3872', 'drugName': 'Dronedarone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3873', 'drugName': 'Dronedarone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3874', 'drugName': 'Dronedarone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3875', 'drugName': 'Dronedarone Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1566 | Q23 | Is there a black box warning for the drug Plx-5622? | No, the drug Plx-5622 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 "%plx-5622%" OR LOWER(tradeNames_string) LIKE "%plx-5622%" OR LOWER(drugSynonyms_string) LIKE "%plx-5622%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_785', 'drugName': 'Plx-5622', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.977 | Q23 | Is there a black box warning for the drug Isocarboxazid? | Yes, the drug Isocarboxazid 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 "%isocarboxazid%" OR LOWER(tradeNames_string) LIKE "%isocarboxazid%" OR LOWER(drugSynonyms_string) LIKE "%isocarboxazid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1881', 'drugName': 'Isocarboxazid', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1070 | Q23 | Is there a black box warning for the drug Basiliximab? | Yes, the drug Basiliximab 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 "%basiliximab%" OR LOWER(tradeNames_string) LIKE "%basiliximab%" OR LOWER(drugSynonyms_string) LIKE "%basiliximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2628', 'drugName': 'Basiliximab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1856 | Q23 | Is there a black box warning for the drug Montelukast Sodium? | Yes, the drug Montelukast 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 "%montelukast sodium%" OR LOWER(tradeNames_string) LIKE "%montelukast sodium%" OR LOWER(drugSynonyms_string) LIKE "%montelukast sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2453', 'drugName': 'Montelukast Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1346 | Q23 | Is there a black box warning for the drug Ss1(Dsfv)-Pe38? | No, the drug Ss1(Dsfv)-Pe38 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 "%ss1(dsfv)-pe38%" OR LOWER(tradeNames_string) LIKE "%ss1(dsfv)-pe38%" OR LOWER(drugSynonyms_string) LIKE "%ss1(dsfv)-pe38%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6058', 'drugName': 'Ss1(Dsfv)-Pe38', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1831 | Q23 | Is there a black box warning for the drug Moxetumomab Pasudotox? | Yes, the drug Moxetumomab Pasudotox 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 "%moxetumomab pasudotox%" OR LOWER(tradeNames_string) LIKE "%moxetumomab pasudotox%" OR LOWER(drugSynonyms_string) LIKE "%moxetumomab pasudotox%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1477', 'drugName': 'Moxetumomab Pasudotox', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1478', 'drugName': 'Moxetumomab Pasudotox', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.167 | Q23 | Is there a black box warning for the drug Azd-5438? | No, the drug Azd-5438 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 "%azd-5438%" OR LOWER(tradeNames_string) LIKE "%azd-5438%" OR LOWER(drugSynonyms_string) LIKE "%azd-5438%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1909', 'drugName': 'Azd-5438', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.731 | Q23 | Is there a black box warning for the drug Etoposide? | Yes, the drug Etoposide 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 "%etoposide%" OR LOWER(tradeNames_string) LIKE "%etoposide%" OR LOWER(drugSynonyms_string) LIKE "%etoposide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2949', 'drugName': 'Etoposide Phosphate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4763', 'drugName': 'Etoposide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.294 | Q23 | Is there a black box warning for the drug Levosimendan? | No, the drug Levosimendan 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 "%levosimendan%" OR LOWER(tradeNames_string) LIKE "%levosimendan%" OR LOWER(drugSynonyms_string) LIKE "%levosimendan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2198', 'drugName': 'Levosimendan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2199', 'drugName': 'Levosimendan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1142 | Q23 | Is there a black box warning for the drug Doxazosin Mesylate? | No, the drug Doxazosin 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 "%doxazosin mesylate%" OR LOWER(tradeNames_string) LIKE "%doxazosin mesylate%" OR LOWER(drugSynonyms_string) LIKE "%doxazosin mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_924', 'drugName': 'Doxazosin Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1536 | Q23 | Is there a black box warning for the drug Selodenoson? | No, the drug Selodenoson 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 "%selodenoson%" OR LOWER(tradeNames_string) LIKE "%selodenoson%" OR LOWER(drugSynonyms_string) LIKE "%selodenoson%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1822', 'drugName': 'Selodenoson', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1897 | Q23 | Is there a black box warning for the drug Idarubicin Hydrochloride? | Yes, the drug Idarubicin 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 "%idarubicin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%idarubicin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%idarubicin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5440', 'drugName': 'Idarubicin Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1006 | Q23 | Is there a black box warning for the drug Metformin Hydrochloride? | Yes, the drug Metformin 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 "%metformin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%metformin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%metformin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1887', 'drugName': 'Metformin Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1888', 'drugName': 'Metformin Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1421 | Q23 | Is there a black box warning for the drug Propoxycaine Hydrochloride? | No, the drug Propoxycaine 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 "%propoxycaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%propoxycaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%propoxycaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1701', 'drugName': 'Propoxycaine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.785 | Q23 | Is there a black box warning for the drug Fedratinib? | Yes, the drug Fedratinib 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 "%fedratinib%" OR LOWER(tradeNames_string) LIKE "%fedratinib%" OR LOWER(drugSynonyms_string) LIKE "%fedratinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5468', 'drugName': 'Fedratinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5469', 'drugName': 'Fedratinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4654', 'drugName': 'Fedratinib Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4655', 'drugName': 'Fedratinib Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.846 | Q23 | Is there a black box warning for the drug Gtx-758? | No, the drug Gtx-758 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 "%gtx-758%" OR LOWER(tradeNames_string) LIKE "%gtx-758%" OR LOWER(drugSynonyms_string) LIKE "%gtx-758%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5190', 'drugName': 'Gtx-758', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.352 | Q23 | Is there a black box warning for the drug Tolvaptan? | Yes, the drug Tolvaptan 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 "%tolvaptan%" OR LOWER(tradeNames_string) LIKE "%tolvaptan%" OR LOWER(drugSynonyms_string) LIKE "%tolvaptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5028', 'drugName': 'Tolvaptan', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1945 | Q23 | Is there a black box warning for the drug Vupanorsen? | No, the drug Vupanorsen 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 "%vupanorsen%" OR LOWER(tradeNames_string) LIKE "%vupanorsen%" OR LOWER(drugSynonyms_string) LIKE "%vupanorsen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2325', 'drugName': 'Vupanorsen', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2326', 'drugName': 'Vupanorsen', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1745', 'drugName': 'Vupanorsen Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1746', 'drugName': 'Vupanorsen Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.577 | Q23 | Is there a black box warning for the drug Lisdexamfetamine? | Yes, the drug Lisdexamfetamine 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 "%lisdexamfetamine%" OR LOWER(tradeNames_string) LIKE "%lisdexamfetamine%" OR LOWER(drugSynonyms_string) LIKE "%lisdexamfetamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6177', 'drugName': 'Lisdexamfetamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6178', 'drugName': 'Lisdexamfetamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6179', 'drugName': 'Lisdexamfetamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2130', 'drugName': 'Lisdexamfetamine Dimesylate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2131', 'drugName': 'Lisdexamfetamine Dimesylate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2132', 'drugName': 'Lisdexamfetamine Dimesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1923 | Q23 | Is there a black box warning for the drug Volinanserin? | No, the drug Volinanserin 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 "%volinanserin%" OR LOWER(tradeNames_string) LIKE "%volinanserin%" OR LOWER(drugSynonyms_string) LIKE "%volinanserin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2333', 'drugName': 'Volinanserin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1888 | Q23 | Is there a black box warning for the drug Daridorexant Hydrochloride? | No, the drug Daridorexant 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 "%daridorexant hydrochloride%" OR LOWER(tradeNames_string) LIKE "%daridorexant hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%daridorexant hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5696', 'drugName': 'Daridorexant Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5697', 'drugName': 'Daridorexant 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.