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 |
|---|---|---|---|---|---|---|---|---|
Q6.287 | Q6 | What genes does Capsaicin target when it's used to treat Arthralgia? | When used to treat Arthralgia, the drug Capsaicin targets the gene TRPV1. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, target, approvedSymbol, approvedName, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%capsaicin%" OR LOWER(tradeNames_list) LIKE "%caps... | [{'UUID': 'DrugTargetsIndication121923_text_993221', 'drugName': 'Capsaicin', 'tradeNames_list': "['Qutenza', 'Zacin', 'Zostrix', 'Zostrix hp']", 'syns_list': "['ALGRX 4975', 'ALGRX-4975', 'Ausanil', 'Axsain', 'Capsaicin', 'Capzasin-hpCntx-4975', 'Dolenon', 'FEMA NO. 3404', 'Mioton', 'NGX-1998', 'NGX-4010NSC-56353', 'N... | general | Distinct, Order By, Similarity Search | Genetic Target, Approval Status |
Q61.589 | Q61 | What is the chemblId of the drug Prednisolone Acetate? | The chemblId for the drug Prednisolone Acetate is CHEMBL1152. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%prednisolone acetate%" OR LOWER(tradeNames_string) LIKE "%prednisolone acetate%" OR LOWER(drugSynonyms_string) LIKE "%predni... | [{'UUID': 'DrugGeneTargets_v2_5344', 'drugName': 'Prednisolone Acetate', 'drugSynonyms_string': 'NSC-10966, Prednisolone 21-acetate, Prednisolone Acetate, Prednisolone acetate, Prednisoloni acetas', 'tradeNames_string': 'Econopred, Flo-pred, Meticortelone, Omnipred, Pred forte, Pred fte, Pred mild, Prednisolone acetate... | general | Select, Similarity Search | Metadata |
Q61.1868 | Q61 | What is the chemblId of the drug Erdafitinib? | The chemblId for the drug Erdafitinib is CHEMBL3545376. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%erdafitinib%" OR LOWER(tradeNames_string) LIKE "%erdafitinib%" OR LOWER(drugSynonyms_string) LIKE "%erdafitinib%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_5765', 'drugName': 'Erdafitinib', 'drugSynonyms_string': 'Erdafitinib, JNJ-42756493, Jnj-42756493', 'tradeNames_string': 'Balversa', 'chemblIdentifier': 'CHEMBL3545376'}] | general | Select, Similarity Search | Metadata |
Q61.1061 | Q61 | What is the chemblId of the drug Rosmantuzumab? | The chemblId for the drug Rosmantuzumab is CHEMBL3990031. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%rosmantuzumab%" OR LOWER(tradeNames_string) LIKE "%rosmantuzumab%" OR LOWER(drugSynonyms_string) LIKE "%rosmantuzumab%")
LI... | [{'UUID': 'DrugGeneTargets_v2_5619', 'drugName': 'Rosmantuzumab', 'drugSynonyms_string': 'OMP-131R10, Rosmantuzumab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3990031'}] | general | Select, Similarity Search | Metadata |
Q61.1084 | Q61 | What is the chemblId of the drug Talmapimod? | The chemblId for the drug Talmapimod is CHEMBL514201. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%talmapimod%" OR LOWER(tradeNames_string) LIKE "%talmapimod%" OR LOWER(drugSynonyms_string) LIKE "%talmapimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_376', 'drugName': 'Talmapimod', 'drugSynonyms_string': 'SCIO 469, SCIO-469, Scio-469, Talmapimod', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL514201'}] | general | Select, Similarity Search | Metadata |
Q61.925 | Q61 | What is the chemblId of the drug Maslimomab? | The chemblId for the drug Maslimomab is CHEMBL2108474. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%maslimomab%" OR LOWER(tradeNames_string) LIKE "%maslimomab%" OR LOWER(drugSynonyms_string) LIKE "%maslimomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6249', 'drugName': 'Maslimomab', 'drugSynonyms_string': 'Maslimomab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2108474'}] | general | Select, Similarity Search | Metadata |
Q61.73 | Q61 | What is the chemblId of the drug Imidafenacin? | The chemblId for the drug Imidafenacin is CHEMBL53366. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%imidafenacin%" OR LOWER(tradeNames_string) LIKE "%imidafenacin%" OR LOWER(drugSynonyms_string) LIKE "%imidafenacin%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_454', 'drugName': 'Imidafenacin', 'drugSynonyms_string': 'Imidafenacin, KRP-197, ONO-8025, Staybla, Uritos', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL53366'}] | general | Select, Similarity Search | Metadata |
Q61.435 | Q61 | What is the chemblId of the drug Pf-00610355? | The chemblId for the drug Pf-00610355 is CHEMBL1240967. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pf-00610355%" OR LOWER(tradeNames_string) LIKE "%pf-00610355%" OR LOWER(drugSynonyms_string) LIKE "%pf-00610355%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_2955', 'drugName': 'Pf-00610355', 'drugSynonyms_string': 'PF - 00610355, PF-610355, Pf-00610355', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1240967'}] | general | Select, Similarity Search | Metadata |
Q61.911 | Q61 | What is the chemblId of the drug Doxycycline? | The chemblId for the drug Doxycycline is CHEMBL1200699. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%doxycycline%" OR LOWER(tradeNames_string) LIKE "%doxycycline%" OR LOWER(drugSynonyms_string) LIKE "%doxycycline%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_3045', 'drugName': 'Doxycycline', 'drugSynonyms_string': 'Doxirobe, Doxycycline, Doxycycline monohydrate, Doxylin, GS-3065, Supracyclin, Xyrosa', 'tradeNames_string': 'Doxychel, Doxycycline, Monodox, Oracea, Vibramycin', 'chemblIdentifier': 'CHEMBL1200699'}, {'UUID': 'DrugGeneTargets_v2_30... | general | Select, Similarity Search | Metadata |
Q61.922 | Q61 | What is the chemblId of the drug Tiapride? | The chemblId for the drug Tiapride is CHEMBL84158. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tiapride%" OR LOWER(tradeNames_string) LIKE "%tiapride%" OR LOWER(drugSynonyms_string) LIKE "%tiapride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2847', 'drugName': 'Tiapride', 'drugSynonyms_string': 'NSC-758225, Tiapride', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL84158'}, {'UUID': 'DrugGeneTargets_v2_2848', 'drugName': 'Tiapride', 'drugSynonyms_string': 'NSC-758225, Tiapride', 'tradeNames_string': '', 'chemblIdentifier':... | general | Select, Similarity Search | Metadata |
Q61.1679 | Q61 | What is the chemblId of the drug Sipuleucel-T? | The chemblId for the drug Sipuleucel-T is CHEMBL1237024. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sipuleucel-t%" OR LOWER(tradeNames_string) LIKE "%sipuleucel-t%" OR LOWER(drugSynonyms_string) LIKE "%sipuleucel-t%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_2303', 'drugName': 'Sipuleucel-T', 'drugSynonyms_string': 'APC-8015, APC8015, Sipuleucel-t', 'tradeNames_string': 'Provenge', 'chemblIdentifier': 'CHEMBL1237024'}] | general | Select, Similarity Search | Metadata |
Q61.1272 | Q61 | What is the chemblId of the drug Bms-698769? | The chemblId for the drug Bms-698769 is CHEMBL3545299. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bms-698769%" OR LOWER(tradeNames_string) LIKE "%bms-698769%" OR LOWER(drugSynonyms_string) LIKE "%bms-698769%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5029', 'drugName': 'Bms-698769', 'drugSynonyms_string': 'Bms-698769', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3545299'}] | general | Select, Similarity Search | Metadata |
Q61.1094 | Q61 | What is the chemblId of the drug Dimethylcurcumin? | The chemblId for the drug Dimethylcurcumin is CHEMBL128748. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dimethylcurcumin%" OR LOWER(tradeNames_string) LIKE "%dimethylcurcumin%" OR LOWER(drugSynonyms_string) LIKE "%dimethylcurcum... | [{'UUID': 'DrugGeneTargets_v2_5293', 'drugName': 'Dimethylcurcumin', 'drugSynonyms_string': 'ASCJ-9, CHC-004, Dimethylcurcumin, GO-Y-025, Go-Y025', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL128748'}] | general | Select, Similarity Search | Metadata |
Q61.389 | Q61 | What is the chemblId of the drug Modotuximab? | The chemblId for the drug Modotuximab is CHEMBL3989988. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%modotuximab%" OR LOWER(tradeNames_string) LIKE "%modotuximab%" OR LOWER(drugSynonyms_string) LIKE "%modotuximab%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_2094', 'drugName': 'Modotuximab', 'drugSynonyms_string': '1023DS, 1024 DS, 1024-DS, Modotuximab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3989988'}] | general | Select, Similarity Search | Metadata |
Q61.841 | Q61 | What is the chemblId of the drug Flumethasone Pivalate? | The chemblId for the drug Flumethasone Pivalate is CHEMBL1200877. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%flumethasone pivalate%" OR LOWER(tradeNames_string) LIKE "%flumethasone pivalate%" OR LOWER(drugSynonyms_string) LIKE "%flum... | [{'UUID': 'DrugGeneTargets_v2_3762', 'drugName': 'Flumethasone Pivalate', 'drugSynonyms_string': 'Flumetasone pivalate, Flumethasone 21-pivalate, Flumethasone pivalate, NSC-107680', 'tradeNames_string': 'Locorten, Locorten-vioform', 'chemblIdentifier': 'CHEMBL1200877'}] | general | Select, Similarity Search | Metadata |
Q61.774 | Q61 | What is the chemblId of the drug Toripalimab? | The chemblId for the drug Toripalimab is CHEMBL4297843. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%toripalimab%" OR LOWER(tradeNames_string) LIKE "%toripalimab%" OR LOWER(drugSynonyms_string) LIKE "%toripalimab%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_452', 'drugName': 'Toripalimab', 'drugSynonyms_string': 'Anti-pd-i mab-shanghai junshi, JS-001, JS001, Js-001, Js001, TAB-001, TAB001, Toripalimab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4297843'}] | general | Select, Similarity Search | Metadata |
Q61.1805 | Q61 | What is the chemblId of the drug Upadacitinib? | The chemblId for the drug Upadacitinib is CHEMBL3622821. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%upadacitinib%" OR LOWER(tradeNames_string) LIKE "%upadacitinib%" OR LOWER(drugSynonyms_string) LIKE "%upadacitinib%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_4653', 'drugName': 'Upadacitinib', 'drugSynonyms_string': 'ABT-494, Upadacitinib, Upadacitinib anhydrous, Upadacitinib hemihydrate, Upadacitinib hydrate', 'tradeNames_string': 'Rinvoq', 'chemblIdentifier': 'CHEMBL3622821'}] | general | Select, Similarity Search | Metadata |
Q61.1992 | Q61 | What is the chemblId of the drug Moexipril Hydrochloride? | The chemblId for the drug Moexipril Hydrochloride is CHEMBL1200534. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%moexipril hydrochloride%" OR LOWER(tradeNames_string) LIKE "%moexipril hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_517', 'drugName': 'Moexipril Hydrochloride', 'drugSynonyms_string': 'CI 925, CI-925, Moexipril hcl, Moexipril hydrochloride, RS-10085-197, SPM 925, SPM-925', 'tradeNames_string': 'Moexipril hydrochloride, Perdix, Univasc', 'chemblIdentifier': 'CHEMBL1200534'}] | general | Select, Similarity Search | Metadata |
Q61.1066 | Q61 | What is the chemblId of the drug Arhalofenate? | The chemblId for the drug Arhalofenate is CHEMBL2103824. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%arhalofenate%" OR LOWER(tradeNames_string) LIKE "%arhalofenate%" OR LOWER(drugSynonyms_string) LIKE "%arhalofenate%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_3126', 'drugName': 'Arhalofenate', 'drugSynonyms_string': 'Arhalofenate, CB-102, CB102, JNJ-39659100, M-102, M102, MBX-102', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2103824'}, {'UUID': 'DrugGeneTargets_v2_3127', 'drugName': 'Arhalofenate', 'drugSynonyms_string': 'Arhalofenate, ... | general | Select, Similarity Search | Metadata |
Q61.58 | Q61 | What is the chemblId of the drug T-62? | The chemblId for the drug T-62 is CHEMBL57997. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%t-62%" OR LOWER(tradeNames_string) LIKE "%t-62%" OR LOWER(drugSynonyms_string) LIKE "%t-62%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1519', 'drugName': 'Placulumab', 'drugSynonyms_string': 'ART-621, ART-621 ( ANTI-TUMOUR NECROSIS FACTOR ALPHA ANTIBODY), ART621, CEP-37247, PN-0621, PN0621, Placulumab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2108739'}, {'UUID': 'DrugGeneTargets_v2_3556', 'drugName': 'T-62', '... | general | Select, Similarity Search | Metadata |
Q61.1688 | Q61 | What is the chemblId of the drug Palomid-529? | The chemblId for the drug Palomid-529 is CHEMBL2141712. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%palomid-529%" OR LOWER(tradeNames_string) LIKE "%palomid-529%" OR LOWER(drugSynonyms_string) LIKE "%palomid-529%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_3689', 'drugName': 'Palomid-529', 'drugSynonyms_string': 'P-529, P529, PALOMID-529, Palomid 529, Palomid-529, SG 00529, SG-00529', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2141712'}] | general | Select, Similarity Search | Metadata |
Q61.1955 | Q61 | What is the chemblId of the drug Moricizine? | The chemblId for the drug Moricizine is CHEMBL1075. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%moricizine%" OR LOWER(tradeNames_string) LIKE "%moricizine%" OR LOWER(drugSynonyms_string) LIKE "%moricizine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4424', 'drugName': 'Moricizine', 'drugSynonyms_string': 'EN-313, EN-313 FREE BASE, Ethmozine, Moracizine, Moricizine', 'tradeNames_string': 'Ethmozine', 'chemblIdentifier': 'CHEMBL1075'}, {'UUID': 'DrugGeneTargets_v2_2214', 'drugName': 'Moricizine Hydrochloride', 'drugSynonyms_string': 'Mo... | general | Select, Similarity Search | Metadata |
Q61.1218 | Q61 | What is the chemblId of the drug Tomivosertib? | The chemblId for the drug Tomivosertib is CHEMBL4073443. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tomivosertib%" OR LOWER(tradeNames_string) LIKE "%tomivosertib%" OR LOWER(drugSynonyms_string) LIKE "%tomivosertib%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_1066', 'drugName': 'Tomivosertib', 'drugSynonyms_string': 'EFT-508, Eft 508, Eft508, Tomivosertib, eFT508', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4073443'}] | general | Select, Similarity Search | Metadata |
Q61.1680 | Q61 | What is the chemblId of the drug Pefcalcitol? | The chemblId for the drug Pefcalcitol is CHEMBL3989862. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pefcalcitol%" OR LOWER(tradeNames_string) LIKE "%pefcalcitol%" OR LOWER(drugSynonyms_string) LIKE "%pefcalcitol%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_2290', 'drugName': 'Pefcalcitol', 'drugSynonyms_string': 'M-5181, M-518101, M5181, M518101, Pefcalcitol', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3989862'}] | general | Select, Similarity Search | Metadata |
Q61.1975 | Q61 | What is the chemblId of the drug Interferon Alfacon-1? | The chemblId for the drug Interferon Alfacon-1 is CHEMBL1201557. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
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 "%interf... | [{'UUID': 'DrugGeneTargets_v2_4051', 'drugName': 'Interferon Alfacon-1', 'drugSynonyms_string': 'Interferon alfacon-1, Rsifn-co', 'tradeNames_string': 'Infergen', 'chemblIdentifier': 'CHEMBL1201557'}] | general | Select, Similarity Search | Metadata |
Q61.213 | Q61 | What is the chemblId of the drug Bunazosin? | The chemblId for the drug Bunazosin is CHEMBL188185. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bunazosin%" OR LOWER(tradeNames_string) LIKE "%bunazosin%" OR LOWER(drugSynonyms_string) LIKE "%bunazosin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4492', 'drugName': 'Bunazosin', 'drugSynonyms_string': 'Bunazosin, Bunazosin hydrochloride', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL188185'}] | general | Select, Similarity Search | Metadata |
Q61.1534 | Q61 | What is the chemblId of the drug Vosaroxin? | The chemblId for the drug Vosaroxin is CHEMBL68117. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%vosaroxin%" OR LOWER(tradeNames_string) LIKE "%vosaroxin%" OR LOWER(drugSynonyms_string) LIKE "%vosaroxin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3973', 'drugName': 'Vosaroxin', 'drugSynonyms_string': 'AG-7352, SNS-595, SPC-595, Voreloxin, Vosaroxin', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL68117'}] | general | Select, Similarity Search | Metadata |
Q61.1135 | Q61 | What is the chemblId of the drug Buclizine? | The chemblId for the drug Buclizine is CHEMBL1201271. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%buclizine%" OR LOWER(tradeNames_string) LIKE "%buclizine%" OR LOWER(drugSynonyms_string) LIKE "%buclizine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5050', 'drugName': 'Buclizine', 'drugSynonyms_string': 'Buclizine', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1201271'}, {'UUID': 'DrugGeneTargets_v2_2564', 'drugName': 'Buclizine Hydrochloride', 'drugSynonyms_string': 'Aphilan, Buclina, Buclizine dihydrochloride, Buclizine hcl, ... | general | Select, Similarity Search | Metadata |
Q61.131 | Q61 | What is the chemblId of the drug Ibuprofen Lysine? | The chemblId for the drug Ibuprofen Lysine is CHEMBL1201141. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ibuprofen lysine%" OR LOWER(tradeNames_string) LIKE "%ibuprofen lysine%" OR LOWER(drugSynonyms_string) LIKE "%ibuprofen lysi... | [{'UUID': 'DrugGeneTargets_v2_4050', 'drugName': 'Ibuprofen Lysine', 'drugSynonyms_string': 'Arfen, Dolormin, Ibuprofen l-lysine, Ibuprofen lysinate, Ibuprofen lysine, Imbun, Lisiprofen, Saren, Solufenum, Soluphene', 'tradeNames_string': 'Feminax express, Ibuprofen lysine, Neoprofen, Nurofen advance, Nurofen max strgth... | general | Select, Similarity Search | Metadata |
Q61.819 | Q61 | What is the chemblId of the drug Oxycodone? | The chemblId for the drug Oxycodone is CHEMBL656. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxycodone%" OR LOWER(tradeNames_string) LIKE "%oxycodone%" OR LOWER(drugSynonyms_string) LIKE "%oxycodone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6046', 'drugName': 'Oxycodone', 'drugSynonyms_string': '(-)-14-hydroxydihydrocodeinone, 14-hydroxydihydrocodeinone, Dihydrone, IDS-NO-002, N02AA05, NSC-19043, Oxicone, Oxycodone, Oxycodone cii, Oxymorphone 3-methyl ether, PF-00345439, PTI-821, Pavinal, Pti 821, Remoxy, Xtampza', 'tradeName... | general | Select, Similarity Search | Metadata |
Q61.1282 | Q61 | What is the chemblId of the drug Teprotumumab? | The chemblId for the drug Teprotumumab is CHEMBL1743079. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%teprotumumab%" OR LOWER(tradeNames_string) LIKE "%teprotumumab%" OR LOWER(drugSynonyms_string) LIKE "%teprotumumab%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_1336', 'drugName': 'Teprotumumab', 'drugSynonyms_string': 'Onilcamotide, R-1507, RG-1507, RG1507, RO-4858696, RO-4858696-000, RO-4858696000, RO4858696, RO4858696-000, RV-001, RV-001 MONOCLONAL, RV001, RV001 MONOCLONAL, Rhoc peptide vaccine rv001v, Tepezza, Teprotumumab, Teprotumumab trbw, ... | general | Select, Similarity Search | Metadata |
Q61.1872 | Q61 | What is the chemblId of the drug Arx-788? | The chemblId for the drug Arx-788 is CHEMBL4297892. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%arx-788%" OR LOWER(tradeNames_string) LIKE "%arx-788%" OR LOWER(drugSynonyms_string) LIKE "%arx-788%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4294', 'drugName': 'Arx-788', 'drugSynonyms_string': 'ARX-788, ARX788, Anvatabart opadotin, Arx 788, Arx-788, Arx788', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4297892'}, {'UUID': 'DrugGeneTargets_v2_4295', 'drugName': 'Arx-788', 'drugSynonyms_string': 'ARX-788, ARX788, Anvataba... | general | Select, Similarity Search | Metadata |
Q61.438 | Q61 | What is the chemblId of the drug Cilostazol? | The chemblId for the drug Cilostazol is CHEMBL799. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cilostazol%" OR LOWER(tradeNames_string) LIKE "%cilostazol%" OR LOWER(drugSynonyms_string) LIKE "%cilostazol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3317', 'drugName': 'Cilostazol', 'drugSynonyms_string': 'Cilostazol, NSC-758936, OPC-13013, OPC-21', 'tradeNames_string': 'Cilostazol, Pletal', 'chemblIdentifier': 'CHEMBL799'}] | general | Select, Similarity Search | Metadata |
Q61.417 | Q61 | What is the chemblId of the drug Camidanlumab Tesirine? | The chemblId for the drug Camidanlumab Tesirine is CHEMBL4297871. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%camidanlumab tesirine%" OR LOWER(tradeNames_string) LIKE "%camidanlumab tesirine%" OR LOWER(drugSynonyms_string) LIKE "%cami... | [{'UUID': 'DrugGeneTargets_v2_4885', 'drugName': 'Camidanlumab Tesirine', 'drugSynonyms_string': 'ADCT-301, ADCT-301 TESIRINE, ADCT301, Adct 301, Adct 502, Adct-301 tesirine, Camidanlumab tesirine', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4297871'}] | general | Select, Similarity Search | Metadata |
Q61.1504 | Q61 | What is the chemblId of the drug Lanatoside C? | The chemblId for the drug Lanatoside C is CHEMBL506569. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lanatoside c%" OR LOWER(tradeNames_string) LIKE "%lanatoside c%" OR LOWER(drugSynonyms_string) LIKE "%lanatoside c%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_2987', 'drugName': 'Lanatoside C', 'drugSynonyms_string': 'Allocor, Celadigal, Cetosanol, Digilanogen c, Isolanid, Isolanide, Lanatigen c, Lanatoside c, Lanatoside c jp 17, Lanimerck, NSC-119991, NSC-7533', 'tradeNames_string': 'Cedilanid', 'chemblIdentifier': 'CHEMBL506569'}, {'UUID': 'Dr... | general | Select, Similarity Search | Metadata |
Q61.234 | Q61 | What is the chemblId of the drug Mepazine? | The chemblId for the drug Mepazine is CHEMBL395110. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mepazine%" OR LOWER(tradeNames_string) LIKE "%mepazine%" OR LOWER(drugSynonyms_string) LIKE "%mepazine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1830', 'drugName': 'Mepazine', 'drugSynonyms_string': 'III-2318, Lacumin, Mepasin, Mepazin, Mepazine base, Meprazine, Mesapin, Nothiazine, P-391, Pacatal, Pacatal base, Pacatol, Pakatal, Paxital, Pecatal, Pecazine', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL395110'}, {'UUID': 'Dr... | general | Select, Similarity Search | Metadata |
Q61.1708 | Q61 | What is the chemblId of the drug Amediplase? | The chemblId for the drug Amediplase is CHEMBL2108361. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%amediplase%" OR LOWER(tradeNames_string) LIKE "%amediplase%" OR LOWER(drugSynonyms_string) LIKE "%amediplase%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6153', 'drugName': 'Amediplase', 'drugSynonyms_string': 'Amediplase', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2108361'}] | general | Select, Similarity Search | Metadata |
Q61.895 | Q61 | What is the chemblId of the drug Gs-9667? | The chemblId for the drug Gs-9667 is CHEMBL3545011. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gs-9667%" OR LOWER(tradeNames_string) LIKE "%gs-9667%" OR LOWER(drugSynonyms_string) LIKE "%gs-9667%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4180', 'drugName': 'Gs-9667', 'drugSynonyms_string': 'CVT 3619, CVT-3619, Gs-9667', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3545011'}] | general | Select, Similarity Search | Metadata |
Q61.1625 | Q61 | What is the chemblId of the drug Ast-487? | The chemblId for the drug Ast-487 is CHEMBL574738. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ast-487%" OR LOWER(tradeNames_string) LIKE "%ast-487%" OR LOWER(drugSynonyms_string) LIKE "%ast-487%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4347', 'drugName': 'Ast-487', 'drugSynonyms_string': 'AST-487, Ast-487, NVP-AST-487, NVP-AST487', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL574738'}, {'UUID': 'DrugGeneTargets_v2_4348', 'drugName': 'Ast-487', 'drugSynonyms_string': 'AST-487, Ast-487, NVP-AST-487, NVP-AST487', 'tr... | general | Select, Similarity Search | Metadata |
Q61.699 | Q61 | What is the chemblId of the drug Spirapril? | The chemblId for the drug Spirapril is CHEMBL431. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%spirapril%" OR LOWER(tradeNames_string) LIKE "%spirapril%" OR LOWER(drugSynonyms_string) LIKE "%spirapril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2773', 'drugName': 'Spirapril', 'drugSynonyms_string': 'Spirapril', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL431'}, {'UUID': 'DrugGeneTargets_v2_4466', 'drugName': 'Spirapril Hydrochloride', 'drugSynonyms_string': 'SCH 33844, SCH-33844, Spirapril hcl, Spirapril hydrochloride', '... | general | Select, Similarity Search | Metadata |
Q61.1769 | Q61 | What is the chemblId of the drug Desirudin? | The chemblId for the drug Desirudin is CHEMBL1201662. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%desirudin%" OR LOWER(tradeNames_string) LIKE "%desirudin%" OR LOWER(drugSynonyms_string) LIKE "%desirudin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2822', 'drugName': 'Desirudin', 'drugSynonyms_string': '63-desulfohirudin, 63-desulfohirudin (recombinant), CGP 39393, CGP-39393, Desirudin, Desirudin recombinant, Hirudin desirudin, Revasc', 'tradeNames_string': 'Iprivask', 'chemblIdentifier': 'CHEMBL1201662'}] | general | Select, Similarity Search | Metadata |
Q61.301 | Q61 | What is the chemblId of the drug Siponimod? | The chemblId for the drug Siponimod is CHEMBL2336071. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%siponimod%" OR LOWER(tradeNames_string) LIKE "%siponimod%" OR LOWER(drugSynonyms_string) LIKE "%siponimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4451', 'drugName': 'Siponimod Fumarate', 'drugSynonyms_string': 'NVP-BAF312-AEA, Siponimod fumarate, Siponimod fumaric acid, Siponimod hemifumarate, Siponimod hemifumaric acid', 'tradeNames_string': 'Mayzent', 'chemblIdentifier': 'CHEMBL4298150'}, {'UUID': 'DrugGeneTargets_v2_265', 'drugNa... | general | Select, Similarity Search | Metadata |
Q61.1399 | Q61 | What is the chemblId of the drug Oxprenolol? | The chemblId for the drug Oxprenolol is CHEMBL546. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%oxprenolol%" OR LOWER(tradeNames_string) LIKE "%oxprenolol%" OR LOWER(drugSynonyms_string) LIKE "%oxprenolol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3597', 'drugName': 'Oxprenolol', 'drugSynonyms_string': 'Oxprenolol', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL546'}, {'UUID': 'DrugGeneTargets_v2_3598', 'drugName': 'Oxprenolol', 'drugSynonyms_string': 'Oxprenolol', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL546'}, {'U... | general | Select, Similarity Search | Metadata |
Q61.1987 | Q61 | What is the chemblId of the drug Olumacostat Glasaretil? | The chemblId for the drug Olumacostat Glasaretil is CHEMBL3989947. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olumacostat glasaretil%" OR LOWER(tradeNames_string) LIKE "%olumacostat glasaretil%" OR LOWER(drugSynonyms_string) LIKE "%ol... | [{'UUID': 'DrugGeneTargets_v2_1425', 'drugName': 'Olumacostat Glasaretil', 'drugSynonyms_string': 'DRM-01B, DRM01B, DRMO1B, Olumacostat glasaretil', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3989947'}] | general | Select, Similarity Search | Metadata |
Q61.102 | Q61 | What is the chemblId of the drug Balcinrenone? | The chemblId for the drug Balcinrenone is CHEMBL3916929. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%balcinrenone%" OR LOWER(tradeNames_string) LIKE "%balcinrenone%" OR LOWER(drugSynonyms_string) LIKE "%balcinrenone%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_2604', 'drugName': 'Balcinrenone', 'drugSynonyms_string': 'AZD-9977, AZD9977, Azd 9977, Azd-9977, Azd9977, Balcinrenone', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3916929'}] | general | Select, Similarity Search | Metadata |
Q61.831 | Q61 | What is the chemblId of the drug Mk-0941? | The chemblId for the drug Mk-0941 is CHEMBL4297302. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mk-0941%" OR LOWER(tradeNames_string) LIKE "%mk-0941%" OR LOWER(drugSynonyms_string) LIKE "%mk-0941%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2113', 'drugName': 'Mk-0941', 'drugSynonyms_string': 'MK0941, Mk-0941, Mk0941', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4297302'}, {'UUID': 'DrugGeneTargets_v2_5335', 'drugName': 'Mk-0941', 'drugSynonyms_string': '', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3580737'}... | general | Select, Similarity Search | Metadata |
Q61.359 | Q61 | What is the chemblId of the drug Fresolimumab? | The chemblId for the drug Fresolimumab is CHEMBL1743022. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%fresolimumab%" OR LOWER(tradeNames_string) LIKE "%fresolimumab%" OR LOWER(drugSynonyms_string) LIKE "%fresolimumab%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_5911', 'drugName': 'Fresolimumab', 'drugSynonyms_string': 'Fresolimumab, GC-1008, GC1008, GZ-402669, GZ402669', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1743022'}, {'UUID': 'DrugGeneTargets_v2_5912', 'drugName': 'Fresolimumab', 'drugSynonyms_string': 'Fresolimumab, GC-1008, GC10... | general | Select, Similarity Search | Metadata |
Q61.114 | Q61 | What is the chemblId of the drug Bitolterol Mesylate? | The chemblId for the drug Bitolterol Mesylate is CHEMBL1200405. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%bitolterol mesylate%" OR LOWER(tradeNames_string) LIKE "%bitolterol mesylate%" OR LOWER(drugSynonyms_string) LIKE "%bitolter... | [{'UUID': 'DrugGeneTargets_v2_3535', 'drugName': 'Bitolterol Mesylate', 'drugSynonyms_string': 'Bitolterol mesilate, Bitolterol mesylate, Bitolterol methanesulfonate, WIN 32,784, WIN-32784', 'tradeNames_string': 'Tomalate, Tornalate', 'chemblIdentifier': 'CHEMBL1200405'}] | general | Select, Similarity Search | Metadata |
Q61.1440 | Q61 | What is the chemblId of the drug Ly-2780301? | The chemblId for the drug Ly-2780301 is CHEMBL3545134. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ly-2780301%" OR LOWER(tradeNames_string) LIKE "%ly-2780301%" OR LOWER(drugSynonyms_string) LIKE "%ly-2780301%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5896', 'drugName': 'Ly-2780301', 'drugSynonyms_string': 'Ly-2780301', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3545134'}, {'UUID': 'DrugGeneTargets_v2_5897', 'drugName': 'Ly-2780301', 'drugSynonyms_string': 'Ly-2780301', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL354513... | general | Select, Similarity Search | Metadata |
Q61.1840 | Q61 | What is the chemblId of the drug Tivantinib? | The chemblId for the drug Tivantinib is CHEMBL2103882. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tivantinib%" OR LOWER(tradeNames_string) LIKE "%tivantinib%" OR LOWER(drugSynonyms_string) LIKE "%tivantinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1783', 'drugName': 'Tivantinib', 'drugSynonyms_string': 'ARQ 197, ARQ-197, Arq-197, Tivantinib', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2103882'}] | general | Select, Similarity Search | Metadata |
Q61.952 | Q61 | What is the chemblId of the drug Panulisib? | The chemblId for the drug Panulisib is CHEMBL5095025. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%panulisib%" OR LOWER(tradeNames_string) LIKE "%panulisib%" OR LOWER(drugSynonyms_string) LIKE "%panulisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2425', 'drugName': 'Panulisib', 'drugSynonyms_string': 'P7170, Panulisib', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL5095025'}, {'UUID': 'DrugGeneTargets_v2_2426', 'drugName': 'Panulisib', 'drugSynonyms_string': 'P7170, Panulisib', 'tradeNames_string': '', 'chemblIdentifier': 'CH... | general | Select, Similarity Search | Metadata |
Q61.1186 | Q61 | What is the chemblId of the drug Galicaftor? | The chemblId for the drug Galicaftor is CHEMBL4101487. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%galicaftor%" OR LOWER(tradeNames_string) LIKE "%galicaftor%" OR LOWER(drugSynonyms_string) LIKE "%galicaftor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5544', 'drugName': 'Galicaftor', 'drugSynonyms_string': 'ABBV-2222, GLPG-2222, GLPG2222, Galicaftor, Glpg2222', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4101487'}] | general | Select, Similarity Search | Metadata |
Q61.456 | Q61 | What is the chemblId of the drug Etirinotecan Pegol? | The chemblId for the drug Etirinotecan Pegol is CHEMBL3039558. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%etirinotecan pegol%" OR LOWER(tradeNames_string) LIKE "%etirinotecan pegol%" OR LOWER(drugSynonyms_string) LIKE "%etirinotec... | [{'UUID': 'DrugGeneTargets_v2_4848', 'drugName': 'Etirinotecan Pegol', 'drugSynonyms_string': 'Etirinotecan pegol, NKTR-102', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3039558'}] | general | Select, Similarity Search | Metadata |
Q61.876 | Q61 | What is the chemblId of the drug Tibulizumab? | The chemblId for the drug Tibulizumab is CHEMBL3990000. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%tibulizumab%" OR LOWER(tradeNames_string) LIKE "%tibulizumab%" OR LOWER(drugSynonyms_string) LIKE "%tibulizumab%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_3619', 'drugName': 'Tibulizumab', 'drugSynonyms_string': 'LY-3090106, LY3090106, Tibulizumab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3990000'}, {'UUID': 'DrugGeneTargets_v2_3620', 'drugName': 'Tibulizumab', 'drugSynonyms_string': 'LY-3090106, LY3090106, Tibulizumab', 'tradeNa... | general | Select, Similarity Search | Metadata |
Q61.1545 | Q61 | What is the chemblId of the drug Betamethasone Phosphoric Acid? | The chemblId for the drug Betamethasone Phosphoric Acid is CHEMBL1201207. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%betamethasone phosphoric acid%" OR LOWER(tradeNames_string) LIKE "%betamethasone phosphoric acid%" OR LOWER(drugSynonyms_str... | [{'UUID': 'DrugGeneTargets_v2_2412', 'drugName': 'Betamethasone Phosphoric Acid', 'drugSynonyms_string': 'Betamethasone phosphate, Betamethasone phosphoric acid', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1201207'}] | general | Select, Similarity Search | Metadata |
Q61.1701 | Q61 | What is the chemblId of the drug Nateglinide? | The chemblId for the drug Nateglinide is CHEMBL783. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%nateglinide%" OR LOWER(tradeNames_string) LIKE "%nateglinide%" OR LOWER(drugSynonyms_string) LIKE "%nateglinide%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_5811', 'drugName': 'Nateglinide', 'drugSynonyms_string': 'A-4166, AY-4166, AY4166, D-nateglinide, DJN 608, DJN-608, NSC-758695, Nateglinide, SDZ DJN 608, SDZ-DJN-608, Senaglinide', 'tradeNames_string': 'Nateglinide, Starlix, Starsis', 'chemblIdentifier': 'CHEMBL783'}] | general | Select, Similarity Search | Metadata |
Q61.1436 | Q61 | What is the chemblId of the drug Snx 5422? | The chemblId for the drug Snx 5422 is CHEMBL1195136. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%snx 5422%" OR LOWER(tradeNames_string) LIKE "%snx 5422%" OR LOWER(drugSynonyms_string) LIKE "%snx 5422%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2883', 'drugName': 'Snx 5422', 'drugSynonyms_string': 'Pf-04929113, Pf-4929113, Snx 5422, Snx-5422', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1195136'}] | general | Select, Similarity Search | Metadata |
Q61.915 | Q61 | What is the chemblId of the drug Shr3680? | The chemblId for the drug Shr3680 is CHEMBL4650276. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%shr3680%" OR LOWER(tradeNames_string) LIKE "%shr3680%" OR LOWER(drugSynonyms_string) LIKE "%shr3680%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4933', 'drugName': 'Shr3680', 'drugSynonyms_string': 'Rezvilutamide, SHR3680, Shr3680', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4650276'}] | general | Select, Similarity Search | Metadata |
Q61.310 | Q61 | What is the chemblId of the drug Dabigatran? | The chemblId for the drug Dabigatran is CHEMBL48361. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dabigatran%" OR LOWER(tradeNames_string) LIKE "%dabigatran%" OR LOWER(drugSynonyms_string) LIKE "%dabigatran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2486', 'drugName': 'Dabigatran', 'drugSynonyms_string': 'BIBR 953 ZW, BIBR-953, BIBR-953-ZW, Dabigatran, Pradaxa (dabigatran)', 'tradeNames_string': 'Pradaxa', 'chemblIdentifier': 'CHEMBL48361'}, {'UUID': 'DrugGeneTargets_v2_5711', 'drugName': 'Dabigatran Etexilate Mesylate', 'drugSynonyms... | general | Select, Similarity Search | Metadata |
Q61.1257 | Q61 | What is the chemblId of the drug Pipecuronium? | The chemblId for the drug Pipecuronium is CHEMBL1201206. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%pipecuronium%" OR LOWER(tradeNames_string) LIKE "%pipecuronium%" OR LOWER(drugSynonyms_string) LIKE "%pipecuronium%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_544', 'drugName': 'Pipecuronium', 'drugSynonyms_string': 'Pipecuronium', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1201206'}, {'UUID': 'DrugGeneTargets_v2_5171', 'drugName': 'Pipecuronium Bromide', 'drugSynonyms_string': 'Pipecurium bromide, Pipecuronium bromide, Pipecuronium bro... | general | Select, Similarity Search | Metadata |
Q61.1409 | Q61 | What is the chemblId of the drug Terutroban? | The chemblId for the drug Terutroban is CHEMBL2107786. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%terutroban%" OR LOWER(tradeNames_string) LIKE "%terutroban%" OR LOWER(drugSynonyms_string) LIKE "%terutroban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2143', 'drugName': 'Terutroban', 'drugSynonyms_string': 'S18886, Terutroban', 'tradeNames_string': 'Triplion', 'chemblIdentifier': 'CHEMBL2107786'}] | general | Select, Similarity Search | Metadata |
Q61.618 | Q61 | What is the chemblId of the drug Ulimorelin Hydrochloride? | The chemblId for the drug Ulimorelin Hydrochloride is CHEMBL1923502. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ulimorelin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ulimorelin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_2076', 'drugName': 'Ulimorelin Hydrochloride', 'drugSynonyms_string': 'TZP-101, Ulimorelin hydrochloride, Ulimorelin hydrochloride monohydrate', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1923502'}] | general | Select, Similarity Search | Metadata |
Q61.1479 | Q61 | What is the chemblId of the drug Acalisib? | The chemblId for the drug Acalisib is CHEMBL4303323. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%acalisib%" OR LOWER(tradeNames_string) LIKE "%acalisib%" OR LOWER(drugSynonyms_string) LIKE "%acalisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2291', 'drugName': 'Acalisib', 'drugSynonyms_string': 'Acalisib, CAL-120, CAL120, GS-9820, GS9820, Gs-9820', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4303323'}] | general | Select, Similarity Search | Metadata |
Q61.250 | Q61 | What is the chemblId of the drug Trihexyphenidyl? | The chemblId for the drug Trihexyphenidyl is CHEMBL1490. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%trihexyphenidyl%" OR LOWER(tradeNames_string) LIKE "%trihexyphenidyl%" OR LOWER(drugSynonyms_string) LIKE "%trihexyphenidyl%... | [{'UUID': 'DrugGeneTargets_v2_6217', 'drugName': 'Trihexyphenidyl', 'drugSynonyms_string': 'Apo-trihex, NSC-12268, Trihexyphenidyl', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1490'}, {'UUID': 'DrugGeneTargets_v2_6050', 'drugName': 'Trihexyphenidyl Hydrochloride', 'drugSynonyms_string': 'Aparkane, Benzhexol, B... | general | Select, Similarity Search | Metadata |
Q61.734 | Q61 | What is the chemblId of the drug Izorlisib? | The chemblId for the drug Izorlisib is CHEMBL1684984. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%izorlisib%" OR LOWER(tradeNames_string) LIKE "%izorlisib%" OR LOWER(drugSynonyms_string) LIKE "%izorlisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5206', 'drugName': 'Izorlisib', 'drugSynonyms_string': 'CH-5132799, CH5132799, Ch 5132799, Izorlisib, PA-799, PA799, Pa-799', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1684984'}] | general | Select, Similarity Search | Metadata |
Q61.311 | Q61 | What is the chemblId of the drug Otelixizumab? | The chemblId for the drug Otelixizumab is CHEMBL1743053. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%otelixizumab%" OR LOWER(tradeNames_string) LIKE "%otelixizumab%" OR LOWER(drugSynonyms_string) LIKE "%otelixizumab%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_5321', 'drugName': 'Otelixizumab', 'drugSynonyms_string': 'CHAGLY CD3, CHAGLYCD-3, ChAglyCD, Chaglycd3, Otelixizumab, TRX-4, TRX4', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1743053'}] | general | Select, Similarity Search | Metadata |
Q61.236 | Q61 | What is the chemblId of the drug Lixisenatide? | The chemblId for the drug Lixisenatide is CHEMBL2108336. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lixisenatide%" OR LOWER(tradeNames_string) LIKE "%lixisenatide%" OR LOWER(drugSynonyms_string) LIKE "%lixisenatide%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_5357', 'drugName': 'Lixisenatide', 'drugSynonyms_string': 'AVE 010, AVE-0010, AVE-010, AVE0010, Lixisenatide, ZP 10, ZP-10', 'tradeNames_string': 'Adlyxin, Lyxumia', 'chemblIdentifier': 'CHEMBL2108336'}] | general | Select, Similarity Search | Metadata |
Q61.72 | Q61 | What is the chemblId of the drug Calcium Oxybate? | The chemblId for the drug Calcium Oxybate is CHEMBL4594393. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%calcium oxybate%" OR LOWER(tradeNames_string) LIKE "%calcium oxybate%" OR LOWER(drugSynonyms_string) LIKE "%calcium oxybate%... | [{'UUID': 'DrugGeneTargets_v2_2097', 'drugName': 'Calcium Oxybate', 'drugSynonyms_string': 'Calcium oxybate, Oxybate calcium', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4594393'}] | general | Select, Similarity Search | Metadata |
Q61.896 | Q61 | What is the chemblId of the drug Udenafil? | The chemblId for the drug Udenafil is CHEMBL2103849. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%udenafil%" OR LOWER(tradeNames_string) LIKE "%udenafil%" OR LOWER(drugSynonyms_string) LIKE "%udenafil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3989', 'drugName': 'Udenafil', 'drugSynonyms_string': 'DA-8159, Udenafil, Zydena', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2103849'}] | general | Select, Similarity Search | Metadata |
Q61.1754 | Q61 | What is the chemblId of the drug 7-Ethyl-10-Hydroxycamptothecin? | The chemblId for the drug 7-Ethyl-10-Hydroxycamptothecin is CHEMBL837. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%7-ethyl-10-hydroxycamptothecin%" OR LOWER(tradeNames_string) LIKE "%7-ethyl-10-hydroxycamptothecin%" OR LOWER(drugSynonyms_s... | [{'UUID': 'DrugGeneTargets_v2_5907', 'drugName': '7-Ethyl-10-Hydroxycamptothecin', 'drugSynonyms_string': '7-Ethyl-10-Hydroxy-Camptothecin, 7-ethyl-10-hydroxycamptothecin, Camptothecin, 7-ethyl-10-hydroxy-, IT-141, Irinotecan related compound b, It-141, NK 012, NK-012, NK012, Nk012, SN 38, SN-38', 'tradeNames_string': ... | general | Select, Similarity Search | Metadata |
Q61.712 | Q61 | What is the chemblId of the drug Alacizumab Pegol? | The chemblId for the drug Alacizumab Pegol is CHEMBL1742983. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%alacizumab pegol%" OR LOWER(tradeNames_string) LIKE "%alacizumab pegol%" OR LOWER(drugSynonyms_string) LIKE "%alacizumab peg... | [{'UUID': 'DrugGeneTargets_v2_2666', 'drugName': 'Alacizumab Pegol', 'drugSynonyms_string': 'Alacizumab pegol, CDP-791, g165 DFM-PEG', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1742983'}] | general | Select, Similarity Search | Metadata |
Q61.1383 | Q61 | What is the chemblId of the drug Cc-115? | The chemblId for the drug Cc-115 is CHEMBL3586573. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cc-115%" OR LOWER(tradeNames_string) LIKE "%cc-115%" OR LOWER(drugSynonyms_string) LIKE "%cc-115%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3410', 'drugName': 'Cc-115', 'drugSynonyms_string': 'Cc-115', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3586573'}, {'UUID': 'DrugGeneTargets_v2_3411', 'drugName': 'Cc-115', 'drugSynonyms_string': 'Cc-115', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3586573'}] | general | Select, Similarity Search | Metadata |
Q61.1329 | Q61 | What is the chemblId of the drug Remoxipride Hydrochloride? | The chemblId for the drug Remoxipride Hydrochloride is CHEMBL3989556. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%remoxipride hydrochloride%" OR LOWER(tradeNames_string) LIKE "%remoxipride hydrochloride%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_3071', 'drugName': 'Remoxipride Hydrochloride', 'drugSynonyms_string': '(-)-FLA-731, A 33547.HCL.H20, FLA 731(-), FLA-731, Remoxipride hcl, Remoxipride hydrochloride', 'tradeNames_string': 'Roxiam, Roxiam ir', 'chemblIdentifier': 'CHEMBL3989556'}] | general | Select, Similarity Search | Metadata |
Q61.624 | Q61 | What is the chemblId of the drug Mephenytoin? | The chemblId for the drug Mephenytoin is CHEMBL861. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mephenytoin%" OR LOWER(tradeNames_string) LIKE "%mephenytoin%" OR LOWER(drugSynonyms_string) LIKE "%mephenytoin%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_5011', 'drugName': 'Mephenytoin', 'drugSynonyms_string': 'Mephenytoin, Methoin, NSC-34652', 'tradeNames_string': 'Mesantoin', 'chemblIdentifier': 'CHEMBL861'}] | general | Select, Similarity Search | Metadata |
Q61.1464 | Q61 | What is the chemblId of the drug Epinastine Hydrochloride? | The chemblId for the drug Epinastine Hydrochloride is CHEMBL1200491. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%epinastine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%epinastine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5985', 'drugName': 'Epinastine Hydrochloride', 'drugSynonyms_string': 'Alesion, DE-114, Epinastine HCl, Epinastine hcl, Epinastine hydrochloride, WAL 801 CL, WAL-801CL, WAL-802-CL', 'tradeNames_string': 'Elestat, Epinastine hydrochloride, Relestat', 'chemblIdentifier': 'CHEMBL1200491'}] | general | Select, Similarity Search | Metadata |
Q61.1556 | Q61 | What is the chemblId of the drug Dalantercept? | The chemblId for the drug Dalantercept is CHEMBL2109662. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dalantercept%" OR LOWER(tradeNames_string) LIKE "%dalantercept%" OR LOWER(drugSynonyms_string) LIKE "%dalantercept%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_887', 'drugName': 'Dalantercept', 'drugSynonyms_string': 'ACE-041, Dalantercept, Delantercept', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2109662'}, {'UUID': 'DrugGeneTargets_v2_888', 'drugName': 'Dalantercept', 'drugSynonyms_string': 'ACE-041, Dalantercept, Delantercept', 'trade... | general | Select, Similarity Search | Metadata |
Q61.708 | Q61 | What is the chemblId of the drug Lanraplenib? | The chemblId for the drug Lanraplenib is CHEMBL3986824. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lanraplenib%" OR LOWER(tradeNames_string) LIKE "%lanraplenib%" OR LOWER(drugSynonyms_string) LIKE "%lanraplenib%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_827', 'drugName': 'Lanraplenib', 'drugSynonyms_string': 'GS-SYK, Lanraplenib', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3986824'}] | general | Select, Similarity Search | Metadata |
Q61.1928 | Q61 | What is the chemblId of the drug Amifampridine Phosphate? | The chemblId for the drug Amifampridine Phosphate is CHEMBL3301611. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%amifampridine phosphate%" OR LOWER(tradeNames_string) LIKE "%amifampridine phosphate%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_3435', 'drugName': 'Amifampridine Phosphate', 'drugSynonyms_string': '3,4-DAPP, Amifampridine phosphate, DAPP, Zenas', 'tradeNames_string': 'Firdapse', 'chemblIdentifier': 'CHEMBL3301611'}] | general | Select, Similarity Search | Metadata |
Q61.614 | Q61 | What is the chemblId of the drug Somatrogon? | The chemblId for the drug Somatrogon is CHEMBL4297830. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%somatrogon%" OR LOWER(tradeNames_string) LIKE "%somatrogon%" OR LOWER(drugSynonyms_string) LIKE "%somatrogon%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3230', 'drugName': 'Somatrogon', 'drugSynonyms_string': 'Ctp-somatropin fusion protein, MOD-4023, MOD4023, Mod-4023, Somatrogon, Somatropin-ctp fusion protein', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4297830'}] | general | Select, Similarity Search | Metadata |
Q61.372 | Q61 | What is the chemblId of the drug Cinaciguat? | The chemblId for the drug Cinaciguat is CHEMBL1236936. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cinaciguat%" OR LOWER(tradeNames_string) LIKE "%cinaciguat%" OR LOWER(drugSynonyms_string) LIKE "%cinaciguat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6276', 'drugName': 'Cinaciguat', 'drugSynonyms_string': 'BAY 58-2667, Cinaciguat', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1236936'}] | general | Select, Similarity Search | Metadata |
Q61.1756 | Q61 | What is the chemblId of the drug Olopatadine Hydrochloride? | The chemblId for the drug Olopatadine Hydrochloride is CHEMBL1719. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%olopatadine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%olopatadine hydrochloride%" OR LOWER(drugSynonyms_string) LIK... | [{'UUID': 'DrugGeneTargets_v2_6184', 'drugName': 'Olopatadine Hydrochloride', 'drugSynonyms_string': 'ALO-4943A, ALO4943A, Allelock, KW-4679, KW4679, Olopatadine (as hydrochloride), Olopatadine hcl, Olopatadine hydrochloride', 'tradeNames_string': 'Olopatadine hydrochloride, Pataday, Pataday once daily relief, Pataday ... | general | Select, Similarity Search | Metadata |
Q61.1669 | Q61 | What is the chemblId of the drug Leo-15520? | The chemblId for the drug Leo-15520 is CHEMBL3545074. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%leo-15520%" OR LOWER(tradeNames_string) LIKE "%leo-15520%" OR LOWER(drugSynonyms_string) LIKE "%leo-15520%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5422', 'drugName': 'Leo-15520', 'drugSynonyms_string': 'Leo-15520', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3545074'}] | general | Select, Similarity Search | Metadata |
Q61.533 | Q61 | What is the chemblId of the drug Ethosuximide? | The chemblId for the drug Ethosuximide is CHEMBL696. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%ethosuximide%" OR LOWER(tradeNames_string) LIKE "%ethosuximide%" OR LOWER(drugSynonyms_string) LIKE "%ethosuximide%")
LIMIT... | [{'UUID': 'DrugGeneTargets_v2_4742', 'drugName': 'Ethosuximide', 'drugSynonyms_string': 'CI-366, CN-10,395, CN-10395, Ethosuximide, Ethosuximidum, NSC-64013, PM-671, Pyknolepsinum', 'tradeNames_string': 'Emeside, Ethosuximide, Suxinutin, Zarontin', 'chemblIdentifier': 'CHEMBL696'}] | general | Select, Similarity Search | Metadata |
Q61.1821 | Q61 | What is the chemblId of the drug Phenylbutazone? | The chemblId for the drug Phenylbutazone is CHEMBL101. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%phenylbutazone%" OR LOWER(tradeNames_string) LIKE "%phenylbutazone%" OR LOWER(drugSynonyms_string) LIKE "%phenylbutazone%")
... | [{'UUID': 'DrugGeneTargets_v2_4421', 'drugName': 'Phenylbutazone', 'drugSynonyms_string': 'Ambene, Artrizin, Bizolin, Butadion, Butadiona, Butapirazol, Butatron, Butoz, Buzon, Diphebuzol, Diphenylbutazone, Ecobutazone, Equipalazone, Exrheudon n, Fenibutazona, Fenibutol, Fenylbutazon, Flexazone, G-13871, Intrabutazone, ... | general | Select, Similarity Search | Metadata |
Q61.1442 | Q61 | What is the chemblId of the drug Mecasermin? | The chemblId for the drug Mecasermin is CHEMBL1201716. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mecasermin%" OR LOWER(tradeNames_string) LIKE "%mecasermin%" OR LOWER(drugSynonyms_string) LIKE "%mecasermin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_672', 'drugName': 'Mecasermin Rinfabate', 'drugSynonyms_string': 'Mecasermin Rinfabate Recombinant, Mecasermin rinfabate, Mecasermin rinfabate recombinant, RHIGF-I/RHIGFBP-3', 'tradeNames_string': 'Iplex, Somatokine', 'chemblIdentifier': 'CHEMBL1201717'}, {'UUID': 'DrugGeneTargets_v2_2750'... | general | Select, Similarity Search | Metadata |
Q61.302 | Q61 | What is the chemblId of the drug Lanicemine? | The chemblId for the drug Lanicemine is CHEMBL467084. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lanicemine%" OR LOWER(tradeNames_string) LIKE "%lanicemine%" OR LOWER(drugSynonyms_string) LIKE "%lanicemine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5926', 'drugName': 'Lanicemine', 'drugSynonyms_string': 'AR-R15896AR, AZD-6765, AZD6765, Azd6765, Lanicemine', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL467084'}] | general | Select, Similarity Search | Metadata |
Q61.1016 | Q61 | What is the chemblId of the drug Mirikizumab? | The chemblId for the drug Mirikizumab is CHEMBL3990014. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%mirikizumab%" OR LOWER(tradeNames_string) LIKE "%mirikizumab%" OR LOWER(drugSynonyms_string) LIKE "%mirikizumab%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_3014', 'drugName': 'Mirikizumab', 'drugSynonyms_string': 'LY-3074828, LY3074828, Mirikizumab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL3990014'}] | general | Select, Similarity Search | Metadata |
Q61.1417 | Q61 | What is the chemblId of the drug Aselizumab? | The chemblId for the drug Aselizumab is CHEMBL2108575. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%aselizumab%" OR LOWER(tradeNames_string) LIKE "%aselizumab%" OR LOWER(drugSynonyms_string) LIKE "%aselizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1635', 'drugName': 'Aselizumab', 'drugSynonyms_string': 'Aselizumab', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL2108575'}] | general | Select, Similarity Search | Metadata |
Q61.1567 | Q61 | What is the chemblId of the drug Viloxazine Hydrochloride? | The chemblId for the drug Viloxazine Hydrochloride is CHEMBL2106483. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%viloxazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%viloxazine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE ... | [{'UUID': 'DrugGeneTargets_v2_5502', 'drugName': 'Viloxazine Hydrochloride', 'drugSynonyms_string': 'ICI 58,834, ICI-58834, SPN-812, Spn-812, Viloxazine hcl, Viloxazine hydrochloride', 'tradeNames_string': 'Qelbree, Vivalan', 'chemblIdentifier': 'CHEMBL2106483'}] | general | Select, Similarity Search | Metadata |
Q61.1311 | Q61 | What is the chemblId of the drug Dabrafenib Mesylate? | The chemblId for the drug Dabrafenib Mesylate is CHEMBL2105729. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dabrafenib mesylate%" OR LOWER(tradeNames_string) LIKE "%dabrafenib mesylate%" OR LOWER(drugSynonyms_string) LIKE "%dabrafen... | [{'UUID': 'DrugGeneTargets_v2_441', 'drugName': 'Dabrafenib Mesylate', 'drugSynonyms_string': 'Dabrafenib mesilate, Dabrafenib mesylate, GSK-2118436 METHANESULFONATE SALT, GSK-2118436B, GSK-2118436B MESYLATE, GSK-2118436B METHANESULFONATE SALT, GSK2118436B, GSK2118436B, METHANE SULFONATE SALT, METHANE SULFONATE SALT', ... | general | Select, Similarity Search | Metadata |
Q61.862 | Q61 | What is the chemblId of the drug Sapropterin? | The chemblId for the drug Sapropterin is CHEMBL1201774. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%sapropterin%" OR LOWER(tradeNames_string) LIKE "%sapropterin%" OR LOWER(drugSynonyms_string) LIKE "%sapropterin%")
LIMIT 10... | [{'UUID': 'DrugGeneTargets_v2_636', 'drugName': 'Sapropterin', 'drugSynonyms_string': '6r-bh4, Dapropterin, Daproterin, R-thbp, Sapropterin, Tetrahydrobiopterin', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL1201774'}, {'UUID': 'DrugGeneTargets_v2_4864', 'drugName': 'Sapropterin Dihydrochloride', 'drugSynonyms_s... | general | Select, Similarity Search | Metadata |
Q61.591 | Q61 | What is the chemblId of the drug Lapatinib Ditosylate? | The chemblId for the drug Lapatinib Ditosylate is CHEMBL1201179. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%lapatinib ditosylate%" OR LOWER(tradeNames_string) LIKE "%lapatinib ditosylate%" OR LOWER(drugSynonyms_string) LIKE "%lapati... | [{'UUID': 'DrugGeneTargets_v2_2160', 'drugName': 'Lapatinib Ditosylate', 'drugSynonyms_string': 'GW-572016F, GW572016F, Lapatinib, Lapatinib ditoluenesulfonate monohydrate, Lapatinib ditosylate, Lapatinib ditosylate anhydrous, Lapatinib ditosylate monohydrate, Lapatinib tosilate, Lapatinib tosilate hydrate, Tycerb', 't... | general | Select, Similarity Search | Metadata |
Q61.485 | Q61 | What is the chemblId of the drug Prasugrel Hydrochloride? | The chemblId for the drug Prasugrel Hydrochloride is CHEMBL1201773. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%prasugrel hydrochloride%" OR LOWER(tradeNames_string) LIKE "%prasugrel hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%... | [{'UUID': 'DrugGeneTargets_v2_2823', 'drugName': 'Prasugrel Hydrochloride', 'drugSynonyms_string': 'LY640315, Prasu doc, Prasugrel hcl, Prasugrel hydrochloride', 'tradeNames_string': 'Effient', 'chemblIdentifier': 'CHEMBL1201773'}] | general | Select, Similarity Search | Metadata |
Q61.1473 | Q61 | What is the chemblId of the drug 9-Aminocamptothecin? | The chemblId for the drug 9-Aminocamptothecin is CHEMBL274070. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%9-aminocamptothecin%" OR LOWER(tradeNames_string) LIKE "%9-aminocamptothecin%" OR LOWER(drugSynonyms_string) LIKE "%9-aminoc... | [{'UUID': 'DrugGeneTargets_v2_121', 'drugName': '9-Aminocamptothecin', 'drugSynonyms_string': '9-amino-20(s)-camptothecin, 9-aminocamptothecin, Aminocamptothecin, NSC-603071', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL274070'}] | general | Select, Similarity Search | Metadata |
Q61.1784 | Q61 | What is the chemblId of the drug Empagliflozin? | The chemblId for the drug Empagliflozin is CHEMBL2107830. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%empagliflozin%" OR LOWER(tradeNames_string) LIKE "%empagliflozin%" OR LOWER(drugSynonyms_string) LIKE "%empagliflozin%")
LI... | [{'UUID': 'DrugGeneTargets_v2_6084', 'drugName': 'Empagliflozin', 'drugSynonyms_string': 'BI 10773, BI-10773, Bi10773, Empagliflozin', 'tradeNames_string': 'Bi 10773, Jardiance', 'chemblIdentifier': 'CHEMBL2107830'}] | general | Select, Similarity Search | Metadata |
Q61.644 | Q61 | What is the chemblId of the drug Metoclopramide Hydrochloride? | The chemblId for the drug Metoclopramide Hydrochloride is CHEMBL1200940. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%metoclopramide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%metoclopramide hydrochloride%" OR LOWER(drugSynonyms_strin... | [{'UUID': 'DrugGeneTargets_v2_5203', 'drugName': 'Metoclopramide Hydrochloride', 'drugSynonyms_string': 'AHR-3070-C, Metipamid, Metoclopramide dihydrochloride monohydrate, Metoclopramide hcl monohydrate, Metoclopramide hydrochloride, Metoclopramide hydrochloride monohydrate, Metoclopramide monohydrochloride monohydrate... | general | Select, Similarity Search | Metadata |
Q61.357 | Q61 | What is the chemblId of the drug Gw842166X? | The chemblId for the drug Gw842166X is CHEMBL225411. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%gw842166x%" OR LOWER(tradeNames_string) LIKE "%gw842166x%" OR LOWER(drugSynonyms_string) LIKE "%gw842166x%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5893', 'drugName': 'Gw842166X', 'drugSynonyms_string': 'GW 842166, GW 842166X, GW-842166, GW842166, GW842166X, Gw-842,166x, Gw842166x', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL225411'}] | general | Select, Similarity Search | Metadata |
Q61.1128 | Q61 | What is the chemblId of the drug Dexloxiglumide? | The chemblId for the drug Dexloxiglumide is CHEMBL550781. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%dexloxiglumide%" OR LOWER(tradeNames_string) LIKE "%dexloxiglumide%" OR LOWER(drugSynonyms_string) LIKE "%dexloxiglumide%")
... | [{'UUID': 'DrugGeneTargets_v2_5374', 'drugName': 'Dexloxiglumide', 'drugSynonyms_string': 'CR-2017, Dexloxiglumide, Loxiglumide (r)-form, Loxiglumide, (r)-', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL550781'}] | general | Select, Similarity Search | Metadata |
Q61.439 | Q61 | What is the chemblId of the drug Cs-1003? | The chemblId for the drug Cs-1003 is CHEMBL4594536. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%cs-1003%" OR LOWER(tradeNames_string) LIKE "%cs-1003%" OR LOWER(drugSynonyms_string) LIKE "%cs-1003%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6391', 'drugName': 'Cs-1003', 'drugSynonyms_string': 'Antibody cs1003, CS 1003, CS-1003, CS1003, Cs-1003, Cs1003, Nofazinlimab, Recombinant pd-1 mab cs1003', 'tradeNames_string': '', 'chemblIdentifier': 'CHEMBL4594536'}] | general | Select, Similarity Search | Metadata |
Q61.1121 | Q61 | What is the chemblId of the drug Budesonide? | The chemblId for the drug Budesonide is CHEMBL1370. | SELECT UUID, drugName, drugSynonyms_string, tradeNames_string, chemblIdentifier
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE (LOWER(drugName) LIKE "%budesonide%" OR LOWER(tradeNames_string) LIKE "%budesonide%" OR LOWER(drugSynonyms_string) LIKE "%budesonide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3329', 'drugName': 'Budesonide', 'drugSynonyms_string': 'Budesonide, MAP-0010, MAP0010, NSC-757788, R01AD05, S-1320', 'tradeNames_string': 'Aircort, Budeflam aquanase, Budelin novolizer, Budenofalk, Budesonide, Cortiment, Duoresp spiromax, Entocort, Entocort cr, Entocort ec, Ortikos, Prefe... | general | Select, Similarity Search | Metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.