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.1559 | Q14 | What mechanism type does the drug Inotersen Sodium use? | The drug Inotersen Sodium is an antisense inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%inotersen sodium%" OR LOWER(tradeNames_string) LIKE "%inotersen sodium%" OR LOWER(drugSynonyms_string) LIKE "%inotersen sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3256', 'drugMechanismOfAction': 'Transthyretin mRNA antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1350 | Q14 | What mechanism type does the drug Ontamalimab use? | The drug Ontamalimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ontamalimab%" OR LOWER(tradeNames_string) LIKE "%ontamalimab%" OR LOWER(drugSynonyms_string) LIKE "%ontamalimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4678', 'drugMechanismOfAction': 'Mucosal addressin cell adhesion molecule-1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1359 | Q14 | What mechanism type does the drug Apratastat use? | The drug Apratastat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%apratastat%" OR LOWER(tradeNames_string) LIKE "%apratastat%" OR LOWER(drugSynonyms_string) LIKE "%apratastat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4215', 'drugMechanismOfAction': 'ADAM17 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4216', 'drugMechanismOfAction': 'Matrix metalloproteinase 13 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.947 | Q14 | What mechanism type does the drug Dextroamphetamine Adipate use? | The drug Dextroamphetamine Adipate is a releasing agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%dextroamphetamine adipate%" OR LOWER(tradeNames_string) LIKE "%dextroamphetamine adipate%" OR LOWER(drugSynonyms_string) LIKE "%dextroamphetamine adipate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3241', 'drugMechanismOfAction': 'Synaptic vesicular amine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3242', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_3243', 'drugMechanismOfAction': 'Dopamine transporter releasing agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.348 | Q14 | What mechanism type does the drug Adomeglivant use? | The drug Adomeglivant is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%adomeglivant%" OR LOWER(tradeNames_string) LIKE "%adomeglivant%" OR LOWER(drugSynonyms_string) LIKE "%adomeglivant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6357', 'drugMechanismOfAction': 'Glucagon receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.606 | Q14 | What mechanism type does the drug Apomab use? | The drug Apomab is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%apomab%" OR LOWER(tradeNames_string) LIKE "%apomab%" OR LOWER(drugSynonyms_string) LIKE "%apomab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5209', 'drugMechanismOfAction': 'Tumor necrosis factor receptor superfamily member 10B agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.719 | Q14 | What mechanism type does the drug Mab-425 use? | The drug Mab-425 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mab-425%" OR LOWER(tradeNames_string) LIKE "%mab-425%" OR LOWER(drugSynonyms_string) LIKE "%mab-425%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2082', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.118 | Q14 | What mechanism type does the drug Chlorzoxazone use? | The drug Chlorzoxazone is an opener. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%chlorzoxazone%" OR LOWER(tradeNames_string) LIKE "%chlorzoxazone%" OR LOWER(drugSynonyms_string) LIKE "%chlorzoxazone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_326', 'drugMechanismOfAction': 'Intermediate conductance calcium-activated potassium channel protein 4 opener'}] | general | Distinct, Similarity Search | Metadata |
Q14.617 | Q14 | What mechanism type does the drug Mifamurtide use? | The drug Mifamurtide does not have a clearly defined mechanism type. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mifamurtide%" OR LOWER(tradeNames_string) LIKE "%mifamurtide%" OR LOWER(drugSynonyms_string) LIKE "%mifamurtide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1449', 'drugMechanismOfAction': 'Nucleotide-binding oligomerization domain-containing protein 2 other'}, {'UUID': 'DrugGeneTargets_v2_4474', 'drugMechanismOfAction': 'Nucleotide-binding oligomerization domain-containing protein 2 other'}] | general | Distinct, Similarity Search | Metadata |
Q14.1013 | Q14 | What mechanism type does the drug Lenalidomide use? | The drug Lenalidomide is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lenalidomide%" OR LOWER(tradeNames_string) LIKE "%lenalidomide%" OR LOWER(drugSynonyms_string) LIKE "%lenalidomide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_456', 'drugMechanismOfAction': 'CRL4(CRBN) E3 ubiquitin ligase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1265 | Q14 | What mechanism type does the drug Glpg0492 use? | The drug Glpg0492 is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%glpg0492%" OR LOWER(tradeNames_string) LIKE "%glpg0492%" OR LOWER(drugSynonyms_string) LIKE "%glpg0492%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1004', 'drugMechanismOfAction': 'Androgen Receptor modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1489 | Q14 | What mechanism type does the drug Emb-01 use? | The drug Emb-01 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%emb-01%" OR LOWER(tradeNames_string) LIKE "%emb-01%" OR LOWER(drugSynonyms_string) LIKE "%emb-01%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3669', 'drugMechanismOfAction': 'Hepatocyte growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3670', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.489 | Q14 | What mechanism type does the drug Trimethaphan use? | The drug Trimethaphan is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%trimethaphan%" OR LOWER(tradeNames_string) LIKE "%trimethaphan%" OR LOWER(drugSynonyms_string) LIKE "%trimethaphan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4467', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha3/beta4 antagonist'}, {'UUID': 'DrugGeneTargets_v2_5467', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha3/beta4 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1711 | Q14 | What mechanism type does the drug Tanzisertib use? | The drug Tanzisertib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tanzisertib%" OR LOWER(tradeNames_string) LIKE "%tanzisertib%" OR LOWER(drugSynonyms_string) LIKE "%tanzisertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1117', 'drugMechanismOfAction': 'c-Jun N-terminal kinase 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1118', 'drugMechanismOfAction': 'c-Jun N-terminal kinase 1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1119', 'drugMechanismOfAction': 'c-Jun N-terminal kinase 3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.787 | Q14 | What mechanism type does the drug Suloctidil use? | The drug Suloctidil is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%suloctidil%" OR LOWER(tradeNames_string) LIKE "%suloctidil%" OR LOWER(drugSynonyms_string) LIKE "%suloctidil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1799', 'drugMechanismOfAction': 'Voltage-gated calcium channel blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.881 | Q14 | What mechanism type does the drug Tiragolumab use? | The drug Tiragolumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%tiragolumab%" OR LOWER(tradeNames_string) LIKE "%tiragolumab%" OR LOWER(drugSynonyms_string) LIKE "%tiragolumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4118', 'drugMechanismOfAction': 'T-cell immunoreceptor with Ig and ITIM domains inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1555 | Q14 | What mechanism type does the drug Pri-724 use? | The drug Pri-724 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pri-724%" OR LOWER(tradeNames_string) LIKE "%pri-724%" OR LOWER(drugSynonyms_string) LIKE "%pri-724%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3141', 'drugMechanismOfAction': 'CBP/beta catenin inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.567 | Q14 | What mechanism type does the drug Namilumab use? | The drug Namilumab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%namilumab%" OR LOWER(tradeNames_string) LIKE "%namilumab%" OR LOWER(drugSynonyms_string) LIKE "%namilumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1335', 'drugMechanismOfAction': 'Granulocyte-macrophage colony-stimulating factor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.254 | Q14 | What mechanism type does the drug Halothane use? | The drug Halothane is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%halothane%" OR LOWER(tradeNames_string) LIKE "%halothane%" OR LOWER(drugSynonyms_string) LIKE "%halothane%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5037', 'drugMechanismOfAction': 'Potassium channel subfamily K member 9 opener'}, {'UUID': 'DrugGeneTargets_v2_5038', 'drugMechanismOfAction': 'Potassium channel subfamily K member 2 opener'}, {'UUID': 'DrugGeneTargets_v2_5039', 'drugMechanismOfAction': 'Potassium channel subfamily K member 10 opener'}, {'UUID': 'DrugGeneTargets_v2_5040', 'drugMechanismOfAction': 'Potassium channel subfamily K member 3 opener'}, {'UUID': 'DrugGeneTargets_v2_5041', 'drugMechanismOfAction': 'Potassium channel subfamily K member 18 opener'}, {'UUID': 'DrugGeneTargets_v2_5042', 'drugMechanismOfAction': 'Glycine receptor (alpha-1/beta) positive modulator'}, {'UUID': 'DrugGeneTargets_v2_5043', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.242 | Q14 | What mechanism type does the drug Ergotamine Tartrate use? | The drug Ergotamine Tartrate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ergotamine tartrate%" OR LOWER(tradeNames_string) LIKE "%ergotamine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%ergotamine tartrate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3551', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3552', 'drugMechanismOfAction': 'Adrenergic receptor alpha agonist'}, {'UUID': 'DrugGeneTargets_v2_3131', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3132', 'drugMechanismOfAction': 'Adrenergic receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.176 | Q14 | What mechanism type does the drug Penbutolol Sulfate use? | The drug Penbutolol Sulfate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%penbutolol sulfate%" OR LOWER(tradeNames_string) LIKE "%penbutolol sulfate%" OR LOWER(drugSynonyms_string) LIKE "%penbutolol sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1057', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1058', 'drugMechanismOfAction': 'Beta-1 adrenergic receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.824 | Q14 | What mechanism type does the drug Clomipramine Hydrochloride use? | The drug Clomipramine Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%clomipramine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%clomipramine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%clomipramine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1137', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.983 | Q14 | What mechanism type does the drug Plerixafor use? | The drug Plerixafor is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%plerixafor%" OR LOWER(tradeNames_string) LIKE "%plerixafor%" OR LOWER(drugSynonyms_string) LIKE "%plerixafor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5536', 'drugMechanismOfAction': 'C-X-C chemokine receptor type 4 partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1476 | Q14 | What mechanism type does the drug Orteronel use? | The drug Orteronel is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%orteronel%" OR LOWER(tradeNames_string) LIKE "%orteronel%" OR LOWER(drugSynonyms_string) LIKE "%orteronel%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1762', 'drugMechanismOfAction': 'Cytochrome P450 17A1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1262 | Q14 | What mechanism type does the drug As-703988 use? | The drug As-703988 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%as-703988%" OR LOWER(tradeNames_string) LIKE "%as-703988%" OR LOWER(drugSynonyms_string) LIKE "%as-703988%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2441', 'drugMechanismOfAction': 'Dual specificity mitogen-activated protein kinase kinase 1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2442', 'drugMechanismOfAction': 'Dual specificity mitogen-activated protein kinase kinase 2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1280 | Q14 | What mechanism type does the drug Bvt.115959 use? | The drug Bvt.115959 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%bvt.115959%" OR LOWER(tradeNames_string) LIKE "%bvt.115959%" OR LOWER(drugSynonyms_string) LIKE "%bvt.115959%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_912', 'drugMechanismOfAction': 'Adenosine A2a receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.751 | Q14 | What mechanism type does the drug Taladegib use? | The drug Taladegib is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%taladegib%" OR LOWER(tradeNames_string) LIKE "%taladegib%" OR LOWER(drugSynonyms_string) LIKE "%taladegib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6003', 'drugMechanismOfAction': 'Smoothened homolog antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.561 | Q14 | What mechanism type does the drug Gsk159802 use? | The drug Gsk159802 is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk159802%" OR LOWER(tradeNames_string) LIKE "%gsk159802%" OR LOWER(drugSynonyms_string) LIKE "%gsk159802%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1345', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.81 | Q14 | What mechanism type does the drug Brigatinib use? | The drug Brigatinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%brigatinib%" OR LOWER(tradeNames_string) LIKE "%brigatinib%" OR LOWER(drugSynonyms_string) LIKE "%brigatinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1566', 'drugMechanismOfAction': 'ALK tyrosine kinase receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1567', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1042 | Q14 | What mechanism type does the drug Rindopepimut use? | The drug Rindopepimut is a vaccine antigen. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rindopepimut%" OR LOWER(tradeNames_string) LIKE "%rindopepimut%" OR LOWER(drugSynonyms_string) LIKE "%rindopepimut%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2932', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 vaccine antigen'}] | general | Distinct, Similarity Search | Metadata |
Q14.1314 | Q14 | What mechanism type does the drug Oxycodone Hydrochloride use? | The drug Oxycodone Hydrochloride is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%oxycodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%oxycodone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%oxycodone hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4049', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3599', 'drugMechanismOfAction': 'Opioid receptors; mu/kappa/delta agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.33 | Q14 | What mechanism type does the drug Solifenacin use? | The drug Solifenacin is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%solifenacin%" OR LOWER(tradeNames_string) LIKE "%solifenacin%" OR LOWER(drugSynonyms_string) LIKE "%solifenacin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3330', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M2 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3331', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1607', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M2 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1608', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1739 | Q14 | What mechanism type does the drug Clomethiazole use? | The drug Clomethiazole is a positive allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%clomethiazole%" OR LOWER(tradeNames_string) LIKE "%clomethiazole%" OR LOWER(drugSynonyms_string) LIKE "%clomethiazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2287', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.358 | Q14 | What mechanism type does the drug Lubiprostone use? | The drug Lubiprostone is an opener. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%lubiprostone%" OR LOWER(tradeNames_string) LIKE "%lubiprostone%" OR LOWER(drugSynonyms_string) LIKE "%lubiprostone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3388', 'drugMechanismOfAction': 'Chloride channel protein 2 opener'}] | general | Distinct, Similarity Search | Metadata |
Q14.1077 | Q14 | What mechanism type does the drug Cevimeline use? | The drug Cevimeline is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cevimeline%" OR LOWER(tradeNames_string) LIKE "%cevimeline%" OR LOWER(drugSynonyms_string) LIKE "%cevimeline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2496', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 agonist'}, {'UUID': 'DrugGeneTargets_v2_2497', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 agonist'}, {'UUID': 'DrugGeneTargets_v2_3773', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 agonist'}, {'UUID': 'DrugGeneTargets_v2_3774', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1692 | Q14 | What mechanism type does the drug Cosyntropin use? | The drug Cosyntropin is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cosyntropin%" OR LOWER(tradeNames_string) LIKE "%cosyntropin%" OR LOWER(drugSynonyms_string) LIKE "%cosyntropin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4137', 'drugMechanismOfAction': 'Melanocortin receptor 2 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.127 | Q14 | What mechanism type does the drug Mk-0812 use? | The drug Mk-0812 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%mk-0812%" OR LOWER(tradeNames_string) LIKE "%mk-0812%" OR LOWER(drugSynonyms_string) LIKE "%mk-0812%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1457', 'drugMechanismOfAction': 'C-C chemokine receptor type 2 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1031 | Q14 | What mechanism type does the drug Misoprostol use? | The drug Misoprostol is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%misoprostol%" OR LOWER(tradeNames_string) LIKE "%misoprostol%" OR LOWER(drugSynonyms_string) LIKE "%misoprostol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4262', 'drugMechanismOfAction': 'Prostanoid EP3 receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.399 | Q14 | What mechanism type does the drug S-222611 use? | The drug S-222611 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%s-222611%" OR LOWER(tradeNames_string) LIKE "%s-222611%" OR LOWER(drugSynonyms_string) LIKE "%s-222611%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2712', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2713', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.444 | Q14 | What mechanism type does the drug Gsk2982772 use? | The drug Gsk2982772 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk2982772%" OR LOWER(tradeNames_string) LIKE "%gsk2982772%" OR LOWER(drugSynonyms_string) LIKE "%gsk2982772%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4958', 'drugMechanismOfAction': 'Receptor-interacting serine/threonine-protein kinase 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.166 | Q14 | What mechanism type does the drug Rg-7167 use? | The drug Rg-7167 is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rg-7167%" OR LOWER(tradeNames_string) LIKE "%rg-7167%" OR LOWER(drugSynonyms_string) LIKE "%rg-7167%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5307', 'drugMechanismOfAction': 'Dual specificity mitogen-activated protein kinase kinase; MEK1/2 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.206 | Q14 | What mechanism type does the drug Carbimazole use? | The drug Carbimazole is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%carbimazole%" OR LOWER(tradeNames_string) LIKE "%carbimazole%" OR LOWER(drugSynonyms_string) LIKE "%carbimazole%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2546', 'drugMechanismOfAction': 'Thyroid peroxidase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1571 | Q14 | What mechanism type does the drug Gsk-2586881 use? | The drug Gsk-2586881 is a hydrolytic enzyme. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk-2586881%" OR LOWER(tradeNames_string) LIKE "%gsk-2586881%" OR LOWER(drugSynonyms_string) LIKE "%gsk-2586881%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5371', 'drugMechanismOfAction': 'Angiotensinogen hydrolytic enzyme'}] | general | Distinct, Similarity Search | Metadata |
Q14.1641 | Q14 | What mechanism type does the drug Metoclopramide use? | The drug Metoclopramide is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%metoclopramide%" OR LOWER(tradeNames_string) LIKE "%metoclopramide%" OR LOWER(drugSynonyms_string) LIKE "%metoclopramide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5203', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5204', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5205', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3504', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3505', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3506', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1565 | Q14 | What mechanism type does the drug Cyclofenil use? | The drug Cyclofenil is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%cyclofenil%" OR LOWER(tradeNames_string) LIKE "%cyclofenil%" OR LOWER(drugSynonyms_string) LIKE "%cyclofenil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1475', 'drugMechanismOfAction': 'Estrogen receptor modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.491 | Q14 | What mechanism type does the drug Fibrinogen, Human use? | The drug Fibrinogen, Human is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%fibrinogen, human%" OR LOWER(tradeNames_string) LIKE "%fibrinogen, human%" OR LOWER(drugSynonyms_string) LIKE "%fibrinogen, human%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5760', 'drugMechanismOfAction': 'Fibrinogen positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1966 | Q14 | What mechanism type does the drug Revumenib use? | The drug Revumenib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%revumenib%" OR LOWER(tradeNames_string) LIKE "%revumenib%" OR LOWER(drugSynonyms_string) LIKE "%revumenib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1716', 'drugMechanismOfAction': 'Menin/Histone-lysine N-methyltransferase MLL inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3382', 'drugMechanismOfAction': 'Menin/Histone-lysine N-methyltransferase MLL inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1800 | Q14 | What mechanism type does the drug Delapril use? | The drug Delapril is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%delapril%" OR LOWER(tradeNames_string) LIKE "%delapril%" OR LOWER(drugSynonyms_string) LIKE "%delapril%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5628', 'drugMechanismOfAction': 'Angiotensin-converting enzyme inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1330 | Q14 | What mechanism type does the drug Milrinone use? | The drug Milrinone is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%milrinone%" OR LOWER(tradeNames_string) LIKE "%milrinone%" OR LOWER(drugSynonyms_string) LIKE "%milrinone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2382', 'drugMechanismOfAction': 'Phosphodiesterase 3A inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3912', 'drugMechanismOfAction': 'Phosphodiesterase 3A inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.285 | Q14 | What mechanism type does the drug Etoposide Phosphate use? | The drug Etoposide Phosphate is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%etoposide phosphate%" OR LOWER(tradeNames_string) LIKE "%etoposide phosphate%" OR LOWER(drugSynonyms_string) LIKE "%etoposide phosphate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2949', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1375 | Q14 | What mechanism type does the drug Plocabulin use? | The drug Plocabulin is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%plocabulin%" OR LOWER(tradeNames_string) LIKE "%plocabulin%" OR LOWER(drugSynonyms_string) LIKE "%plocabulin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2981', 'drugMechanismOfAction': 'Tubulin inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.221 | Q14 | What mechanism type does the drug Phenytoin Sodium use? | The drug Phenytoin Sodium is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%phenytoin sodium%" OR LOWER(tradeNames_string) LIKE "%phenytoin sodium%" OR LOWER(drugSynonyms_string) LIKE "%phenytoin sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1082', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}, {'UUID': 'DrugGeneTargets_v2_181', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.1931 | Q14 | What mechanism type does the drug Asoprisnil use? | The drug Asoprisnil is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%asoprisnil%" OR LOWER(tradeNames_string) LIKE "%asoprisnil%" OR LOWER(drugSynonyms_string) LIKE "%asoprisnil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4647', 'drugMechanismOfAction': 'Progesterone receptor modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.888 | Q14 | What mechanism type does the drug Naldemedine use? | The drug Naldemedine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%naldemedine%" OR LOWER(tradeNames_string) LIKE "%naldemedine%" OR LOWER(drugSynonyms_string) LIKE "%naldemedine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6151', 'drugMechanismOfAction': 'Mu opioid receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1003', 'drugMechanismOfAction': 'Mu opioid receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1623 | Q14 | What mechanism type does the drug Coltuximab Ravtansine use? | The drug Coltuximab Ravtansine is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%coltuximab ravtansine%" OR LOWER(tradeNames_string) LIKE "%coltuximab ravtansine%" OR LOWER(drugSynonyms_string) LIKE "%coltuximab ravtansine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_555', 'drugMechanismOfAction': 'B-lymphocyte antigen CD19 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.701 | Q14 | What mechanism type does the drug Semagacestat use? | The drug Semagacestat is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%semagacestat%" OR LOWER(tradeNames_string) LIKE "%semagacestat%" OR LOWER(drugSynonyms_string) LIKE "%semagacestat%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6335', 'drugMechanismOfAction': 'Gamma-secretase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.61 | Q14 | What mechanism type does the drug Gevokizumab use? | The drug Gevokizumab is a negative allosteric modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gevokizumab%" OR LOWER(tradeNames_string) LIKE "%gevokizumab%" OR LOWER(drugSynonyms_string) LIKE "%gevokizumab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4946', 'drugMechanismOfAction': 'Interleukin-1 beta negative allosteric modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.843 | Q14 | What mechanism type does the drug Ziprasidone use? | The drug Ziprasidone is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ziprasidone%" OR LOWER(tradeNames_string) LIKE "%ziprasidone%" OR LOWER(drugSynonyms_string) LIKE "%ziprasidone%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3392', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3393', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3394', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1683', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1684', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1685', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4286', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4287', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4288', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1356 | Q14 | What mechanism type does the drug Elexacaftor use? | The drug Elexacaftor is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%elexacaftor%" OR LOWER(tradeNames_string) LIKE "%elexacaftor%" OR LOWER(drugSynonyms_string) LIKE "%elexacaftor%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_133', 'drugMechanismOfAction': 'Cystic fibrosis transmembrane conductance regulator positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.76 | Q14 | What mechanism type does the drug Idrevloride use? | The drug Idrevloride is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%idrevloride%" OR LOWER(tradeNames_string) LIKE "%idrevloride%" OR LOWER(drugSynonyms_string) LIKE "%idrevloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4187', 'drugMechanismOfAction': 'Amiloride-sensitive sodium channel, ENaC blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.165 | Q14 | What mechanism type does the drug Sulindac use? | The drug Sulindac is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sulindac%" OR LOWER(tradeNames_string) LIKE "%sulindac%" OR LOWER(drugSynonyms_string) LIKE "%sulindac%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_737', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.576 | Q14 | What mechanism type does the drug Ensifentrine use? | The drug Ensifentrine is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ensifentrine%" OR LOWER(tradeNames_string) LIKE "%ensifentrine%" OR LOWER(drugSynonyms_string) LIKE "%ensifentrine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4823', 'drugMechanismOfAction': 'Phosphodiesterase 4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4824', 'drugMechanismOfAction': 'Phosphodiesterase 3 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.959 | Q14 | What mechanism type does the drug Ispronicline use? | The drug Ispronicline is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ispronicline%" OR LOWER(tradeNames_string) LIKE "%ispronicline%" OR LOWER(drugSynonyms_string) LIKE "%ispronicline%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6148', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha4/beta2 partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1540 | Q14 | What mechanism type does the drug Batoprotafib use? | The drug Batoprotafib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%batoprotafib%" OR LOWER(tradeNames_string) LIKE "%batoprotafib%" OR LOWER(drugSynonyms_string) LIKE "%batoprotafib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6363', 'drugMechanismOfAction': 'Protein-tyrosine phosphatase 2C inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1046 | Q14 | What mechanism type does the drug Peginesatide use? | The drug Peginesatide is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%peginesatide%" OR LOWER(tradeNames_string) LIKE "%peginesatide%" OR LOWER(drugSynonyms_string) LIKE "%peginesatide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3479', 'drugMechanismOfAction': 'Erythropoietin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5606', 'drugMechanismOfAction': 'Erythropoietin receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1706 | Q14 | What mechanism type does the drug Sufentanil use? | The drug Sufentanil is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sufentanil%" OR LOWER(tradeNames_string) LIKE "%sufentanil%" OR LOWER(drugSynonyms_string) LIKE "%sufentanil%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3533', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3984', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.513 | Q14 | What mechanism type does the drug Azd1981 use? | The drug Azd1981 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%azd1981%" OR LOWER(tradeNames_string) LIKE "%azd1981%" OR LOWER(drugSynonyms_string) LIKE "%azd1981%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3608', 'drugMechanismOfAction': 'G protein-coupled receptor 44 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.46 | Q14 | What mechanism type does the drug Firategrast use? | The drug Firategrast is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%firategrast%" OR LOWER(tradeNames_string) LIKE "%firategrast%" OR LOWER(drugSynonyms_string) LIKE "%firategrast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2077', 'drugMechanismOfAction': 'Integrin alpha-4/beta-1 antagonist'}, {'UUID': 'DrugGeneTargets_v2_2078', 'drugMechanismOfAction': 'Integrin alpha-4/beta-7 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.946 | Q14 | What mechanism type does the drug Isoproterenol Sulfate use? | The drug Isoproterenol Sulfate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%isoproterenol sulfate%" OR LOWER(tradeNames_string) LIKE "%isoproterenol sulfate%" OR LOWER(drugSynonyms_string) LIKE "%isoproterenol sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5769', 'drugMechanismOfAction': 'Adrenergic receptor beta agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.366 | Q14 | What mechanism type does the drug Pelitrexol use? | The drug Pelitrexol is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%pelitrexol%" OR LOWER(tradeNames_string) LIKE "%pelitrexol%" OR LOWER(drugSynonyms_string) LIKE "%pelitrexol%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2859', 'drugMechanismOfAction': 'GAR transformylase inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.540 | Q14 | What mechanism type does the drug Galunisertib use? | The drug Galunisertib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%galunisertib%" OR LOWER(tradeNames_string) LIKE "%galunisertib%" OR LOWER(drugSynonyms_string) LIKE "%galunisertib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_818', 'drugMechanismOfAction': 'TGF-beta receptor type I inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.79 | Q14 | What mechanism type does the drug Evobrutinib use? | The drug Evobrutinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%evobrutinib%" OR LOWER(tradeNames_string) LIKE "%evobrutinib%" OR LOWER(drugSynonyms_string) LIKE "%evobrutinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5620', 'drugMechanismOfAction': 'Tyrosine-protein kinase BTK inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1917 | Q14 | What mechanism type does the drug Ergoloid Mesylates use? | The drug Ergoloid Mesylates is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ergoloid mesylates%" OR LOWER(tradeNames_string) LIKE "%ergoloid mesylates%" OR LOWER(drugSynonyms_string) LIKE "%ergoloid mesylates%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3519', 'drugMechanismOfAction': 'Adrenergic receptor alpha antagonist'}, {'UUID': 'DrugGeneTargets_v2_3520', 'drugMechanismOfAction': 'Dopamine receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3521', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3522', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1416 | Q14 | What mechanism type does the drug Doxazosin Mesylate use? | The drug Doxazosin Mesylate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%doxazosin mesylate%" OR LOWER(tradeNames_string) LIKE "%doxazosin mesylate%" OR LOWER(drugSynonyms_string) LIKE "%doxazosin mesylate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_924', 'drugMechanismOfAction': 'Adrenergic receptor alpha-1 antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.586 | Q14 | What mechanism type does the drug Aplindore Fumarate use? | The drug Aplindore Fumarate is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%aplindore fumarate%" OR LOWER(tradeNames_string) LIKE "%aplindore fumarate%" OR LOWER(drugSynonyms_string) LIKE "%aplindore fumarate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3155', 'drugMechanismOfAction': 'Dopamine D2 receptor partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1795 | Q14 | What mechanism type does the drug Trilaciclib use? | The drug Trilaciclib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%trilaciclib%" OR LOWER(tradeNames_string) LIKE "%trilaciclib%" OR LOWER(drugSynonyms_string) LIKE "%trilaciclib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_170', 'drugMechanismOfAction': 'Cyclin-dependent kinase 6 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_171', 'drugMechanismOfAction': 'Cyclin-dependent kinase 4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3859', 'drugMechanismOfAction': 'Cyclin-dependent kinase 6 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3860', 'drugMechanismOfAction': 'Cyclin-dependent kinase 4 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.771 | Q14 | What mechanism type does the drug Agn-211745 use? | The drug Agn-211745 is a rnai inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%agn-211745%" OR LOWER(tradeNames_string) LIKE "%agn-211745%" OR LOWER(drugSynonyms_string) LIKE "%agn-211745%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3416', 'drugMechanismOfAction': 'VEGFR1 mRNA rnai inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.371 | Q14 | What mechanism type does the drug Ispinesib use? | The drug Ispinesib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ispinesib%" OR LOWER(tradeNames_string) LIKE "%ispinesib%" OR LOWER(drugSynonyms_string) LIKE "%ispinesib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3893', 'drugMechanismOfAction': 'Kinesin-like protein 1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.809 | Q14 | What mechanism type does the drug Estradiol Valerate use? | The drug Estradiol Valerate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%estradiol valerate%" OR LOWER(tradeNames_string) LIKE "%estradiol valerate%" OR LOWER(drugSynonyms_string) LIKE "%estradiol valerate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6277', 'drugMechanismOfAction': 'Estrogen receptor alpha agonist'}, {'UUID': 'DrugGeneTargets_v2_4393', 'drugMechanismOfAction': 'Estrogen receptor alpha agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.31 | Q14 | What mechanism type does the drug Epoprostenol Sodium use? | The drug Epoprostenol Sodium is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%epoprostenol sodium%" OR LOWER(tradeNames_string) LIKE "%epoprostenol sodium%" OR LOWER(drugSynonyms_string) LIKE "%epoprostenol sodium%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1500', 'drugMechanismOfAction': 'Prostanoid IP receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1960 | Q14 | What mechanism type does the drug Ropeginterferon Alfa-2B use? | The drug Ropeginterferon Alfa-2B is a positive modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ropeginterferon alfa-2b%" OR LOWER(tradeNames_string) LIKE "%ropeginterferon alfa-2b%" OR LOWER(drugSynonyms_string) LIKE "%ropeginterferon alfa-2b%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5976', 'drugMechanismOfAction': 'Interferon alpha/beta receptor positive modulator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1742 | Q14 | What mechanism type does the drug Andolast use? | The drug Andolast is an activator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%andolast%" OR LOWER(tradeNames_string) LIKE "%andolast%" OR LOWER(drugSynonyms_string) LIKE "%andolast%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5782', 'drugMechanismOfAction': 'Calcium-activated potassium channel subunit alpha-1 activator'}] | general | Distinct, Similarity Search | Metadata |
Q14.1577 | Q14 | What mechanism type does the drug Paltusotine use? | The drug Paltusotine is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%paltusotine%" OR LOWER(tradeNames_string) LIKE "%paltusotine%" OR LOWER(drugSynonyms_string) LIKE "%paltusotine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5549', 'drugMechanismOfAction': 'Somatostatin receptor 2 agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.794 | Q14 | What mechanism type does the drug Zilucoplan use? | The drug Zilucoplan is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%zilucoplan%" OR LOWER(tradeNames_string) LIKE "%zilucoplan%" OR LOWER(drugSynonyms_string) LIKE "%zilucoplan%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_6204', 'drugMechanismOfAction': 'Complement C5 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1249 | Q14 | What mechanism type does the drug Gsk-1004723 use? | The drug Gsk-1004723 is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gsk-1004723%" OR LOWER(tradeNames_string) LIKE "%gsk-1004723%" OR LOWER(drugSynonyms_string) LIKE "%gsk-1004723%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1370', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1371', 'drugMechanismOfAction': 'Histamine H3 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.501 | Q14 | What mechanism type does the drug Inotersen use? | The drug Inotersen is an antisense inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%inotersen%" OR LOWER(tradeNames_string) LIKE "%inotersen%" OR LOWER(drugSynonyms_string) LIKE "%inotersen%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1865', 'drugMechanismOfAction': 'Transthyretin ANTISENSE inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3256', 'drugMechanismOfAction': 'Transthyretin mRNA antisense inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1551 | Q14 | What mechanism type does the drug Gemcitabine Hydrochloride use? | The drug Gemcitabine Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%gemcitabine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%gemcitabine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%gemcitabine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4', 'drugMechanismOfAction': 'DNA polymerase (alpha/delta/epsilon) inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5', 'drugMechanismOfAction': 'Ribonucleoside-diphosphate reductase RR1 inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1568 | Q14 | What mechanism type does the drug Repaglinide use? | The drug Repaglinide is a blocker. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%repaglinide%" OR LOWER(tradeNames_string) LIKE "%repaglinide%" OR LOWER(drugSynonyms_string) LIKE "%repaglinide%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_2494', 'drugMechanismOfAction': 'Sulfonylurea receptor 1, Kir6.2 blocker'}] | general | Distinct, Similarity Search | Metadata |
Q14.991 | Q14 | What mechanism type does the drug Amg-729 use? | The drug Amg-729 is a binding agent. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amg-729%" OR LOWER(tradeNames_string) LIKE "%amg-729%" OR LOWER(drugSynonyms_string) LIKE "%amg-729%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1055', 'drugMechanismOfAction': 'B-lymphocyte antigen CD19 binding agent'}] | general | Distinct, Similarity Search | Metadata |
Q14.1574 | Q14 | What mechanism type does the drug Phenoxybenzamine use? | The drug Phenoxybenzamine is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%phenoxybenzamine%" OR LOWER(tradeNames_string) LIKE "%phenoxybenzamine%" OR LOWER(drugSynonyms_string) LIKE "%phenoxybenzamine%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5463', 'drugMechanismOfAction': 'Adrenergic receptor alpha antagonist'}, {'UUID': 'DrugGeneTargets_v2_1879', 'drugMechanismOfAction': 'Adrenergic receptor alpha antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.45 | Q14 | What mechanism type does the drug Taranabant use? | The drug Taranabant is an inverse agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%taranabant%" OR LOWER(tradeNames_string) LIKE "%taranabant%" OR LOWER(drugSynonyms_string) LIKE "%taranabant%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4876', 'drugMechanismOfAction': 'Cannabinoid CB1 receptor inverse agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1608 | Q14 | What mechanism type does the drug Ondansetron Hydrochloride use? | The drug Ondansetron Hydrochloride is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%ondansetron hydrochloride%" OR LOWER(tradeNames_string) LIKE "%ondansetron hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%ondansetron hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4955', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.171 | Q14 | What mechanism type does the drug Apn1125 use? | The drug Apn1125 is a partial agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%apn1125%" OR LOWER(tradeNames_string) LIKE "%apn1125%" OR LOWER(drugSynonyms_string) LIKE "%apn1125%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_4956', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor protein alpha-7 subunit partial agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.307 | Q14 | What mechanism type does the drug Peginesatide Acetate use? | The drug Peginesatide Acetate is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%peginesatide acetate%" OR LOWER(tradeNames_string) LIKE "%peginesatide acetate%" OR LOWER(drugSynonyms_string) LIKE "%peginesatide acetate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5606', 'drugMechanismOfAction': 'Erythropoietin receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1957 | Q14 | What mechanism type does the drug Sutimlimab use? | The drug Sutimlimab is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%sutimlimab%" OR LOWER(tradeNames_string) LIKE "%sutimlimab%" OR LOWER(drugSynonyms_string) LIKE "%sutimlimab%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3495', 'drugMechanismOfAction': 'Complement C1s inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.1105 | Q14 | What mechanism type does the drug Rimegepant Sulfate use? | The drug Rimegepant Sulfate is an antagonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%rimegepant sulfate%" OR LOWER(tradeNames_string) LIKE "%rimegepant sulfate%" OR LOWER(drugSynonyms_string) LIKE "%rimegepant sulfate%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3190', 'drugMechanismOfAction': 'Calcitonin gene-related peptide type 1 receptor antagonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1925 | Q14 | What mechanism type does the drug Somatostatin use? | The drug Somatostatin is an agonist. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%somatostatin%" OR LOWER(tradeNames_string) LIKE "%somatostatin%" OR LOWER(drugSynonyms_string) LIKE "%somatostatin%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_1300', 'drugMechanismOfAction': 'Somatostatin receptor agonist'}] | general | Distinct, Similarity Search | Metadata |
Q14.1038 | Q14 | What mechanism type does the drug Duloxetine Hydrochloride use? | The drug Duloxetine Hydrochloride is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%duloxetine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%duloxetine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%duloxetine hydrochloride%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5702', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5703', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.658 | Q14 | What mechanism type does the drug Derazantinib use? | The drug Derazantinib is an inhibitor. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%derazantinib%" OR LOWER(tradeNames_string) LIKE "%derazantinib%" OR LOWER(drugSynonyms_string) LIKE "%derazantinib%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_5518', 'drugMechanismOfAction': 'Fibroblast growth factor receptor inhibitor'}] | general | Distinct, Similarity Search | Metadata |
Q14.373 | Q14 | What mechanism type does the drug Amiselimod use? | The drug Amiselimod is a modulator. | SELECT DISTINCT UUID, drugMechanismOfAction
FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated`
WHERE(LOWER(drugName) LIKE "%amiselimod%" OR LOWER(tradeNames_string) LIKE "%amiselimod%" OR LOWER(drugSynonyms_string) LIKE "%amiselimod%")
LIMIT 100 | [{'UUID': 'DrugGeneTargets_v2_3780', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor modulator'}, {'UUID': 'DrugGeneTargets_v2_6385', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor 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.