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 |
|---|---|---|---|---|---|---|---|---|
Q14.140 | Q14 | What mechanism type does the drug Arq-736 use? | The drug Arq-736 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%arq-736%" OR LOWER(tradeNames_string) LIKE "%arq-736%" OR LOWER(drugSynonyms_string) LIKE "%arq-736%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2835', 'drugMechanismOfAction': 'Serine/threonine-protein kinase RAF inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2836', 'drugMechanismOfAction': 'Serine/threonine-protein kinase B-raf inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.907 | Q14 | What mechanism type does the drug Milnacipran use? | The drug Milnacipran is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%milnacipran%" OR LOWER(tradeNames_string) LIKE "%milnacipran%" OR LOWER(drugSynonyms_string) LIKE "%milnacipran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_334', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_335', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4225', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4226', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5567', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5568', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4419', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4420', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.803 | Q14 | What mechanism type does the drug Tolterodine use? | The drug Tolterodine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tolterodine%" OR LOWER(tradeNames_string) LIKE "%tolterodine%" OR LOWER(drugSynonyms_string) LIKE "%tolterodine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1506', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1507', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M2 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3301', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3302', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M2 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.135 | Q14 | What mechanism type does the drug Ranitidine Bismuth Citrate use? | The drug Ranitidine Bismuth Citrate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ranitidine bismuth citrate%" OR LOWER(tradeNames_string) LIKE "%ranitidine bismuth citrate%" OR LOWER(drugSynonyms_string) LIKE "%ranitidine bismuth citrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4141', 'drugMechanismOfAction': 'Histamine H2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.83 | Q14 | What mechanism type does the drug Rescinnamine use? | The drug Rescinnamine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rescinnamine%" OR LOWER(tradeNames_string) LIKE "%rescinnamine%" OR LOWER(drugSynonyms_string) LIKE "%rescinnamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4945', 'drugMechanismOfAction': 'Synaptic vesicular amine transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1541 | Q14 | What mechanism type does the drug Bms-741672 use? | The drug Bms-741672 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bms-741672%" OR LOWER(tradeNames_string) LIKE "%bms-741672%" OR LOWER(drugSynonyms_string) LIKE "%bms-741672%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1495', 'drugMechanismOfAction': 'C-C chemokine receptor type 2 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.547 | Q14 | What mechanism type does the drug Pemrametostat use? | The drug Pemrametostat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pemrametostat%" OR LOWER(tradeNames_string) LIKE "%pemrametostat%" OR LOWER(drugSynonyms_string) LIKE "%pemrametostat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1649', 'drugMechanismOfAction': 'Protein arginine N-methyltransferase 5 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1596 | Q14 | What mechanism type does the drug Dexamethasone Sodium Phosphate use? | The drug Dexamethasone Sodium Phosphate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%dexamethasone sodium phosphate%" OR LOWER(tradeNames_string) LIKE "%dexamethasone sodium phosphate%" OR LOWER(drugSynonyms_string) LIKE "%dexamethasone sodium phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3466', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.992 | Q14 | What mechanism type does the drug Bilastine use? | The drug Bilastine is an inverse agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bilastine%" OR LOWER(tradeNames_string) LIKE "%bilastine%" OR LOWER(drugSynonyms_string) LIKE "%bilastine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1236', 'drugMechanismOfAction': 'Histamine H1 receptor inverse agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.168 | Q14 | What mechanism type does the drug Paxalisib use? | The drug Paxalisib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%paxalisib%" OR LOWER(tradeNames_string) LIKE "%paxalisib%" OR LOWER(drugSynonyms_string) LIKE "%paxalisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1740', 'drugMechanismOfAction': 'PI3-kinase class I inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.251 | Q14 | What mechanism type does the drug Xl-019 use? | The drug Xl-019 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%xl-019%" OR LOWER(tradeNames_string) LIKE "%xl-019%" OR LOWER(drugSynonyms_string) LIKE "%xl-019%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1100', 'drugMechanismOfAction': 'Tyrosine-protein kinase JAK2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.452 | Q14 | What mechanism type does the drug Abx-Ma1 use? | The drug Abx-Ma1 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%abx-ma1%" OR LOWER(tradeNames_string) LIKE "%abx-ma1%" OR LOWER(drugSynonyms_string) LIKE "%abx-ma1%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5969', 'drugMechanismOfAction': 'Cell surface glycoprotein MUC18 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1148 | Q14 | What mechanism type does the drug Matuzumab use? | The drug Matuzumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%matuzumab%" OR LOWER(tradeNames_string) LIKE "%matuzumab%" OR LOWER(drugSynonyms_string) LIKE "%matuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4138', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.865 | Q14 | What mechanism type does the drug Sintilimab use? | The drug Sintilimab is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sintilimab%" OR LOWER(tradeNames_string) LIKE "%sintilimab%" OR LOWER(drugSynonyms_string) LIKE "%sintilimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4449', 'drugMechanismOfAction': 'Programmed cell death protein 1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1233 | Q14 | What mechanism type does the drug Netarsudil Dimesylate use? | The drug Netarsudil Dimesylate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%netarsudil dimesylate%" OR LOWER(tradeNames_string) LIKE "%netarsudil dimesylate%" OR LOWER(drugSynonyms_string) LIKE "%netarsudil dimesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4693', 'drugMechanismOfAction': 'Rho-associated protein kinase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.100 | Q14 | What mechanism type does the drug Sar-407899 use? | The drug Sar-407899 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sar-407899%" OR LOWER(tradeNames_string) LIKE "%sar-407899%" OR LOWER(drugSynonyms_string) LIKE "%sar-407899%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_996', 'drugMechanismOfAction': 'Rho-associated protein kinase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5513', 'drugMechanismOfAction': 'Rho-associated protein kinase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1974 | Q14 | What mechanism type does the drug Cjm-112 use? | The drug Cjm-112 is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cjm-112%" OR LOWER(tradeNames_string) LIKE "%cjm-112%" OR LOWER(drugSynonyms_string) LIKE "%cjm-112%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1574', 'drugMechanismOfAction': 'Interleukin 17A binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.744 | Q14 | What mechanism type does the drug Indalpine use? | The drug Indalpine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%indalpine%" OR LOWER(tradeNames_string) LIKE "%indalpine%" OR LOWER(drugSynonyms_string) LIKE "%indalpine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5227', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1252 | Q14 | What mechanism type does the drug Epoetin Beta use? | The drug Epoetin Beta is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%epoetin beta%" OR LOWER(tradeNames_string) LIKE "%epoetin beta%" OR LOWER(drugSynonyms_string) LIKE "%epoetin beta%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4530', 'drugMechanismOfAction': 'Erythropoietin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3185', 'drugMechanismOfAction': 'Erythropoietin receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.105 | Q14 | What mechanism type does the drug Losartan Potassium use? | The drug Losartan Potassium is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%losartan potassium%" OR LOWER(tradeNames_string) LIKE "%losartan potassium%" OR LOWER(drugSynonyms_string) LIKE "%losartan potassium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1912', 'drugMechanismOfAction': 'Type-1 angiotensin II receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.440 | Q14 | What mechanism type does the drug Ly-2090314 use? | The drug Ly-2090314 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ly-2090314%" OR LOWER(tradeNames_string) LIKE "%ly-2090314%" OR LOWER(drugSynonyms_string) LIKE "%ly-2090314%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2361', 'drugMechanismOfAction': 'Glycogen synthase kinase-3 beta inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2362', 'drugMechanismOfAction': 'Glycogen synthase kinase-3 alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.77 | Q14 | What mechanism type does the drug As-1403 use? | The drug As-1403 is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%as-1403%" OR LOWER(tradeNames_string) LIKE "%as-1403%" OR LOWER(drugSynonyms_string) LIKE "%as-1403%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_527', 'drugMechanismOfAction': 'Mucin-1 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1793 | Q14 | What mechanism type does the drug Mt-3995 use? | The drug Mt-3995 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mt-3995%" OR LOWER(tradeNames_string) LIKE "%mt-3995%" OR LOWER(drugSynonyms_string) LIKE "%mt-3995%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2360', 'drugMechanismOfAction': 'Mineralocorticoid receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1462 | Q14 | What mechanism type does the drug Bradanicline use? | The drug Bradanicline is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bradanicline%" OR LOWER(tradeNames_string) LIKE "%bradanicline%" OR LOWER(drugSynonyms_string) LIKE "%bradanicline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2167', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor protein alpha-7 subunit agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.926 | Q14 | What mechanism type does the drug Asenapine use? | The drug Asenapine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%asenapine%" OR LOWER(tradeNames_string) LIKE "%asenapine%" OR LOWER(drugSynonyms_string) LIKE "%asenapine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4103', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4104', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1060', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1061', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1712 | Q14 | What mechanism type does the drug Ta-5493 use? | The drug Ta-5493 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ta-5493%" OR LOWER(tradeNames_string) LIKE "%ta-5493%" OR LOWER(drugSynonyms_string) LIKE "%ta-5493%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1771', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1671 | Q14 | What mechanism type does the drug Isoxsuprine Hydrochloride use? | The drug Isoxsuprine Hydrochloride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%isoxsuprine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%isoxsuprine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%isoxsuprine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2488', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2489', 'drugMechanismOfAction': 'Adrenergic receptor alpha-1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1621 | Q14 | What mechanism type does the drug Foliglurax use? | The drug Foliglurax is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%foliglurax%" OR LOWER(tradeNames_string) LIKE "%foliglurax%" OR LOWER(drugSynonyms_string) LIKE "%foliglurax%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3750', 'drugMechanismOfAction': 'Metabotropic glutamate receptor 4 positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.769 | Q14 | What mechanism type does the drug Ethchlorvynol use? | The drug Ethchlorvynol is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ethchlorvynol%" OR LOWER(tradeNames_string) LIKE "%ethchlorvynol%" OR LOWER(drugSynonyms_string) LIKE "%ethchlorvynol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3295', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.998 | Q14 | What mechanism type does the drug Parecoxib use? | The drug Parecoxib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%parecoxib%" OR LOWER(tradeNames_string) LIKE "%parecoxib%" OR LOWER(drugSynonyms_string) LIKE "%parecoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2672', 'drugMechanismOfAction': 'Cyclooxygenase-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5993', 'drugMechanismOfAction': 'Cyclooxygenase-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.394 | Q14 | What mechanism type does the drug Aflibercept use? | The drug Aflibercept is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%aflibercept%" OR LOWER(tradeNames_string) LIKE "%aflibercept%" OR LOWER(drugSynonyms_string) LIKE "%aflibercept%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_997', 'drugMechanismOfAction': 'Placenta growth factor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_998', 'drugMechanismOfAction': 'Vascular endothelial growth factor A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.238 | Q14 | What mechanism type does the drug Milvexian use? | The drug Milvexian is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%milvexian%" OR LOWER(tradeNames_string) LIKE "%milvexian%" OR LOWER(drugSynonyms_string) LIKE "%milvexian%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6387', 'drugMechanismOfAction': 'Coagulation factor XI inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1508 | Q14 | What mechanism type does the drug Azd-8848 use? | The drug Azd-8848 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%azd-8848%" OR LOWER(tradeNames_string) LIKE "%azd-8848%" OR LOWER(drugSynonyms_string) LIKE "%azd-8848%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3550', 'drugMechanismOfAction': 'Toll-like receptor 7 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.270 | Q14 | What mechanism type does the drug Medi-6469 use? | The drug Medi-6469 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%medi-6469%" OR LOWER(tradeNames_string) LIKE "%medi-6469%" OR LOWER(drugSynonyms_string) LIKE "%medi-6469%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5182', 'drugMechanismOfAction': 'Tumor necrosis factor receptor superfamily member 4 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1187 | Q14 | What mechanism type does the drug Telotristat use? | The drug Telotristat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%telotristat%" OR LOWER(tradeNames_string) LIKE "%telotristat%" OR LOWER(drugSynonyms_string) LIKE "%telotristat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3468', 'drugMechanismOfAction': 'Tryptophan 5-hydroxylase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1302', 'drugMechanismOfAction': 'Tryptophan 5-hydroxylase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1064', 'drugMechanismOfAction': 'Tryptophan 5-hydroxylase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.120 | Q14 | What mechanism type does the drug Quilizumab use? | The drug Quilizumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%quilizumab%" OR LOWER(tradeNames_string) LIKE "%quilizumab%" OR LOWER(drugSynonyms_string) LIKE "%quilizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5857', 'drugMechanismOfAction': 'Ig epsilon chain C region inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1607 | Q14 | What mechanism type does the drug Sb-649868 use? | The drug Sb-649868 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sb-649868%" OR LOWER(tradeNames_string) LIKE "%sb-649868%" OR LOWER(drugSynonyms_string) LIKE "%sb-649868%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2956', 'drugMechanismOfAction': 'Orexin receptor 1 antagonist'}, {'UUID': 'DrugGeneTargets_v2_2957', 'drugMechanismOfAction': 'Orexin receptor 2 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.680 | Q14 | What mechanism type does the drug Romilkimab use? | The drug Romilkimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%romilkimab%" OR LOWER(tradeNames_string) LIKE "%romilkimab%" OR LOWER(drugSynonyms_string) LIKE "%romilkimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_932', 'drugMechanismOfAction': 'Interleukin-4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_933', 'drugMechanismOfAction': 'Interleukin-13 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.252 | Q14 | What mechanism type does the drug Polyestradiol Phosphate use? | The drug Polyestradiol Phosphate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%polyestradiol phosphate%" OR LOWER(tradeNames_string) LIKE "%polyestradiol phosphate%" OR LOWER(drugSynonyms_string) LIKE "%polyestradiol phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5051', 'drugMechanismOfAction': 'Estrogen receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1958 | Q14 | What mechanism type does the drug Isoxicam use? | The drug Isoxicam is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%isoxicam%" OR LOWER(tradeNames_string) LIKE "%isoxicam%" OR LOWER(drugSynonyms_string) LIKE "%isoxicam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1802', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1995 | Q14 | What mechanism type does the drug Bomedemstat use? | The drug Bomedemstat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bomedemstat%" OR LOWER(tradeNames_string) LIKE "%bomedemstat%" OR LOWER(drugSynonyms_string) LIKE "%bomedemstat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4410', 'drugMechanismOfAction': 'Lysine-specific histone demethylase 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.97 | Q14 | What mechanism type does the drug Mlnm-2201 use? | The drug Mlnm-2201 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mlnm-2201%" OR LOWER(tradeNames_string) LIKE "%mlnm-2201%" OR LOWER(drugSynonyms_string) LIKE "%mlnm-2201%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_587', 'drugMechanismOfAction': 'Integrin beta-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.34 | Q14 | What mechanism type does the drug Sarizotan use? | The drug Sarizotan is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sarizotan%" OR LOWER(tradeNames_string) LIKE "%sarizotan%" OR LOWER(drugSynonyms_string) LIKE "%sarizotan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4757', 'drugMechanismOfAction': 'Dopamine D2 receptor partial agonist'}, {'UUID': 'DrugGeneTargets_v2_4758', 'drugMechanismOfAction': 'Dopamine D4 receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4759', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4760', 'drugMechanismOfAction': 'Dopamine D3 receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2759', 'drugMechanismOfAction': 'Dopamine D2 receptor partial agonist'}, {'UUID': 'DrugGeneTargets_v2_2760', 'drugMechanismOfAction': 'Dopamine D4 receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2761', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2762', 'drugMechanismOfAction': 'Dopamine D3 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1465 | Q14 | What mechanism type does the drug Sndx-5613 use? | The drug Sndx-5613 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sndx-5613%" OR LOWER(tradeNames_string) LIKE "%sndx-5613%" OR LOWER(drugSynonyms_string) LIKE "%sndx-5613%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3382', 'drugMechanismOfAction': 'Menin/Histone-lysine N-methyltransferase MLL inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1668 | Q14 | What mechanism type does the drug Gaboxadol use? | The drug Gaboxadol is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gaboxadol%" OR LOWER(tradeNames_string) LIKE "%gaboxadol%" OR LOWER(drugSynonyms_string) LIKE "%gaboxadol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3615', 'drugMechanismOfAction': 'GABA-A receptor; agonist GABA site agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.454 | Q14 | What mechanism type does the drug Ame-133V use? | The drug Ame-133V is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ame-133v%" OR LOWER(tradeNames_string) LIKE "%ame-133v%" OR LOWER(drugSynonyms_string) LIKE "%ame-133v%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4323', 'drugMechanismOfAction': 'B-lymphocyte antigen CD20 binding agent'}, {'UUID': 'DrugGeneTargets_v2_4994', 'drugMechanismOfAction': 'Integrin beta-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.723 | Q14 | What mechanism type does the drug Rivenprost use? | The drug Rivenprost is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rivenprost%" OR LOWER(tradeNames_string) LIKE "%rivenprost%" OR LOWER(drugSynonyms_string) LIKE "%rivenprost%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1767', 'drugMechanismOfAction': 'Prostanoid EP4 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1261 | Q14 | What mechanism type does the drug Hupam4 use? | The drug Hupam4 is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%hupam4%" OR LOWER(tradeNames_string) LIKE "%hupam4%" OR LOWER(drugSynonyms_string) LIKE "%hupam4%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1450', 'drugMechanismOfAction': 'Mucin-1 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1598 | Q14 | What mechanism type does the drug Pitolisant Hydrochloride use? | The drug Pitolisant Hydrochloride is an inverse agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pitolisant hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pitolisant hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%pitolisant hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1676', 'drugMechanismOfAction': 'Histamine H3 receptor inverse agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1 | Q14 | What mechanism type does the drug Naltalimide use? | The drug Naltalimide is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%naltalimide%" OR LOWER(tradeNames_string) LIKE "%naltalimide%" OR LOWER(drugSynonyms_string) LIKE "%naltalimide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1488', 'drugMechanismOfAction': 'Mu opioid receptor partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1377 | Q14 | What mechanism type does the drug Ephedrine Sulfate use? | The drug Ephedrine Sulfate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ephedrine sulfate%" OR LOWER(tradeNames_string) LIKE "%ephedrine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%ephedrine sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1353', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_4865', 'drugMechanismOfAction': 'Adrenergic receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1110 | Q14 | What mechanism type does the drug Fingolimod use? | The drug Fingolimod is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fingolimod%" OR LOWER(tradeNames_string) LIKE "%fingolimod%" OR LOWER(drugSynonyms_string) LIKE "%fingolimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4816', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor binding agent'}, {'UUID': 'DrugGeneTargets_v2_4817', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4765', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5906', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1117 | Q14 | What mechanism type does the drug Betamethasone Valerate use? | The drug Betamethasone Valerate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%betamethasone valerate%" OR LOWER(tradeNames_string) LIKE "%betamethasone valerate%" OR LOWER(drugSynonyms_string) LIKE "%betamethasone valerate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5710', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1591 | Q14 | What mechanism type does the drug Pac-14028 use? | The drug Pac-14028 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pac-14028%" OR LOWER(tradeNames_string) LIKE "%pac-14028%" OR LOWER(drugSynonyms_string) LIKE "%pac-14028%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_368', 'drugMechanismOfAction': 'Vanilloid receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.85 | Q14 | What mechanism type does the drug Methyldopa use? | The drug Methyldopa is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%methyldopa%" OR LOWER(tradeNames_string) LIKE "%methyldopa%" OR LOWER(drugSynonyms_string) LIKE "%methyldopa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6296', 'drugMechanismOfAction': 'Adrenergic receptor alpha-2 agonist'}, {'UUID': 'DrugGeneTargets_v2_5960', 'drugMechanismOfAction': 'Adrenergic receptor alpha-2 agonist'}, {'UUID': 'DrugGeneTargets_v2_6307', 'drugMechanismOfAction': 'Adrenergic receptor alpha-2 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1294 | Q14 | What mechanism type does the drug Onapristone use? | The drug Onapristone is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%onapristone%" OR LOWER(tradeNames_string) LIKE "%onapristone%" OR LOWER(drugSynonyms_string) LIKE "%onapristone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3728', 'drugMechanismOfAction': 'Progesterone receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.683 | Q14 | What mechanism type does the drug Pregabalin use? | The drug Pregabalin is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pregabalin%" OR LOWER(tradeNames_string) LIKE "%pregabalin%" OR LOWER(drugSynonyms_string) LIKE "%pregabalin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2991', 'drugMechanismOfAction': 'Voltage-gated calcium channel modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1677 | Q14 | What mechanism type does the drug Mardepodect use? | The drug Mardepodect is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mardepodect%" OR LOWER(tradeNames_string) LIKE "%mardepodect%" OR LOWER(drugSynonyms_string) LIKE "%mardepodect%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4386', 'drugMechanismOfAction': 'Phosphodiesterase 10A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1055 | Q14 | What mechanism type does the drug Medi-578 use? | The drug Medi-578 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
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', 'drugMechanismOfAction': 'Beta-nerve growth factor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.777 | Q14 | What mechanism type does the drug Imc-Gp100 use? | The drug Imc-Gp100 is a cross-linking agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%imc-gp100%" OR LOWER(tradeNames_string) LIKE "%imc-gp100%" OR LOWER(drugSynonyms_string) LIKE "%imc-gp100%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5274', 'drugMechanismOfAction': 'T cell surface glycoprotein CD3 cross-linking agent'}, {'UUID': 'DrugGeneTargets_v2_5275', 'drugMechanismOfAction': 'Melanocyte protein PMEL cross-linking agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1289 | Q14 | What mechanism type does the drug Arry-382 use? | The drug Arry-382 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%arry-382%" OR LOWER(tradeNames_string) LIKE "%arry-382%" OR LOWER(drugSynonyms_string) LIKE "%arry-382%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5240', 'drugMechanismOfAction': 'Macrophage colony stimulating factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1946 | Q14 | What mechanism type does the drug Mdx-1411 use? | The drug Mdx-1411 is a cross-linking agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mdx-1411%" OR LOWER(tradeNames_string) LIKE "%mdx-1411%" OR LOWER(drugSynonyms_string) LIKE "%mdx-1411%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1402', 'drugMechanismOfAction': 'CD70 antigen cross-linking agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1581 | Q14 | What mechanism type does the drug Mapatumumab use? | The drug Mapatumumab is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mapatumumab%" OR LOWER(tradeNames_string) LIKE "%mapatumumab%" OR LOWER(drugSynonyms_string) LIKE "%mapatumumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5538', 'drugMechanismOfAction': 'TRAIL receptor-1 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1490 | Q14 | What mechanism type does the drug Bay-1125976 use? | The drug Bay-1125976 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bay-1125976%" OR LOWER(tradeNames_string) LIKE "%bay-1125976%" OR LOWER(drugSynonyms_string) LIKE "%bay-1125976%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_481', 'drugMechanismOfAction': 'Serine/threonine-protein kinase AKT inhibitor'}, {'UUID': 'DrugGeneTargets_v2_482', 'drugMechanismOfAction': 'Serine/threonine-protein kinase AKT2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.410 | Q14 | What mechanism type does the drug Cep-7055 use? | The drug Cep-7055 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cep-7055%" OR LOWER(tradeNames_string) LIKE "%cep-7055%" OR LOWER(drugSynonyms_string) LIKE "%cep-7055%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_852', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1728 | Q14 | What mechanism type does the drug Isoflurophate use? | The drug Isoflurophate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%isoflurophate%" OR LOWER(tradeNames_string) LIKE "%isoflurophate%" OR LOWER(drugSynonyms_string) LIKE "%isoflurophate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1803', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1298 | Q14 | What mechanism type does the drug Pbf-999 use? | The drug Pbf-999 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pbf-999%" OR LOWER(tradeNames_string) LIKE "%pbf-999%" OR LOWER(drugSynonyms_string) LIKE "%pbf-999%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_408', 'drugMechanismOfAction': 'Adenosine A2a receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_409', 'drugMechanismOfAction': 'Phosphodiesterase 10A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1665 | Q14 | What mechanism type does the drug Ilepatril use? | The drug Ilepatril is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ilepatril%" OR LOWER(tradeNames_string) LIKE "%ilepatril%" OR LOWER(drugSynonyms_string) LIKE "%ilepatril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1768', 'drugMechanismOfAction': 'Neprilysin inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1769', 'drugMechanismOfAction': 'Angiotensin-converting enzyme inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.107 | Q14 | What mechanism type does the drug Etoricoxib use? | The drug Etoricoxib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%etoricoxib%" OR LOWER(tradeNames_string) LIKE "%etoricoxib%" OR LOWER(drugSynonyms_string) LIKE "%etoricoxib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1741', 'drugMechanismOfAction': 'Cyclooxygenase-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.695 | Q14 | What mechanism type does the drug Methaqualone use? | The drug Methaqualone is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%methaqualone%" OR LOWER(tradeNames_string) LIKE "%methaqualone%" OR LOWER(drugSynonyms_string) LIKE "%methaqualone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2025', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_4173', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1305 | Q14 | What mechanism type does the drug Fimepinostat use? | The drug Fimepinostat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fimepinostat%" OR LOWER(tradeNames_string) LIKE "%fimepinostat%" OR LOWER(drugSynonyms_string) LIKE "%fimepinostat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_127', 'drugMechanismOfAction': 'PI3-kinase p110-delta subunit inhibitor'}, {'UUID': 'DrugGeneTargets_v2_128', 'drugMechanismOfAction': 'PI3-kinase p110-alpha subunit inhibitor'}, {'UUID': 'DrugGeneTargets_v2_129', 'drugMechanismOfAction': 'PI3-kinase p110-beta subunit inhibitor'}, {'UUID': 'DrugGeneTargets_v2_130', 'drugMechanismOfAction': 'Histone deacetylase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.833 | Q14 | What mechanism type does the drug Danuglipron use? | The drug Danuglipron is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%danuglipron%" OR LOWER(tradeNames_string) LIKE "%danuglipron%" OR LOWER(drugSynonyms_string) LIKE "%danuglipron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1431', 'drugMechanismOfAction': 'Glucagon-like peptide 1 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.64 | Q14 | What mechanism type does the drug Elzasonan Hydrochloride use? | The drug Elzasonan Hydrochloride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%elzasonan hydrochloride%" OR LOWER(tradeNames_string) LIKE "%elzasonan hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%elzasonan hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3748', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3749', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.859 | Q14 | What mechanism type does the drug Lmb-100 use? | The drug Lmb-100 is a disrupting agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lmb-100%" OR LOWER(tradeNames_string) LIKE "%lmb-100%" OR LOWER(drugSynonyms_string) LIKE "%lmb-100%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1866', 'drugMechanismOfAction': 'Mesothelin binding agent'}, {'UUID': 'DrugGeneTargets_v2_1867', 'drugMechanismOfAction': 'Elongation factor 2 disrupting agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1355 | Q14 | What mechanism type does the drug Depatuxizumab Mafodotin use? | The drug Depatuxizumab Mafodotin is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%depatuxizumab mafodotin%" OR LOWER(tradeNames_string) LIKE "%depatuxizumab mafodotin%" OR LOWER(drugSynonyms_string) LIKE "%depatuxizumab mafodotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2153', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.226 | Q14 | What mechanism type does the drug Letaxaban use? | The drug Letaxaban is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%letaxaban%" OR LOWER(tradeNames_string) LIKE "%letaxaban%" OR LOWER(drugSynonyms_string) LIKE "%letaxaban%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3722', 'drugMechanismOfAction': 'Coagulation factor X inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.148 | Q14 | What mechanism type does the drug Enclomiphene use? | The drug Enclomiphene is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%enclomiphene%" OR LOWER(tradeNames_string) LIKE "%enclomiphene%" OR LOWER(drugSynonyms_string) LIKE "%enclomiphene%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6138', 'drugMechanismOfAction': 'Estrogen receptor alpha modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1097 | Q14 | What mechanism type does the drug Prazepam use? | The drug Prazepam is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%prazepam%" OR LOWER(tradeNames_string) LIKE "%prazepam%" OR LOWER(drugSynonyms_string) LIKE "%prazepam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4830', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.379 | Q14 | What mechanism type does the drug Diphenhydramine Citrate use? | The drug Diphenhydramine Citrate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%diphenhydramine citrate%" OR LOWER(tradeNames_string) LIKE "%diphenhydramine citrate%" OR LOWER(drugSynonyms_string) LIKE "%diphenhydramine citrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_613', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1422 | Q14 | What mechanism type does the drug Vrc-01Ls use? | The drug Vrc-01Ls is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vrc-01ls%" OR LOWER(tradeNames_string) LIKE "%vrc-01ls%" OR LOWER(drugSynonyms_string) LIKE "%vrc-01ls%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2609', 'drugMechanismOfAction': 'T-cell surface antigen CD4 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1152 | Q14 | What mechanism type does the drug Bi-853520 use? | The drug Bi-853520 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bi-853520%" OR LOWER(tradeNames_string) LIKE "%bi-853520%" OR LOWER(drugSynonyms_string) LIKE "%bi-853520%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2004', 'drugMechanismOfAction': 'Focal adhesion kinase 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1828 | Q14 | What mechanism type does the drug Estropipate use? | The drug Estropipate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%estropipate%" OR LOWER(tradeNames_string) LIKE "%estropipate%" OR LOWER(drugSynonyms_string) LIKE "%estropipate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2257', 'drugMechanismOfAction': 'Estrogen receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1496 | Q14 | What mechanism type does the drug Thiopental use? | The drug Thiopental is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%thiopental%" OR LOWER(tradeNames_string) LIKE "%thiopental%" OR LOWER(drugSynonyms_string) LIKE "%thiopental%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1494', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_4971', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1602 | Q14 | What mechanism type does the drug Rizatriptan use? | The drug Rizatriptan is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rizatriptan%" OR LOWER(tradeNames_string) LIKE "%rizatriptan%" OR LOWER(drugSynonyms_string) LIKE "%rizatriptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1140', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1141', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4538', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4539', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1759 | Q14 | What mechanism type does the drug Prilocaine use? | The drug Prilocaine is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%prilocaine%" OR LOWER(tradeNames_string) LIKE "%prilocaine%" OR LOWER(drugSynonyms_string) LIKE "%prilocaine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3212', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}, {'UUID': 'DrugGeneTargets_v2_281', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.10 | Q14 | What mechanism type does the drug Cyclizine use? | The drug Cyclizine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cyclizine%" OR LOWER(tradeNames_string) LIKE "%cyclizine%" OR LOWER(drugSynonyms_string) LIKE "%cyclizine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4766', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_954', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.455 | Q14 | What mechanism type does the drug Selatogrel use? | The drug Selatogrel is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%selatogrel%" OR LOWER(tradeNames_string) LIKE "%selatogrel%" OR LOWER(drugSynonyms_string) LIKE "%selatogrel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4884', 'drugMechanismOfAction': 'Purinergic receptor P2Y12 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.715 | Q14 | What mechanism type does the drug Nalfurafine use? | The drug Nalfurafine is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nalfurafine%" OR LOWER(tradeNames_string) LIKE "%nalfurafine%" OR LOWER(drugSynonyms_string) LIKE "%nalfurafine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4220', 'drugMechanismOfAction': 'Kappa opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5774', 'drugMechanismOfAction': 'Kappa opioid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.258 | Q14 | What mechanism type does the drug Elobixibat use? | The drug Elobixibat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%elobixibat%" OR LOWER(tradeNames_string) LIKE "%elobixibat%" OR LOWER(drugSynonyms_string) LIKE "%elobixibat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3777', 'drugMechanismOfAction': 'Ileal bile acid transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.889 | Q14 | What mechanism type does the drug Cipralisant Maleate use? | The drug Cipralisant Maleate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cipralisant maleate%" OR LOWER(tradeNames_string) LIKE "%cipralisant maleate%" OR LOWER(drugSynonyms_string) LIKE "%cipralisant maleate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5091', 'drugMechanismOfAction': 'Histamine H3 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.395 | Q14 | What mechanism type does the drug Amrubicin Hydrochloride use? | The drug Amrubicin Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amrubicin hydrochloride%" OR LOWER(tradeNames_string) LIKE "%amrubicin hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%amrubicin hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3383', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.916 | Q14 | What mechanism type does the drug Sulpiride use? | The drug Sulpiride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sulpiride%" OR LOWER(tradeNames_string) LIKE "%sulpiride%" OR LOWER(drugSynonyms_string) LIKE "%sulpiride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5185', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1938', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1939', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.932 | Q14 | What mechanism type does the drug Etaracizumab use? | The drug Etaracizumab is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%etaracizumab%" OR LOWER(tradeNames_string) LIKE "%etaracizumab%" OR LOWER(drugSynonyms_string) LIKE "%etaracizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4394', 'drugMechanismOfAction': 'Integrin alpha-V/beta-3 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1704 | Q14 | What mechanism type does the drug Mepenzolate use? | The drug Mepenzolate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mepenzolate%" OR LOWER(tradeNames_string) LIKE "%mepenzolate%" OR LOWER(drugSynonyms_string) LIKE "%mepenzolate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3595', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3596', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1922', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1923', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1231 | Q14 | What mechanism type does the drug Praliciguat use? | The drug Praliciguat is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%praliciguat%" OR LOWER(tradeNames_string) LIKE "%praliciguat%" OR LOWER(drugSynonyms_string) LIKE "%praliciguat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_594', 'drugMechanismOfAction': 'Soluble guanylate cyclase activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.466 | Q14 | What mechanism type does the drug Pseudoephedrine Hydrochloride use? | The drug Pseudoephedrine Hydrochloride is a releasing agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pseudoephedrine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pseudoephedrine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%pseudoephedrine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_151', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1967 | Q14 | What mechanism type does the drug Pf-00217830 use? | The drug Pf-00217830 is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pf-00217830%" OR LOWER(tradeNames_string) LIKE "%pf-00217830%" OR LOWER(drugSynonyms_string) LIKE "%pf-00217830%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_880', 'drugMechanismOfAction': 'Dopamine D2 receptor partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1178 | Q14 | What mechanism type does the drug Avelumab use? | The drug Avelumab does not have a clearly defined mechanism type. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%avelumab%" OR LOWER(tradeNames_string) LIKE "%avelumab%" OR LOWER(drugSynonyms_string) LIKE "%avelumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3138', 'drugMechanismOfAction': 'Programmed cell death 1 ligand 1 other'}] | general | Distinct, Similarity Search | Metadata |
Q14.967 | Q14 | What mechanism type does the drug Floxuridine use? | The drug Floxuridine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%floxuridine%" OR LOWER(tradeNames_string) LIKE "%floxuridine%" OR LOWER(drugSynonyms_string) LIKE "%floxuridine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_316', 'drugMechanismOfAction': 'Thymidylate synthase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.507 | Q14 | What mechanism type does the drug Ulocuplumab use? | The drug Ulocuplumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ulocuplumab%" OR LOWER(tradeNames_string) LIKE "%ulocuplumab%" OR LOWER(drugSynonyms_string) LIKE "%ulocuplumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4648', 'drugMechanismOfAction': 'C-X-C chemokine receptor type 4 inhibitor'}] | 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.