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.932 | Q23 | Is there a black box warning for the drug Gt-0918? | No, the drug Gt-0918 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gt-0918%" OR LOWER(tradeNames_string) LIKE "%gt-0918%" OR LOWER(drugSynonyms_string) LIKE "%gt-0918%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6298', 'drugName': 'Gt-0918', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1704 | Q23 | Is there a black box warning for the drug Pramipexole? | No, the drug Pramipexole does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pramipexole%" OR LOWER(tradeNames_string) LIKE "%pramipexole%" OR LOWER(drugSynonyms_string) LIKE "%pramipexole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_980', 'drugName': 'Pramipexole', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5763', 'drugName': 'Pramipexole Dihydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1231 | Q23 | Is there a black box warning for the drug Articaine Hydrochloride? | No, the drug Articaine 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 "%articaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%articaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%articaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1986', 'drugName': 'Articaine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.466 | Q23 | Is there a black box warning for the drug Zolpidem Tartrate? | Yes, the drug Zolpidem Tartrate 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 "%zolpidem tartrate%" OR LOWER(tradeNames_string) LIKE "%zolpidem tartrate%" OR LOWER(drugSynonyms_string) LIKE "%zolpidem tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5904', 'drugName': 'Zolpidem Tartrate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1967 | Q23 | Is there a black box warning for the drug Lanraplenib? | No, the drug Lanraplenib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lanraplenib%" OR LOWER(tradeNames_string) LIKE "%lanraplenib%" OR LOWER(drugSynonyms_string) LIKE "%lanraplenib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_827', 'drugName': 'Lanraplenib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1178 | Q23 | Is there a black box warning for the drug Estradiol Acetate? | Yes, the drug Estradiol Acetate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%estradiol acetate%" OR LOWER(tradeNames_string) LIKE "%estradiol acetate%" OR LOWER(drugSynonyms_string) LIKE "%estradiol acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3260', 'drugName': 'Estradiol Acetate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.967 | Q23 | Is there a black box warning for the drug Cendakimab? | No, the drug Cendakimab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cendakimab%" OR LOWER(tradeNames_string) LIKE "%cendakimab%" OR LOWER(drugSynonyms_string) LIKE "%cendakimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_755', 'drugName': 'Cendakimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.507 | Q23 | Is there a black box warning for the drug Seribantumab? | No, the drug Seribantumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%seribantumab%" OR LOWER(tradeNames_string) LIKE "%seribantumab%" OR LOWER(drugSynonyms_string) LIKE "%seribantumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4106', 'drugName': 'Seribantumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.746 | Q23 | Is there a black box warning for the drug Thalidomide? | Yes, the drug Thalidomide 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 "%thalidomide%" OR LOWER(tradeNames_string) LIKE "%thalidomide%" OR LOWER(drugSynonyms_string) LIKE "%thalidomide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_64', 'drugName': 'Thalidomide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1851 | Q23 | Is there a black box warning for the drug Formoterol? | No, the drug Formoterol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%formoterol%" OR LOWER(tradeNames_string) LIKE "%formoterol%" OR LOWER(drugSynonyms_string) LIKE "%formoterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3747', 'drugName': 'Formoterol Fumarate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4428', 'drugName': 'Formoterol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_440', 'drugName': 'Arformoterol Tartrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6308', 'drugName': 'Arformoterol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.875 | Q23 | Is there a black box warning for the drug Fosphenytoin Sodium? | Yes, the drug Fosphenytoin 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 "%fosphenytoin sodium%" OR LOWER(tradeNames_string) LIKE "%fosphenytoin sodium%" OR LOWER(drugSynonyms_string) LIKE "%fosphenytoin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_181', 'drugName': 'Fosphenytoin Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.738 | Q23 | Is there a black box warning for the drug Meptazinol? | No, the drug Meptazinol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%meptazinol%" OR LOWER(tradeNames_string) LIKE "%meptazinol%" OR LOWER(drugSynonyms_string) LIKE "%meptazinol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2471', 'drugName': 'Meptazinol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.545 | Q23 | Is there a black box warning for the drug Toralizumab? | No, the drug Toralizumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%toralizumab%" OR LOWER(tradeNames_string) LIKE "%toralizumab%" OR LOWER(drugSynonyms_string) LIKE "%toralizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6191', 'drugName': 'Toralizumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1211 | Q23 | Is there a black box warning for the drug Tlc-388? | No, the drug Tlc-388 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tlc-388%" OR LOWER(tradeNames_string) LIKE "%tlc-388%" OR LOWER(drugSynonyms_string) LIKE "%tlc-388%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1007', 'drugName': 'Tlc-388', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.704 | Q23 | Is there a black box warning for the drug Sivelestat? | No, the drug Sivelestat does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sivelestat%" OR LOWER(tradeNames_string) LIKE "%sivelestat%" OR LOWER(drugSynonyms_string) LIKE "%sivelestat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3534', 'drugName': 'Sivelestat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1394 | Q23 | Is there a black box warning for the drug Cpg-52852? | No, the drug Cpg-52852 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cpg-52852%" OR LOWER(tradeNames_string) LIKE "%cpg-52852%" OR LOWER(drugSynonyms_string) LIKE "%cpg-52852%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_631', 'drugName': 'Cpg-52852', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1783 | Q23 | Is there a black box warning for the drug Esmolol? | No, the drug Esmolol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%esmolol%" OR LOWER(tradeNames_string) LIKE "%esmolol%" OR LOWER(drugSynonyms_string) LIKE "%esmolol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5671', 'drugName': 'Esmolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5672', 'drugName': 'Esmolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4941', 'drugName': 'Esmolol Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4942', 'drugName': 'Esmolol Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1155 | Q23 | Is there a black box warning for the drug Praliciguat? | No, the drug Praliciguat does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%praliciguat%" OR LOWER(tradeNames_string) LIKE "%praliciguat%" OR LOWER(drugSynonyms_string) LIKE "%praliciguat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_594', 'drugName': 'Praliciguat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1040 | Q23 | Is there a black box warning for the drug Esketamine Hydrochloride? | Yes, the drug Esketamine 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 "%esketamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%esketamine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%esketamine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_817', 'drugName': 'Esketamine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.378 | Q23 | Is there a black box warning for the drug Pardoprunox? | No, the drug Pardoprunox does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pardoprunox%" OR LOWER(tradeNames_string) LIKE "%pardoprunox%" OR LOWER(drugSynonyms_string) LIKE "%pardoprunox%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4433', 'drugName': 'Pardoprunox', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4434', 'drugName': 'Pardoprunox', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.674 | Q23 | Is there a black box warning for the drug Heparin Sodium? | No, the drug Heparin 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 "%heparin sodium%" OR LOWER(tradeNames_string) LIKE "%heparin sodium%" OR LOWER(drugSynonyms_string) LIKE "%heparin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4090', 'drugName': 'Heparin Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1527 | Q23 | Is there a black box warning for the drug Infliximab? | Yes, the drug Infliximab 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 "%infliximab%" OR LOWER(tradeNames_string) LIKE "%infliximab%" OR LOWER(drugSynonyms_string) LIKE "%infliximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6275', 'drugName': 'Infliximab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.362 | Q23 | Is there a black box warning for the drug Enfortumab Vedotin? | Yes, the drug Enfortumab Vedotin has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%enfortumab vedotin%" OR LOWER(tradeNames_string) LIKE "%enfortumab vedotin%" OR LOWER(drugSynonyms_string) LIKE "%enfortumab vedotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2794', 'drugName': 'Enfortumab Vedotin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2795', 'drugName': 'Enfortumab Vedotin', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.976 | Q23 | Is there a black box warning for the drug Nilutamide? | Yes, the drug Nilutamide 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 "%nilutamide%" OR LOWER(tradeNames_string) LIKE "%nilutamide%" OR LOWER(drugSynonyms_string) LIKE "%nilutamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5601', 'drugName': 'Nilutamide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.790 | Q23 | Is there a black box warning for the drug Bevasiranib? | No, the drug Bevasiranib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bevasiranib%" OR LOWER(tradeNames_string) LIKE "%bevasiranib%" OR LOWER(drugSynonyms_string) LIKE "%bevasiranib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4726', 'drugName': 'Bevasiranib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4727', 'drugName': 'Bevasiranib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5717', 'drugName': 'Bevasiranib Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5718', 'drugName': 'Bevasiranib Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.742 | Q23 | Is there a black box warning for the drug Corticotropin? | No, the drug Corticotropin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%corticotropin%" OR LOWER(tradeNames_string) LIKE "%corticotropin%" OR LOWER(drugSynonyms_string) LIKE "%corticotropin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2998', 'drugName': 'Corticotropin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4137', 'drugName': 'Cosyntropin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_205', 'drugName': 'Corticotropin Zinc Hydroxide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1044 | Q23 | Is there a black box warning for the drug Imd-2560? | No, the drug Imd-2560 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%imd-2560%" OR LOWER(tradeNames_string) LIKE "%imd-2560%" OR LOWER(drugSynonyms_string) LIKE "%imd-2560%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2089', 'drugName': 'Imd-2560', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.979 | Q23 | Is there a black box warning for the drug Khk-2866? | No, the drug Khk-2866 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%khk-2866%" OR LOWER(tradeNames_string) LIKE "%khk-2866%" OR LOWER(drugSynonyms_string) LIKE "%khk-2866%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5685', 'drugName': 'Khk-2866', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1526 | Q23 | Is there a black box warning for the drug Levodopa? | No, the drug Levodopa does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%levodopa%" OR LOWER(tradeNames_string) LIKE "%levodopa%" OR LOWER(drugSynonyms_string) LIKE "%levodopa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3987', 'drugName': 'Etilevodopa', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4351', 'drugName': 'Levodopa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1488 | Q23 | Is there a black box warning for the drug Galeterone? | No, the drug Galeterone does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%galeterone%" OR LOWER(tradeNames_string) LIKE "%galeterone%" OR LOWER(drugSynonyms_string) LIKE "%galeterone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1889', 'drugName': 'Galeterone', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1890', 'drugName': 'Galeterone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1525 | Q23 | Is there a black box warning for the drug Darbepoetin Alfa? | Yes, the drug Darbepoetin Alfa 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 "%darbepoetin alfa%" OR LOWER(tradeNames_string) LIKE "%darbepoetin alfa%" OR LOWER(drugSynonyms_string) LIKE "%darbepoetin alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4490', 'drugName': 'Darbepoetin Alfa', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1492 | Q23 | Is there a black box warning for the drug Leo-15520? | No, the drug Leo-15520 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%leo-15520%" OR LOWER(tradeNames_string) LIKE "%leo-15520%" OR LOWER(drugSynonyms_string) LIKE "%leo-15520%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5422', 'drugName': 'Leo-15520', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1694 | Q23 | Is there a black box warning for the drug Rapacuronium Bromide? | No, the drug Rapacuronium Bromide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rapacuronium bromide%" OR LOWER(tradeNames_string) LIKE "%rapacuronium bromide%" OR LOWER(drugSynonyms_string) LIKE "%rapacuronium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5464', 'drugName': 'Rapacuronium Bromide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1716 | Q23 | Is there a black box warning for the drug Golimumab? | Yes, the drug Golimumab 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 "%golimumab%" OR LOWER(tradeNames_string) LIKE "%golimumab%" OR LOWER(drugSynonyms_string) LIKE "%golimumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_393', 'drugName': 'Golimumab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1246 | Q23 | Is there a black box warning for the drug Belimumab? | No, the drug Belimumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%belimumab%" OR LOWER(tradeNames_string) LIKE "%belimumab%" OR LOWER(drugSynonyms_string) LIKE "%belimumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6001', 'drugName': 'Belimumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.892 | Q23 | Is there a black box warning for the drug Pralidoxime Chloride? | No, the drug Pralidoxime 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 "%pralidoxime chloride%" OR LOWER(tradeNames_string) LIKE "%pralidoxime chloride%" OR LOWER(drugSynonyms_string) LIKE "%pralidoxime chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4265', 'drugName': 'Pralidoxime Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.82 | Q23 | Is there a black box warning for the drug Sotorasib? | No, the drug Sotorasib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sotorasib%" OR LOWER(tradeNames_string) LIKE "%sotorasib%" OR LOWER(drugSynonyms_string) LIKE "%sotorasib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1834', 'drugName': 'Sotorasib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1182 | Q23 | Is there a black box warning for the drug Antihemophilic Factor, Human Recombinant? | No, the drug Antihemophilic Factor, Human Recombinant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%antihemophilic factor, human recombinant%" OR LOWER(tradeNames_string) LIKE "%antihemophilic factor, human recombinant%" OR LOWER(drugSynonyms_string) LIKE "%antihemophilic factor, human recombinant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1977', 'drugName': 'Antihemophilic Factor, Human Recombinant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.821 | Q23 | Is there a black box warning for the drug Eribulin? | No, the drug Eribulin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%eribulin%" OR LOWER(tradeNames_string) LIKE "%eribulin%" OR LOWER(drugSynonyms_string) LIKE "%eribulin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3175', 'drugName': 'Eribulin Mesylate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5604', 'drugName': 'Eribulin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1283 | Q23 | Is there a black box warning for the drug Tideglusib? | No, the drug Tideglusib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tideglusib%" OR LOWER(tradeNames_string) LIKE "%tideglusib%" OR LOWER(drugSynonyms_string) LIKE "%tideglusib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1565', 'drugName': 'Tideglusib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.678 | Q23 | Is there a black box warning for the drug Ergotamine Tartrate? | Yes, the drug Ergotamine Tartrate 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 "%ergotamine tartrate%" OR LOWER(tradeNames_string) LIKE "%ergotamine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%ergotamine tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3551', 'drugName': 'Ergotamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3552', 'drugName': 'Ergotamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3131', 'drugName': 'Ergotamine Tartrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3132', 'drugName': 'Ergotamine Tartrate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1533 | Q23 | Is there a black box warning for the drug Amoxapine? | Yes, the drug Amoxapine 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 "%amoxapine%" OR LOWER(tradeNames_string) LIKE "%amoxapine%" OR LOWER(drugSynonyms_string) LIKE "%amoxapine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2376', 'drugName': 'Amoxapine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2377', 'drugName': 'Amoxapine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2378', 'drugName': 'Amoxapine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.59 | Q23 | Is there a black box warning for the drug Afeletecan? | No, the drug Afeletecan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%afeletecan%" OR LOWER(tradeNames_string) LIKE "%afeletecan%" OR LOWER(drugSynonyms_string) LIKE "%afeletecan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5501', 'drugName': 'Afeletecan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.136 | Q23 | Is there a black box warning for the drug Wnt-974? | No, the drug Wnt-974 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%wnt-974%" OR LOWER(tradeNames_string) LIKE "%wnt-974%" OR LOWER(drugSynonyms_string) LIKE "%wnt-974%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_447', 'drugName': 'Wnt-974', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1150 | Q23 | Is there a black box warning for the drug Warfarin Sodium? | Yes, the drug Warfarin 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 "%warfarin sodium%" OR LOWER(tradeNames_string) LIKE "%warfarin sodium%" OR LOWER(drugSynonyms_string) LIKE "%warfarin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_38', 'drugName': 'Warfarin Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.942 | Q23 | Is there a black box warning for the drug Gepirone? | No, the drug Gepirone does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gepirone%" OR LOWER(tradeNames_string) LIKE "%gepirone%" OR LOWER(drugSynonyms_string) LIKE "%gepirone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1152', 'drugName': 'Gepirone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1685 | Q23 | Is there a black box warning for the drug Rhigm12B7? | No, the drug Rhigm12B7 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rhigm12b7%" OR LOWER(tradeNames_string) LIKE "%rhigm12b7%" OR LOWER(drugSynonyms_string) LIKE "%rhigm12b7%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5506', 'drugName': 'Rhigm12B7', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.830 | Q23 | Is there a black box warning for the drug Fipamezole? | No, the drug Fipamezole does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fipamezole%" OR LOWER(tradeNames_string) LIKE "%fipamezole%" OR LOWER(drugSynonyms_string) LIKE "%fipamezole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_209', 'drugName': 'Fipamezole', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1224 | Q23 | Is there a black box warning for the drug Paliperidone Palmitate? | Yes, the drug Paliperidone Palmitate 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 "%paliperidone palmitate%" OR LOWER(tradeNames_string) LIKE "%paliperidone palmitate%" OR LOWER(drugSynonyms_string) LIKE "%paliperidone palmitate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5388', 'drugName': 'Paliperidone Palmitate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5389', 'drugName': 'Paliperidone Palmitate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.510 | Q23 | Is there a black box warning for the drug Lumiracoxib? | No, the drug Lumiracoxib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lumiracoxib%" OR LOWER(tradeNames_string) LIKE "%lumiracoxib%" OR LOWER(drugSynonyms_string) LIKE "%lumiracoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_304', 'drugName': 'Lumiracoxib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1776 | Q23 | Is there a black box warning for the drug Leronlimab? | No, the drug Leronlimab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%leronlimab%" OR LOWER(tradeNames_string) LIKE "%leronlimab%" OR LOWER(drugSynonyms_string) LIKE "%leronlimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3845', 'drugName': 'Leronlimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.351 | Q23 | Is there a black box warning for the drug Budesonide? | Yes, the drug Budesonide 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 "%budesonide%" OR LOWER(tradeNames_string) LIKE "%budesonide%" OR LOWER(drugSynonyms_string) LIKE "%budesonide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3329', 'drugName': 'Budesonide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.392 | Q23 | Is there a black box warning for the drug Phenindamine? | No, the drug Phenindamine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%phenindamine%" OR LOWER(tradeNames_string) LIKE "%phenindamine%" OR LOWER(drugSynonyms_string) LIKE "%phenindamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3375', 'drugName': 'Phenindamine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1033 | Q23 | Is there a black box warning for the drug Anacetrapib? | No, the drug Anacetrapib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%anacetrapib%" OR LOWER(tradeNames_string) LIKE "%anacetrapib%" OR LOWER(drugSynonyms_string) LIKE "%anacetrapib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2858', 'drugName': 'Anacetrapib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.901 | Q23 | Is there a black box warning for the drug Ccx354? | No, the drug Ccx354 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ccx354%" OR LOWER(tradeNames_string) LIKE "%ccx354%" OR LOWER(drugSynonyms_string) LIKE "%ccx354%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_200', 'drugName': 'Ccx354', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.835 | Q23 | Is there a black box warning for the drug Goserelin? | No, the drug Goserelin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%goserelin%" OR LOWER(tradeNames_string) LIKE "%goserelin%" OR LOWER(drugSynonyms_string) LIKE "%goserelin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_246', 'drugName': 'Goserelin Acetate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2259', 'drugName': 'Goserelin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1894 | Q23 | Is there a black box warning for the drug Selumetinib Sulfate? | No, the drug Selumetinib 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 "%selumetinib sulfate%" OR LOWER(tradeNames_string) LIKE "%selumetinib sulfate%" OR LOWER(drugSynonyms_string) LIKE "%selumetinib sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3990', 'drugName': 'Selumetinib Sulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.481 | Q23 | Is there a black box warning for the drug Cts-1027? | No, the drug Cts-1027 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cts-1027%" OR LOWER(tradeNames_string) LIKE "%cts-1027%" OR LOWER(drugSynonyms_string) LIKE "%cts-1027%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1944', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1945', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1946', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1947', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1948', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1949', 'drugName': 'Cts-1027', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1950', 'drugName': 'Cts-1027', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1472 | Q23 | Is there a black box warning for the drug Revusiran? | No, the drug Revusiran does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%revusiran%" OR LOWER(tradeNames_string) LIKE "%revusiran%" OR LOWER(drugSynonyms_string) LIKE "%revusiran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2253', 'drugName': 'Revusiran', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1887 | Q23 | Is there a black box warning for the drug Metreleptin? | Yes, the drug Metreleptin 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 "%metreleptin%" OR LOWER(tradeNames_string) LIKE "%metreleptin%" OR LOWER(drugSynonyms_string) LIKE "%metreleptin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2669', 'drugName': 'Metreleptin', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1398 | Q23 | Is there a black box warning for the drug Salmeterol Xinafoate? | Yes, the drug Salmeterol Xinafoate 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 "%salmeterol xinafoate%" OR LOWER(tradeNames_string) LIKE "%salmeterol xinafoate%" OR LOWER(drugSynonyms_string) LIKE "%salmeterol xinafoate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4540', 'drugName': 'Salmeterol Xinafoate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.659 | Q23 | Is there a black box warning for the drug Methohexital Sodium? | Yes, the drug Methohexital 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 "%methohexital sodium%" OR LOWER(tradeNames_string) LIKE "%methohexital sodium%" OR LOWER(drugSynonyms_string) LIKE "%methohexital sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4143', 'drugName': 'Methohexital Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.175 | Q23 | Is there a black box warning for the drug Bosentan? | Yes, the drug Bosentan 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 "%bosentan%" OR LOWER(tradeNames_string) LIKE "%bosentan%" OR LOWER(drugSynonyms_string) LIKE "%bosentan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_379', 'drugName': 'Bosentan', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1159 | Q23 | Is there a black box warning for the drug Clomipramine? | Yes, the drug Clomipramine 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 "%clomipramine%" OR LOWER(tradeNames_string) LIKE "%clomipramine%" OR LOWER(drugSynonyms_string) LIKE "%clomipramine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4905', 'drugName': 'Clomipramine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1137', 'drugName': 'Clomipramine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.39 | Q23 | Is there a black box warning for the drug Faxeladol? | No, the drug Faxeladol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%faxeladol%" OR LOWER(tradeNames_string) LIKE "%faxeladol%" OR LOWER(drugSynonyms_string) LIKE "%faxeladol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_523', 'drugName': 'Faxeladol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_524', 'drugName': 'Faxeladol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_525', 'drugName': 'Faxeladol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.720 | Q23 | Is there a black box warning for the drug Dyphylline? | No, the drug Dyphylline does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dyphylline%" OR LOWER(tradeNames_string) LIKE "%dyphylline%" OR LOWER(drugSynonyms_string) LIKE "%dyphylline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2641', 'drugName': 'Dyphylline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2642', 'drugName': 'Dyphylline', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.93 | Q23 | Is there a black box warning for the drug Montelukast? | Yes, the drug Montelukast 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%" OR LOWER(tradeNames_string) LIKE "%montelukast%" OR LOWER(drugSynonyms_string) LIKE "%montelukast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2453', 'drugName': 'Montelukast Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2189', 'drugName': 'Montelukast', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1937 | Q23 | Is there a black box warning for the drug Enalapril Maleate? | Yes, the drug Enalapril Maleate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%enalapril maleate%" OR LOWER(tradeNames_string) LIKE "%enalapril maleate%" OR LOWER(drugSynonyms_string) LIKE "%enalapril maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6274', 'drugName': 'Enalapril Maleate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1215 | Q23 | Is there a black box warning for the drug Phenytoin Sodium? | Yes, the drug Phenytoin 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 "%phenytoin sodium%" OR LOWER(tradeNames_string) LIKE "%phenytoin sodium%" OR LOWER(drugSynonyms_string) LIKE "%phenytoin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1082', 'drugName': 'Phenytoin Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_181', 'drugName': 'Fosphenytoin Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.882 | Q23 | Is there a black box warning for the drug Secobarbital? | No, the drug Secobarbital does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%secobarbital%" OR LOWER(tradeNames_string) LIKE "%secobarbital%" OR LOWER(drugSynonyms_string) LIKE "%secobarbital%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5547', 'drugName': 'Secobarbital', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6371', 'drugName': 'Secobarbital Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1353 | Q23 | Is there a black box warning for the drug Quinapril? | Yes, the drug Quinapril has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%quinapril%" OR LOWER(tradeNames_string) LIKE "%quinapril%" OR LOWER(drugSynonyms_string) LIKE "%quinapril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1269', 'drugName': 'Quinapril Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4605', 'drugName': 'Quinapril', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1891 | Q23 | Is there a black box warning for the drug Pki-166? | No, the drug Pki-166 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pki-166%" OR LOWER(tradeNames_string) LIKE "%pki-166%" OR LOWER(drugSynonyms_string) LIKE "%pki-166%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5854', 'drugName': 'Pki-166', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1102 | Q23 | Is there a black box warning for the drug Pemafibrate? | No, the drug Pemafibrate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pemafibrate%" OR LOWER(tradeNames_string) LIKE "%pemafibrate%" OR LOWER(drugSynonyms_string) LIKE "%pemafibrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2204', 'drugName': 'Pemafibrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1165 | Q23 | Is there a black box warning for the drug Ly-2584702? | No, the drug Ly-2584702 does not have 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-2584702%" OR LOWER(tradeNames_string) LIKE "%ly-2584702%" OR LOWER(drugSynonyms_string) LIKE "%ly-2584702%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6290', 'drugName': 'Ly-2584702', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1365 | Q23 | Is there a black box warning for the drug Propranolol? | Yes, the drug Propranolol has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%propranolol%" OR LOWER(tradeNames_string) LIKE "%propranolol%" OR LOWER(drugSynonyms_string) LIKE "%propranolol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4718', 'drugName': 'Propranolol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4719', 'drugName': 'Propranolol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2937', 'drugName': 'Propranolol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2938', 'drugName': 'Propranolol', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1959 | Q23 | Is there a black box warning for the drug Desvenlafaxine Succinate? | Yes, the drug Desvenlafaxine Succinate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%desvenlafaxine succinate%" OR LOWER(tradeNames_string) LIKE "%desvenlafaxine succinate%" OR LOWER(drugSynonyms_string) LIKE "%desvenlafaxine succinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_735', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_736', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.505 | Q23 | Is there a black box warning for the drug Rovatirelin? | No, the drug Rovatirelin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rovatirelin%" OR LOWER(tradeNames_string) LIKE "%rovatirelin%" OR LOWER(drugSynonyms_string) LIKE "%rovatirelin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5311', 'drugName': 'Rovatirelin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.342 | Q23 | Is there a black box warning for the drug Amiodarone? | Yes, the drug Amiodarone 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 "%amiodarone%" OR LOWER(tradeNames_string) LIKE "%amiodarone%" OR LOWER(drugSynonyms_string) LIKE "%amiodarone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3146', 'drugName': 'Amiodarone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3503', 'drugName': 'Amiodarone', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1198 | Q23 | Is there a black box warning for the drug Rabeprazole? | No, the drug Rabeprazole does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rabeprazole%" OR LOWER(tradeNames_string) LIKE "%rabeprazole%" OR LOWER(drugSynonyms_string) LIKE "%rabeprazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5144', 'drugName': 'Rabeprazole Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3572', 'drugName': 'Rabeprazole', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.29 | Q23 | Is there a black box warning for the drug Resiquimod? | No, the drug Resiquimod does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%resiquimod%" OR LOWER(tradeNames_string) LIKE "%resiquimod%" OR LOWER(drugSynonyms_string) LIKE "%resiquimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4150', 'drugName': 'Resiquimod', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4151', 'drugName': 'Resiquimod', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1227 | Q23 | Is there a black box warning for the drug Vinflunine? | No, the drug Vinflunine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vinflunine%" OR LOWER(tradeNames_string) LIKE "%vinflunine%" OR LOWER(drugSynonyms_string) LIKE "%vinflunine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_974', 'drugName': 'Vinflunine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1434 | Q23 | Is there a black box warning for the drug Aleglitazar? | No, the drug Aleglitazar does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%aleglitazar%" OR LOWER(tradeNames_string) LIKE "%aleglitazar%" OR LOWER(drugSynonyms_string) LIKE "%aleglitazar%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5490', 'drugName': 'Aleglitazar', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5491', 'drugName': 'Aleglitazar', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1954 | Q23 | Is there a black box warning for the drug Glofitamab? | No, the drug Glofitamab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%glofitamab%" OR LOWER(tradeNames_string) LIKE "%glofitamab%" OR LOWER(drugSynonyms_string) LIKE "%glofitamab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1358', 'drugName': 'Glofitamab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1359', 'drugName': 'Glofitamab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.954 | Q23 | Is there a black box warning for the drug Flumazenil? | Yes, the drug Flumazenil 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 "%flumazenil%" OR LOWER(tradeNames_string) LIKE "%flumazenil%" OR LOWER(drugSynonyms_string) LIKE "%flumazenil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4253', 'drugName': 'Flumazenil', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.172 | Q23 | Is there a black box warning for the drug Mepivacaine Hydrochloride? | No, the drug Mepivacaine 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 "%mepivacaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mepivacaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%mepivacaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5592', 'drugName': 'Mepivacaine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1406 | Q23 | Is there a black box warning for the drug Lfb-R603? | No, the drug Lfb-R603 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lfb-r603%" OR LOWER(tradeNames_string) LIKE "%lfb-r603%" OR LOWER(drugSynonyms_string) LIKE "%lfb-r603%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3518', 'drugName': 'Lfb-R603', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1207 | Q23 | Is there a black box warning for the drug Sertraline Hydrochloride? | Yes, the drug Sertraline 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 "%sertraline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%sertraline hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%sertraline hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_464', 'drugName': 'Sertraline Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1263 | Q23 | Is there a black box warning for the drug Siponimod? | No, the drug Siponimod does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%siponimod%" OR LOWER(tradeNames_string) LIKE "%siponimod%" OR LOWER(drugSynonyms_string) LIKE "%siponimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4451', 'drugName': 'Siponimod Fumarate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_265', 'drugName': 'Siponimod', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1400 | Q23 | Is there a black box warning for the drug Setmelanotide Acetate? | No, the drug Setmelanotide 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 "%setmelanotide acetate%" OR LOWER(tradeNames_string) LIKE "%setmelanotide acetate%" OR LOWER(drugSynonyms_string) LIKE "%setmelanotide acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2878', 'drugName': 'Setmelanotide Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.920 | Q23 | Is there a black box warning for the drug Benzphetamine? | No, the drug Benzphetamine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%benzphetamine%" OR LOWER(tradeNames_string) LIKE "%benzphetamine%" OR LOWER(drugSynonyms_string) LIKE "%benzphetamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_167', 'drugName': 'Benzphetamine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_168', 'drugName': 'Benzphetamine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3489', 'drugName': 'Benzphetamine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3490', 'drugName': 'Benzphetamine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.497 | Q23 | Is there a black box warning for the drug Apn1125? | No, the drug Apn1125 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apn1125%" OR LOWER(tradeNames_string) LIKE "%apn1125%" OR LOWER(drugSynonyms_string) LIKE "%apn1125%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4956', 'drugName': 'Apn1125', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.962 | Q23 | Is there a black box warning for the drug Triamterene? | Yes, the drug Triamterene 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 "%triamterene%" OR LOWER(tradeNames_string) LIKE "%triamterene%" OR LOWER(drugSynonyms_string) LIKE "%triamterene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4230', 'drugName': 'Triamterene', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1106 | Q23 | Is there a black box warning for the drug Bitolterol? | No, the drug Bitolterol does not have 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%" OR LOWER(tradeNames_string) LIKE "%bitolterol%" OR LOWER(drugSynonyms_string) LIKE "%bitolterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5529', 'drugName': 'Bitolterol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3535', 'drugName': 'Bitolterol Mesylate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1041 | Q23 | Is there a black box warning for the drug Mibampator? | No, the drug Mibampator does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mibampator%" OR LOWER(tradeNames_string) LIKE "%mibampator%" OR LOWER(drugSynonyms_string) LIKE "%mibampator%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1143', 'drugName': 'Mibampator', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.594 | Q23 | Is there a black box warning for the drug Mepazine? | No, the drug Mepazine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mepazine%" OR LOWER(tradeNames_string) LIKE "%mepazine%" OR LOWER(drugSynonyms_string) LIKE "%mepazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1830', 'drugName': 'Mepazine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1820', 'drugName': 'Mepazine Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.757 | Q23 | Is there a black box warning for the drug Pelabresib? | No, the drug Pelabresib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pelabresib%" OR LOWER(tradeNames_string) LIKE "%pelabresib%" OR LOWER(drugSynonyms_string) LIKE "%pelabresib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_866', 'drugName': 'Pelabresib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.664 | Q23 | Is there a black box warning for the drug Milnacipran? | Yes, the drug Milnacipran 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 "%milnacipran%" OR LOWER(tradeNames_string) LIKE "%milnacipran%" OR LOWER(drugSynonyms_string) LIKE "%milnacipran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_334', 'drugName': 'Milnacipran', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_335', 'drugName': 'Milnacipran', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4225', 'drugName': 'Milnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4226', 'drugName': 'Milnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5567', 'drugName': 'Levomilnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5568', 'drugName': 'Levomilnacipran Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4419', 'drugName': 'Levomilnacipran', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4420', 'drugName': 'Levomilnacipran', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.237 | Q23 | Is there a black box warning for the drug Pf-00477736? | No, the drug Pf-00477736 does not have 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-00477736%" OR LOWER(tradeNames_string) LIKE "%pf-00477736%" OR LOWER(drugSynonyms_string) LIKE "%pf-00477736%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5280', 'drugName': 'Pf-00477736', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.739 | Q23 | Is there a black box warning for the drug Pimecrolimus? | Yes, the drug Pimecrolimus 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 "%pimecrolimus%" OR LOWER(tradeNames_string) LIKE "%pimecrolimus%" OR LOWER(drugSynonyms_string) LIKE "%pimecrolimus%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2727', 'drugName': 'Pimecrolimus', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1989 | Q23 | Is there a black box warning for the drug Arx-788? | No, the drug Arx-788 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%arx-788%" OR LOWER(tradeNames_string) LIKE "%arx-788%" OR LOWER(drugSynonyms_string) LIKE "%arx-788%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4294', 'drugName': 'Arx-788', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4295', 'drugName': 'Arx-788', '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.