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.171 | Q23 | Is there a black box warning for the drug Pexmetinib? | No, the drug Pexmetinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pexmetinib%" OR LOWER(tradeNames_string) LIKE "%pexmetinib%" OR LOWER(drugSynonyms_string) LIKE "%pexmetinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3228', 'drugName': 'Pexmetinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3229', 'drugName': 'Pexmetinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.307 | Q23 | Is there a black box warning for the drug Trilaciclib Dihydrochloride? | No, the drug Trilaciclib Dihydrochloride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%trilaciclib dihydrochloride%" OR LOWER(tradeNames_string) LIKE "%trilaciclib dihydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%trilaciclib dihydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3859', 'drugName': 'Trilaciclib Dihydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3860', 'drugName': 'Trilaciclib Dihydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1957 | Q23 | Is there a black box warning for the drug Aminoglutethimide? | No, the drug Aminoglutethimide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%aminoglutethimide%" OR LOWER(tradeNames_string) LIKE "%aminoglutethimide%" OR LOWER(drugSynonyms_string) LIKE "%aminoglutethimide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2691', 'drugName': 'Aminoglutethimide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2692', 'drugName': 'Aminoglutethimide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1105 | Q23 | Is there a black box warning for the drug Arformoterol? | No, the drug Arformoterol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%arformoterol%" OR LOWER(tradeNames_string) LIKE "%arformoterol%" OR LOWER(drugSynonyms_string) LIKE "%arformoterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_440', 'drugName': 'Arformoterol Tartrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6308', 'drugName': 'Arformoterol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1925 | Q23 | Is there a black box warning for the drug Carboprost Tromethamine? | Yes, the drug Carboprost Tromethamine 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 "%carboprost tromethamine%" OR LOWER(tradeNames_string) LIKE "%carboprost tromethamine%" OR LOWER(drugSynonyms_string) LIKE "%carboprost tromethamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2928', 'drugName': 'Carboprost Tromethamine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1038 | Q23 | Is there a black box warning for the drug Abarelix? | Yes, the drug Abarelix 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 "%abarelix%" OR LOWER(tradeNames_string) LIKE "%abarelix%" OR LOWER(drugSynonyms_string) LIKE "%abarelix%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4834', 'drugName': 'Abarelix', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.658 | Q23 | Is there a black box warning for the drug Atogepant? | No, the drug Atogepant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%atogepant%" OR LOWER(tradeNames_string) LIKE "%atogepant%" OR LOWER(drugSynonyms_string) LIKE "%atogepant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2683', 'drugName': 'Atogepant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.373 | Q23 | Is there a black box warning for the drug Azathioprine Sodium? | Yes, the drug Azathioprine 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 "%azathioprine sodium%" OR LOWER(tradeNames_string) LIKE "%azathioprine sodium%" OR LOWER(drugSynonyms_string) LIKE "%azathioprine sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4861', 'drugName': 'Azathioprine Sodium', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1661 | Q23 | Is there a black box warning for the drug Enpatoran? | No, the drug Enpatoran does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%enpatoran%" OR LOWER(tradeNames_string) LIKE "%enpatoran%" OR LOWER(drugSynonyms_string) LIKE "%enpatoran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2098', 'drugName': 'Enpatoran', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2099', 'drugName': 'Enpatoran', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1513 | Q23 | Is there a black box warning for the drug Cocaine? | Yes, the drug Cocaine 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 "%cocaine%" OR LOWER(tradeNames_string) LIKE "%cocaine%" OR LOWER(drugSynonyms_string) LIKE "%cocaine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3300', 'drugName': 'Apomorphine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5902', 'drugName': 'Cocaine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3417', 'drugName': 'Cocaine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.778 | Q23 | Is there a black box warning for the drug Brivaracetam? | No, the drug Brivaracetam does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%brivaracetam%" OR LOWER(tradeNames_string) LIKE "%brivaracetam%" OR LOWER(drugSynonyms_string) LIKE "%brivaracetam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4908', 'drugName': 'Brivaracetam', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.328 | Q23 | Is there a black box warning for the drug Methamphetamine Hydrochloride? | Yes, the drug Methamphetamine 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 "%methamphetamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%methamphetamine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%methamphetamine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5557', 'drugName': 'Methamphetamine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1988 | Q23 | Is there a black box warning for the drug Chlordiazepoxide Hydrochloride? | Yes, the drug Chlordiazepoxide 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 "%chlordiazepoxide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%chlordiazepoxide hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%chlordiazepoxide hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2854', 'drugName': 'Chlordiazepoxide Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1924 | Q23 | Is there a black box warning for the drug Preladenant? | No, the drug Preladenant does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%preladenant%" OR LOWER(tradeNames_string) LIKE "%preladenant%" OR LOWER(drugSynonyms_string) LIKE "%preladenant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_977', 'drugName': 'Preladenant', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.931 | Q23 | Is there a black box warning for the drug Enrasentan? | No, the drug Enrasentan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%enrasentan%" OR LOWER(tradeNames_string) LIKE "%enrasentan%" OR LOWER(drugSynonyms_string) LIKE "%enrasentan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3107', 'drugName': 'Enrasentan', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3108', 'drugName': 'Enrasentan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.188 | Q23 | Is there a black box warning for the drug Celgosivir? | No, the drug Celgosivir does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%celgosivir%" OR LOWER(tradeNames_string) LIKE "%celgosivir%" OR LOWER(drugSynonyms_string) LIKE "%celgosivir%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3655', 'drugName': 'Celgosivir', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1595 | Q23 | Is there a black box warning for the drug Esomeprazole Magnesium? | No, the drug Esomeprazole Magnesium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%esomeprazole magnesium%" OR LOWER(tradeNames_string) LIKE "%esomeprazole magnesium%" OR LOWER(drugSynonyms_string) LIKE "%esomeprazole magnesium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4440', 'drugName': 'Esomeprazole Magnesium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.772 | Q23 | Is there a black box warning for the drug Kd3010? | No, the drug Kd3010 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%kd3010%" OR LOWER(tradeNames_string) LIKE "%kd3010%" OR LOWER(drugSynonyms_string) LIKE "%kd3010%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3817', 'drugName': 'Kd3010', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1203 | Q23 | Is there a black box warning for the drug Pamiteplase? | No, the drug Pamiteplase does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pamiteplase%" OR LOWER(tradeNames_string) LIKE "%pamiteplase%" OR LOWER(drugSynonyms_string) LIKE "%pamiteplase%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3480', 'drugName': 'Pamiteplase', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.500 | Q23 | Is there a black box warning for the drug Methandrostenolone? | No, the drug Methandrostenolone does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%methandrostenolone%" OR LOWER(tradeNames_string) LIKE "%methandrostenolone%" OR LOWER(drugSynonyms_string) LIKE "%methandrostenolone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4716', 'drugName': 'Methandrostenolone', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1064 | Q23 | Is there a black box warning for the drug Pamidronate Disodium? | No, the drug Pamidronate 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 "%pamidronate disodium%" OR LOWER(tradeNames_string) LIKE "%pamidronate disodium%" OR LOWER(drugSynonyms_string) LIKE "%pamidronate disodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4184', 'drugName': 'Pamidronate Disodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1111 | Q23 | Is there a black box warning for the drug Linaclotide? | Yes, the drug Linaclotide 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 "%linaclotide%" OR LOWER(tradeNames_string) LIKE "%linaclotide%" OR LOWER(drugSynonyms_string) LIKE "%linaclotide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5063', 'drugName': 'Linaclotide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.536 | Q23 | Is there a black box warning for the drug Anifrolumab? | No, the drug Anifrolumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%anifrolumab%" OR LOWER(tradeNames_string) LIKE "%anifrolumab%" OR LOWER(drugSynonyms_string) LIKE "%anifrolumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4280', 'drugName': 'Anifrolumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1601 | Q23 | Is there a black box warning for the drug Disopyramide Phosphate? | Yes, the drug Disopyramide 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 "%disopyramide phosphate%" OR LOWER(tradeNames_string) LIKE "%disopyramide phosphate%" OR LOWER(drugSynonyms_string) LIKE "%disopyramide phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6051', 'drugName': 'Disopyramide Phosphate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.752 | Q23 | Is there a black box warning for the drug Capeserod? | No, the drug Capeserod does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%capeserod%" OR LOWER(tradeNames_string) LIKE "%capeserod%" OR LOWER(drugSynonyms_string) LIKE "%capeserod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2305', 'drugName': 'Capeserod', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1933 | Q23 | Is there a black box warning for the drug Eltrombopag Olamine? | Yes, the drug Eltrombopag Olamine 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 "%eltrombopag olamine%" OR LOWER(tradeNames_string) LIKE "%eltrombopag olamine%" OR LOWER(drugSynonyms_string) LIKE "%eltrombopag olamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2769', 'drugName': 'Eltrombopag Olamine', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1367 | Q23 | Is there a black box warning for the drug Tas-115? | No, the drug Tas-115 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tas-115%" OR LOWER(tradeNames_string) LIKE "%tas-115%" OR LOWER(drugSynonyms_string) LIKE "%tas-115%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_532', 'drugName': 'Tas-115', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_533', 'drugName': 'Tas-115', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1444 | Q23 | Is there a black box warning for the drug Vinorelbine Tartrate? | Yes, the drug Vinorelbine Tartrate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vinorelbine tartrate%" OR LOWER(tradeNames_string) LIKE "%vinorelbine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%vinorelbine tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6364', 'drugName': 'Vinorelbine Tartrate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.178 | Q23 | Is there a black box warning for the drug Ipragliflozin? | No, the drug Ipragliflozin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ipragliflozin%" OR LOWER(tradeNames_string) LIKE "%ipragliflozin%" OR LOWER(drugSynonyms_string) LIKE "%ipragliflozin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2703', 'drugName': 'Ipragliflozin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2404', 'drugName': 'Ipragliflozin L-Proline', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.470 | Q23 | Is there a black box warning for the drug Elenbecestat? | No, the drug Elenbecestat does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%elenbecestat%" OR LOWER(tradeNames_string) LIKE "%elenbecestat%" OR LOWER(drugSynonyms_string) LIKE "%elenbecestat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3285', 'drugName': 'Elenbecestat', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1337 | Q23 | Is there a black box warning for the drug Ficlatuzumab? | No, the drug Ficlatuzumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ficlatuzumab%" OR LOWER(tradeNames_string) LIKE "%ficlatuzumab%" OR LOWER(drugSynonyms_string) LIKE "%ficlatuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5496', 'drugName': 'Ficlatuzumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1611 | Q23 | Is there a black box warning for the drug Ziprasidone? | Yes, the drug Ziprasidone 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 "%ziprasidone%" OR LOWER(tradeNames_string) LIKE "%ziprasidone%" OR LOWER(drugSynonyms_string) LIKE "%ziprasidone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3392', 'drugName': 'Ziprasidone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3393', 'drugName': 'Ziprasidone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3394', 'drugName': 'Ziprasidone Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1683', 'drugName': 'Ziprasidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1684', 'drugName': 'Ziprasidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1685', 'drugName': 'Ziprasidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4286', 'drugName': 'Ziprasidone Mesylate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4287', 'drugName': 'Ziprasidone Mesylate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4288', 'drugName': 'Ziprasidone Mesylate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.126 | Q23 | Is there a black box warning for the drug Thiopental Sodium? | No, the drug Thiopental 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 "%thiopental sodium%" OR LOWER(tradeNames_string) LIKE "%thiopental sodium%" OR LOWER(drugSynonyms_string) LIKE "%thiopental sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4971', 'drugName': 'Thiopental Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.355 | Q23 | Is there a black box warning for the drug Sotalol? | Yes, the drug Sotalol 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 "%sotalol%" OR LOWER(tradeNames_string) LIKE "%sotalol%" OR LOWER(drugSynonyms_string) LIKE "%sotalol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1134', 'drugName': 'Sotalol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1135', 'drugName': 'Sotalol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1136', 'drugName': 'Sotalol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4569', 'drugName': 'Sotalol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4570', 'drugName': 'Sotalol Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4571', 'drugName': 'Sotalol Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.388 | Q23 | Is there a black box warning for the drug Merimepodib? | No, the drug Merimepodib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%merimepodib%" OR LOWER(tradeNames_string) LIKE "%merimepodib%" OR LOWER(drugSynonyms_string) LIKE "%merimepodib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4814', 'drugName': 'Merimepodib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1435 | Q23 | Is there a black box warning for the drug Pramlintide Acetate? | Yes, the drug Pramlintide Acetate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pramlintide acetate%" OR LOWER(tradeNames_string) LIKE "%pramlintide acetate%" OR LOWER(drugSynonyms_string) LIKE "%pramlintide acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2394', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2395', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2396', 'drugName': 'Pramlintide Acetate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1007 | Q23 | Is there a black box warning for the drug Apimostinel? | No, the drug Apimostinel does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%apimostinel%" OR LOWER(tradeNames_string) LIKE "%apimostinel%" OR LOWER(drugSynonyms_string) LIKE "%apimostinel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5517', 'drugName': 'Apimostinel', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.894 | Q23 | Is there a black box warning for the drug Imipramine Pamoate? | Yes, the drug Imipramine 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 "%imipramine pamoate%" OR LOWER(tradeNames_string) LIKE "%imipramine pamoate%" OR LOWER(drugSynonyms_string) LIKE "%imipramine pamoate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_654', 'drugName': 'Imipramine Pamoate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_655', 'drugName': 'Imipramine Pamoate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1495 | Q23 | Is there a black box warning for the drug Bromazepam? | No, the drug Bromazepam does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bromazepam%" OR LOWER(tradeNames_string) LIKE "%bromazepam%" OR LOWER(drugSynonyms_string) LIKE "%bromazepam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2148', 'drugName': 'Bromazepam', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.335 | Q23 | Is there a black box warning for the drug Aliskiren Fumarate? | Yes, the drug Aliskiren Fumarate 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 fumarate%" OR LOWER(tradeNames_string) LIKE "%aliskiren fumarate%" OR LOWER(drugSynonyms_string) LIKE "%aliskiren fumarate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4221', 'drugName': 'Aliskiren Fumarate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.975 | Q23 | Is there a black box warning for the drug Abt-925? | No, the drug Abt-925 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%abt-925%" OR LOWER(tradeNames_string) LIKE "%abt-925%" OR LOWER(drugSynonyms_string) LIKE "%abt-925%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3906', 'drugName': 'Abt-925', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.197 | Q23 | Is there a black box warning for the drug Dextromoramide? | No, the drug Dextromoramide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dextromoramide%" OR LOWER(tradeNames_string) LIKE "%dextromoramide%" OR LOWER(drugSynonyms_string) LIKE "%dextromoramide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2904', 'drugName': 'Dextromoramide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.520 | Q23 | Is there a black box warning for the drug Bimosiamose? | No, the drug Bimosiamose does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bimosiamose%" OR LOWER(tradeNames_string) LIKE "%bimosiamose%" OR LOWER(drugSynonyms_string) LIKE "%bimosiamose%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1808', 'drugName': 'Bimosiamose', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.459 | Q23 | Is there a black box warning for the drug Elafibranor? | No, the drug Elafibranor does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%elafibranor%" OR LOWER(tradeNames_string) LIKE "%elafibranor%" OR LOWER(drugSynonyms_string) LIKE "%elafibranor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5283', 'drugName': 'Elafibranor', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5284', 'drugName': 'Elafibranor', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1714 | Q23 | Is there a black box warning for the drug Haloperidol? | Yes, the drug Haloperidol 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 "%haloperidol%" OR LOWER(tradeNames_string) LIKE "%haloperidol%" OR LOWER(drugSynonyms_string) LIKE "%haloperidol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5256', 'drugName': 'Haloperidol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5257', 'drugName': 'Haloperidol', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5161', 'drugName': 'Haloperidol Lactate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5162', 'drugName': 'Haloperidol Lactate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_460', 'drugName': 'Haloperidol Decanoate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_461', 'drugName': 'Haloperidol Decanoate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.326 | Q23 | Is there a black box warning for the drug Amitriptyline? | Yes, the drug Amitriptyline 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 "%amitriptyline%" OR LOWER(tradeNames_string) LIKE "%amitriptyline%" OR LOWER(drugSynonyms_string) LIKE "%amitriptyline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1623', 'drugName': 'Amitriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1624', 'drugName': 'Amitriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3357', 'drugName': 'Amitriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3358', 'drugName': 'Amitriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_597', 'drugName': 'Nortriptyline', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_598', 'drugName': 'Nortriptyline', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1323 | Q23 | Is there a black box warning for the drug Balovaptan? | No, the drug Balovaptan does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%balovaptan%" OR LOWER(tradeNames_string) LIKE "%balovaptan%" OR LOWER(drugSynonyms_string) LIKE "%balovaptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_695', 'drugName': 'Balovaptan', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.269 | Q23 | Is there a black box warning for the drug Fedratinib Hydrochloride? | Yes, the drug Fedratinib 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 "%fedratinib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fedratinib hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%fedratinib hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4654', 'drugName': 'Fedratinib Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4655', 'drugName': 'Fedratinib Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.799 | Q23 | Is there a black box warning for the drug Carmoterol? | No, the drug Carmoterol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%carmoterol%" OR LOWER(tradeNames_string) LIKE "%carmoterol%" OR LOWER(drugSynonyms_string) LIKE "%carmoterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_458', 'drugName': 'Carmoterol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1432 | Q23 | Is there a black box warning for the drug Rociletinib? | No, the drug Rociletinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rociletinib%" OR LOWER(tradeNames_string) LIKE "%rociletinib%" OR LOWER(drugSynonyms_string) LIKE "%rociletinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6356', 'drugName': 'Rociletinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.70 | Q23 | Is there a black box warning for the drug Oxycodegol? | No, the drug Oxycodegol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxycodegol%" OR LOWER(tradeNames_string) LIKE "%oxycodegol%" OR LOWER(drugSynonyms_string) LIKE "%oxycodegol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5734', 'drugName': 'Oxycodegol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.938 | Q23 | Is there a black box warning for the drug Betamethasone Sodium Phosphate? | No, the drug Betamethasone Sodium Phosphate does not have 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 sodium phosphate%" OR LOWER(tradeNames_string) LIKE "%betamethasone sodium phosphate%" OR LOWER(drugSynonyms_string) LIKE "%betamethasone sodium phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3118', 'drugName': 'Betamethasone Sodium Phosphate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1447 | Q23 | Is there a black box warning for the drug Pegaptanib Octasodium? | No, the drug Pegaptanib Octasodium does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pegaptanib octasodium%" OR LOWER(tradeNames_string) LIKE "%pegaptanib octasodium%" OR LOWER(drugSynonyms_string) LIKE "%pegaptanib octasodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2080', 'drugName': 'Pegaptanib Octasodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1782 | Q23 | Is there a black box warning for the drug Ociperlimab? | No, the drug Ociperlimab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ociperlimab%" OR LOWER(tradeNames_string) LIKE "%ociperlimab%" OR LOWER(drugSynonyms_string) LIKE "%ociperlimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2236', 'drugName': 'Ociperlimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.468 | Q23 | Is there a black box warning for the drug Promazine Hydrochloride? | No, the drug Promazine 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 "%promazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%promazine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%promazine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4009', 'drugName': 'Triflupromazine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_36', 'drugName': 'Promazine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_37', 'drugName': 'Promazine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2783', 'drugName': 'Chlorpromazine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2784', 'drugName': 'Chlorpromazine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1396 | Q23 | Is there a black box warning for the drug Cinacalcet? | No, the drug Cinacalcet does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cinacalcet%" OR LOWER(tradeNames_string) LIKE "%cinacalcet%" OR LOWER(drugSynonyms_string) LIKE "%cinacalcet%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_841', 'drugName': 'Cinacalcet Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_247', 'drugName': 'Cinacalcet', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1614 | Q23 | Is there a black box warning for the drug Cal? | No, the drug Cal does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cal%" OR LOWER(tradeNames_string) LIKE "%cal%" OR LOWER(drugSynonyms_string) LIKE "%cal%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2309', 'drugName': 'Cmb-401', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_442', 'drugName': 'Cal', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_834', 'drugName': 'Iscalimab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2805', 'drugName': 'Andecaliximab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2985', 'drugName': 'Nipocalimab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4195', 'drugName': 'Rituximab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1142', 'drugName': 'Alemtuzumab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3802', 'drugName': 'Adalimumab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1080', 'drugName': 'Cetuximab', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_6001', 'drugName': 'Belimumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1703', 'drugName': 'Mepolizumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_879', 'drugName': 'Mogamulizumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_680', 'drugName': 'Tremelimumab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2954', 'drugName': 'Alteplase', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5178', 'drugName': 'Nadroparin Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_843', 'drugName': 'Heparin Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_134', 'drugName': 'Calcitonin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1088', 'drugName': 'Lenograstim', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5401', 'drugName': 'Calcitonin Salmon', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4748', 'drugName': 'Calcitonin Salmon Recombinant', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3681', 'drugName': 'Rilonacept', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2279', 'drugName': 'Ecallantide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1615', 'drugName': 'Albiglutide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3935', 'drugName': 'Velcalcetide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2693', 'drugName': 'Sincalide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1951', 'drugName': 'Calcitonin Human', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1753', 'drugName': 'Ronacaleret', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2789', 'drugName': 'Inecalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4868', 'drugName': 'Lunacalcipol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2291', 'drugName': 'Acalisib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5125', 'drugName': 'Becocalcidiol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_622', 'drugName': 'Tecalcet Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3281', 'drugName': 'Tecalcet', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6384', 'drugName': 'Elocalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3383', 'drugName': 'Amrubicin Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3743', 'drugName': 'Indiplon', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5194', 'drugName': 'Evocalcet', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2290', 'drugName': 'Pefcalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2701', 'drugName': 'Seocalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3414', 'drugName': 'Eldecalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4543', 'drugName': 'Alfacalcidol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_356', 'drugName': 'Ergocalciferol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2888', 'drugName': 'Diphenhydramine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_221', 'drugName': 'Chlorpheniramine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_71', 'drugName': 'Hydrocortisone Acetate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1708', 'drugName': 'Hydrocortisone', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3759', 'drugName': 'Norethindrone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_733', 'drugName': 'Fentanyl Citrate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4232', 'drugName': 'Calcitriol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2157', 'drugName': 'Calcifediol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6195', 'drugName': 'Calcifediol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1617', 'drugName': 'Ranitidine Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4905', 'drugName': 'Clomipramine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5049', 'drugName': 'Calcipotriene', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2718', 'drugName': 'Bicalutamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4251', 'drugName': 'Atorvastatin Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2779', 'drugName': 'Paricalcitol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2617', 'drugName': 'Cholecalciferol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4241', 'drugName': 'Doxercalciferol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5208', 'drugName': 'Rosuvastatin Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_841', 'drugName': 'Cinacalcet Hydrochloride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_247', 'drugName': 'Cinacalcet', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_763', 'drugName': 'Pitavastatin Calcium', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3742', 'drugName': 'Idelalisib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3863', 'drugName': 'Obeticholic Acid', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_593', 'drugName': 'Acalabrutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4270', 'drugName': 'Deflazacort', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_110', 'drugName': 'Prucalopride', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2465', 'drugName': 'Prucalopride Succinate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6297', 'drugName': 'Acalabrutinib Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6208', 'drugName': 'Tulobuterol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_6052', 'drugName': 'Loperamide Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4676', 'drugName': 'Interferon Alfa-2A', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3638', 'drugName': 'Abatacept', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3639', 'drugName': 'Abatacept', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_997', 'drugName': 'Aflibercept', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_998', 'drugName': 'Aflibercept', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4879', 'drugName': 'Cal-263', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4880', 'drugName': 'Cal-263', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3357', 'drugName': 'Amitriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3358', 'drugName': 'Amitriptyline Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3209', 'drugName': 'Ibuprofen', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3093', 'drugName': 'Fenoprofen Calcium', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4457', 'drugName': 'Pindolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4458', 'drugName': 'Pindolol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_934', 'drugName': 'Glyburide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1666', 'drugName': 'Orlistat', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1667', 'drugName': 'Orlistat', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5721', 'drugName': 'Menthol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5722', 'drugName': 'Menthol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5956', 'drugName': 'Dexmethylphenidate Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5957', 'drugName': 'Dexmethylphenidate Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_2097', 'drugName': 'Calcium Oxybate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3288', 'drugName': 'Mitiglinide Calcium Dihydrate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2660', 'drugName': 'Abciximab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2661', 'drugName': 'Abciximab', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_2591', 'drugName': 'Suvecaltamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4031', 'drugName': 'Apinocaltamide', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5360', 'drugName': 'Tretinoin', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4271', 'drugName': 'Azelnidipine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.549 | Q23 | Is there a black box warning for the drug Daxibotulinumtoxina? | No, the drug Daxibotulinumtoxina does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%daxibotulinumtoxina%" OR LOWER(tradeNames_string) LIKE "%daxibotulinumtoxina%" OR LOWER(drugSynonyms_string) LIKE "%daxibotulinumtoxina%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4481', 'drugName': 'Daxibotulinumtoxina', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.538 | Q23 | Is there a black box warning for the drug Sx-682? | No, the drug Sx-682 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sx-682%" OR LOWER(tradeNames_string) LIKE "%sx-682%" OR LOWER(drugSynonyms_string) LIKE "%sx-682%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5770', 'drugName': 'Sx-682', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1230 | Q23 | Is there a black box warning for the drug Carphenazine Maleate? | No, the drug Carphenazine 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 "%carphenazine maleate%" OR LOWER(tradeNames_string) LIKE "%carphenazine maleate%" OR LOWER(drugSynonyms_string) LIKE "%carphenazine maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3158', 'drugName': 'Carphenazine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3159', 'drugName': 'Carphenazine Maleate', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_3160', 'drugName': 'Carphenazine Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.957 | Q23 | Is there a black box warning for the drug Cenerimod? | No, the drug Cenerimod does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cenerimod%" OR LOWER(tradeNames_string) LIKE "%cenerimod%" OR LOWER(drugSynonyms_string) LIKE "%cenerimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3440', 'drugName': 'Cenerimod', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1635 | Q23 | Is there a black box warning for the drug Acetophenazine Maleate? | No, the drug Acetophenazine 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 "%acetophenazine maleate%" OR LOWER(tradeNames_string) LIKE "%acetophenazine maleate%" OR LOWER(drugSynonyms_string) LIKE "%acetophenazine maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3064', 'drugName': 'Acetophenazine Maleate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1418 | Q23 | Is there a black box warning for the drug Tecemotide? | No, the drug Tecemotide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tecemotide%" OR LOWER(tradeNames_string) LIKE "%tecemotide%" OR LOWER(drugSynonyms_string) LIKE "%tecemotide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1059', 'drugName': 'Tecemotide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.422 | Q23 | Is there a black box warning for the drug Lidocaine Hydrochloride? | Yes, the drug Lidocaine 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 "%lidocaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%lidocaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%lidocaine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4126', 'drugName': 'Lidocaine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1935 | Q23 | Is there a black box warning for the drug Rivaroxaban? | Yes, the drug Rivaroxaban 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 "%rivaroxaban%" OR LOWER(tradeNames_string) LIKE "%rivaroxaban%" OR LOWER(drugSynonyms_string) LIKE "%rivaroxaban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_816', 'drugName': 'Rivaroxaban', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1532 | Q23 | Is there a black box warning for the drug Huj591 111In? | No, the drug Huj591 111In does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%huj591 111in%" OR LOWER(tradeNames_string) LIKE "%huj591 111in%" OR LOWER(drugSynonyms_string) LIKE "%huj591 111in%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4279', 'drugName': 'Huj591 111In', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1580 | Q23 | Is there a black box warning for the drug Pf-04457845? | No, the drug Pf-04457845 does not have 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-04457845%" OR LOWER(tradeNames_string) LIKE "%pf-04457845%" OR LOWER(drugSynonyms_string) LIKE "%pf-04457845%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4984', 'drugName': 'Pf-04457845', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1659 | Q23 | Is there a black box warning for the drug Bupropion? | Yes, the drug Bupropion has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bupropion%" OR LOWER(tradeNames_string) LIKE "%bupropion%" OR LOWER(drugSynonyms_string) LIKE "%bupropion%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1626', 'drugName': 'Bupropion', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1627', 'drugName': 'Bupropion', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_771', 'drugName': 'Bupropion Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_772', 'drugName': 'Bupropion Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1806', 'drugName': 'Bupropion Hydrobromide', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1807', 'drugName': 'Bupropion Hydrobromide', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1116 | Q23 | Is there a black box warning for the drug Tnx-650? | No, the drug Tnx-650 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tnx-650%" OR LOWER(tradeNames_string) LIKE "%tnx-650%" OR LOWER(drugSynonyms_string) LIKE "%tnx-650%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3891', 'drugName': 'Tnx-650', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.722 | Q23 | Is there a black box warning for the drug Tandutinib? | No, the drug Tandutinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tandutinib%" OR LOWER(tradeNames_string) LIKE "%tandutinib%" OR LOWER(drugSynonyms_string) LIKE "%tandutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4510', 'drugName': 'Tandutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4511', 'drugName': 'Tandutinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4512', 'drugName': 'Tandutinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1247 | Q23 | Is there a black box warning for the drug Ziralimumab? | No, the drug Ziralimumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ziralimumab%" OR LOWER(tradeNames_string) LIKE "%ziralimumab%" OR LOWER(drugSynonyms_string) LIKE "%ziralimumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3581', 'drugName': 'Ziralimumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1236 | Q23 | Is there a black box warning for the drug Medi-578? | No, the drug Medi-578 does not have 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-578%" OR LOWER(tradeNames_string) LIKE "%medi-578%" OR LOWER(drugSynonyms_string) LIKE "%medi-578%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3953', 'drugName': 'Medi-578', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1076 | Q23 | Is there a black box warning for the drug Methadone Hydrochloride? | Yes, the drug Methadone 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 "%methadone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%methadone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%methadone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6241', 'drugName': 'Methadone Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1907 | Q23 | Is there a black box warning for the drug Nitrefazole? | No, the drug Nitrefazole does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nitrefazole%" OR LOWER(tradeNames_string) LIKE "%nitrefazole%" OR LOWER(drugSynonyms_string) LIKE "%nitrefazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6344', 'drugName': 'Nitrefazole', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.264 | Q23 | Is there a black box warning for the drug Pimivalimab? | No, the drug Pimivalimab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pimivalimab%" OR LOWER(tradeNames_string) LIKE "%pimivalimab%" OR LOWER(drugSynonyms_string) LIKE "%pimivalimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1432', 'drugName': 'Pimivalimab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1437 | Q23 | Is there a black box warning for the drug Quinidine Polygalacturonate? | Yes, the drug Quinidine Polygalacturonate has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%quinidine polygalacturonate%" OR LOWER(tradeNames_string) LIKE "%quinidine polygalacturonate%" OR LOWER(drugSynonyms_string) LIKE "%quinidine polygalacturonate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_154', 'drugName': 'Quinidine Polygalacturonate', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.1339 | Q23 | Is there a black box warning for the drug Follitropin Alfa? | No, the drug Follitropin 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 "%follitropin alfa%" OR LOWER(tradeNames_string) LIKE "%follitropin alfa%" OR LOWER(drugSynonyms_string) LIKE "%follitropin alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2306', 'drugName': 'Corifollitropin Alfa', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_206', 'drugName': 'Follitropin Alfa', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.243 | Q23 | Is there a black box warning for the drug Pexidartinib? | Yes, the drug Pexidartinib 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%" OR LOWER(tradeNames_string) LIKE "%pexidartinib%" OR LOWER(drugSynonyms_string) LIKE "%pexidartinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1792', 'drugName': 'Pexidartinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1793', 'drugName': 'Pexidartinib', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_1794', 'drugName': 'Pexidartinib', 'blackBoxWarning': True}, {'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.1010 | Q23 | Is there a black box warning for the drug Mivacurium Chloride? | No, the drug Mivacurium Chloride does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mivacurium chloride%" OR LOWER(tradeNames_string) LIKE "%mivacurium chloride%" OR LOWER(drugSynonyms_string) LIKE "%mivacurium chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3976', 'drugName': 'Mivacurium Chloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.685 | Q23 | Is there a black box warning for the drug Axomadol? | No, the drug Axomadol does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%axomadol%" OR LOWER(tradeNames_string) LIKE "%axomadol%" OR LOWER(drugSynonyms_string) LIKE "%axomadol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1313', 'drugName': 'Axomadol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1314', 'drugName': 'Axomadol', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1315', 'drugName': 'Axomadol', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1268 | Q23 | Is there a black box warning for the drug Pwt-33587? | No, the drug Pwt-33587 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pwt-33587%" OR LOWER(tradeNames_string) LIKE "%pwt-33587%" OR LOWER(drugSynonyms_string) LIKE "%pwt-33587%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4026', 'drugName': 'Pwt-33587', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_4027', 'drugName': 'Pwt-33587', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1475 | Q23 | Is there a black box warning for the drug Varlilumab? | No, the drug Varlilumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%varlilumab%" OR LOWER(tradeNames_string) LIKE "%varlilumab%" OR LOWER(drugSynonyms_string) LIKE "%varlilumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2539', 'drugName': 'Varlilumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1502 | Q23 | Is there a black box warning for the drug Risperidone? | Yes, the drug Risperidone 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 "%risperidone%" OR LOWER(tradeNames_string) LIKE "%risperidone%" OR LOWER(drugSynonyms_string) LIKE "%risperidone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3643', 'drugName': 'Paliperidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3644', 'drugName': 'Paliperidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3865', 'drugName': 'Risperidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3866', 'drugName': 'Risperidone', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3867', 'drugName': 'Risperidone', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.370 | Q23 | Is there a black box warning for the drug Paroxetine? | Yes, the drug Paroxetine 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 "%paroxetine%" OR LOWER(tradeNames_string) LIKE "%paroxetine%" OR LOWER(drugSynonyms_string) LIKE "%paroxetine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4720', 'drugName': 'Paroxetine Hydrochloride', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5200', 'drugName': 'Paroxetine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_5494', 'drugName': 'Paroxetine Mesylate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_3442', 'drugName': 'Paroxetine Hydrochloride Hemihydrate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1009 | Q23 | Is there a black box warning for the drug Bethanidine Sulfate? | No, the drug Bethanidine Sulfate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bethanidine sulfate%" OR LOWER(tradeNames_string) LIKE "%bethanidine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%bethanidine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4786', 'drugName': 'Bethanidine Sulfate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1239 | Q23 | Is there a black box warning for the drug Beperminogene Perplasmid? | No, the drug Beperminogene Perplasmid does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%beperminogene perplasmid%" OR LOWER(tradeNames_string) LIKE "%beperminogene perplasmid%" OR LOWER(drugSynonyms_string) LIKE "%beperminogene perplasmid%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1396', 'drugName': 'Beperminogene Perplasmid', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.595 | Q23 | Is there a black box warning for the drug Safusidenib? | No, the drug Safusidenib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%safusidenib%" OR LOWER(tradeNames_string) LIKE "%safusidenib%" OR LOWER(drugSynonyms_string) LIKE "%safusidenib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2690', 'drugName': 'Safusidenib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.728 | Q23 | Is there a black box warning for the drug Nilvadipine? | No, the drug Nilvadipine does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nilvadipine%" OR LOWER(tradeNames_string) LIKE "%nilvadipine%" OR LOWER(drugSynonyms_string) LIKE "%nilvadipine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_869', 'drugName': 'Nilvadipine', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.486 | Q23 | Is there a black box warning for the drug Benzhydrocodone Hydrochloride? | No, the drug Benzhydrocodone 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 "%benzhydrocodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%benzhydrocodone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%benzhydrocodone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3008', 'drugName': 'Benzhydrocodone Hydrochloride', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.573 | Q23 | Is there a black box warning for the drug Krp203? | No, the drug Krp203 does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%krp203%" OR LOWER(tradeNames_string) LIKE "%krp203%" OR LOWER(drugSynonyms_string) LIKE "%krp203%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2799', 'drugName': 'Krp203', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.74 | Q23 | Is there a black box warning for the drug Metocurine Iodide? | No, the drug Metocurine Iodide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%metocurine iodide%" OR LOWER(tradeNames_string) LIKE "%metocurine iodide%" OR LOWER(drugSynonyms_string) LIKE "%metocurine iodide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2699', 'drugName': 'Metocurine Iodide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.635 | Q23 | Is there a black box warning for the drug Esketamine? | Yes, the drug Esketamine has a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%esketamine%" OR LOWER(tradeNames_string) LIKE "%esketamine%" OR LOWER(drugSynonyms_string) LIKE "%esketamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4482', 'drugName': 'Esketamine', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_817', 'drugName': 'Esketamine Hydrochloride', 'blackBoxWarning': True}] | general | Distinct, Similarity Search | Metadata |
Q23.262 | Q23 | Is there a black box warning for the drug Denosumab? | No, the drug Denosumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%denosumab%" OR LOWER(tradeNames_string) LIKE "%denosumab%" OR LOWER(drugSynonyms_string) LIKE "%denosumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1723', 'drugName': 'Denosumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.52 | Q23 | Is there a black box warning for the drug Amphetamine Sulfate? | Yes, the drug Amphetamine 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 "%amphetamine sulfate%" OR LOWER(tradeNames_string) LIKE "%amphetamine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%amphetamine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4795', 'drugName': 'Amphetamine Sulfate', 'blackBoxWarning': True}, {'UUID': 'DrugGeneTargets_v2_4796', 'drugName': 'Amphetamine Sulfate', 'blackBoxWarning': True}, {'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.201 | Q23 | Is there a black box warning for the drug Erlosamide? | No, the drug Erlosamide does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%erlosamide%" OR LOWER(tradeNames_string) LIKE "%erlosamide%" OR LOWER(drugSynonyms_string) LIKE "%erlosamide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4004', 'drugName': 'Erlosamide', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.432 | Q23 | Is there a black box warning for the drug Nafarelin Acetate? | No, the drug Nafarelin Acetate does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nafarelin acetate%" OR LOWER(tradeNames_string) LIKE "%nafarelin acetate%" OR LOWER(drugSynonyms_string) LIKE "%nafarelin acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_669', 'drugName': 'Nafarelin Acetate', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1563 | Q23 | Is there a black box warning for the drug Cilastatin? | No, the drug Cilastatin does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cilastatin%" OR LOWER(tradeNames_string) LIKE "%cilastatin%" OR LOWER(drugSynonyms_string) LIKE "%cilastatin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1365', 'drugName': 'Cilastatin', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_185', 'drugName': 'Cilastatin Sodium', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.336 | Q23 | Is there a black box warning for the drug Gimsilumab? | No, the drug Gimsilumab does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gimsilumab%" OR LOWER(tradeNames_string) LIKE "%gimsilumab%" OR LOWER(drugSynonyms_string) LIKE "%gimsilumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6254', 'drugName': 'Gimsilumab', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1557 | Q23 | Is there a black box warning for the drug Crizotinib? | No, the drug Crizotinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%crizotinib%" OR LOWER(tradeNames_string) LIKE "%crizotinib%" OR LOWER(drugSynonyms_string) LIKE "%crizotinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5878', 'drugName': 'Crizotinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5879', 'drugName': 'Crizotinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5880', 'drugName': 'Crizotinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_5881', 'drugName': 'Crizotinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Q23.1539 | Q23 | Is there a black box warning for the drug Brepocitinib? | No, the drug Brepocitinib does not have a black box warning from the FDA. | SELECT DISTINCT UUID, drugName, blackBoxWarning
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%brepocitinib%" OR LOWER(tradeNames_string) LIKE "%brepocitinib%" OR LOWER(drugSynonyms_string) LIKE "%brepocitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1942', 'drugName': 'Brepocitinib', 'blackBoxWarning': False}, {'UUID': 'DrugGeneTargets_v2_1943', 'drugName': 'Brepocitinib', 'blackBoxWarning': False}] | general | Distinct, Similarity Search | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.