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.616 | Q23 | Is there a black box warning for the drug Fibrinogen, Human? | No, the drug Fibrinogen, Human 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 "%fibrinogen, human%" OR LOWER(tradeNames_string) LIKE "%fibrinogen, human%" OR LOWER(drugSynonyms_string) LIKE "%fibrinogen, human%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5760', 'drugName': 'Fibrinogen, Human', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1045 | Q23 | Is there a black box warning for the drug Crofelemer? | No, the drug Crofelemer 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 "%crofelemer%" OR LOWER(tradeNames_string) LIKE "%crofelemer%" OR LOWER(drugSynonyms_string) LIKE "%crofelemer%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2220', 'drugName': 'Crofelemer', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2221', 'drugName': 'Crofelemer', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.788 | Q23 | Is there a black box warning for the drug Rescinnamine? | No, the drug Rescinnamine 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 "%rescinnamine%" OR LOWER(tradeNames_string) LIKE "%rescinnamine%" OR LOWER(drugSynonyms_string) LIKE "%rescinnamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4945', 'drugName': 'Rescinnamine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1690 | Q23 | Is there a black box warning for the drug Acrivastine? | No, the drug Acrivastine 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 "%acrivastine%" OR LOWER(tradeNames_string) LIKE "%acrivastine%" OR LOWER(drugSynonyms_string) LIKE "%acrivastine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2524', 'drugName': 'Acrivastine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.997 | Q23 | Is there a black box warning for the drug Labetalol Hydrochloride? | No, the drug Labetalol 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 "%labetalol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%labetalol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%labetalol hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5404', 'drugName': 'Labetalol Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.499 | Q23 | Is there a black box warning for the drug Liafensine? | No, the drug Liafensine 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 "%liafensine%" OR LOWER(tradeNames_string) LIKE "%liafensine%" OR LOWER(drugSynonyms_string) LIKE "%liafensine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6352', 'drugName': 'Liafensine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1320 | Q23 | Is there a black box warning for the drug Mavrilimumab? | No, the drug Mavrilimumab 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 "%mavrilimumab%" OR LOWER(tradeNames_string) LIKE "%mavrilimumab%" OR LOWER(drugSynonyms_string) LIKE "%mavrilimumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4751', 'drugName': 'Mavrilimumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.281 | Q23 | Is there a black box warning for the drug Prinaberel? | No, the drug Prinaberel 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 "%prinaberel%" OR LOWER(tradeNames_string) LIKE "%prinaberel%" OR LOWER(drugSynonyms_string) LIKE "%prinaberel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3445', 'drugName': 'Prinaberel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1848 | Q23 | Is there a black box warning for the drug Valproic Acid? | Yes, the drug Valproic 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 "%valproic acid%" OR LOWER(tradeNames_string) LIKE "%valproic acid%" OR LOWER(drugSynonyms_string) LIKE "%valproic acid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6237', 'drugName': 'Valproic Acid', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5683', 'drugName': 'Divalproex Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1604', 'drugName': 'Valproate Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.363 | Q23 | Is there a black box warning for the drug Pf-05175157? | No, the drug Pf-05175157 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-05175157%" OR LOWER(tradeNames_string) LIKE "%pf-05175157%" OR LOWER(drugSynonyms_string) LIKE "%pf-05175157%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2356', 'drugName': 'Pf-05175157', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1179 | Q23 | Is there a black box warning for the drug Gefitinib? | No, the drug Gefitinib 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 "%gefitinib%" OR LOWER(tradeNames_string) LIKE "%gefitinib%" OR LOWER(drugSynonyms_string) LIKE "%gefitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4972', 'drugName': 'Gefitinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.239 | Q23 | Is there a black box warning for the drug Dusigitumab? | No, the drug Dusigitumab 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 "%dusigitumab%" OR LOWER(tradeNames_string) LIKE "%dusigitumab%" OR LOWER(drugSynonyms_string) LIKE "%dusigitumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4781', 'drugName': 'Dusigitumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4782', 'drugName': 'Dusigitumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.557 | Q23 | Is there a black box warning for the drug Firsocostat? | No, the drug Firsocostat 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 "%firsocostat%" OR LOWER(tradeNames_string) LIKE "%firsocostat%" OR LOWER(drugSynonyms_string) LIKE "%firsocostat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2565', 'drugName': 'Firsocostat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1870 | Q23 | Is there a black box warning for the drug Amlodipine Besylate? | Yes, the drug Amlodipine Besylate 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 "%amlodipine besylate%" OR LOWER(tradeNames_string) LIKE "%amlodipine besylate%" OR LOWER(drugSynonyms_string) LIKE "%amlodipine besylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2584', 'drugName': 'Amlodipine Besylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1915 | Q23 | Is there a black box warning for the drug Larotaxel? | No, the drug Larotaxel 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 "%larotaxel%" OR LOWER(tradeNames_string) LIKE "%larotaxel%" OR LOWER(drugSynonyms_string) LIKE "%larotaxel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_829', 'drugName': 'Larotaxel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.211 | Q23 | Is there a black box warning for the drug Cofirasersen? | No, the drug Cofirasersen 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 "%cofirasersen%" OR LOWER(tradeNames_string) LIKE "%cofirasersen%" OR LOWER(drugSynonyms_string) LIKE "%cofirasersen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1778', 'drugName': 'Cofirasersen', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1922 | Q23 | Is there a black box warning for the drug Huperzine A? | No, the drug Huperzine A 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 "%huperzine a%" OR LOWER(tradeNames_string) LIKE "%huperzine a%" OR LOWER(drugSynonyms_string) LIKE "%huperzine a%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2261', 'drugName': 'Huperzine A', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1561 | Q23 | Is there a black box warning for the drug Teniposide? | Yes, the drug Teniposide 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 "%teniposide%" OR LOWER(tradeNames_string) LIKE "%teniposide%" OR LOWER(drugSynonyms_string) LIKE "%teniposide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2612', 'drugName': 'Teniposide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.60 | Q23 | Is there a black box warning for the drug Doxycycline Anhydrous? | Yes, the drug Doxycycline Anhydrous 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 "%doxycycline anhydrous%" OR LOWER(tradeNames_string) LIKE "%doxycycline anhydrous%" OR LOWER(drugSynonyms_string) LIKE "%doxycycline anhydrous%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_285', 'drugName': 'Doxycycline Anhydrous', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_286', 'drugName': 'Doxycycline Anhydrous', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_287', 'drugName': 'Doxycycline Anhydrous', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_288', 'drugName': 'Doxycycline Anhydrous', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_289', 'drugName': 'Doxycycline Anhydrous', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1835 | Q23 | Is there a black box warning for the drug Armodafinil? | No, the drug Armodafinil 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 "%armodafinil%" OR LOWER(tradeNames_string) LIKE "%armodafinil%" OR LOWER(drugSynonyms_string) LIKE "%armodafinil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2926', 'drugName': 'Armodafinil', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1906 | Q23 | Is there a black box warning for the drug Wx-554? | No, the drug Wx-554 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 "%wx-554%" OR LOWER(tradeNames_string) LIKE "%wx-554%" OR LOWER(drugSynonyms_string) LIKE "%wx-554%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_17', 'drugName': 'Wx-554', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_18', 'drugName': 'Wx-554', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1578 | Q23 | Is there a black box warning for the drug Nalbuphine? | No, the drug Nalbuphine 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 "%nalbuphine%" OR LOWER(tradeNames_string) LIKE "%nalbuphine%" OR LOWER(drugSynonyms_string) LIKE "%nalbuphine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1326', 'drugName': 'Nalbuphine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1991', 'drugName': 'Nalbuphine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.368 | Q23 | Is there a black box warning for the drug Lurasidone Hydrochloride? | Yes, the drug Lurasidone 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 "%lurasidone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%lurasidone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%lurasidone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3924', 'drugName': 'Lurasidone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3925', 'drugName': 'Lurasidone Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.511 | Q23 | Is there a black box warning for the drug Atomoxetine Hydrochloride? | Yes, the drug Atomoxetine 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 "%atomoxetine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%atomoxetine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%atomoxetine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1334', 'drugName': 'Atomoxetine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.815 | Q23 | Is there a black box warning for the drug Bretylium Tosylate? | No, the drug Bretylium Tosylate 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 "%bretylium tosylate%" OR LOWER(tradeNames_string) LIKE "%bretylium tosylate%" OR LOWER(drugSynonyms_string) LIKE "%bretylium tosylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_904', 'drugName': 'Bretylium Tosylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1122 | Q23 | Is there a black box warning for the drug Vorapaxar? | Yes, the drug Vorapaxar 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 "%vorapaxar%" OR LOWER(tradeNames_string) LIKE "%vorapaxar%" OR LOWER(drugSynonyms_string) LIKE "%vorapaxar%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_713', 'drugName': 'Vorapaxar Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1286', 'drugName': 'Vorapaxar', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1731 | Q23 | Is there a black box warning for the drug Minaprine? | No, the drug Minaprine 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 "%minaprine%" OR LOWER(tradeNames_string) LIKE "%minaprine%" OR LOWER(drugSynonyms_string) LIKE "%minaprine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5326', 'drugName': 'Minaprine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5327', 'drugName': 'Minaprine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5328', 'drugName': 'Minaprine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5329', 'drugName': 'Minaprine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5330', 'drugName': 'Minaprine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4771', 'drugName': 'Minaprine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4772', 'drugName': 'Minaprine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4773', 'drugName': 'Minaprine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4774', 'drugName': 'Minaprine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4775', 'drugName': 'Minaprine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1216 | Q23 | Is there a black box warning for the drug Clascoterone? | No, the drug Clascoterone 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 "%clascoterone%" OR LOWER(tradeNames_string) LIKE "%clascoterone%" OR LOWER(drugSynonyms_string) LIKE "%clascoterone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2803', 'drugName': 'Clascoterone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1212 | Q23 | Is there a black box warning for the drug Navtemadlin? | No, the drug Navtemadlin 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 "%navtemadlin%" OR LOWER(tradeNames_string) LIKE "%navtemadlin%" OR LOWER(drugSynonyms_string) LIKE "%navtemadlin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5302', 'drugName': 'Navtemadlin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.971 | Q23 | Is there a black box warning for the drug Mofarotene? | No, the drug Mofarotene 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 "%mofarotene%" OR LOWER(tradeNames_string) LIKE "%mofarotene%" OR LOWER(drugSynonyms_string) LIKE "%mofarotene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6279', 'drugName': 'Mofarotene', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.805 | Q23 | Is there a black box warning for the drug F16Il2? | No, the drug F16Il2 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 "%f16il2%" OR LOWER(tradeNames_string) LIKE "%f16il2%" OR LOWER(drugSynonyms_string) LIKE "%f16il2%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3739', 'drugName': 'F16Il2', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.121 | Q23 | Is there a black box warning for the drug Pradigastat? | No, the drug Pradigastat 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 "%pradigastat%" OR LOWER(tradeNames_string) LIKE "%pradigastat%" OR LOWER(drugSynonyms_string) LIKE "%pradigastat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3433', 'drugName': 'Pradigastat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1322 | Q23 | Is there a black box warning for the drug Nalfurafine Hydrochloride? | No, the drug Nalfurafine 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 "%nalfurafine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%nalfurafine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%nalfurafine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5774', 'drugName': 'Nalfurafine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1221 | Q23 | Is there a black box warning for the drug Pralsetinib? | No, the drug Pralsetinib 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 "%pralsetinib%" OR LOWER(tradeNames_string) LIKE "%pralsetinib%" OR LOWER(drugSynonyms_string) LIKE "%pralsetinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2687', 'drugName': 'Pralsetinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2688', 'drugName': 'Pralsetinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2689', 'drugName': 'Pralsetinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.528 | Q23 | Is there a black box warning for the drug Nilotinib? | Yes, the drug Nilotinib 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 "%nilotinib%" OR LOWER(tradeNames_string) LIKE "%nilotinib%" OR LOWER(drugSynonyms_string) LIKE "%nilotinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6060', 'drugName': 'Nilotinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6061', 'drugName': 'Nilotinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_435', 'drugName': 'Nilotinib Hydrochloride Monohydrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_436', 'drugName': 'Nilotinib Hydrochloride Monohydrate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.519 | Q23 | Is there a black box warning for the drug Rapastinel? | No, the drug Rapastinel 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 "%rapastinel%" OR LOWER(tradeNames_string) LIKE "%rapastinel%" OR LOWER(drugSynonyms_string) LIKE "%rapastinel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3009', 'drugName': 'Rapastinel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.84 | Q23 | Is there a black box warning for the drug Tegaserod? | No, the drug Tegaserod 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 "%tegaserod%" OR LOWER(tradeNames_string) LIKE "%tegaserod%" OR LOWER(drugSynonyms_string) LIKE "%tegaserod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4231', 'drugName': 'Tegaserod', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2042', 'drugName': 'Tegaserod Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.717 | Q23 | Is there a black box warning for the drug Tetrahydrozoline Hydrochloride? | No, the drug Tetrahydrozoline 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 "%tetrahydrozoline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%tetrahydrozoline hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%tetrahydrozoline hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1295', 'drugName': 'Tetrahydrozoline Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1185 | Q23 | Is there a black box warning for the drug Anileridine? | No, the drug Anileridine 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 "%anileridine%" OR LOWER(tradeNames_string) LIKE "%anileridine%" OR LOWER(drugSynonyms_string) LIKE "%anileridine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1553', 'drugName': 'Anileridine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1554', 'drugName': 'Anileridine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4594', 'drugName': 'Anileridine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4595', 'drugName': 'Anileridine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4938', 'drugName': 'Anileridine Phosphate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4939', 'drugName': 'Anileridine Phosphate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.386 | Q23 | Is there a black box warning for the drug Vinblastine Sulfate? | No, the drug Vinblastine Sulfate 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 "%vinblastine sulfate%" OR LOWER(tradeNames_string) LIKE "%vinblastine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%vinblastine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6261', 'drugName': 'Vinblastine Sulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1022 | Q23 | Is there a black box warning for the drug Naltrexone Hydrochloride? | Yes, the drug Naltrexone 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 "%naltrexone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%naltrexone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%naltrexone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3051', 'drugName': 'Naltrexone Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1689 | Q23 | Is there a black box warning for the drug Vecuronium? | Yes, the drug Vecuronium 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%" OR LOWER(tradeNames_string) LIKE "%vecuronium%" OR LOWER(drugSynonyms_string) LIKE "%vecuronium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1165', 'drugName': 'Vecuronium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4193', 'drugName': 'Vecuronium Bromide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.87 | Q23 | Is there a black box warning for the drug Amediplase? | No, the drug Amediplase 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 "%amediplase%" OR LOWER(tradeNames_string) LIKE "%amediplase%" OR LOWER(drugSynonyms_string) LIKE "%amediplase%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6153', 'drugName': 'Amediplase', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1684 | Q23 | Is there a black box warning for the drug Tusamitamab Ravtansine? | No, the drug Tusamitamab Ravtansine 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 "%tusamitamab ravtansine%" OR LOWER(tradeNames_string) LIKE "%tusamitamab ravtansine%" OR LOWER(drugSynonyms_string) LIKE "%tusamitamab ravtansine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1224', 'drugName': 'Tusamitamab Ravtansine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1225', 'drugName': 'Tusamitamab Ravtansine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.333 | Q23 | Is there a black box warning for the drug Neostigmine Methylsulfate? | No, the drug Neostigmine Methylsulfate 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 "%neostigmine methylsulfate%" OR LOWER(tradeNames_string) LIKE "%neostigmine methylsulfate%" OR LOWER(drugSynonyms_string) LIKE "%neostigmine methylsulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1766', 'drugName': 'Neostigmine Methylsulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.7 | Q23 | Is there a black box warning for the drug Tirabrutinib? | No, the drug Tirabrutinib 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 "%tirabrutinib%" OR LOWER(tradeNames_string) LIKE "%tirabrutinib%" OR LOWER(drugSynonyms_string) LIKE "%tirabrutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1533', 'drugName': 'Tirabrutinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.737 | Q23 | Is there a black box warning for the drug Methazolamide? | No, the drug Methazolamide 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 "%methazolamide%" OR LOWER(tradeNames_string) LIKE "%methazolamide%" OR LOWER(drugSynonyms_string) LIKE "%methazolamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5020', 'drugName': 'Methazolamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5021', 'drugName': 'Methazolamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5022', 'drugName': 'Methazolamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5023', 'drugName': 'Methazolamide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.750 | Q23 | Is there a black box warning for the drug Felzartamab? | No, the drug Felzartamab 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 "%felzartamab%" OR LOWER(tradeNames_string) LIKE "%felzartamab%" OR LOWER(drugSynonyms_string) LIKE "%felzartamab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1460', 'drugName': 'Felzartamab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1414 | Q23 | Is there a black box warning for the drug Azm-475271? | No, the drug Azm-475271 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 "%azm-475271%" OR LOWER(tradeNames_string) LIKE "%azm-475271%" OR LOWER(drugSynonyms_string) LIKE "%azm-475271%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1346', 'drugName': 'Azm-475271', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1347', 'drugName': 'Azm-475271', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1751 | Q23 | Is there a black box warning for the drug Dalfampridine? | No, the drug Dalfampridine 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 "%dalfampridine%" OR LOWER(tradeNames_string) LIKE "%dalfampridine%" OR LOWER(drugSynonyms_string) LIKE "%dalfampridine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1734', 'drugName': 'Dalfampridine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.457 | Q23 | Is there a black box warning for the drug Midazolam Hydrochloride? | Yes, the drug Midazolam 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 "%midazolam hydrochloride%" OR LOWER(tradeNames_string) LIKE "%midazolam hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%midazolam hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4008', 'drugName': 'Midazolam Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.496 | Q23 | Is there a black box warning for the drug Mesdopetam? | No, the drug Mesdopetam 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 "%mesdopetam%" OR LOWER(tradeNames_string) LIKE "%mesdopetam%" OR LOWER(drugSynonyms_string) LIKE "%mesdopetam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3080', 'drugName': 'Mesdopetam', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1482 | Q23 | Is there a black box warning for the drug Voruciclib? | No, the drug Voruciclib 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 "%voruciclib%" OR LOWER(tradeNames_string) LIKE "%voruciclib%" OR LOWER(drugSynonyms_string) LIKE "%voruciclib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4446', 'drugName': 'Voruciclib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.291 | Q23 | Is there a black box warning for the drug Camicinal? | No, the drug Camicinal 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 "%camicinal%" OR LOWER(tradeNames_string) LIKE "%camicinal%" OR LOWER(drugSynonyms_string) LIKE "%camicinal%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4697', 'drugName': 'Camicinal', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1817 | Q23 | Is there a black box warning for the drug Copanlisib? | No, the drug Copanlisib 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 "%copanlisib%" OR LOWER(tradeNames_string) LIKE "%copanlisib%" OR LOWER(drugSynonyms_string) LIKE "%copanlisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2313', 'drugName': 'Copanlisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2314', 'drugName': 'Copanlisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1213', 'drugName': 'Copanlisib Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1214', 'drugName': 'Copanlisib Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1986 | Q23 | Is there a black box warning for the drug Dabigatran Etexilate Mesylate? | Yes, the drug Dabigatran Etexilate Mesylate 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 "%dabigatran etexilate mesylate%" OR LOWER(tradeNames_string) LIKE "%dabigatran etexilate mesylate%" OR LOWER(drugSynonyms_string) LIKE "%dabigatran etexilate mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5711', 'drugName': 'Dabigatran Etexilate Mesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1370 | Q23 | Is there a black box warning for the drug Nebicapone? | No, the drug Nebicapone 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 "%nebicapone%" OR LOWER(tradeNames_string) LIKE "%nebicapone%" OR LOWER(drugSynonyms_string) LIKE "%nebicapone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1116', 'drugName': 'Nebicapone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.893 | Q23 | Is there a black box warning for the drug Fesoterodine? | No, the drug Fesoterodine 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 "%fesoterodine%" OR LOWER(tradeNames_string) LIKE "%fesoterodine%" OR LOWER(drugSynonyms_string) LIKE "%fesoterodine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1581', 'drugName': 'Fesoterodine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1582', 'drugName': 'Fesoterodine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3362', 'drugName': 'Fesoterodine Fumarate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3363', 'drugName': 'Fesoterodine Fumarate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1063 | Q23 | Is there a black box warning for the drug Omipalisib? | No, the drug Omipalisib 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 "%omipalisib%" OR LOWER(tradeNames_string) LIKE "%omipalisib%" OR LOWER(drugSynonyms_string) LIKE "%omipalisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5350', 'drugName': 'Omipalisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5351', 'drugName': 'Omipalisib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1846 | Q23 | Is there a black box warning for the drug Etilevodopa? | No, the drug Etilevodopa 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 "%etilevodopa%" OR LOWER(tradeNames_string) LIKE "%etilevodopa%" OR LOWER(drugSynonyms_string) LIKE "%etilevodopa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3987', 'drugName': 'Etilevodopa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1982 | Q23 | Is there a black box warning for the drug Pentazocine Hydrochloride? | No, the drug Pentazocine 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 "%pentazocine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pentazocine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%pentazocine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3200', 'drugName': 'Pentazocine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.789 | Q23 | Is there a black box warning for the drug Alirocumab? | No, the drug Alirocumab 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 "%alirocumab%" OR LOWER(tradeNames_string) LIKE "%alirocumab%" OR LOWER(drugSynonyms_string) LIKE "%alirocumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1637', 'drugName': 'Alirocumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.866 | Q23 | Is there a black box warning for the drug Trastuzumab Emtansine? | Yes, the drug Trastuzumab Emtansine 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 "%trastuzumab emtansine%" OR LOWER(tradeNames_string) LIKE "%trastuzumab emtansine%" OR LOWER(drugSynonyms_string) LIKE "%trastuzumab emtansine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5756', 'drugName': 'Trastuzumab Emtansine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5757', 'drugName': 'Trastuzumab Emtansine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1306 | Q23 | Is there a black box warning for the drug Phenacemide? | No, the drug Phenacemide 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 "%phenacemide%" OR LOWER(tradeNames_string) LIKE "%phenacemide%" OR LOWER(drugSynonyms_string) LIKE "%phenacemide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6273', 'drugName': 'Phenacemide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1088 | Q23 | Is there a black box warning for the drug Oxtriphylline? | No, the drug Oxtriphylline 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 "%oxtriphylline%" OR LOWER(tradeNames_string) LIKE "%oxtriphylline%" OR LOWER(drugSynonyms_string) LIKE "%oxtriphylline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3797', 'drugName': 'Oxtriphylline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3798', 'drugName': 'Oxtriphylline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3799', 'drugName': 'Oxtriphylline', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1889 | Q23 | Is there a black box warning for the drug Degarelix? | No, the drug Degarelix 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 "%degarelix%" OR LOWER(tradeNames_string) LIKE "%degarelix%" OR LOWER(drugSynonyms_string) LIKE "%degarelix%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6054', 'drugName': 'Degarelix Acetate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1491', 'drugName': 'Degarelix', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.331 | Q23 | Is there a black box warning for the drug Dihydroergotamine Mesylate? | Yes, the drug Dihydroergotamine Mesylate 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 "%dihydroergotamine mesylate%" OR LOWER(tradeNames_string) LIKE "%dihydroergotamine mesylate%" OR LOWER(drugSynonyms_string) LIKE "%dihydroergotamine mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5316', 'drugName': 'Dihydroergotamine Mesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.448 | Q23 | Is there a black box warning for the drug Zimeldine Hydrochloride? | No, the drug Zimeldine 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 "%zimeldine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%zimeldine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%zimeldine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6383', 'drugName': 'Zimeldine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.766 | Q23 | Is there a black box warning for the drug Epinephrine Bitartrate? | No, the drug Epinephrine Bitartrate 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 "%epinephrine bitartrate%" OR LOWER(tradeNames_string) LIKE "%epinephrine bitartrate%" OR LOWER(drugSynonyms_string) LIKE "%epinephrine bitartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1843', 'drugName': 'Norepinephrine Bitartrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1884', 'drugName': 'Epinephrine Bitartrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1844 | Q23 | Is there a black box warning for the drug Caffeine? | No, the drug Caffeine 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 "%caffeine%" OR LOWER(tradeNames_string) LIKE "%caffeine%" OR LOWER(drugSynonyms_string) LIKE "%caffeine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4744', 'drugName': 'Caffeine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6075', 'drugName': 'Caffeine, Citrated', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.913 | Q23 | Is there a black box warning for the drug Sibrotuzumab? | No, the drug Sibrotuzumab 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 "%sibrotuzumab%" OR LOWER(tradeNames_string) LIKE "%sibrotuzumab%" OR LOWER(drugSynonyms_string) LIKE "%sibrotuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5890', 'drugName': 'Sibrotuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1141 | Q23 | Is there a black box warning for the drug Ly-2090314? | No, the drug Ly-2090314 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 "%ly-2090314%" OR LOWER(tradeNames_string) LIKE "%ly-2090314%" OR LOWER(drugSynonyms_string) LIKE "%ly-2090314%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2361', 'drugName': 'Ly-2090314', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2362', 'drugName': 'Ly-2090314', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.180 | Q23 | Is there a black box warning for the drug Sapropterin Dihydrochloride? | No, the drug Sapropterin Dihydrochloride 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 "%sapropterin dihydrochloride%" OR LOWER(tradeNames_string) LIKE "%sapropterin dihydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%sapropterin dihydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4864', 'drugName': 'Sapropterin Dihydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.729 | Q23 | Is there a black box warning for the drug Voxelotor? | No, the drug Voxelotor 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 "%voxelotor%" OR LOWER(tradeNames_string) LIKE "%voxelotor%" OR LOWER(drugSynonyms_string) LIKE "%voxelotor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2318', 'drugName': 'Voxelotor', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1273 | Q23 | Is there a black box warning for the drug Edoxaban Tosylate? | Yes, the drug Edoxaban Tosylate 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 "%edoxaban tosylate%" OR LOWER(tradeNames_string) LIKE "%edoxaban tosylate%" OR LOWER(drugSynonyms_string) LIKE "%edoxaban tosylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5025', 'drugName': 'Edoxaban Tosylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.89 | Q23 | Is there a black box warning for the drug Propylthiouracil? | Yes, the drug Propylthiouracil 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 "%propylthiouracil%" OR LOWER(tradeNames_string) LIKE "%propylthiouracil%" OR LOWER(drugSynonyms_string) LIKE "%propylthiouracil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_394', 'drugName': 'Propylthiouracil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_395', 'drugName': 'Propylthiouracil', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1410 | Q23 | Is there a black box warning for the drug Sergliflozin Etabonate? | No, the drug Sergliflozin Etabonate 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 "%sergliflozin etabonate%" OR LOWER(tradeNames_string) LIKE "%sergliflozin etabonate%" OR LOWER(drugSynonyms_string) LIKE "%sergliflozin etabonate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2686', 'drugName': 'Sergliflozin Etabonate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1900 | Q23 | Is there a black box warning for the drug Prochlorperazine? | Yes, the drug Prochlorperazine 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 "%prochlorperazine%" OR LOWER(tradeNames_string) LIKE "%prochlorperazine%" OR LOWER(drugSynonyms_string) LIKE "%prochlorperazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_426', 'drugName': 'Prochlorperazine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5222', 'drugName': 'Prochlorperazine Maleate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3536', 'drugName': 'Prochlorperazine Edisylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.463 | Q23 | Is there a black box warning for the drug Choriogonadotropin Alfa? | No, the drug Choriogonadotropin 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 "%choriogonadotropin alfa%" OR LOWER(tradeNames_string) LIKE "%choriogonadotropin alfa%" OR LOWER(drugSynonyms_string) LIKE "%choriogonadotropin alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1368', 'drugName': 'Choriogonadotropin Alfa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1830 | Q23 | Is there a black box warning for the drug Sapitinib? | No, the drug Sapitinib 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 "%sapitinib%" OR LOWER(tradeNames_string) LIKE "%sapitinib%" OR LOWER(drugSynonyms_string) LIKE "%sapitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4618', 'drugName': 'Sapitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4619', 'drugName': 'Sapitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4620', 'drugName': 'Sapitinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.55 | Q23 | Is there a black box warning for the drug Patidegib? | No, the drug Patidegib 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 "%patidegib%" OR LOWER(tradeNames_string) LIKE "%patidegib%" OR LOWER(drugSynonyms_string) LIKE "%patidegib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6104', 'drugName': 'Patidegib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1503 | Q23 | Is there a black box warning for the drug Hmn-214? | No, the drug Hmn-214 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 "%hmn-214%" OR LOWER(tradeNames_string) LIKE "%hmn-214%" OR LOWER(drugSynonyms_string) LIKE "%hmn-214%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3010', 'drugName': 'Hmn-214', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.650 | Q23 | Is there a black box warning for the drug Darexaban? | No, the drug Darexaban 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 "%darexaban%" OR LOWER(tradeNames_string) LIKE "%darexaban%" OR LOWER(drugSynonyms_string) LIKE "%darexaban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_677', 'drugName': 'Darexaban', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.684 | Q23 | Is there a black box warning for the drug Grc-17536? | No, the drug Grc-17536 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-17536%" OR LOWER(tradeNames_string) LIKE "%grc-17536%" OR LOWER(drugSynonyms_string) LIKE "%grc-17536%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5484', 'drugName': 'Grc-17536', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.224 | Q23 | Is there a black box warning for the drug Lxr-623? | No, the drug Lxr-623 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 "%lxr-623%" OR LOWER(tradeNames_string) LIKE "%lxr-623%" OR LOWER(drugSynonyms_string) LIKE "%lxr-623%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4501', 'drugName': 'Lxr-623', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4502', 'drugName': 'Lxr-623', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.116 | Q23 | Is there a black box warning for the drug Docetaxel? | Yes, the drug Docetaxel 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 "%docetaxel%" OR LOWER(tradeNames_string) LIKE "%docetaxel%" OR LOWER(drugSynonyms_string) LIKE "%docetaxel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1267', 'drugName': 'Docetaxel', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2177', 'drugName': 'Docetaxel', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1552 | Q23 | Is there a black box warning for the drug Bosutinib? | No, the drug Bosutinib 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 "%bosutinib%" OR LOWER(tradeNames_string) LIKE "%bosutinib%" OR LOWER(drugSynonyms_string) LIKE "%bosutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3955', 'drugName': 'Bosutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3956', 'drugName': 'Bosutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3957', 'drugName': 'Bosutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3958', 'drugName': 'Bosutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3959', 'drugName': 'Bosutinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1303 | Q23 | Is there a black box warning for the drug Fenfluramine Hydrochloride? | Yes, the drug Fenfluramine 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 "%fenfluramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fenfluramine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%fenfluramine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3886', 'drugName': 'Fenfluramine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3887', 'drugName': 'Fenfluramine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3888', 'drugName': 'Fenfluramine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3880', 'drugName': 'Dexfenfluramine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.987 | Q23 | Is there a black box warning for the drug Veliflapon? | No, the drug Veliflapon 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 "%veliflapon%" OR LOWER(tradeNames_string) LIKE "%veliflapon%" OR LOWER(drugSynonyms_string) LIKE "%veliflapon%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4585', 'drugName': 'Veliflapon', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.177 | Q23 | Is there a black box warning for the drug Tak-901? | No, the drug Tak-901 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-901%" OR LOWER(tradeNames_string) LIKE "%tak-901%" OR LOWER(drugSynonyms_string) LIKE "%tak-901%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_122', 'drugName': 'Tak-901', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1650 | Q23 | Is there a black box warning for the drug Vintafolide? | No, the drug Vintafolide 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 "%vintafolide%" OR LOWER(tradeNames_string) LIKE "%vintafolide%" OR LOWER(drugSynonyms_string) LIKE "%vintafolide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_53', 'drugName': 'Vintafolide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.596 | Q23 | Is there a black box warning for the drug Triazolam? | Yes, the drug Triazolam 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 "%triazolam%" OR LOWER(tradeNames_string) LIKE "%triazolam%" OR LOWER(drugSynonyms_string) LIKE "%triazolam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5701', 'drugName': 'Triazolam', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1560 | Q23 | Is there a black box warning for the drug Desmopressin? | Yes, the drug Desmopressin 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%" OR LOWER(tradeNames_string) LIKE "%desmopressin%" OR LOWER(drugSynonyms_string) LIKE "%desmopressin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1017', 'drugName': 'Desmopressin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2993', 'drugName': 'Desmopressin Acetate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.19 | Q23 | Is there a black box warning for the drug Levilimab? | No, the drug Levilimab 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 "%levilimab%" OR LOWER(tradeNames_string) LIKE "%levilimab%" OR LOWER(drugSynonyms_string) LIKE "%levilimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_947', 'drugName': 'Levilimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.429 | Q23 | Is there a black box warning for the drug Muraglitazar? | No, the drug Muraglitazar 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 "%muraglitazar%" OR LOWER(tradeNames_string) LIKE "%muraglitazar%" OR LOWER(drugSynonyms_string) LIKE "%muraglitazar%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6342', 'drugName': 'Muraglitazar', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6343', 'drugName': 'Muraglitazar', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1345 | Q23 | Is there a black box warning for the drug Celiprolol? | No, the drug Celiprolol 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 "%celiprolol%" OR LOWER(tradeNames_string) LIKE "%celiprolol%" OR LOWER(drugSynonyms_string) LIKE "%celiprolol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6117', 'drugName': 'Celiprolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6118', 'drugName': 'Celiprolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6119', 'drugName': 'Celiprolol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.289 | Q23 | Is there a black box warning for the drug Mitoxantrone Hydrochloride? | Yes, the drug Mitoxantrone 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 "%mitoxantrone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mitoxantrone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%mitoxantrone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4715', 'drugName': 'Mitoxantrone Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1584 | Q23 | Is there a black box warning for the drug Benazepril? | Yes, the drug Benazepril 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 "%benazepril%" OR LOWER(tradeNames_string) LIKE "%benazepril%" OR LOWER(drugSynonyms_string) LIKE "%benazepril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5353', 'drugName': 'Benazepril Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5259', 'drugName': 'Benazepril', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.434 | Q23 | Is there a black box warning for the drug Pramlintide? | Yes, the drug Pramlintide 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 "%pramlintide%" OR LOWER(tradeNames_string) LIKE "%pramlintide%" OR LOWER(drugSynonyms_string) LIKE "%pramlintide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2394', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2395', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2396', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_357', 'drugName': 'Pramlintide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_358', 'drugName': 'Pramlintide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_359', 'drugName': 'Pramlintide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1640 | Q23 | Is there a black box warning for the drug Fluprednisolone? | No, the drug Fluprednisolone 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 "%fluprednisolone%" OR LOWER(tradeNames_string) LIKE "%fluprednisolone%" OR LOWER(drugSynonyms_string) LIKE "%fluprednisolone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1579', 'drugName': 'Fluprednisolone', '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.