Datasets:

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.949
Q23
Is there a black box warning for the drug Isosorbide Mononitrate?
No, the drug Isosorbide Mononitrate does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%isosorbide mononitrate%" OR LOWER(tradeNames_string) LIKE "%isosorbide mononitrate%" OR LOWER(drugSynonyms_string) LIKE "%isosorbide mononitrate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2828', 'drugName': 'Isosorbide Mononitrate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1939
Q23
Is there a black box warning for the drug Naltrexone?
Yes, the drug Naltrexone 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%" OR LOWER(tradeNames_string) LIKE "%naltrexone%" OR LOWER(drugSynonyms_string) LIKE "%naltrexone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2413', 'drugName': 'Methylnaltrexone Bromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1780', 'drugName': 'Methylnaltrexone', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3607', 'drugName': 'Naltrexone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3051', 'drugName': 'Naltrexone Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1914
Q23
Is there a black box warning for the drug Apremilast?
No, the drug Apremilast does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%apremilast%" OR LOWER(tradeNames_string) LIKE "%apremilast%" OR LOWER(drugSynonyms_string) LIKE "%apremilast%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2487', 'drugName': 'Apremilast', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1127
Q23
Is there a black box warning for the drug Remifentanil Hydrochloride?
Yes, the drug Remifentanil 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 "%remifentanil hydrochloride%" OR LOWER(tradeNames_string) LIKE "%remifentanil hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%remifentanil hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_577', 'drugName': 'Remifentanil Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1052
Q23
Is there a black box warning for the drug Tetrahydrozoline?
No, the drug Tetrahydrozoline does not have 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%" OR LOWER(tradeNames_string) LIKE "%tetrahydrozoline%" OR LOWER(drugSynonyms_string) LIKE "%tetrahydrozoline%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1295', 'drugName': 'Tetrahydrozoline Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_545', 'drugName': 'Tetrahydrozoline', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1538
Q23
Is there a black box warning for the drug Liothyronine?
Yes, the drug Liothyronine 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 "%liothyronine%" OR LOWER(tradeNames_string) LIKE "%liothyronine%" OR LOWER(drugSynonyms_string) LIKE "%liothyronine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_83', 'drugName': 'Liothyronine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4914', 'drugName': 'Liothyronine Sodium', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.356
Q23
Is there a black box warning for the drug Apixaban?
Yes, the drug Apixaban 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 "%apixaban%" OR LOWER(tradeNames_string) LIKE "%apixaban%" OR LOWER(drugSynonyms_string) LIKE "%apixaban%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4326', 'drugName': 'Apixaban', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.603
Q23
Is there a black box warning for the drug Flurbiprofen?
Yes, the drug Flurbiprofen 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 "%flurbiprofen%" OR LOWER(tradeNames_string) LIKE "%flurbiprofen%" OR LOWER(drugSynonyms_string) LIKE "%flurbiprofen%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5008', 'drugName': 'Esflurbiprofen', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5775', 'drugName': 'Flurbiprofen', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2737', 'drugName': 'Flurbiprofen Sodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2667', 'drugName': 'Tarenflurbil', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1559
Q23
Is there a black box warning for the drug Atezolizumab?
No, the drug Atezolizumab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%atezolizumab%" OR LOWER(tradeNames_string) LIKE "%atezolizumab%" OR LOWER(drugSynonyms_string) LIKE "%atezolizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_449', 'drugName': 'Atezolizumab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1350
Q23
Is there a black box warning for the drug Brodalumab?
Yes, the drug Brodalumab 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 "%brodalumab%" OR LOWER(tradeNames_string) LIKE "%brodalumab%" OR LOWER(drugSynonyms_string) LIKE "%brodalumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_258', 'drugName': 'Brodalumab', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1359
Q23
Is there a black box warning for the drug Trazodone Hydrochloride?
Yes, the drug Trazodone 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 "%trazodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%trazodone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%trazodone hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4975', 'drugName': 'Trazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4976', 'drugName': 'Trazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4977', 'drugName': 'Trazodone Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.947
Q23
Is there a black box warning for the drug R-348?
No, the drug R-348 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%r-348%" OR LOWER(tradeNames_string) LIKE "%r-348%" OR LOWER(drugSynonyms_string) LIKE "%r-348%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4369', 'drugName': 'R-348', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4370', 'drugName': 'R-348', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.348
Q23
Is there a black box warning for the drug Pravastatin Sodium?
No, the drug Pravastatin 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 "%pravastatin sodium%" OR LOWER(tradeNames_string) LIKE "%pravastatin sodium%" OR LOWER(drugSynonyms_string) LIKE "%pravastatin sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1605', 'drugName': 'Pravastatin Sodium', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.606
Q23
Is there a black box warning for the drug Betamethasone Benzoate?
No, the drug Betamethasone Benzoate does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%betamethasone benzoate%" OR LOWER(tradeNames_string) LIKE "%betamethasone benzoate%" OR LOWER(drugSynonyms_string) LIKE "%betamethasone benzoate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6074', 'drugName': 'Betamethasone Benzoate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.719
Q23
Is there a black box warning for the drug Mexiletine Hydrochloride?
Yes, the drug Mexiletine 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 "%mexiletine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mexiletine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%mexiletine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4048', 'drugName': 'Mexiletine Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.118
Q23
Is there a black box warning for the drug Insulin Purified Beef?
No, the drug Insulin Purified Beef does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%insulin purified beef%" OR LOWER(tradeNames_string) LIKE "%insulin purified beef%" OR LOWER(drugSynonyms_string) LIKE "%insulin purified beef%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2302', 'drugName': 'Insulin Purified Beef', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.617
Q23
Is there a black box warning for the drug Pki-179?
No, the drug Pki-179 does not have 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-179%" OR LOWER(tradeNames_string) LIKE "%pki-179%" OR LOWER(drugSynonyms_string) LIKE "%pki-179%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6375', 'drugName': 'Pki-179', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6376', 'drugName': 'Pki-179', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1013
Q23
Is there a black box warning for the drug Otenabant?
No, the drug Otenabant does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%otenabant%" OR LOWER(tradeNames_string) LIKE "%otenabant%" OR LOWER(drugSynonyms_string) LIKE "%otenabant%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2576', 'drugName': 'Otenabant', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1265
Q23
Is there a black box warning for the drug Ly377604?
No, the drug Ly377604 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ly377604%" OR LOWER(tradeNames_string) LIKE "%ly377604%" OR LOWER(drugSynonyms_string) LIKE "%ly377604%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3729', 'drugName': 'Ly377604', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3730', 'drugName': 'Ly377604', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3731', 'drugName': 'Ly377604', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1489
Q23
Is there a black box warning for the drug Carteolol Hydrochloride?
No, the drug Carteolol 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 "%carteolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%carteolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%carteolol hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1755', 'drugName': 'Carteolol Hydrochloride', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.489
Q23
Is there a black box warning for the drug Retosiban?
No, the drug Retosiban does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%retosiban%" OR LOWER(tradeNames_string) LIKE "%retosiban%" OR LOWER(drugSynonyms_string) LIKE "%retosiban%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_931', 'drugName': 'Retosiban', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1711
Q23
Is there a black box warning for the drug Diclofenac Epolamine?
Yes, the drug Diclofenac Epolamine 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 "%diclofenac epolamine%" OR LOWER(tradeNames_string) LIKE "%diclofenac epolamine%" OR LOWER(drugSynonyms_string) LIKE "%diclofenac epolamine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3087', 'drugName': 'Diclofenac Epolamine', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.787
Q23
Is there a black box warning for the drug Tapentadol?
Yes, the drug Tapentadol 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 "%tapentadol%" OR LOWER(tradeNames_string) LIKE "%tapentadol%" OR LOWER(drugSynonyms_string) LIKE "%tapentadol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6372', 'drugName': 'Tapentadol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6373', 'drugName': 'Tapentadol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4012', 'drugName': 'Tapentadol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4013', 'drugName': 'Tapentadol', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.881
Q23
Is there a black box warning for the drug Nafarelin?
No, the drug Nafarelin does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%nafarelin%" OR LOWER(tradeNames_string) LIKE "%nafarelin%" OR LOWER(drugSynonyms_string) LIKE "%nafarelin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_992', 'drugName': 'Nafarelin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_669', 'drugName': 'Nafarelin Acetate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1555
Q23
Is there a black box warning for the drug Blinatumomab?
Yes, the drug Blinatumomab 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 "%blinatumomab%" OR LOWER(tradeNames_string) LIKE "%blinatumomab%" OR LOWER(drugSynonyms_string) LIKE "%blinatumomab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4607', 'drugName': 'Blinatumomab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4608', 'drugName': 'Blinatumomab', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.567
Q23
Is there a black box warning for the drug Vs-5584?
No, the drug Vs-5584 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%vs-5584%" OR LOWER(tradeNames_string) LIKE "%vs-5584%" OR LOWER(drugSynonyms_string) LIKE "%vs-5584%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4506', 'drugName': 'Vs-5584', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4507', 'drugName': 'Vs-5584', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.254
Q23
Is there a black box warning for the drug Tolcapone?
Yes, the drug Tolcapone 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 "%tolcapone%" OR LOWER(tradeNames_string) LIKE "%tolcapone%" OR LOWER(drugSynonyms_string) LIKE "%tolcapone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4197', 'drugName': 'Tolcapone', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.242
Q23
Is there a black box warning for the drug Orphenadrine Citrate?
No, the drug Orphenadrine Citrate does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%orphenadrine citrate%" OR LOWER(tradeNames_string) LIKE "%orphenadrine citrate%" OR LOWER(drugSynonyms_string) LIKE "%orphenadrine citrate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6209', 'drugName': 'Orphenadrine Citrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6210', 'drugName': 'Orphenadrine Citrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6211', 'drugName': 'Orphenadrine Citrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6212', 'drugName': 'Orphenadrine Citrate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.176
Q23
Is there a black box warning for the drug Kb-004?
No, the drug Kb-004 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%kb-004%" OR LOWER(tradeNames_string) LIKE "%kb-004%" OR LOWER(drugSynonyms_string) LIKE "%kb-004%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5642', 'drugName': 'Kb-004', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.824
Q23
Is there a black box warning for the drug Glyburide?
No, the drug Glyburide does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%glyburide%" OR LOWER(tradeNames_string) LIKE "%glyburide%" OR LOWER(drugSynonyms_string) LIKE "%glyburide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_934', 'drugName': 'Glyburide', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.983
Q23
Is there a black box warning for the drug Anatumomab Mafenatox?
No, the drug Anatumomab Mafenatox does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%anatumomab mafenatox%" OR LOWER(tradeNames_string) LIKE "%anatumomab mafenatox%" OR LOWER(drugSynonyms_string) LIKE "%anatumomab mafenatox%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1150', 'drugName': 'Anatumomab Mafenatox', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1476
Q23
Is there a black box warning for the drug Duloxetine Hydrochloride?
Yes, the drug Duloxetine 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 "%duloxetine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%duloxetine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%duloxetine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5702', 'drugName': 'Duloxetine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5703', 'drugName': 'Duloxetine Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1262
Q23
Is there a black box warning for the drug Azd-1236?
No, the drug Azd-1236 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%azd-1236%" OR LOWER(tradeNames_string) LIKE "%azd-1236%" OR LOWER(drugSynonyms_string) LIKE "%azd-1236%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1156', 'drugName': 'Azd-1236', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1157', 'drugName': 'Azd-1236', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1280
Q23
Is there a black box warning for the drug Chf4227?
No, the drug Chf4227 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%chf4227%" OR LOWER(tradeNames_string) LIKE "%chf4227%" OR LOWER(drugSynonyms_string) LIKE "%chf4227%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2971', 'drugName': 'Chf4227', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.751
Q23
Is there a black box warning for the drug Prexasertib?
No, the drug Prexasertib does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%prexasertib%" OR LOWER(tradeNames_string) LIKE "%prexasertib%" OR LOWER(drugSynonyms_string) LIKE "%prexasertib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_562', 'drugName': 'Prexasertib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_563', 'drugName': 'Prexasertib', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.561
Q23
Is there a black box warning for the drug Upadacitinib?
Yes, the drug Upadacitinib 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 "%upadacitinib%" OR LOWER(tradeNames_string) LIKE "%upadacitinib%" OR LOWER(drugSynonyms_string) LIKE "%upadacitinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4653', 'drugName': 'Upadacitinib', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.81
Q23
Is there a black box warning for the drug Emicizumab?
Yes, the drug Emicizumab 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 "%emicizumab%" OR LOWER(tradeNames_string) LIKE "%emicizumab%" OR LOWER(drugSynonyms_string) LIKE "%emicizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1455', 'drugName': 'Emicizumab', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1042
Q23
Is there a black box warning for the drug Probucol?
No, the drug Probucol does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%probucol%" OR LOWER(tradeNames_string) LIKE "%probucol%" OR LOWER(drugSynonyms_string) LIKE "%probucol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_632', 'drugName': 'Probucol', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1314
Q23
Is there a black box warning for the drug Belatacept?
Yes, the drug Belatacept 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 "%belatacept%" OR LOWER(tradeNames_string) LIKE "%belatacept%" OR LOWER(drugSynonyms_string) LIKE "%belatacept%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4093', 'drugName': 'Belatacept', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4094', 'drugName': 'Belatacept', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.33
Q23
Is there a black box warning for the drug Doxorubicin Hydrochloride?
Yes, the drug Doxorubicin 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 "%doxorubicin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%doxorubicin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%doxorubicin hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4222', 'drugName': 'Doxorubicin Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1739
Q23
Is there a black box warning for the drug Fidanacogene Elaparvovec?
No, the drug Fidanacogene Elaparvovec does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%fidanacogene elaparvovec%" OR LOWER(tradeNames_string) LIKE "%fidanacogene elaparvovec%" OR LOWER(drugSynonyms_string) LIKE "%fidanacogene elaparvovec%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1532', 'drugName': 'Fidanacogene Elaparvovec', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.358
Q23
Is there a black box warning for the drug Iratumumab?
No, the drug Iratumumab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%iratumumab%" OR LOWER(tradeNames_string) LIKE "%iratumumab%" OR LOWER(drugSynonyms_string) LIKE "%iratumumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2241', 'drugName': 'Iratumumab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1077
Q23
Is there a black box warning for the drug Eculizumab?
Yes, the drug Eculizumab 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 "%eculizumab%" OR LOWER(tradeNames_string) LIKE "%eculizumab%" OR LOWER(drugSynonyms_string) LIKE "%eculizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_844', 'drugName': 'Eculizumab', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1692
Q23
Is there a black box warning for the drug Albiglutide?
Yes, the drug Albiglutide 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 "%albiglutide%" OR LOWER(tradeNames_string) LIKE "%albiglutide%" OR LOWER(drugSynonyms_string) LIKE "%albiglutide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1615', 'drugName': 'Albiglutide', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.127
Q23
Is there a black box warning for the drug Estrogens, Esterified?
Yes, the drug Estrogens, Esterified 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 "%estrogens, esterified%" OR LOWER(tradeNames_string) LIKE "%estrogens, esterified%" OR LOWER(drugSynonyms_string) LIKE "%estrogens, esterified%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3168', 'drugName': 'Estrogens, Esterified', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1031
Q23
Is there a black box warning for the drug Panulisib?
No, the drug Panulisib does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%panulisib%" OR LOWER(tradeNames_string) LIKE "%panulisib%" OR LOWER(drugSynonyms_string) LIKE "%panulisib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2425', 'drugName': 'Panulisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2426', 'drugName': 'Panulisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2427', 'drugName': 'Panulisib', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.399
Q23
Is there a black box warning for the drug Nabumetone?
Yes, the drug Nabumetone 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 "%nabumetone%" OR LOWER(tradeNames_string) LIKE "%nabumetone%" OR LOWER(drugSynonyms_string) LIKE "%nabumetone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5555', 'drugName': 'Nabumetone', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.444
Q23
Is there a black box warning for the drug Dutetrabenazine?
Yes, the drug Dutetrabenazine 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 "%dutetrabenazine%" OR LOWER(tradeNames_string) LIKE "%dutetrabenazine%" OR LOWER(drugSynonyms_string) LIKE "%dutetrabenazine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1735', 'drugName': 'Dutetrabenazine', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.166
Q23
Is there a black box warning for the drug Carfilzomib?
No, the drug Carfilzomib does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%carfilzomib%" OR LOWER(tradeNames_string) LIKE "%carfilzomib%" OR LOWER(drugSynonyms_string) LIKE "%carfilzomib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2422', 'drugName': 'Carfilzomib', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.206
Q23
Is there a black box warning for the drug Aliskiren?
Yes, the drug Aliskiren 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 "%aliskiren%" OR LOWER(tradeNames_string) LIKE "%aliskiren%" OR LOWER(drugSynonyms_string) LIKE "%aliskiren%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2731', 'drugName': 'Aliskiren', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4221', 'drugName': 'Aliskiren Fumarate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1571
Q23
Is there a black box warning for the drug Zibotentan?
No, the drug Zibotentan does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%zibotentan%" OR LOWER(tradeNames_string) LIKE "%zibotentan%" OR LOWER(drugSynonyms_string) LIKE "%zibotentan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3876', 'drugName': 'Zibotentan', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1641
Q23
Is there a black box warning for the drug Losartan Potassium?
Yes, the drug Losartan Potassium has a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%losartan potassium%" OR LOWER(tradeNames_string) LIKE "%losartan potassium%" OR LOWER(drugSynonyms_string) LIKE "%losartan potassium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1912', 'drugName': 'Losartan Potassium', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1565
Q23
Is there a black box warning for the drug Calcitonin?
No, the drug Calcitonin does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%calcitonin%" OR LOWER(tradeNames_string) LIKE "%calcitonin%" OR LOWER(drugSynonyms_string) LIKE "%calcitonin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_134', 'drugName': 'Calcitonin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5401', 'drugName': 'Calcitonin Salmon', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4748', 'drugName': 'Calcitonin Salmon Recombinant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1951', 'drugName': 'Calcitonin Human', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.491
Q23
Is there a black box warning for the drug Insulin Zinc Susp Purified Pork?
No, the drug Insulin Zinc Susp Purified Pork does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%insulin zinc susp purified pork%" OR LOWER(tradeNames_string) LIKE "%insulin zinc susp purified pork%" OR LOWER(drugSynonyms_string) LIKE "%insulin zinc susp purified pork%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1233', 'drugName': 'Insulin Zinc Susp Purified Pork', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1966
Q23
Is there a black box warning for the drug Cabozantinib?
Yes, the drug Cabozantinib 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 "%cabozantinib%" OR LOWER(tradeNames_string) LIKE "%cabozantinib%" OR LOWER(drugSynonyms_string) LIKE "%cabozantinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3579', 'drugName': 'Cabozantinib S-Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3580', 'drugName': 'Cabozantinib S-Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4806', 'drugName': 'Cabozantinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4807', 'drugName': 'Cabozantinib', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1800
Q23
Is there a black box warning for the drug Mk-7622?
No, the drug Mk-7622 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%mk-7622%" OR LOWER(tradeNames_string) LIKE "%mk-7622%" OR LOWER(drugSynonyms_string) LIKE "%mk-7622%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3621', 'drugName': 'Mk-7622', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1330
Q23
Is there a black box warning for the drug Testolactone?
No, the drug Testolactone does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%testolactone%" OR LOWER(tradeNames_string) LIKE "%testolactone%" OR LOWER(drugSynonyms_string) LIKE "%testolactone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2073', 'drugName': 'Testolactone', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.285
Q23
Is there a black box warning for the drug Odelepran?
No, the drug Odelepran does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%odelepran%" OR LOWER(tradeNames_string) LIKE "%odelepran%" OR LOWER(drugSynonyms_string) LIKE "%odelepran%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3884', 'drugName': 'Odelepran', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1375
Q23
Is there a black box warning for the drug Levobetaxolol?
No, the drug Levobetaxolol does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%levobetaxolol%" OR LOWER(tradeNames_string) LIKE "%levobetaxolol%" OR LOWER(drugSynonyms_string) LIKE "%levobetaxolol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2237', 'drugName': 'Levobetaxolol Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6023', 'drugName': 'Levobetaxolol', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.221
Q23
Is there a black box warning for the drug Bimatoprost?
No, the drug Bimatoprost does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bimatoprost%" OR LOWER(tradeNames_string) LIKE "%bimatoprost%" OR LOWER(drugSynonyms_string) LIKE "%bimatoprost%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_704', 'drugName': 'Bimatoprost', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1931
Q23
Is there a black box warning for the drug Flutamide?
Yes, the drug Flutamide 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 "%flutamide%" OR LOWER(tradeNames_string) LIKE "%flutamide%" OR LOWER(drugSynonyms_string) LIKE "%flutamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4704', 'drugName': 'Flutamide', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.888
Q23
Is there a black box warning for the drug Giloralimab?
No, the drug Giloralimab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%giloralimab%" OR LOWER(tradeNames_string) LIKE "%giloralimab%" OR LOWER(drugSynonyms_string) LIKE "%giloralimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2944', 'drugName': 'Giloralimab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1623
Q23
Is there a black box warning for the drug Cixutumumab?
No, the drug Cixutumumab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%cixutumumab%" OR LOWER(tradeNames_string) LIKE "%cixutumumab%" OR LOWER(drugSynonyms_string) LIKE "%cixutumumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3273', 'drugName': 'Cixutumumab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.701
Q23
Is there a black box warning for the drug Ly2624803?
No, the drug Ly2624803 does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ly2624803%" OR LOWER(tradeNames_string) LIKE "%ly2624803%" OR LOWER(drugSynonyms_string) LIKE "%ly2624803%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_338', 'drugName': 'Ly2624803', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.61
Q23
Is there a black box warning for the drug Ipafricept?
No, the drug Ipafricept does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ipafricept%" OR LOWER(tradeNames_string) LIKE "%ipafricept%" OR LOWER(drugSynonyms_string) LIKE "%ipafricept%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6257', 'drugName': 'Ipafricept', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.843
Q23
Is there a black box warning for the drug Doxycycline?
No, the drug Doxycycline does not have 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%" OR LOWER(tradeNames_string) LIKE "%doxycycline%" OR LOWER(drugSynonyms_string) LIKE "%doxycycline%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3045', 'drugName': 'Doxycycline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3046', 'drugName': 'Doxycycline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3047', 'drugName': 'Doxycycline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3048', 'drugName': 'Doxycycline', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3049', 'drugName': 'Doxycycline', 'blackBoxWarning': False}, {'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}, {'UUID': 'DrugGeneTargets_v2_2397', 'drugName': 'Doxycycline Hyclate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2398', 'drugName': 'Doxycycline Hyclate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2399', 'drugName': 'Doxycycline Hyclate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2400', 'drugName': 'Doxycycline Hyclate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2401', 'drugName': 'Doxycycline Hyclate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5149', 'drugName': 'Doxycycline Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5150', 'drugName': 'Doxycycline Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5151', 'drugName': 'Doxycycline Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5152', 'drugName': 'Doxycycline Calcium', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1356
Q23
Is there a black box warning for the drug Tesidolumab?
No, the drug Tesidolumab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%tesidolumab%" OR LOWER(tradeNames_string) LIKE "%tesidolumab%" OR LOWER(drugSynonyms_string) LIKE "%tesidolumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1037', 'drugName': 'Tesidolumab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.76
Q23
Is there a black box warning for the drug Quazepam?
Yes, the drug Quazepam 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 "%quazepam%" OR LOWER(tradeNames_string) LIKE "%quazepam%" OR LOWER(drugSynonyms_string) LIKE "%quazepam%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3979', 'drugName': 'Quazepam', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.165
Q23
Is there a black box warning for the drug Balamapimod?
No, the drug Balamapimod does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%balamapimod%" OR LOWER(tradeNames_string) LIKE "%balamapimod%" OR LOWER(drugSynonyms_string) LIKE "%balamapimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4019', 'drugName': 'Balamapimod', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4020', 'drugName': 'Balamapimod', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.576
Q23
Is there a black box warning for the drug Epacadostat?
No, the drug Epacadostat does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%epacadostat%" OR LOWER(tradeNames_string) LIKE "%epacadostat%" OR LOWER(drugSynonyms_string) LIKE "%epacadostat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_856', 'drugName': 'Epacadostat', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.959
Q23
Is there a black box warning for the drug Ropinirole?
Yes, the drug Ropinirole 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 "%ropinirole%" OR LOWER(tradeNames_string) LIKE "%ropinirole%" OR LOWER(drugSynonyms_string) LIKE "%ropinirole%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1462', 'drugName': 'Ropinirole', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1840', 'drugName': 'Ropinirole Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1540
Q23
Is there a black box warning for the drug Furosemide?
Yes, the drug Furosemide 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 "%furosemide%" OR LOWER(tradeNames_string) LIKE "%furosemide%" OR LOWER(drugSynonyms_string) LIKE "%furosemide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2676', 'drugName': 'Furosemide', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1046
Q23
Is there a black box warning for the drug Karenitecin?
No, the drug Karenitecin does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%karenitecin%" OR LOWER(tradeNames_string) LIKE "%karenitecin%" OR LOWER(drugSynonyms_string) LIKE "%karenitecin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_773', 'drugName': 'Karenitecin', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1706
Q23
Is there a black box warning for the drug Pf-00337210?
No, the drug Pf-00337210 does not have 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-00337210%" OR LOWER(tradeNames_string) LIKE "%pf-00337210%" OR LOWER(drugSynonyms_string) LIKE "%pf-00337210%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1277', 'drugName': 'Pf-00337210', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.513
Q23
Is there a black box warning for the drug Olanzapine Pamoate?
Yes, the drug Olanzapine Pamoate 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 "%olanzapine pamoate%" OR LOWER(tradeNames_string) LIKE "%olanzapine pamoate%" OR LOWER(drugSynonyms_string) LIKE "%olanzapine pamoate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1529', 'drugName': 'Olanzapine Pamoate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1530', 'drugName': 'Olanzapine Pamoate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1531', 'drugName': 'Olanzapine Pamoate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.46
Q23
Is there a black box warning for the drug Motolimod?
No, the drug Motolimod does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%motolimod%" OR LOWER(tradeNames_string) LIKE "%motolimod%" OR LOWER(drugSynonyms_string) LIKE "%motolimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4761', 'drugName': 'Motolimod', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.946
Q23
Is there a black box warning for the drug Taprenepag Isopropyl?
No, the drug Taprenepag Isopropyl does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%taprenepag isopropyl%" OR LOWER(tradeNames_string) LIKE "%taprenepag isopropyl%" OR LOWER(drugSynonyms_string) LIKE "%taprenepag isopropyl%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_228', 'drugName': 'Taprenepag Isopropyl', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.366
Q23
Is there a black box warning for the drug Nefazodone?
Yes, the drug Nefazodone 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 "%nefazodone%" OR LOWER(tradeNames_string) LIKE "%nefazodone%" OR LOWER(drugSynonyms_string) LIKE "%nefazodone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5045', 'drugName': 'Nefazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5046', 'drugName': 'Nefazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5047', 'drugName': 'Nefazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5048', 'drugName': 'Nefazodone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4081', 'drugName': 'Nefazodone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4082', 'drugName': 'Nefazodone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4083', 'drugName': 'Nefazodone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4084', 'drugName': 'Nefazodone', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.540
Q23
Is there a black box warning for the drug Cycrimine Hydrochloride?
No, the drug Cycrimine 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 "%cycrimine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%cycrimine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%cycrimine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4978', 'drugName': 'Cycrimine Hydrochloride', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.79
Q23
Is there a black box warning for the drug Sunitinib?
Yes, the drug Sunitinib 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 "%sunitinib%" OR LOWER(tradeNames_string) LIKE "%sunitinib%" OR LOWER(drugSynonyms_string) LIKE "%sunitinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3918', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3919', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3920', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3921', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3922', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3923', 'drugName': 'Sunitinib Malate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3449', 'drugName': 'Sunitinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3450', 'drugName': 'Sunitinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3451', 'drugName': 'Sunitinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3452', 'drugName': 'Sunitinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3453', 'drugName': 'Sunitinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3454', 'drugName': 'Sunitinib', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1917
Q23
Is there a black box warning for the drug Albuterol?
Yes, the drug Albuterol 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 "%albuterol%" OR LOWER(tradeNames_string) LIKE "%albuterol%" OR LOWER(drugSynonyms_string) LIKE "%albuterol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1434', 'drugName': 'Albuterol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6278', 'drugName': 'Albuterol Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3721', 'drugName': 'Levosalbutamol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2058', 'drugName': 'Levalbuterol Tartrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1198', 'drugName': 'Levalbuterol Hydrochloride', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1416
Q23
Is there a black box warning for the drug Tocainide?
Yes, the drug Tocainide 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 "%tocainide%" OR LOWER(tradeNames_string) LIKE "%tocainide%" OR LOWER(drugSynonyms_string) LIKE "%tocainide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5269', 'drugName': 'Tocainide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4128', 'drugName': 'Tocainide Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.586
Q23
Is there a black box warning for the drug Dextroamphetamine Sulfate?
Yes, the drug Dextroamphetamine Sulfate has a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%dextroamphetamine sulfate%" OR LOWER(tradeNames_string) LIKE "%dextroamphetamine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%dextroamphetamine sulfate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1031', 'drugName': 'Dextroamphetamine Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1032', 'drugName': 'Dextroamphetamine Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1033', 'drugName': 'Dextroamphetamine Sulfate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1795
Q23
Is there a black box warning for the drug Paltusotine?
No, the drug Paltusotine does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%paltusotine%" OR LOWER(tradeNames_string) LIKE "%paltusotine%" OR LOWER(drugSynonyms_string) LIKE "%paltusotine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5549', 'drugName': 'Paltusotine', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.771
Q23
Is there a black box warning for the drug Sufentanil?
Yes, the drug Sufentanil 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 "%sufentanil%" OR LOWER(tradeNames_string) LIKE "%sufentanil%" OR LOWER(drugSynonyms_string) LIKE "%sufentanil%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3533', 'drugName': 'Sufentanil', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3984', 'drugName': 'Sufentanil Citrate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.371
Q23
Is there a black box warning for the drug Apraclonidine Hydrochloride?
No, the drug Apraclonidine 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 "%apraclonidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%apraclonidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%apraclonidine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2038', 'drugName': 'Apraclonidine Hydrochloride', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.809
Q23
Is there a black box warning for the drug Bendroflumethiazide?
No, the drug Bendroflumethiazide does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%bendroflumethiazide%" OR LOWER(tradeNames_string) LIKE "%bendroflumethiazide%" OR LOWER(drugSynonyms_string) LIKE "%bendroflumethiazide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2380', 'drugName': 'Bendroflumethiazide', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.31
Q23
Is there a black box warning for the drug Histamine Phosphate?
Yes, the drug Histamine Phosphate has a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%histamine phosphate%" OR LOWER(tradeNames_string) LIKE "%histamine phosphate%" OR LOWER(drugSynonyms_string) LIKE "%histamine phosphate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2178', 'drugName': 'Histamine Phosphate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1960
Q23
Is there a black box warning for the drug Rivoceranib Mesylate?
No, the drug Rivoceranib Mesylate does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%rivoceranib mesylate%" OR LOWER(tradeNames_string) LIKE "%rivoceranib mesylate%" OR LOWER(drugSynonyms_string) LIKE "%rivoceranib mesylate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_367', 'drugName': 'Rivoceranib Mesylate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1742
Q23
Is there a black box warning for the drug Padsevonil?
No, the drug Padsevonil does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%padsevonil%" OR LOWER(tradeNames_string) LIKE "%padsevonil%" OR LOWER(drugSynonyms_string) LIKE "%padsevonil%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2155', 'drugName': 'Padsevonil', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2156', 'drugName': 'Padsevonil', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1577
Q23
Is there a black box warning for the drug Thyrotropin?
No, the drug Thyrotropin does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%thyrotropin%" OR LOWER(tradeNames_string) LIKE "%thyrotropin%" OR LOWER(drugSynonyms_string) LIKE "%thyrotropin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4776', 'drugName': 'Protirelin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2659', 'drugName': 'Thyrotropin Alfa', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3423', 'drugName': 'Thyrotropin', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.794
Q23
Is there a black box warning for the drug Pf-04634817?
No, the drug Pf-04634817 does not have 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-04634817%" OR LOWER(tradeNames_string) LIKE "%pf-04634817%" OR LOWER(drugSynonyms_string) LIKE "%pf-04634817%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2841', 'drugName': 'Pf-04634817', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2842', 'drugName': 'Pf-04634817', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1249
Q23
Is there a black box warning for the drug Ivuxolimab?
No, the drug Ivuxolimab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%ivuxolimab%" OR LOWER(tradeNames_string) LIKE "%ivuxolimab%" OR LOWER(drugSynonyms_string) LIKE "%ivuxolimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3441', 'drugName': 'Ivuxolimab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.501
Q23
Is there a black box warning for the drug Radretumab?
No, the drug Radretumab does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%radretumab%" OR LOWER(tradeNames_string) LIKE "%radretumab%" OR LOWER(drugSynonyms_string) LIKE "%radretumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1516', 'drugName': 'Radretumab', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1551
Q23
Is there a black box warning for the drug Clomipramine Hydrochloride?
Yes, the drug Clomipramine 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 "%clomipramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%clomipramine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%clomipramine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1137', 'drugName': 'Clomipramine Hydrochloride', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1568
Q23
Is there a black box warning for the drug Nitroprusside?
Yes, the drug Nitroprusside 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 "%nitroprusside%" OR LOWER(tradeNames_string) LIKE "%nitroprusside%" OR LOWER(drugSynonyms_string) LIKE "%nitroprusside%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1208', 'drugName': 'Nitroprusside', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3464', 'drugName': 'Sodium Nitroprusside', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.991
Q23
Is there a black box warning for the drug Venlafaxine?
Yes, the drug Venlafaxine 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 "%venlafaxine%" OR LOWER(tradeNames_string) LIKE "%venlafaxine%" OR LOWER(drugSynonyms_string) LIKE "%venlafaxine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1502', 'drugName': 'Venlafaxine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1503', 'drugName': 'Venlafaxine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5078', 'drugName': 'Venlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5079', 'drugName': 'Venlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1437', 'drugName': 'Desvenlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1438', 'drugName': 'Desvenlafaxine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_735', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_736', 'drugName': 'Desvenlafaxine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5873', 'drugName': 'Desvenlafaxine Fumarate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5874', 'drugName': 'Desvenlafaxine Fumarate', 'blackBoxWarning': True}]
general
Distinct, Similarity Search
Metadata
Q23.1574
Q23
Is there a black box warning for the drug Pentazocine?
Yes, the drug Pentazocine 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 "%pentazocine%" OR LOWER(tradeNames_string) LIKE "%pentazocine%" OR LOWER(drugSynonyms_string) LIKE "%pentazocine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1542', 'drugName': 'Pentazocine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_652', 'drugName': 'Pentazocine Lactate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3200', 'drugName': 'Pentazocine Hydrochloride', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.45
Q23
Is there a black box warning for the drug Histrelin?
No, the drug Histrelin does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%histrelin%" OR LOWER(tradeNames_string) LIKE "%histrelin%" OR LOWER(drugSynonyms_string) LIKE "%histrelin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4630', 'drugName': 'Histrelin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3420', 'drugName': 'Histrelin Acetate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata
Q23.1608
Q23
Is there a black box warning for the drug Fluphenazine Enanthate?
No, the drug Fluphenazine Enanthate does not have a black box warning from the FDA.
SELECT DISTINCT UUID, drugName, blackBoxWarning FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE (LOWER(drugName) LIKE "%fluphenazine enanthate%" OR LOWER(tradeNames_string) LIKE "%fluphenazine enanthate%" OR LOWER(drugSynonyms_string) LIKE "%fluphenazine enanthate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_905', 'drugName': 'Fluphenazine Enanthate', 'blackBoxWarning': False}]
general
Distinct, Similarity Search
Metadata