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.1470 | Q23 | Is there a black box warning for the drug Interferon Alfacon-1? | Yes, the drug Interferon Alfacon-1 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 "%interferon alfacon-1%" OR LOWER(tradeNames_string) LIKE "%interferon alfacon-1%" OR LOWER(drugSynonyms_string) LIKE "%interferon alfacon-1%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4051', 'drugName': 'Interferon Alfacon-1', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1818 | Q23 | Is there a black box warning for the drug Petesicatib? | No, the drug Petesicatib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%petesicatib%" OR LOWER(tradeNames_string) LIKE "%petesicatib%" OR LOWER(drugSynonyms_string) LIKE "%petesicatib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1222', 'drugName': 'Petesicatib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1317 | Q23 | Is there a black box warning for the drug Zoledronic Acid? | No, the drug Zoledronic Acid does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%zoledronic acid%" OR LOWER(tradeNames_string) LIKE "%zoledronic acid%" OR LOWER(drugSynonyms_string) LIKE "%zoledronic acid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4706', 'drugName': 'Zoledronic Acid', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1501 | Q23 | Is there a black box warning for the drug Sevoflurane? | No, the drug Sevoflurane does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sevoflurane%" OR LOWER(tradeNames_string) LIKE "%sevoflurane%" OR LOWER(drugSynonyms_string) LIKE "%sevoflurane%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2918', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2919', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2920', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2921', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2922', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2923', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2924', 'drugName': 'Sevoflurane', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.464 | Q23 | Is there a black box warning for the drug Trimethadione? | No, the drug Trimethadione does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%trimethadione%" OR LOWER(tradeNames_string) LIKE "%trimethadione%" OR LOWER(drugSynonyms_string) LIKE "%trimethadione%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4418', 'drugName': 'Trimethadione', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.381 | Q23 | Is there a black box warning for the drug Chlorpheniramine Maleate? | No, the drug Chlorpheniramine Maleate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%chlorpheniramine maleate%" OR LOWER(tradeNames_string) LIKE "%chlorpheniramine maleate%" OR LOWER(drugSynonyms_string) LIKE "%chlorpheniramine maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_221', 'drugName': 'Chlorpheniramine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6213', 'drugName': 'Dexchlorpheniramine Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1344 | Q23 | Is there a black box warning for the drug Rpr749? | No, the drug Rpr749 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rpr749%" OR LOWER(tradeNames_string) LIKE "%rpr749%" OR LOWER(drugSynonyms_string) LIKE "%rpr749%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5693', 'drugName': 'Rpr749', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.337 | Q23 | Is there a black box warning for the drug Estradiol Valerate? | Yes, the drug Estradiol Valerate 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 valerate%" OR LOWER(tradeNames_string) LIKE "%estradiol valerate%" OR LOWER(drugSynonyms_string) LIKE "%estradiol valerate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6277', 'drugName': 'Estradiol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4393', 'drugName': 'Estradiol Valerate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1284 | Q23 | Is there a black box warning for the drug Rivoceranib? | No, the drug Rivoceranib does not have 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%" OR LOWER(tradeNames_string) LIKE "%rivoceranib%" OR LOWER(drugSynonyms_string) LIKE "%rivoceranib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_367', 'drugName': 'Rivoceranib Mesylate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3065', 'drugName': 'Rivoceranib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1762 | Q23 | Is there a black box warning for the drug Dalteparin Sodium? | Yes, the drug Dalteparin 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 "%dalteparin sodium%" OR LOWER(tradeNames_string) LIKE "%dalteparin sodium%" OR LOWER(drugSynonyms_string) LIKE "%dalteparin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_204', 'drugName': 'Dalteparin Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1459 | Q23 | Is there a black box warning for the drug Cns-5161? | No, the drug Cns-5161 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cns-5161%" OR LOWER(tradeNames_string) LIKE "%cns-5161%" OR LOWER(drugSynonyms_string) LIKE "%cns-5161%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2181', 'drugName': 'Cns-5161', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.823 | Q23 | Is there a black box warning for the drug Canrenoate Potassium? | No, the drug Canrenoate Potassium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%canrenoate potassium%" OR LOWER(tradeNames_string) LIKE "%canrenoate potassium%" OR LOWER(drugSynonyms_string) LIKE "%canrenoate potassium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_82', 'drugName': 'Canrenoate Potassium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1114 | Q23 | Is there a black box warning for the drug Argatroban? | No, the drug Argatroban does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%argatroban%" OR LOWER(tradeNames_string) LIKE "%argatroban%" OR LOWER(drugSynonyms_string) LIKE "%argatroban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2622', 'drugName': 'Argatroban', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1524 | Q23 | Is there a black box warning for the drug Ethinyl Estradiol? | No, the drug Ethinyl Estradiol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ethinyl estradiol%" OR LOWER(tradeNames_string) LIKE "%ethinyl estradiol%" OR LOWER(drugSynonyms_string) LIKE "%ethinyl estradiol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5776', 'drugName': 'Ethinyl Estradiol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1941 | Q23 | Is there a black box warning for the drug Revamilast? | No, the drug Revamilast does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%revamilast%" OR LOWER(tradeNames_string) LIKE "%revamilast%" OR LOWER(drugSynonyms_string) LIKE "%revamilast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_450', 'drugName': 'Revamilast', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1616 | Q23 | Is there a black box warning for the drug Phenmetrazine Hydrochloride? | No, the drug Phenmetrazine 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 "%phenmetrazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%phenmetrazine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%phenmetrazine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4238', 'drugName': 'Phenmetrazine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4239', 'drugName': 'Phenmetrazine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1898 | Q23 | Is there a black box warning for the drug Amisulpride? | No, the drug Amisulpride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%amisulpride%" OR LOWER(tradeNames_string) LIKE "%amisulpride%" OR LOWER(drugSynonyms_string) LIKE "%amisulpride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1377', 'drugName': 'Amisulpride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1378', 'drugName': 'Amisulpride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.918 | Q23 | Is there a black box warning for the drug Zavegepant? | No, the drug Zavegepant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%zavegepant%" OR LOWER(tradeNames_string) LIKE "%zavegepant%" OR LOWER(drugSynonyms_string) LIKE "%zavegepant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_851', 'drugName': 'Zavegepant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1930 | Q23 | Is there a black box warning for the drug Hefi-1? | No, the drug Hefi-1 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%hefi-1%" OR LOWER(tradeNames_string) LIKE "%hefi-1%" OR LOWER(drugSynonyms_string) LIKE "%hefi-1%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5413', 'drugName': 'Hefi-1', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1126 | Q23 | Is there a black box warning for the drug Pirbuterol? | No, the drug Pirbuterol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pirbuterol%" OR LOWER(tradeNames_string) LIKE "%pirbuterol%" OR LOWER(drugSynonyms_string) LIKE "%pirbuterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6175', 'drugName': 'Pirbuterol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3043', 'drugName': 'Pirbuterol Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.332 | Q23 | Is there a black box warning for the drug Pexidartinib Hydrochloride? | Yes, the drug Pexidartinib 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 "%pexidartinib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pexidartinib hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%pexidartinib hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4377', 'drugName': 'Pexidartinib Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4378', 'drugName': 'Pexidartinib Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4379', 'drugName': 'Pexidartinib Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1036 | Q23 | Is there a black box warning for the drug Methyclothiazide? | No, the drug Methyclothiazide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methyclothiazide%" OR LOWER(tradeNames_string) LIKE "%methyclothiazide%" OR LOWER(drugSynonyms_string) LIKE "%methyclothiazide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_926', 'drugName': 'Methyclothiazide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.322 | Q23 | Is there a black box warning for the drug Volociximab? | No, the drug Volociximab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%volociximab%" OR LOWER(tradeNames_string) LIKE "%volociximab%" OR LOWER(drugSynonyms_string) LIKE "%volociximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1021', 'drugName': 'Volociximab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1531 | Q23 | Is there a black box warning for the drug Fenoprofen? | Yes, the drug Fenoprofen 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 "%fenoprofen%" OR LOWER(tradeNames_string) LIKE "%fenoprofen%" OR LOWER(drugSynonyms_string) LIKE "%fenoprofen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4670', 'drugName': 'Fenoprofen', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3093', 'drugName': 'Fenoprofen Calcium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1360 | Q23 | Is there a black box warning for the drug Loxapine Succinate? | Yes, the drug Loxapine 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 "%loxapine succinate%" OR LOWER(tradeNames_string) LIKE "%loxapine succinate%" OR LOWER(drugSynonyms_string) LIKE "%loxapine succinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_488', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_489', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_490', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1734 | Q23 | Is there a black box warning for the drug Imipramine Hydrochloride? | Yes, the drug Imipramine 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 "%imipramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%imipramine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%imipramine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3837', 'drugName': 'Imipramine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3838', 'drugName': 'Imipramine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.170 | Q23 | Is there a black box warning for the drug Pinacidil? | No, the drug Pinacidil does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pinacidil%" OR LOWER(tradeNames_string) LIKE "%pinacidil%" OR LOWER(drugSynonyms_string) LIKE "%pinacidil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1076', 'drugName': 'Pinacidil', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5958', 'drugName': 'Pinacidil', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.13 | Q23 | Is there a black box warning for the drug Orn-0829 Hydrate? | No, the drug Orn-0829 Hydrate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%orn-0829 hydrate%" OR LOWER(tradeNames_string) LIKE "%orn-0829 hydrate%" OR LOWER(drugSynonyms_string) LIKE "%orn-0829 hydrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3792', 'drugName': 'Orn-0829 Hydrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1927 | Q23 | Is there a black box warning for the drug Spebrutinib? | No, the drug Spebrutinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%spebrutinib%" OR LOWER(tradeNames_string) LIKE "%spebrutinib%" OR LOWER(drugSynonyms_string) LIKE "%spebrutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_748', 'drugName': 'Spebrutinib Besylate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1311', 'drugName': 'Spebrutinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.174 | Q23 | Is there a black box warning for the drug Medi-6469? | No, the drug Medi-6469 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%medi-6469%" OR LOWER(tradeNames_string) LIKE "%medi-6469%" OR LOWER(drugSynonyms_string) LIKE "%medi-6469%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5182', 'drugName': 'Medi-6469', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.656 | Q23 | Is there a black box warning for the drug Rofecoxib? | Yes, the drug Rofecoxib 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 "%rofecoxib%" OR LOWER(tradeNames_string) LIKE "%rofecoxib%" OR LOWER(drugSynonyms_string) LIKE "%rofecoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3942', 'drugName': 'Rofecoxib', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1062 | Q23 | Is there a black box warning for the drug Rafabegron? | No, the drug Rafabegron does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rafabegron%" OR LOWER(tradeNames_string) LIKE "%rafabegron%" OR LOWER(drugSynonyms_string) LIKE "%rafabegron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2385', 'drugName': 'Rafabegron', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.263 | Q23 | Is there a black box warning for the drug Doxycycline Hyclate? | Yes, the drug Doxycycline Hyclate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%doxycycline hyclate%" OR LOWER(tradeNames_string) LIKE "%doxycycline hyclate%" OR LOWER(drugSynonyms_string) LIKE "%doxycycline hyclate%")
LIMIT 100 | [{'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}] | general | Distinct, Similarity Search | Metadata |
Q23.1427 | Q23 | Is there a black box warning for the drug Amcinonide? | No, the drug Amcinonide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%amcinonide%" OR LOWER(tradeNames_string) LIKE "%amcinonide%" OR LOWER(drugSynonyms_string) LIKE "%amcinonide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5083', 'drugName': 'Amcinonide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1582 | Q23 | Is there a black box warning for the drug Ipratropium Bromide? | No, the drug Ipratropium 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 "%ipratropium bromide%" OR LOWER(tradeNames_string) LIKE "%ipratropium bromide%" OR LOWER(drugSynonyms_string) LIKE "%ipratropium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4927', 'drugName': 'Ipratropium Bromide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.909 | Q23 | Is there a black box warning for the drug Eletriptan Hydrobromide? | No, the drug Eletriptan Hydrobromide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%eletriptan hydrobromide%" OR LOWER(tradeNames_string) LIKE "%eletriptan hydrobromide%" OR LOWER(drugSynonyms_string) LIKE "%eletriptan hydrobromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3980', 'drugName': 'Eletriptan Hydrobromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3981', 'drugName': 'Eletriptan Hydrobromide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3982', 'drugName': 'Eletriptan Hydrobromide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.679 | Q23 | Is there a black box warning for the drug Sapablursen? | No, the drug Sapablursen does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sapablursen%" OR LOWER(tradeNames_string) LIKE "%sapablursen%" OR LOWER(drugSynonyms_string) LIKE "%sapablursen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5289', 'drugName': 'Sapablursen', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.261 | Q23 | Is there a black box warning for the drug Vorapaxar Sulfate? | Yes, the drug Vorapaxar 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 "%vorapaxar sulfate%" OR LOWER(tradeNames_string) LIKE "%vorapaxar sulfate%" OR LOWER(drugSynonyms_string) LIKE "%vorapaxar sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_713', 'drugName': 'Vorapaxar Sulfate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.851 | Q23 | Is there a black box warning for the drug Levalbuterol Hydrochloride? | No, the drug Levalbuterol 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 "%levalbuterol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%levalbuterol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%levalbuterol hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1198', 'drugName': 'Levalbuterol Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.874 | Q23 | Is there a black box warning for the drug Ex-527? | No, the drug Ex-527 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ex-527%" OR LOWER(tradeNames_string) LIKE "%ex-527%" OR LOWER(drugSynonyms_string) LIKE "%ex-527%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2011', 'drugName': 'Ex-527', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1564 | Q23 | Is there a black box warning for the drug Befiradol? | No, the drug Befiradol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%befiradol%" OR LOWER(tradeNames_string) LIKE "%befiradol%" OR LOWER(drugSynonyms_string) LIKE "%befiradol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_538', 'drugName': 'Befiradol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.141 | Q23 | Is there a black box warning for the drug Methyldopa? | No, the drug Methyldopa does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methyldopa%" OR LOWER(tradeNames_string) LIKE "%methyldopa%" OR LOWER(drugSynonyms_string) LIKE "%methyldopa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6296', 'drugName': 'Methyldopa', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5960', 'drugName': 'Methyldopate Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6307', 'drugName': 'Methyldopate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.900 | Q23 | Is there a black box warning for the drug Diclofenac? | Yes, the drug Diclofenac 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%" OR LOWER(tradeNames_string) LIKE "%diclofenac%" OR LOWER(drugSynonyms_string) LIKE "%diclofenac%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3122', 'drugName': 'Diclofenac', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2818', 'drugName': 'Diclofenac Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5263', 'drugName': 'Diclofenac Potassium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3087', 'drugName': 'Diclofenac Epolamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5733', 'drugName': 'Diclofenac Etalhyaluronate Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1839 | Q23 | Is there a black box warning for the drug Diquafosol Tetrasodium? | No, the drug Diquafosol Tetrasodium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%diquafosol tetrasodium%" OR LOWER(tradeNames_string) LIKE "%diquafosol tetrasodium%" OR LOWER(drugSynonyms_string) LIKE "%diquafosol tetrasodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_796', 'drugName': 'Diquafosol Tetrasodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_797', 'drugName': 'Diquafosol Tetrasodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_798', 'drugName': 'Diquafosol Tetrasodium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_799', 'drugName': 'Diquafosol Tetrasodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.555 | Q23 | Is there a black box warning for the drug Betrixaban? | Yes, the drug Betrixaban 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 "%betrixaban%" OR LOWER(tradeNames_string) LIKE "%betrixaban%" OR LOWER(drugSynonyms_string) LIKE "%betrixaban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5169', 'drugName': 'Betrixaban', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.323 | Q23 | Is there a black box warning for the drug Loxapine? | Yes, the drug Loxapine 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 "%loxapine%" OR LOWER(tradeNames_string) LIKE "%loxapine%" OR LOWER(drugSynonyms_string) LIKE "%loxapine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4041', 'drugName': 'Loxapine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4042', 'drugName': 'Loxapine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4043', 'drugName': 'Loxapine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_488', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_489', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_490', 'drugName': 'Loxapine Succinate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5988', 'drugName': 'Loxapine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5989', 'drugName': 'Loxapine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5990', 'drugName': 'Loxapine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1854 | Q23 | Is there a black box warning for the drug Gw468816? | No, the drug Gw468816 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gw468816%" OR LOWER(tradeNames_string) LIKE "%gw468816%" OR LOWER(drugSynonyms_string) LIKE "%gw468816%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2523', 'drugName': 'Gw468816', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1235 | Q23 | Is there a black box warning for the drug Regrelor Disodium? | No, the drug Regrelor Disodium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%regrelor disodium%" OR LOWER(tradeNames_string) LIKE "%regrelor disodium%" OR LOWER(drugSynonyms_string) LIKE "%regrelor disodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3007', 'drugName': 'Regrelor Disodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1726 | Q23 | Is there a black box warning for the drug Monomethyl Fumarate? | No, the drug Monomethyl Fumarate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%monomethyl fumarate%" OR LOWER(tradeNames_string) LIKE "%monomethyl fumarate%" OR LOWER(drugSynonyms_string) LIKE "%monomethyl fumarate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_313', 'drugName': 'Monomethyl Fumarate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.564 | Q23 | Is there a black box warning for the drug Indecainide? | No, the drug Indecainide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%indecainide%" OR LOWER(tradeNames_string) LIKE "%indecainide%" OR LOWER(drugSynonyms_string) LIKE "%indecainide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_112', 'drugName': 'Indecainide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6337', 'drugName': 'Indecainide Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.142 | Q23 | Is there a black box warning for the drug Levothyroxine? | Yes, the drug Levothyroxine 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 "%levothyroxine%" OR LOWER(tradeNames_string) LIKE "%levothyroxine%" OR LOWER(drugSynonyms_string) LIKE "%levothyroxine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_83', 'drugName': 'Liothyronine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5964', 'drugName': 'Levothyroxine Sodium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_637', 'drugName': 'Levothyroxine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1736 | Q23 | Is there a black box warning for the drug Trebananib? | No, the drug Trebananib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%trebananib%" OR LOWER(tradeNames_string) LIKE "%trebananib%" OR LOWER(drugSynonyms_string) LIKE "%trebananib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1927', 'drugName': 'Trebananib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1928', 'drugName': 'Trebananib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.537 | Q23 | Is there a black box warning for the drug Abeprazan? | No, the drug Abeprazan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%abeprazan%" OR LOWER(tradeNames_string) LIKE "%abeprazan%" OR LOWER(drugSynonyms_string) LIKE "%abeprazan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3592', 'drugName': 'Abeprazan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.227 | Q23 | Is there a black box warning for the drug Dihydroergotamine? | Yes, the drug Dihydroergotamine has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dihydroergotamine%" OR LOWER(tradeNames_string) LIKE "%dihydroergotamine%" OR LOWER(drugSynonyms_string) LIKE "%dihydroergotamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6027', 'drugName': 'Dihydroergotamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5316', 'drugName': 'Dihydroergotamine Mesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.730 | Q23 | Is there a black box warning for the drug Voglibose? | No, the drug Voglibose does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%voglibose%" OR LOWER(tradeNames_string) LIKE "%voglibose%" OR LOWER(drugSynonyms_string) LIKE "%voglibose%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4560', 'drugName': 'Voglibose', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.793 | Q23 | Is there a black box warning for the drug Elismetrep? | No, the drug Elismetrep does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%elismetrep%" OR LOWER(tradeNames_string) LIKE "%elismetrep%" OR LOWER(drugSynonyms_string) LIKE "%elismetrep%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_858', 'drugName': 'Elismetrep', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1718 | Q23 | Is there a black box warning for the drug Cortivazol? | No, the drug Cortivazol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cortivazol%" OR LOWER(tradeNames_string) LIKE "%cortivazol%" OR LOWER(drugSynonyms_string) LIKE "%cortivazol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2892', 'drugName': 'Cortivazol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.994 | Q23 | Is there a black box warning for the drug Balugrastim? | No, the drug Balugrastim does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%balugrastim%" OR LOWER(tradeNames_string) LIKE "%balugrastim%" OR LOWER(drugSynonyms_string) LIKE "%balugrastim%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_552', 'drugName': 'Balugrastim', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.415 | Q23 | Is there a black box warning for the drug Midazolam? | Yes, the drug Midazolam has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%midazolam%" OR LOWER(tradeNames_string) LIKE "%midazolam%" OR LOWER(drugSynonyms_string) LIKE "%midazolam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4008', 'drugName': 'Midazolam Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2188', 'drugName': 'Midazolam', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.329 | Q23 | Is there a black box warning for the drug Regadenoson? | No, the drug Regadenoson does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%regadenoson%" OR LOWER(tradeNames_string) LIKE "%regadenoson%" OR LOWER(drugSynonyms_string) LIKE "%regadenoson%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5278', 'drugName': 'Regadenoson', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3377', 'drugName': 'Regadenoson', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1098 | Q23 | Is there a black box warning for the drug Bupivacaine? | Yes, the drug Bupivacaine 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 "%bupivacaine%" OR LOWER(tradeNames_string) LIKE "%bupivacaine%" OR LOWER(drugSynonyms_string) LIKE "%bupivacaine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1687', 'drugName': 'Bupivacaine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5747', 'drugName': 'Bupivacaine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4768', 'drugName': 'Levobupivacaine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3325', 'drugName': 'Levobupivacaine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.303 | Q23 | Is there a black box warning for the drug Tropisetron? | No, the drug Tropisetron does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tropisetron%" OR LOWER(tradeNames_string) LIKE "%tropisetron%" OR LOWER(drugSynonyms_string) LIKE "%tropisetron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3083', 'drugName': 'Tropisetron', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1259 | Q23 | Is there a black box warning for the drug Pitavastatin Sodium? | No, the drug Pitavastatin 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 "%pitavastatin sodium%" OR LOWER(tradeNames_string) LIKE "%pitavastatin sodium%" OR LOWER(drugSynonyms_string) LIKE "%pitavastatin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1489', 'drugName': 'Pitavastatin Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1996 | Q23 | Is there a black box warning for the drug Nicotine? | No, the drug Nicotine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nicotine%" OR LOWER(tradeNames_string) LIKE "%nicotine%" OR LOWER(drugSynonyms_string) LIKE "%nicotine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5052', 'drugName': 'Nicotine Polacrilex', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_687', 'drugName': 'Nicotine', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_145', 'drugName': 'Altinicline', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.26 | Q23 | Is there a black box warning for the drug Eprosartan? | Yes, the drug Eprosartan 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 "%eprosartan%" OR LOWER(tradeNames_string) LIKE "%eprosartan%" OR LOWER(drugSynonyms_string) LIKE "%eprosartan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5954', 'drugName': 'Eprosartan', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5528', 'drugName': 'Eprosartan Mesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1860 | Q23 | Is there a black box warning for the drug Temazepam? | Yes, the drug Temazepam 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 "%temazepam%" OR LOWER(tradeNames_string) LIKE "%temazepam%" OR LOWER(drugSynonyms_string) LIKE "%temazepam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2275', 'drugName': 'Oxazepam', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1108', 'drugName': 'Temazepam', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.721 | Q23 | Is there a black box warning for the drug Reslizumab? | Yes, the drug Reslizumab 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 "%reslizumab%" OR LOWER(tradeNames_string) LIKE "%reslizumab%" OR LOWER(drugSynonyms_string) LIKE "%reslizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5821', 'drugName': 'Reslizumab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.996 | Q23 | Is there a black box warning for the drug Tetrabenazine? | Yes, the drug Tetrabenazine 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 "%tetrabenazine%" OR LOWER(tradeNames_string) LIKE "%tetrabenazine%" OR LOWER(drugSynonyms_string) LIKE "%tetrabenazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3455', 'drugName': 'Tetrabenazine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1735', 'drugName': 'Dutetrabenazine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.196 | Q23 | Is there a black box warning for the drug Glasdegib Maleate? | Yes, the drug Glasdegib 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 "%glasdegib maleate%" OR LOWER(tradeNames_string) LIKE "%glasdegib maleate%" OR LOWER(drugSynonyms_string) LIKE "%glasdegib maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2876', 'drugName': 'Glasdegib Maleate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.446 | Q23 | Is there a black box warning for the drug Escitalopram Oxalate? | Yes, the drug Escitalopram Oxalate 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 "%escitalopram oxalate%" OR LOWER(tradeNames_string) LIKE "%escitalopram oxalate%" OR LOWER(drugSynonyms_string) LIKE "%escitalopram oxalate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4125', 'drugName': 'Escitalopram Oxalate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.579 | Q23 | Is there a black box warning for the drug Tru-015? | No, the drug Tru-015 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tru-015%" OR LOWER(tradeNames_string) LIKE "%tru-015%" OR LOWER(drugSynonyms_string) LIKE "%tru-015%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_479', 'drugName': 'Tru-015', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.955 | Q23 | Is there a black box warning for the drug Dihydrotachysterol? | No, the drug Dihydrotachysterol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dihydrotachysterol%" OR LOWER(tradeNames_string) LIKE "%dihydrotachysterol%" OR LOWER(drugSynonyms_string) LIKE "%dihydrotachysterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5446', 'drugName': 'Dihydrotachysterol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.509 | Q23 | Is there a black box warning for the drug Alclometasone Dipropionate? | No, the drug Alclometasone Dipropionate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%alclometasone dipropionate%" OR LOWER(tradeNames_string) LIKE "%alclometasone dipropionate%" OR LOWER(drugSynonyms_string) LIKE "%alclometasone dipropionate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2070', 'drugName': 'Alclometasone Dipropionate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.612 | Q23 | Is there a black box warning for the drug Exenatide? | Yes, the drug Exenatide 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 "%exenatide%" OR LOWER(tradeNames_string) LIKE "%exenatide%" OR LOWER(drugSynonyms_string) LIKE "%exenatide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3783', 'drugName': 'Exenatide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1864 | Q23 | Is there a black box warning for the drug Inotersen? | No, the drug Inotersen does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%inotersen%" OR LOWER(tradeNames_string) LIKE "%inotersen%" OR LOWER(drugSynonyms_string) LIKE "%inotersen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1865', 'drugName': 'Inotersen', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3256', 'drugName': 'Inotersen Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1725 | Q23 | Is there a black box warning for the drug Idrevloride? | No, the drug Idrevloride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%idrevloride%" OR LOWER(tradeNames_string) LIKE "%idrevloride%" OR LOWER(drugSynonyms_string) LIKE "%idrevloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4187', 'drugName': 'Idrevloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1885 | Q23 | Is there a black box warning for the drug Nbi-921352? | No, the drug Nbi-921352 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nbi-921352%" OR LOWER(tradeNames_string) LIKE "%nbi-921352%" OR LOWER(drugSynonyms_string) LIKE "%nbi-921352%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4345', 'drugName': 'Nbi-921352', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.853 | Q23 | Is there a black box warning for the drug Nivocasan? | No, the drug Nivocasan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nivocasan%" OR LOWER(tradeNames_string) LIKE "%nivocasan%" OR LOWER(drugSynonyms_string) LIKE "%nivocasan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1847', 'drugName': 'Nivocasan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1848', 'drugName': 'Nivocasan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1849', 'drugName': 'Nivocasan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.4 | Q23 | Is there a black box warning for the drug Icatibant? | No, the drug Icatibant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%icatibant%" OR LOWER(tradeNames_string) LIKE "%icatibant%" OR LOWER(drugSynonyms_string) LIKE "%icatibant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_226', 'drugName': 'Icatibant Acetate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3024', 'drugName': 'Icatibant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1569 | Q23 | Is there a black box warning for the drug Mr-1817? | No, the drug Mr-1817 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mr-1817%" OR LOWER(tradeNames_string) LIKE "%mr-1817%" OR LOWER(drugSynonyms_string) LIKE "%mr-1817%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4903', 'drugName': 'Mr-1817', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1461 | Q23 | Is there a black box warning for the drug Cipralisant? | No, the drug Cipralisant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cipralisant%" OR LOWER(tradeNames_string) LIKE "%cipralisant%" OR LOWER(drugSynonyms_string) LIKE "%cipralisant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5091', 'drugName': 'Cipralisant Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5723', 'drugName': 'Cipralisant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.473 | Q23 | Is there a black box warning for the drug Dibucaine Hydrochloride? | No, the drug Dibucaine 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 "%dibucaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%dibucaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%dibucaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6109', 'drugName': 'Dibucaine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6110', 'drugName': 'Dibucaine Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.325 | Q23 | Is there a black box warning for the drug Lorediplon? | No, the drug Lorediplon does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lorediplon%" OR LOWER(tradeNames_string) LIKE "%lorediplon%" OR LOWER(drugSynonyms_string) LIKE "%lorediplon%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5767', 'drugName': 'Lorediplon', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.6 | Q23 | Is there a black box warning for the drug Azd-4017? | No, the drug Azd-4017 does not have 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-4017%" OR LOWER(tradeNames_string) LIKE "%azd-4017%" OR LOWER(drugSynonyms_string) LIKE "%azd-4017%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3096', 'drugName': 'Azd-4017', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.225 | Q23 | Is there a black box warning for the drug Biciromab Brallobarbital? | No, the drug Biciromab Brallobarbital does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%biciromab brallobarbital%" OR LOWER(tradeNames_string) LIKE "%biciromab brallobarbital%" OR LOWER(drugSynonyms_string) LIKE "%biciromab brallobarbital%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5505', 'drugName': 'Biciromab Brallobarbital', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1376 | Q23 | Is there a black box warning for the drug Natalizumab? | Yes, the drug Natalizumab 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 "%natalizumab%" OR LOWER(tradeNames_string) LIKE "%natalizumab%" OR LOWER(drugSynonyms_string) LIKE "%natalizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5015', 'drugName': 'Natalizumab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5016', 'drugName': 'Natalizumab', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.553 | Q23 | Is there a black box warning for the drug Norethindrone? | Yes, the drug Norethindrone 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 "%norethindrone%" OR LOWER(tradeNames_string) LIKE "%norethindrone%" OR LOWER(drugSynonyms_string) LIKE "%norethindrone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3759', 'drugName': 'Norethindrone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2855', 'drugName': 'Norethindrone Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.231 | Q23 | Is there a black box warning for the drug Setmelanotide? | No, the drug Setmelanotide does not have 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%" OR LOWER(tradeNames_string) LIKE "%setmelanotide%" OR LOWER(drugSynonyms_string) LIKE "%setmelanotide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_689', 'drugName': 'Setmelanotide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2878', 'drugName': 'Setmelanotide Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.40 | Q23 | Is there a black box warning for the drug Nilotinib Hydrochloride Monohydrate? | Yes, the drug Nilotinib Hydrochloride Monohydrate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nilotinib hydrochloride monohydrate%" OR LOWER(tradeNames_string) LIKE "%nilotinib hydrochloride monohydrate%" OR LOWER(drugSynonyms_string) LIKE "%nilotinib hydrochloride monohydrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_435', 'drugName': 'Nilotinib Hydrochloride Monohydrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_436', 'drugName': 'Nilotinib Hydrochloride Monohydrate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.548 | Q23 | Is there a black box warning for the drug Oxymetazoline Hydrochloride? | No, the drug Oxymetazoline 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 "%oxymetazoline hydrochloride%" OR LOWER(tradeNames_string) LIKE "%oxymetazoline hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%oxymetazoline hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_543', 'drugName': 'Oxymetazoline Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.245 | Q23 | Is there a black box warning for the drug Atilmotin? | No, the drug Atilmotin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%atilmotin%" OR LOWER(tradeNames_string) LIKE "%atilmotin%" OR LOWER(drugSynonyms_string) LIKE "%atilmotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_266', 'drugName': 'Atilmotin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.905 | Q23 | Is there a black box warning for the drug Tretinoin? | Yes, the drug Tretinoin 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 "%tretinoin%" OR LOWER(tradeNames_string) LIKE "%tretinoin%" OR LOWER(drugSynonyms_string) LIKE "%tretinoin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5360', 'drugName': 'Tretinoin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3116', 'drugName': 'Isotretinoin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_701', 'drugName': 'Alitretinoin', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1429 | Q23 | Is there a black box warning for the drug Pomalidomide? | Yes, the drug Pomalidomide 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 "%pomalidomide%" OR LOWER(tradeNames_string) LIKE "%pomalidomide%" OR LOWER(drugSynonyms_string) LIKE "%pomalidomide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4886', 'drugName': 'Pomalidomide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.139 | Q23 | Is there a black box warning for the drug Lutropin Alfa? | No, the drug Lutropin Alfa does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lutropin alfa%" OR LOWER(tradeNames_string) LIKE "%lutropin alfa%" OR LOWER(drugSynonyms_string) LIKE "%lutropin alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_671', 'drugName': 'Lutropin Alfa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1191 | Q23 | Is there a black box warning for the drug Bapineuzumab? | No, the drug Bapineuzumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bapineuzumab%" OR LOWER(tradeNames_string) LIKE "%bapineuzumab%" OR LOWER(drugSynonyms_string) LIKE "%bapineuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3737', 'drugName': 'Bapineuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1757 | Q23 | Is there a black box warning for the drug Adc3680? | No, the drug Adc3680 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%adc3680%" OR LOWER(tradeNames_string) LIKE "%adc3680%" OR LOWER(drugSynonyms_string) LIKE "%adc3680%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5282', 'drugName': 'Adc3680', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1573 | Q23 | Is there a black box warning for the drug Telmisartan? | Yes, the drug Telmisartan 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 "%telmisartan%" OR LOWER(tradeNames_string) LIKE "%telmisartan%" OR LOWER(drugSynonyms_string) LIKE "%telmisartan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3908', 'drugName': 'Telmisartan', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1443 | Q23 | Is there a black box warning for the drug Bay1067197? | No, the drug Bay1067197 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bay1067197%" OR LOWER(tradeNames_string) LIKE "%bay1067197%" OR LOWER(drugSynonyms_string) LIKE "%bay1067197%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6009', 'drugName': 'Bay1067197', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.836 | Q23 | Is there a black box warning for the drug Pralidoxime? | No, the drug Pralidoxime does not have 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%" OR LOWER(tradeNames_string) LIKE "%pralidoxime%" OR LOWER(drugSynonyms_string) LIKE "%pralidoxime%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5352', 'drugName': 'Pralidoxime', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4265', 'drugName': 'Pralidoxime Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.451 | Q23 | Is there a black box warning for the drug Zaleplon? | Yes, the drug Zaleplon 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 "%zaleplon%" OR LOWER(tradeNames_string) LIKE "%zaleplon%" OR LOWER(drugSynonyms_string) LIKE "%zaleplon%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3395', 'drugName': 'Zaleplon', 'blackBoxWarning': True}] | 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.