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.746 | Q14 | What mechanism type does the drug Maraviroc use? | The drug Maraviroc is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%maraviroc%" OR LOWER(tradeNames_string) LIKE "%maraviroc%" OR LOWER(drugSynonyms_string) LIKE "%maraviroc%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3537', 'drugMechanismOfAction': 'C-C chemokine receptor type 5 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1851 | Q14 | What mechanism type does the drug Bosutinib use? | The drug Bosutinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bosutinib%" OR LOWER(tradeNames_string) LIKE "%bosutinib%" OR LOWER(drugSynonyms_string) LIKE "%bosutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3955', 'drugMechanismOfAction': 'Bcr/Abl fusion protein'}, {'UUID': 'DrugGeneTargets_v2_3956', 'drugMechanismOfAction': 'Tyrosine-protein kinase HCK inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3957', 'drugMechanismOfAction': 'Tyrosine-protein kinase SRC inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3958', 'drugMechanismOfAction': 'Tyrosine-protein kinase Lyn inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3959', 'drugMechanismOfAction': 'Tyrosine-protein kinase ABL inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.875 | Q14 | What mechanism type does the drug Nicotine use? | The drug Nicotine is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nicotine%" OR LOWER(tradeNames_string) LIKE "%nicotine%" OR LOWER(drugSynonyms_string) LIKE "%nicotine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5052', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha4/beta2 agonist'}, {'UUID': 'DrugGeneTargets_v2_687', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha4/beta2 agonist'}, {'UUID': 'DrugGeneTargets_v2_145', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha4/beta2 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.738 | Q14 | What mechanism type does the drug Rg6029 use? | The drug Rg6029 is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rg6029%" OR LOWER(tradeNames_string) LIKE "%rg6029%" OR LOWER(drugSynonyms_string) LIKE "%rg6029%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4555', 'drugMechanismOfAction': 'Sodium channel protein type IX alpha subunit blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.545 | Q14 | What mechanism type does the drug Lucatumumab use? | The drug Lucatumumab is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lucatumumab%" OR LOWER(tradeNames_string) LIKE "%lucatumumab%" OR LOWER(drugSynonyms_string) LIKE "%lucatumumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2640', 'drugMechanismOfAction': 'Tumor necrosis factor receptor superfamily member 5 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1211 | Q14 | What mechanism type does the drug Radiprodil use? | The drug Radiprodil is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%radiprodil%" OR LOWER(tradeNames_string) LIKE "%radiprodil%" OR LOWER(drugSynonyms_string) LIKE "%radiprodil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1000', 'drugMechanismOfAction': 'Glutamate NMDA receptor; GRIN1/GRIN2B antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.704 | Q14 | What mechanism type does the drug Cetrorelix Acetate use? | The drug Cetrorelix Acetate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cetrorelix acetate%" OR LOWER(tradeNames_string) LIKE "%cetrorelix acetate%" OR LOWER(drugSynonyms_string) LIKE "%cetrorelix acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3467', 'drugMechanismOfAction': 'Gonadotropin-releasing hormone receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1394 | Q14 | What mechanism type does the drug Degarelix Acetate use? | The drug Degarelix Acetate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%degarelix acetate%" OR LOWER(tradeNames_string) LIKE "%degarelix acetate%" OR LOWER(drugSynonyms_string) LIKE "%degarelix acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6054', 'drugMechanismOfAction': 'Gonadotropin-releasing hormone receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1783 | Q14 | What mechanism type does the drug Dalfampridine use? | The drug Dalfampridine is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%dalfampridine%" OR LOWER(tradeNames_string) LIKE "%dalfampridine%" OR LOWER(drugSynonyms_string) LIKE "%dalfampridine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1734', 'drugMechanismOfAction': 'Voltage-gated potassium channel blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.1155 | Q14 | What mechanism type does the drug Loxapine Succinate use? | The drug Loxapine Succinate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%loxapine succinate%" OR LOWER(tradeNames_string) LIKE "%loxapine succinate%" OR LOWER(drugSynonyms_string) LIKE "%loxapine succinate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_488', 'drugMechanismOfAction': 'D2-like dopamine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_489', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_490', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1040 | Q14 | What mechanism type does the drug Ethylestrenol use? | The drug Ethylestrenol is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ethylestrenol%" OR LOWER(tradeNames_string) LIKE "%ethylestrenol%" OR LOWER(drugSynonyms_string) LIKE "%ethylestrenol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3566', 'drugMechanismOfAction': 'Androgen Receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.378 | Q14 | What mechanism type does the drug Rosuvastatin use? | The drug Rosuvastatin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rosuvastatin%" OR LOWER(tradeNames_string) LIKE "%rosuvastatin%" OR LOWER(drugSynonyms_string) LIKE "%rosuvastatin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5208', 'drugMechanismOfAction': 'HMG-CoA reductase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6280', 'drugMechanismOfAction': 'HMG-CoA reductase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.674 | Q14 | What mechanism type does the drug Olutasidenib use? | The drug Olutasidenib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%olutasidenib%" OR LOWER(tradeNames_string) LIKE "%olutasidenib%" OR LOWER(drugSynonyms_string) LIKE "%olutasidenib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6331', 'drugMechanismOfAction': 'Isocitrate dehydrogenase [NADP] cytoplasmic inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1527 | Q14 | What mechanism type does the drug Tadekinig Alfa use? | The drug Tadekinig Alfa is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tadekinig alfa%" OR LOWER(tradeNames_string) LIKE "%tadekinig alfa%" OR LOWER(drugSynonyms_string) LIKE "%tadekinig alfa%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2500', 'drugMechanismOfAction': 'Interleukin-18 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.362 | Q14 | What mechanism type does the drug Donitriptan use? | The drug Donitriptan is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%donitriptan%" OR LOWER(tradeNames_string) LIKE "%donitriptan%" OR LOWER(drugSynonyms_string) LIKE "%donitriptan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1512', 'drugMechanismOfAction': 'G protein-coupled receptor 44 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1513', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1514', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.976 | Q14 | What mechanism type does the drug Rodatristat Ethyl use? | The drug Rodatristat Ethyl is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rodatristat ethyl%" OR LOWER(tradeNames_string) LIKE "%rodatristat ethyl%" OR LOWER(drugSynonyms_string) LIKE "%rodatristat ethyl%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1600', 'drugMechanismOfAction': 'Tryptophan 5-hydroxylase 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.790 | Q14 | What mechanism type does the drug Buparlisib use? | The drug Buparlisib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%buparlisib%" OR LOWER(tradeNames_string) LIKE "%buparlisib%" OR LOWER(drugSynonyms_string) LIKE "%buparlisib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3247', 'drugMechanismOfAction': 'PI3-kinase class I inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.742 | Q14 | What mechanism type does the drug Trastuzumab use? | The drug Trastuzumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%trastuzumab%" OR LOWER(tradeNames_string) LIKE "%trastuzumab%" OR LOWER(drugSynonyms_string) LIKE "%trastuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1870', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 binding agent'}, {'UUID': 'DrugGeneTargets_v2_5707', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3205', 'drugMechanismOfAction': 'DNA topoisomerase I inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3206', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 binding agent'}, {'UUID': 'DrugGeneTargets_v2_5756', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5757', 'drugMechanismOfAction': 'Tubulin inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1044 | Q14 | What mechanism type does the drug Tm30339 use? | The drug Tm30339 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tm30339%" OR LOWER(tradeNames_string) LIKE "%tm30339%" OR LOWER(drugSynonyms_string) LIKE "%tm30339%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2735', 'drugMechanismOfAction': 'Neuropeptide Y receptor type 4 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.979 | Q14 | What mechanism type does the drug Camptothecin-20-O-Propionate use? | The drug Camptothecin-20-O-Propionate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%camptothecin-20-o-propionate%" OR LOWER(tradeNames_string) LIKE "%camptothecin-20-o-propionate%" OR LOWER(drugSynonyms_string) LIKE "%camptothecin-20-o-propionate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3985', 'drugMechanismOfAction': 'DNA topoisomerase I inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1526 | Q14 | What mechanism type does the drug Lb-100 use? | The drug Lb-100 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lb-100%" OR LOWER(tradeNames_string) LIKE "%lb-100%" OR LOWER(drugSynonyms_string) LIKE "%lb-100%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4335', 'drugMechanismOfAction': 'Serine/threonine protein phosphatase 2A, catalytic subunit, beta isoform inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4336', 'drugMechanismOfAction': 'Serine/threonine-protein phosphatase 5 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4337', 'drugMechanismOfAction': 'Serine/threonine protein phosphatase 2A, catalytic subunit, alpha isoform inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1488 | Q14 | What mechanism type does the drug Rituximab use? | The drug Rituximab is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rituximab%" OR LOWER(tradeNames_string) LIKE "%rituximab%" OR LOWER(drugSynonyms_string) LIKE "%rituximab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4195', 'drugMechanismOfAction': 'B-lymphocyte antigen CD20 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1525 | Q14 | What mechanism type does the drug Bitolterol use? | The drug Bitolterol is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bitolterol%" OR LOWER(tradeNames_string) LIKE "%bitolterol%" OR LOWER(drugSynonyms_string) LIKE "%bitolterol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5529', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3535', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1492 | Q14 | What mechanism type does the drug Ondansetron use? | The drug Ondansetron is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ondansetron%" OR LOWER(tradeNames_string) LIKE "%ondansetron%" OR LOWER(drugSynonyms_string) LIKE "%ondansetron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4955', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4695', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1694 | Q14 | What mechanism type does the drug Tropisetron use? | The drug Tropisetron is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tropisetron%" OR LOWER(tradeNames_string) LIKE "%tropisetron%" OR LOWER(drugSynonyms_string) LIKE "%tropisetron%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3083', 'drugMechanismOfAction': 'Serotonin 3 (5-HT3) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1716 | Q14 | What mechanism type does the drug Robalzotan use? | The drug Robalzotan is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%robalzotan%" OR LOWER(tradeNames_string) LIKE "%robalzotan%" OR LOWER(drugSynonyms_string) LIKE "%robalzotan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_84', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1246 | Q14 | What mechanism type does the drug Farletuzumab use? | The drug Farletuzumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%farletuzumab%" OR LOWER(tradeNames_string) LIKE "%farletuzumab%" OR LOWER(drugSynonyms_string) LIKE "%farletuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_739', 'drugMechanismOfAction': 'Folate receptor alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.892 | Q14 | What mechanism type does the drug Irdabisant use? | The drug Irdabisant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%irdabisant%" OR LOWER(tradeNames_string) LIKE "%irdabisant%" OR LOWER(drugSynonyms_string) LIKE "%irdabisant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1518', 'drugMechanismOfAction': 'Histamine H3 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.82 | Q14 | What mechanism type does the drug Huhmfg1 use? | The drug Huhmfg1 does not have a clearly defined mechanism type. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%huhmfg1%" OR LOWER(tradeNames_string) LIKE "%huhmfg1%" OR LOWER(drugSynonyms_string) LIKE "%huhmfg1%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2790', 'drugMechanismOfAction': 'Mucin-1 other'}] | general | Distinct, Similarity Search | Metadata |
Q14.1182 | Q14 | What mechanism type does the drug Hydrocodone Bitartrate use? | The drug Hydrocodone Bitartrate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%hydrocodone bitartrate%" OR LOWER(tradeNames_string) LIKE "%hydrocodone bitartrate%" OR LOWER(drugSynonyms_string) LIKE "%hydrocodone bitartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2476', 'drugMechanismOfAction': 'Opioid receptors; mu/kappa/delta agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.821 | Q14 | What mechanism type does the drug Tamoxifen Citrate use? | The drug Tamoxifen Citrate is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tamoxifen citrate%" OR LOWER(tradeNames_string) LIKE "%tamoxifen citrate%" OR LOWER(drugSynonyms_string) LIKE "%tamoxifen citrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5201', 'drugMechanismOfAction': 'Estrogen receptor alpha modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1283 | Q14 | What mechanism type does the drug Motixafortide use? | The drug Motixafortide is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%motixafortide%" OR LOWER(tradeNames_string) LIKE "%motixafortide%" OR LOWER(drugSynonyms_string) LIKE "%motixafortide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_900', 'drugMechanismOfAction': 'C-X-C chemokine receptor type 4 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.678 | Q14 | What mechanism type does the drug Diclofenac Etalhyaluronate Sodium use? | The drug Diclofenac Etalhyaluronate Sodium is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%diclofenac etalhyaluronate sodium%" OR LOWER(tradeNames_string) LIKE "%diclofenac etalhyaluronate sodium%" OR LOWER(drugSynonyms_string) LIKE "%diclofenac etalhyaluronate sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5733', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1533 | Q14 | What mechanism type does the drug Neostigmine Methylsulfate use? | The drug Neostigmine Methylsulfate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%neostigmine methylsulfate%" OR LOWER(tradeNames_string) LIKE "%neostigmine methylsulfate%" OR LOWER(drugSynonyms_string) LIKE "%neostigmine methylsulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1766', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.59 | Q14 | What mechanism type does the drug Rolipram use? | The drug Rolipram is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rolipram%" OR LOWER(tradeNames_string) LIKE "%rolipram%" OR LOWER(drugSynonyms_string) LIKE "%rolipram%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6137', 'drugMechanismOfAction': 'Phosphodiesterase 4 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.136 | Q14 | What mechanism type does the drug Proparacaine use? | The drug Proparacaine is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%proparacaine%" OR LOWER(tradeNames_string) LIKE "%proparacaine%" OR LOWER(drugSynonyms_string) LIKE "%proparacaine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6139', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}, {'UUID': 'DrugGeneTargets_v2_2948', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.1150 | Q14 | What mechanism type does the drug Jnj-37822681 use? | The drug Jnj-37822681 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%jnj-37822681%" OR LOWER(tradeNames_string) LIKE "%jnj-37822681%" OR LOWER(drugSynonyms_string) LIKE "%jnj-37822681%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2599', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.942 | Q14 | What mechanism type does the drug Squalamine Lactate use? | The drug Squalamine Lactate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%squalamine lactate%" OR LOWER(tradeNames_string) LIKE "%squalamine lactate%" OR LOWER(drugSynonyms_string) LIKE "%squalamine lactate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6329', 'drugMechanismOfAction': 'Sodium/hydrogen exchanger 3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1685 | Q14 | What mechanism type does the drug Nebivolol use? | The drug Nebivolol is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nebivolol%" OR LOWER(tradeNames_string) LIKE "%nebivolol%" OR LOWER(drugSynonyms_string) LIKE "%nebivolol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_307', 'drugMechanismOfAction': 'Beta-1 adrenergic receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_308', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_6025', 'drugMechanismOfAction': 'Beta-1 adrenergic receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_6026', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.830 | Q14 | What mechanism type does the drug Rg7185 use? | The drug Rg7185 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rg7185%" OR LOWER(tradeNames_string) LIKE "%rg7185%" OR LOWER(drugSynonyms_string) LIKE "%rg7185%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2003', 'drugMechanismOfAction': 'G protein-coupled receptor 44 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1224 | Q14 | What mechanism type does the drug Pexidartinib Hydrochloride use? | The drug Pexidartinib Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pexidartinib hydrochloride%" OR LOWER(tradeNames_string) LIKE "%pexidartinib hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%pexidartinib hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4377', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4378', 'drugMechanismOfAction': 'Macrophage colony stimulating factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4379', 'drugMechanismOfAction': 'Stem cell growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.510 | Q14 | What mechanism type does the drug Varespladib use? | The drug Varespladib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%varespladib%" OR LOWER(tradeNames_string) LIKE "%varespladib%" OR LOWER(drugSynonyms_string) LIKE "%varespladib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_794', 'drugMechanismOfAction': 'Phospholipase A2 group IIA inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6244', 'drugMechanismOfAction': 'Phospholipase A2 group V inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6245', 'drugMechanismOfAction': 'Group X secretory phospholipase A2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6246', 'drugMechanismOfAction': 'Phospholipase A2 group IIA inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1776 | Q14 | What mechanism type does the drug Hydroxychloroquine use? | The drug Hydroxychloroquine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%hydroxychloroquine%" OR LOWER(tradeNames_string) LIKE "%hydroxychloroquine%" OR LOWER(drugSynonyms_string) LIKE "%hydroxychloroquine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_962', 'drugMechanismOfAction': 'Toll-like receptor 9 antagonist'}, {'UUID': 'DrugGeneTargets_v2_963', 'drugMechanismOfAction': 'Toll-like receptor 7 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3878', 'drugMechanismOfAction': 'Toll-like receptor 9 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3879', 'drugMechanismOfAction': 'Toll-like receptor 7 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.351 | Q14 | What mechanism type does the drug Talsaclidine use? | The drug Talsaclidine is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%talsaclidine%" OR LOWER(tradeNames_string) LIKE "%talsaclidine%" OR LOWER(drugSynonyms_string) LIKE "%talsaclidine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4997', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M2 partial agonist'}, {'UUID': 'DrugGeneTargets_v2_4998', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 agonist'}, {'UUID': 'DrugGeneTargets_v2_4999', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.392 | Q14 | What mechanism type does the drug Vepalimomab use? | The drug Vepalimomab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vepalimomab%" OR LOWER(tradeNames_string) LIKE "%vepalimomab%" OR LOWER(drugSynonyms_string) LIKE "%vepalimomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5390', 'drugMechanismOfAction': 'Amine oxidase, copper containing inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1033 | Q14 | What mechanism type does the drug Infigratinib Phosphate use? | The drug Infigratinib Phosphate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%infigratinib phosphate%" OR LOWER(tradeNames_string) LIKE "%infigratinib phosphate%" OR LOWER(drugSynonyms_string) LIKE "%infigratinib phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3003', 'drugMechanismOfAction': 'Fibroblast growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.901 | Q14 | What mechanism type does the drug Tocilizumab use? | The drug Tocilizumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tocilizumab%" OR LOWER(tradeNames_string) LIKE "%tocilizumab%" OR LOWER(drugSynonyms_string) LIKE "%tocilizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2072', 'drugMechanismOfAction': 'Interleukin-6 receptor alpha subunit inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.835 | Q14 | What mechanism type does the drug Neramexane Mesylate use? | The drug Neramexane Mesylate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%neramexane mesylate%" OR LOWER(tradeNames_string) LIKE "%neramexane mesylate%" OR LOWER(drugSynonyms_string) LIKE "%neramexane mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5793', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5794', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha9/alpha10 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1894 | Q14 | What mechanism type does the drug Melatonin use? | The drug Melatonin is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%melatonin%" OR LOWER(tradeNames_string) LIKE "%melatonin%" OR LOWER(drugSynonyms_string) LIKE "%melatonin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5737', 'drugMechanismOfAction': 'Melatonin receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.481 | Q14 | What mechanism type does the drug Brompheniramine use? | The drug Brompheniramine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%brompheniramine%" OR LOWER(tradeNames_string) LIKE "%brompheniramine%" OR LOWER(drugSynonyms_string) LIKE "%brompheniramine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1014', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_6367', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4355', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_431', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1472 | Q14 | What mechanism type does the drug Suprofen use? | The drug Suprofen is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%suprofen%" OR LOWER(tradeNames_string) LIKE "%suprofen%" OR LOWER(drugSynonyms_string) LIKE "%suprofen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_792', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1887 | Q14 | What mechanism type does the drug Deucravacitinib use? | The drug Deucravacitinib is a negative allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%deucravacitinib%" OR LOWER(tradeNames_string) LIKE "%deucravacitinib%" OR LOWER(drugSynonyms_string) LIKE "%deucravacitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1979', 'drugMechanismOfAction': 'Tyrosine-protein kinase TYK2 negative allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_6268', 'drugMechanismOfAction': 'Tyrosine-protein kinase TYK2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6269', 'drugMechanismOfAction': 'Tyrosine-protein kinase TYK2 negative allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1398 | Q14 | What mechanism type does the drug Nimotuzumab use? | The drug Nimotuzumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nimotuzumab%" OR LOWER(tradeNames_string) LIKE "%nimotuzumab%" OR LOWER(drugSynonyms_string) LIKE "%nimotuzumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5759', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.659 | Q14 | What mechanism type does the drug Ibuprofen use? | The drug Ibuprofen is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ibuprofen%" OR LOWER(tradeNames_string) LIKE "%ibuprofen%" OR LOWER(drugSynonyms_string) LIKE "%ibuprofen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1446', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3209', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4050', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_566', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.175 | Q14 | What mechanism type does the drug Pactimibe use? | The drug Pactimibe is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pactimibe%" OR LOWER(tradeNames_string) LIKE "%pactimibe%" OR LOWER(drugSynonyms_string) LIKE "%pactimibe%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6271', 'drugMechanismOfAction': 'Acyl coenzyme A:cholesterol acyltransferase 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6272', 'drugMechanismOfAction': 'Acyl coenzyme A:cholesterol acyltransferase 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1159 | Q14 | What mechanism type does the drug Bi-505 use? | The drug Bi-505 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bi-505%" OR LOWER(tradeNames_string) LIKE "%bi-505%" OR LOWER(drugSynonyms_string) LIKE "%bi-505%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1999', 'drugMechanismOfAction': 'Intercellular adhesion molecule-1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.39 | Q14 | What mechanism type does the drug Vidupiprant use? | The drug Vidupiprant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vidupiprant%" OR LOWER(tradeNames_string) LIKE "%vidupiprant%" OR LOWER(drugSynonyms_string) LIKE "%vidupiprant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_161', 'drugMechanismOfAction': 'G protein-coupled receptor 44 antagonist'}, {'UUID': 'DrugGeneTargets_v2_162', 'drugMechanismOfAction': 'Prostanoid DP receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.720 | Q14 | What mechanism type does the drug Aprutumab Ixadotin use? | The drug Aprutumab Ixadotin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%aprutumab ixadotin%" OR LOWER(tradeNames_string) LIKE "%aprutumab ixadotin%" OR LOWER(drugSynonyms_string) LIKE "%aprutumab ixadotin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2066', 'drugMechanismOfAction': 'Fibroblast growth factor receptor 2 binding agent'}, {'UUID': 'DrugGeneTargets_v2_2067', 'drugMechanismOfAction': 'Tubulin inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.93 | Q14 | What mechanism type does the drug Piclozotan use? | The drug Piclozotan is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%piclozotan%" OR LOWER(tradeNames_string) LIKE "%piclozotan%" OR LOWER(drugSynonyms_string) LIKE "%piclozotan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3853', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1937 | Q14 | What mechanism type does the drug Diphenidol use? | The drug Diphenidol is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%diphenidol%" OR LOWER(tradeNames_string) LIKE "%diphenidol%" OR LOWER(drugSynonyms_string) LIKE "%diphenidol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1476', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}, {'UUID': 'DrugGeneTargets_v2_4667', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1215 | Q14 | What mechanism type does the drug Clesacostat use? | The drug Clesacostat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%clesacostat%" OR LOWER(tradeNames_string) LIKE "%clesacostat%" OR LOWER(drugSynonyms_string) LIKE "%clesacostat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2233', 'drugMechanismOfAction': 'Acetyl-CoA carboxylase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.882 | Q14 | What mechanism type does the drug Mequinol use? | The drug Mequinol is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mequinol%" OR LOWER(tradeNames_string) LIKE "%mequinol%" OR LOWER(drugSynonyms_string) LIKE "%mequinol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5010', 'drugMechanismOfAction': 'Tyrosinase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1353 | Q14 | What mechanism type does the drug Balugrastim use? | The drug Balugrastim is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%balugrastim%" OR LOWER(tradeNames_string) LIKE "%balugrastim%" OR LOWER(drugSynonyms_string) LIKE "%balugrastim%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_552', 'drugMechanismOfAction': 'Granulocyte colony stimulating factor receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1891 | Q14 | What mechanism type does the drug Insm-18 use? | The drug Insm-18 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%insm-18%" OR LOWER(tradeNames_string) LIKE "%insm-18%" OR LOWER(drugSynonyms_string) LIKE "%insm-18%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_12', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_13', 'drugMechanismOfAction': 'Insulin-like growth factor I receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1102 | Q14 | What mechanism type does the drug Halcinonide use? | The drug Halcinonide is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%halcinonide%" OR LOWER(tradeNames_string) LIKE "%halcinonide%" OR LOWER(drugSynonyms_string) LIKE "%halcinonide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5783', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1165 | Q14 | What mechanism type does the drug Prs-211375 use? | The drug Prs-211375 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%prs-211375%" OR LOWER(tradeNames_string) LIKE "%prs-211375%" OR LOWER(drugSynonyms_string) LIKE "%prs-211375%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5005', 'drugMechanismOfAction': 'Cannabinoid CB2 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1365 | Q14 | What mechanism type does the drug Neboglamine use? | The drug Neboglamine is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%neboglamine%" OR LOWER(tradeNames_string) LIKE "%neboglamine%" OR LOWER(drugSynonyms_string) LIKE "%neboglamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3366', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1959 | Q14 | What mechanism type does the drug Grc-6211 use? | The drug Grc-6211 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%grc-6211%" OR LOWER(tradeNames_string) LIKE "%grc-6211%" OR LOWER(drugSynonyms_string) LIKE "%grc-6211%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2392', 'drugMechanismOfAction': 'Vanilloid receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.505 | Q14 | What mechanism type does the drug Afasevikumab use? | The drug Afasevikumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%afasevikumab%" OR LOWER(tradeNames_string) LIKE "%afasevikumab%" OR LOWER(drugSynonyms_string) LIKE "%afasevikumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2861', 'drugMechanismOfAction': 'Interleukin 17A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.342 | Q14 | What mechanism type does the drug Sunitinib use? | The drug Sunitinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sunitinib%" OR LOWER(tradeNames_string) LIKE "%sunitinib%" OR LOWER(drugSynonyms_string) LIKE "%sunitinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3918', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor RET inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3919', 'drugMechanismOfAction': 'Platelet-derived growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3920', 'drugMechanismOfAction': 'Stem cell growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3921', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3922', 'drugMechanismOfAction': 'Macrophage colony stimulating factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3923', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3449', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor RET inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3450', 'drugMechanismOfAction': 'Platelet-derived growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3451', 'drugMechanismOfAction': 'Stem cell growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3452', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3453', 'drugMechanismOfAction': 'Macrophage colony stimulating factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3454', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1198 | Q14 | What mechanism type does the drug Epitumomab Cituxetan use? | The drug Epitumomab Cituxetan is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%epitumomab cituxetan%" OR LOWER(tradeNames_string) LIKE "%epitumomab cituxetan%" OR LOWER(drugSynonyms_string) LIKE "%epitumomab cituxetan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_781', 'drugMechanismOfAction': 'Mucin-1 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.29 | Q14 | What mechanism type does the drug Amg-108 use? | The drug Amg-108 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amg-108%" OR LOWER(tradeNames_string) LIKE "%amg-108%" OR LOWER(drugSynonyms_string) LIKE "%amg-108%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_714', 'drugMechanismOfAction': 'Interleukin-1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1227 | Q14 | What mechanism type does the drug Osi-7904 use? | The drug Osi-7904 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%osi-7904%" OR LOWER(tradeNames_string) LIKE "%osi-7904%" OR LOWER(drugSynonyms_string) LIKE "%osi-7904%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5813', 'drugMechanismOfAction': 'Thymidylate synthase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1434 | Q14 | What mechanism type does the drug Edrophonium use? | The drug Edrophonium is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%edrophonium%" OR LOWER(tradeNames_string) LIKE "%edrophonium%" OR LOWER(drugSynonyms_string) LIKE "%edrophonium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5676', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5141', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1954 | Q14 | What mechanism type does the drug Maralixibat Chloride use? | The drug Maralixibat Chloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%maralixibat chloride%" OR LOWER(tradeNames_string) LIKE "%maralixibat chloride%" OR LOWER(drugSynonyms_string) LIKE "%maralixibat chloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5944', 'drugMechanismOfAction': 'Ileal bile acid transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.954 | Q14 | What mechanism type does the drug Pf-04991532 use? | The drug Pf-04991532 is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pf-04991532%" OR LOWER(tradeNames_string) LIKE "%pf-04991532%" OR LOWER(drugSynonyms_string) LIKE "%pf-04991532%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4171', 'drugMechanismOfAction': 'Hexokinase type IV activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.172 | Q14 | What mechanism type does the drug Bazlitoran use? | The drug Bazlitoran is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bazlitoran%" OR LOWER(tradeNames_string) LIKE "%bazlitoran%" OR LOWER(drugSynonyms_string) LIKE "%bazlitoran%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5581', 'drugMechanismOfAction': 'Toll-like receptor 8 antagonist'}, {'UUID': 'DrugGeneTargets_v2_5582', 'drugMechanismOfAction': 'Toll-like receptor 7 antagonist'}, {'UUID': 'DrugGeneTargets_v2_5583', 'drugMechanismOfAction': 'Toll-like receptor 9 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1406 | Q14 | What mechanism type does the drug Resimmune use? | The drug Resimmune is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%resimmune%" OR LOWER(tradeNames_string) LIKE "%resimmune%" OR LOWER(drugSynonyms_string) LIKE "%resimmune%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_698', 'drugMechanismOfAction': 'T-cell surface glycoprotein CD3 epsilon chain binding agent'}, {'UUID': 'DrugGeneTargets_v2_699', 'drugMechanismOfAction': 'Elongation factor 2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1207 | Q14 | What mechanism type does the drug Cep-5214 use? | The drug Cep-5214 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cep-5214%" OR LOWER(tradeNames_string) LIKE "%cep-5214%" OR LOWER(drugSynonyms_string) LIKE "%cep-5214%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_219', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1263 | Q14 | What mechanism type does the drug Lonapegsomatropin use? | The drug Lonapegsomatropin is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lonapegsomatropin%" OR LOWER(tradeNames_string) LIKE "%lonapegsomatropin%" OR LOWER(drugSynonyms_string) LIKE "%lonapegsomatropin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2482', 'drugMechanismOfAction': 'Growth hormone receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1400 | Q14 | What mechanism type does the drug Fadrozole Hydrochloride use? | The drug Fadrozole Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fadrozole hydrochloride%" OR LOWER(tradeNames_string) LIKE "%fadrozole hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%fadrozole hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4298', 'drugMechanismOfAction': 'Cytochrome P450 19A1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.920 | Q14 | What mechanism type does the drug Evt-101 use? | The drug Evt-101 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%evt-101%" OR LOWER(tradeNames_string) LIKE "%evt-101%" OR LOWER(drugSynonyms_string) LIKE "%evt-101%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2903', 'drugMechanismOfAction': 'Glutamate NMDA receptor; GRIN1/GRIN2B antagonist'}, {'UUID': 'DrugGeneTargets_v2_3345', 'drugMechanismOfAction': 'Glutamate NMDA receptor; GRIN1/GRIN2B antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.497 | Q14 | What mechanism type does the drug Pancuronium Bromide use? | The drug Pancuronium Bromide is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pancuronium bromide%" OR LOWER(tradeNames_string) LIKE "%pancuronium bromide%" OR LOWER(drugSynonyms_string) LIKE "%pancuronium bromide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6111', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4193', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.962 | Q14 | What mechanism type does the drug Oxymetholone use? | The drug Oxymetholone is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%oxymetholone%" OR LOWER(tradeNames_string) LIKE "%oxymetholone%" OR LOWER(drugSynonyms_string) LIKE "%oxymetholone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_111', 'drugMechanismOfAction': 'Androgen Receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1106 | Q14 | What mechanism type does the drug Eldelumab use? | The drug Eldelumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%eldelumab%" OR LOWER(tradeNames_string) LIKE "%eldelumab%" OR LOWER(drugSynonyms_string) LIKE "%eldelumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_850', 'drugMechanismOfAction': 'C-X-C motif chemokine 10 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1041 | Q14 | What mechanism type does the drug Ravagalimab use? | The drug Ravagalimab is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ravagalimab%" OR LOWER(tradeNames_string) LIKE "%ravagalimab%" OR LOWER(drugSynonyms_string) LIKE "%ravagalimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5736', 'drugMechanismOfAction': 'CD40 ligand antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.594 | Q14 | What mechanism type does the drug Bretylium use? | The drug Bretylium is a substrate. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bretylium%" OR LOWER(tradeNames_string) LIKE "%bretylium%" OR LOWER(drugSynonyms_string) LIKE "%bretylium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_904', 'drugMechanismOfAction': 'Norepinephrine transporter substrate'}, {'UUID': 'DrugGeneTargets_v2_4234', 'drugMechanismOfAction': 'Norepinephrine transporter substrate'}] | general | Distinct, Similarity Search | Metadata |
Q14.757 | Q14 | What mechanism type does the drug Cisatracurium use? | The drug Cisatracurium is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cisatracurium%" OR LOWER(tradeNames_string) LIKE "%cisatracurium%" OR LOWER(drugSynonyms_string) LIKE "%cisatracurium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3167', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3676', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.664 | Q14 | What mechanism type does the drug Crenolanib use? | The drug Crenolanib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%crenolanib%" OR LOWER(tradeNames_string) LIKE "%crenolanib%" OR LOWER(drugSynonyms_string) LIKE "%crenolanib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3476', 'drugMechanismOfAction': 'Platelet-derived growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3477', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.237 | Q14 | What mechanism type does the drug Pemafibrate use? | The drug Pemafibrate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pemafibrate%" OR LOWER(tradeNames_string) LIKE "%pemafibrate%" OR LOWER(drugSynonyms_string) LIKE "%pemafibrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2204', 'drugMechanismOfAction': 'Peroxisome proliferator-activated receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.739 | Q14 | What mechanism type does the drug Vofopitant use? | The drug Vofopitant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%vofopitant%" OR LOWER(tradeNames_string) LIKE "%vofopitant%" OR LOWER(drugSynonyms_string) LIKE "%vofopitant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4385', 'drugMechanismOfAction': 'Neurokinin 1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1989 | Q14 | What mechanism type does the drug Pasireotide Pamoate use? | The drug Pasireotide Pamoate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pasireotide pamoate%" OR LOWER(tradeNames_string) LIKE "%pasireotide pamoate%" OR LOWER(drugSynonyms_string) LIKE "%pasireotide pamoate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6120', 'drugMechanismOfAction': 'Somatostatin receptor 3 agonist'}, {'UUID': 'DrugGeneTargets_v2_6121', 'drugMechanismOfAction': 'Somatostatin receptor 5 agonist'}, {'UUID': 'DrugGeneTargets_v2_6122', 'drugMechanismOfAction': 'Somatostatin receptor 1 agonist'}, {'UUID': 'DrugGeneTargets_v2_6123', 'drugMechanismOfAction': 'Somatostatin receptor 2 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1633 | Q14 | What mechanism type does the drug Nomifensine use? | The drug Nomifensine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%nomifensine%" OR LOWER(tradeNames_string) LIKE "%nomifensine%" OR LOWER(drugSynonyms_string) LIKE "%nomifensine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4329', 'drugMechanismOfAction': 'Monoamine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2665', 'drugMechanismOfAction': 'Monoamine transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1166 | Q14 | What mechanism type does the drug Pseudoephedrine use? | The drug Pseudoephedrine is a releasing agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pseudoephedrine%" OR LOWER(tradeNames_string) LIKE "%pseudoephedrine%" OR LOWER(drugSynonyms_string) LIKE "%pseudoephedrine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5086', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_1353', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_151', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_2493', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1471 | Q14 | What mechanism type does the drug Tetomilast use? | The drug Tetomilast is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tetomilast%" OR LOWER(tradeNames_string) LIKE "%tetomilast%" OR LOWER(drugSynonyms_string) LIKE "%tetomilast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3222', 'drugMechanismOfAction': 'Phosphodiesterase 4 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1913 | Q14 | What mechanism type does the drug Chlorothiazide use? | The drug Chlorothiazide is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%chlorothiazide%" OR LOWER(tradeNames_string) LIKE "%chlorothiazide%" OR LOWER(drugSynonyms_string) LIKE "%chlorothiazide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4705', 'drugMechanismOfAction': 'Thiazide-sensitive sodium-chloride cotransporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1678', 'drugMechanismOfAction': 'Thiazide-sensitive sodium-chloride cotransporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5405', 'drugMechanismOfAction': 'Thiazide-sensitive sodium-chloride cotransporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1628 | Q14 | What mechanism type does the drug Suvorexant use? | The drug Suvorexant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%suvorexant%" OR LOWER(tradeNames_string) LIKE "%suvorexant%" OR LOWER(drugSynonyms_string) LIKE "%suvorexant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5935', 'drugMechanismOfAction': 'Orexin receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.943 | Q14 | What mechanism type does the drug Mln-01 use? | The drug Mln-01 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mln-01%" OR LOWER(tradeNames_string) LIKE "%mln-01%" OR LOWER(drugSynonyms_string) LIKE "%mln-01%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5539', 'drugMechanismOfAction': 'Integrin beta-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_271', 'drugMechanismOfAction': 'Serine/threonine-protein kinase mTOR inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1219 | Q14 | What mechanism type does the drug Norepinephrine Bitartrate use? | The drug Norepinephrine Bitartrate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%norepinephrine bitartrate%" OR LOWER(tradeNames_string) LIKE "%norepinephrine bitartrate%" OR LOWER(drugSynonyms_string) LIKE "%norepinephrine bitartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1843', 'drugMechanismOfAction': 'Adrenergic receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1074 | Q14 | What mechanism type does the drug Tetrazepam use? | The drug Tetrazepam is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tetrazepam%" OR LOWER(tradeNames_string) LIKE "%tetrazepam%" OR LOWER(drugSynonyms_string) LIKE "%tetrazepam%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3278', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | 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.