Datasets:

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.1288
Q14
What mechanism type does the drug Eribulin use?
The drug Eribulin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%eribulin%" OR LOWER(tradeNames_string) LIKE "%eribulin%" OR LOWER(drugSynonyms_string) LIKE "%eribulin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3175', 'drugMechanismOfAction': 'Tubulin inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5604', 'drugMechanismOfAction': 'Tubulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1326
Q14
What mechanism type does the drug Fgi-101-1A6 use?
The drug Fgi-101-1A6 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%fgi-101-1a6%" OR LOWER(tradeNames_string) LIKE "%fgi-101-1a6%" OR LOWER(drugSynonyms_string) LIKE "%fgi-101-1a6%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1451', 'drugMechanismOfAction': 'Tumor susceptibility gene 101 protein inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1683
Q14
What mechanism type does the drug Chlorthalidone use?
The drug Chlorthalidone is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%chlorthalidone%" OR LOWER(tradeNames_string) LIKE "%chlorthalidone%" OR LOWER(drugSynonyms_string) LIKE "%chlorthalidone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5290', 'drugMechanismOfAction': 'Thiazide-sensitive sodium-chloride cotransporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.344
Q14
What mechanism type does the drug Talnetant use?
The drug Talnetant is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%talnetant%" OR LOWER(tradeNames_string) LIKE "%talnetant%" OR LOWER(drugSynonyms_string) LIKE "%talnetant%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_317', 'drugMechanismOfAction': 'Neurokinin 3 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.437
Q14
What mechanism type does the drug Pf-04236921 use?
The drug Pf-04236921 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pf-04236921%" OR LOWER(tradeNames_string) LIKE "%pf-04236921%" OR LOWER(drugSynonyms_string) LIKE "%pf-04236921%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4784', 'drugMechanismOfAction': 'Interleukin-6 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.479
Q14
What mechanism type does the drug Triprolidine use?
The drug Triprolidine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%triprolidine%" OR LOWER(tradeNames_string) LIKE "%triprolidine%" OR LOWER(drugSynonyms_string) LIKE "%triprolidine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2151', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4462', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.220
Q14
What mechanism type does the drug Latanoprostene Bunod use?
The drug Latanoprostene Bunod is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%latanoprostene bunod%" OR LOWER(tradeNames_string) LIKE "%latanoprostene bunod%" OR LOWER(drugSynonyms_string) LIKE "%latanoprostene bunod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2312', 'drugMechanismOfAction': 'Prostanoid FP receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.919
Q14
What mechanism type does the drug Cb-189625 use?
The drug Cb-189625 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cb-189625%" OR LOWER(tradeNames_string) LIKE "%cb-189625%" OR LOWER(drugSynonyms_string) LIKE "%cb-189625%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1940', 'drugMechanismOfAction': 'Transient receptor potential cation channel subfamily A member 1 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1237
Q14
What mechanism type does the drug Pexastimogene Devacirepvec use?
The drug Pexastimogene Devacirepvec is a vaccine antigen.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pexastimogene devacirepvec%" OR LOWER(tradeNames_string) LIKE "%pexastimogene devacirepvec%" OR LOWER(drugSynonyms_string) LIKE "%pexastimogene devacirepvec%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4178', 'drugMechanismOfAction': 'Granulocyte-macrophage colony-stimulating factor vaccine antigen'}]
general
Distinct, Similarity Search
Metadata
Q14.1597
Q14
What mechanism type does the drug Aminocaproic Acid use?
The drug Aminocaproic Acid is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%aminocaproic acid%" OR LOWER(tradeNames_string) LIKE "%aminocaproic acid%" OR LOWER(drugSynonyms_string) LIKE "%aminocaproic acid%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5590', 'drugMechanismOfAction': 'Tissue-type plasminogen activator inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5591', 'drugMechanismOfAction': 'Plasminogen inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1020
Q14
What mechanism type does the drug Shr-4640 use?
The drug Shr-4640 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%shr-4640%" OR LOWER(tradeNames_string) LIKE "%shr-4640%" OR LOWER(drugSynonyms_string) LIKE "%shr-4640%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2838', 'drugMechanismOfAction': 'Solute carrier family 22 member 12 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1950
Q14
What mechanism type does the drug Cln-081 use?
The drug Cln-081 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cln-081%" OR LOWER(tradeNames_string) LIKE "%cln-081%" OR LOWER(drugSynonyms_string) LIKE "%cln-081%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3553', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.96
Q14
What mechanism type does the drug Idraparinux use?
The drug Idraparinux is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%idraparinux%" OR LOWER(tradeNames_string) LIKE "%idraparinux%" OR LOWER(drugSynonyms_string) LIKE "%idraparinux%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_938', 'drugMechanismOfAction': 'Coagulation factor X inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6379', 'drugMechanismOfAction': 'Coagulation factor X inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1017
Q14
What mechanism type does the drug Karenitecin use?
The drug Karenitecin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%karenitecin%" OR LOWER(tradeNames_string) LIKE "%karenitecin%" OR LOWER(drugSynonyms_string) LIKE "%karenitecin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_773', 'drugMechanismOfAction': 'DNA topoisomerase I inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1079
Q14
What mechanism type does the drug Anetumab Ravtansine use?
The drug Anetumab Ravtansine is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%anetumab ravtansine%" OR LOWER(tradeNames_string) LIKE "%anetumab ravtansine%" OR LOWER(drugSynonyms_string) LIKE "%anetumab ravtansine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5095', 'drugMechanismOfAction': 'Mesothelin binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1101
Q14
What mechanism type does the drug Pyrovalerone use?
The drug Pyrovalerone is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pyrovalerone%" OR LOWER(tradeNames_string) LIKE "%pyrovalerone%" OR LOWER(drugSynonyms_string) LIKE "%pyrovalerone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_225', 'drugMechanismOfAction': 'Monoamine transporters; Norepinephrine & dopamine inhibitor'}, {'UUID': 'DrugGeneTargets_v2_471', 'drugMechanismOfAction': 'Monoamine transporters; Norepinephrine & dopamine inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1586
Q14
What mechanism type does the drug Canagliflozin use?
The drug Canagliflozin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%canagliflozin%" OR LOWER(tradeNames_string) LIKE "%canagliflozin%" OR LOWER(drugSynonyms_string) LIKE "%canagliflozin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4559', 'drugMechanismOfAction': 'Sodium/glucose cotransporter 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6346', 'drugMechanismOfAction': 'Sodium/glucose cotransporter 2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1321
Q14
What mechanism type does the drug Disopyramide Phosphate use?
The drug Disopyramide Phosphate is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%disopyramide phosphate%" OR LOWER(tradeNames_string) LIKE "%disopyramide phosphate%" OR LOWER(drugSynonyms_string) LIKE "%disopyramide phosphate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6051', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.703
Q14
What mechanism type does the drug Gestodene use?
The drug Gestodene is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%gestodene%" OR LOWER(tradeNames_string) LIKE "%gestodene%" OR LOWER(drugSynonyms_string) LIKE "%gestodene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_925', 'drugMechanismOfAction': 'Progesterone receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1794
Q14
What mechanism type does the drug Lithium Carbonate use?
The drug Lithium Carbonate is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lithium carbonate%" OR LOWER(tradeNames_string) LIKE "%lithium carbonate%" OR LOWER(drugSynonyms_string) LIKE "%lithium carbonate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3119', 'drugMechanismOfAction': 'Inositol-1(or 4)-monophosphatase 1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3120', 'drugMechanismOfAction': 'Glycogen synthase kinase-3 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1005
Q14
What mechanism type does the drug Carglumic Acid use?
The drug Carglumic Acid is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%carglumic acid%" OR LOWER(tradeNames_string) LIKE "%carglumic acid%" OR LOWER(drugSynonyms_string) LIKE "%carglumic acid%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4749', 'drugMechanismOfAction': 'Carbamoyl-phosphate synthase [ammonia], mitochondrial positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.156
Q14
What mechanism type does the drug Pf-03654746 use?
The drug Pf-03654746 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pf-03654746%" OR LOWER(tradeNames_string) LIKE "%pf-03654746%" OR LOWER(drugSynonyms_string) LIKE "%pf-03654746%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_443', 'drugMechanismOfAction': 'Histamine H3 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1108
Q14
What mechanism type does the drug Fluphenazine Enanthate use?
The drug Fluphenazine Enanthate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%fluphenazine enanthate%" OR LOWER(tradeNames_string) LIKE "%fluphenazine enanthate%" OR LOWER(drugSynonyms_string) LIKE "%fluphenazine enanthate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_905', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1719
Q14
What mechanism type does the drug Apl-501 use?
The drug Apl-501 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%apl-501%" OR LOWER(tradeNames_string) LIKE "%apl-501%" OR LOWER(drugSynonyms_string) LIKE "%apl-501%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2544', 'drugMechanismOfAction': 'Programmed cell death protein 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1998
Q14
What mechanism type does the drug Histamine Phosphate use?
The drug Histamine Phosphate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%histamine phosphate%" OR LOWER(tradeNames_string) LIKE "%histamine phosphate%" OR LOWER(drugSynonyms_string) LIKE "%histamine phosphate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2178', 'drugMechanismOfAction': 'Histamine H1 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.796
Q14
What mechanism type does the drug Olinciguat use?
The drug Olinciguat is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%olinciguat%" OR LOWER(tradeNames_string) LIKE "%olinciguat%" OR LOWER(drugSynonyms_string) LIKE "%olinciguat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3494', 'drugMechanismOfAction': 'Soluble guanylate cyclase positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.587
Q14
What mechanism type does the drug Azd4205 use?
The drug Azd4205 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%azd4205%" OR LOWER(tradeNames_string) LIKE "%azd4205%" OR LOWER(drugSynonyms_string) LIKE "%azd4205%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5738', 'drugMechanismOfAction': 'Tyrosine-protein kinase JAK1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.710
Q14
What mechanism type does the drug Danicamtiv use?
The drug Danicamtiv is an activator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%danicamtiv%" OR LOWER(tradeNames_string) LIKE "%danicamtiv%" OR LOWER(drugSynonyms_string) LIKE "%danicamtiv%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2405', 'drugMechanismOfAction': 'Cardiac myosin activator'}]
general
Distinct, Similarity Search
Metadata
Q14.1222
Q14
What mechanism type does the drug Eldecalcitol use?
The drug Eldecalcitol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%eldecalcitol%" OR LOWER(tradeNames_string) LIKE "%eldecalcitol%" OR LOWER(drugSynonyms_string) LIKE "%eldecalcitol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3414', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1308
Q14
What mechanism type does the drug Ibutilide Fumarate use?
The drug Ibutilide Fumarate is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ibutilide fumarate%" OR LOWER(tradeNames_string) LIKE "%ibutilide fumarate%" OR LOWER(drugSynonyms_string) LIKE "%ibutilide fumarate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5277', 'drugMechanismOfAction': 'HERG blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1666
Q14
What mechanism type does the drug Testosterone use?
The drug Testosterone is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%testosterone%" OR LOWER(tradeNames_string) LIKE "%testosterone%" OR LOWER(drugSynonyms_string) LIKE "%testosterone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5959', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5308', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2216', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2855', 'drugMechanismOfAction': 'Progesterone receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_434', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_939', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4237', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2128', 'drugMechanismOfAction': 'Androgen Receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1270
Q14
What mechanism type does the drug R-343 use?
The drug R-343 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%r-343%" OR LOWER(tradeNames_string) LIKE "%r-343%" OR LOWER(drugSynonyms_string) LIKE "%r-343%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5761', 'drugMechanismOfAction': 'Tyrosine-protein kinase SYK inhibitor'}, {'UUID': 'DrugGeneTargets_v2_21', 'drugMechanismOfAction': 'Tyrosine-protein kinase SYK inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.493
Q14
What mechanism type does the drug Ur-63325 use?
The drug Ur-63325 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ur-63325%" OR LOWER(tradeNames_string) LIKE "%ur-63325%" OR LOWER(drugSynonyms_string) LIKE "%ur-63325%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2288', 'drugMechanismOfAction': 'Histamine H4 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.565
Q14
What mechanism type does the drug Abt-639 use?
The drug Abt-639 is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%abt-639%" OR LOWER(tradeNames_string) LIKE "%abt-639%" OR LOWER(drugSynonyms_string) LIKE "%abt-639%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3161', 'drugMechanismOfAction': 'Voltage-gated T-type calcium channel alpha-1H subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1151
Q14
What mechanism type does the drug Adu-S100 use?
The drug Adu-S100 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%adu-s100%" OR LOWER(tradeNames_string) LIKE "%adu-s100%" OR LOWER(drugSynonyms_string) LIKE "%adu-s100%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4577', 'drugMechanismOfAction': 'Stimulator of interferon genes protein agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1129
Q14
What mechanism type does the drug Tolmetin Sodium use?
The drug Tolmetin Sodium is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tolmetin sodium%" OR LOWER(tradeNames_string) LIKE "%tolmetin sodium%" OR LOWER(drugSynonyms_string) LIKE "%tolmetin sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1392', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.808
Q14
What mechanism type does the drug Rintatolimod use?
The drug Rintatolimod is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rintatolimod%" OR LOWER(tradeNames_string) LIKE "%rintatolimod%" OR LOWER(drugSynonyms_string) LIKE "%rintatolimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6220', 'drugMechanismOfAction': 'Toll-like receptor 3 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.518
Q14
What mechanism type does the drug Arzoxifene use?
The drug Arzoxifene is a modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%arzoxifene%" OR LOWER(tradeNames_string) LIKE "%arzoxifene%" OR LOWER(drugSynonyms_string) LIKE "%arzoxifene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_645', 'drugMechanismOfAction': 'Estrogen receptor modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.640
Q14
What mechanism type does the drug Encainide use?
The drug Encainide is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%encainide%" OR LOWER(tradeNames_string) LIKE "%encainide%" OR LOWER(drugSynonyms_string) LIKE "%encainide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4728', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}, {'UUID': 'DrugGeneTargets_v2_6219', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1480
Q14
What mechanism type does the drug Vonapanitase use?
The drug Vonapanitase is a proteolytic enzyme.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%vonapanitase%" OR LOWER(tradeNames_string) LIKE "%vonapanitase%" OR LOWER(drugSynonyms_string) LIKE "%vonapanitase%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1896', 'drugMechanismOfAction': 'Elastin proteolytic enzyme'}]
general
Distinct, Similarity Search
Metadata
Q14.1789
Q14
What mechanism type does the drug Dextroamphetamine Saccharate use?
The drug Dextroamphetamine Saccharate is a releasing agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dextroamphetamine saccharate%" OR LOWER(tradeNames_string) LIKE "%dextroamphetamine saccharate%" OR LOWER(drugSynonyms_string) LIKE "%dextroamphetamine saccharate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_983', 'drugMechanismOfAction': 'Dopamine transporter releasing agent'}, {'UUID': 'DrugGeneTargets_v2_984', 'drugMechanismOfAction': 'Synaptic vesicular amine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_985', 'drugMechanismOfAction': 'Norepinephrine transporter releasing agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1546
Q14
What mechanism type does the drug Anacetrapib use?
The drug Anacetrapib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%anacetrapib%" OR LOWER(tradeNames_string) LIKE "%anacetrapib%" OR LOWER(drugSynonyms_string) LIKE "%anacetrapib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2858', 'drugMechanismOfAction': 'Cholesteryl ester transfer protein inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1160
Q14
What mechanism type does the drug Umeclidinium use?
The drug Umeclidinium is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%umeclidinium%" OR LOWER(tradeNames_string) LIKE "%umeclidinium%" OR LOWER(drugSynonyms_string) LIKE "%umeclidinium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5459', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}, {'UUID': 'DrugGeneTargets_v2_2583', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M3 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.797
Q14
What mechanism type does the drug Troglitazone use?
The drug Troglitazone is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%troglitazone%" OR LOWER(tradeNames_string) LIKE "%troglitazone%" OR LOWER(drugSynonyms_string) LIKE "%troglitazone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1190', 'drugMechanismOfAction': 'Peroxisome proliferator-activated receptor gamma agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.119
Q14
What mechanism type does the drug Fenclofenac use?
The drug Fenclofenac is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%fenclofenac%" OR LOWER(tradeNames_string) LIKE "%fenclofenac%" OR LOWER(drugSynonyms_string) LIKE "%fenclofenac%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1508', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.747
Q14
What mechanism type does the drug Dabigatran Etexilate use?
The drug Dabigatran Etexilate is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dabigatran etexilate%" OR LOWER(tradeNames_string) LIKE "%dabigatran etexilate%" OR LOWER(drugSynonyms_string) LIKE "%dabigatran etexilate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5711', 'drugMechanismOfAction': 'Thrombin inhibitor'}, {'UUID': 'DrugGeneTargets_v2_952', 'drugMechanismOfAction': 'Thrombin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1691
Q14
What mechanism type does the drug Me-344 use?
The drug Me-344 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%me-344%" OR LOWER(tradeNames_string) LIKE "%me-344%" OR LOWER(drugSynonyms_string) LIKE "%me-344%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3900', 'drugMechanismOfAction': 'Mitochondrial complex I (NADH dehydrogenase) inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1090
Q14
What mechanism type does the drug Carteolol Hydrochloride use?
The drug Carteolol Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%carteolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%carteolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%carteolol hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1755', 'drugMechanismOfAction': 'Adrenergic receptor beta antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.837
Q14
What mechanism type does the drug Benztropine Mesylate use?
The drug Benztropine Mesylate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%benztropine mesylate%" OR LOWER(tradeNames_string) LIKE "%benztropine mesylate%" OR LOWER(drugSynonyms_string) LIKE "%benztropine mesylate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_321', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.122
Q14
What mechanism type does the drug Theophylline Glycinate use?
The drug Theophylline Glycinate is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%theophylline glycinate%" OR LOWER(tradeNames_string) LIKE "%theophylline glycinate%" OR LOWER(drugSynonyms_string) LIKE "%theophylline glycinate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2662', 'drugMechanismOfAction': 'Adenosine receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_2663', 'drugMechanismOfAction': 'Phosphodiesterase 4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2664', 'drugMechanismOfAction': 'Phosphodiesterase 3 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.663
Q14
What mechanism type does the drug Rufinamide use?
The drug Rufinamide is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rufinamide%" OR LOWER(tradeNames_string) LIKE "%rufinamide%" OR LOWER(drugSynonyms_string) LIKE "%rufinamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5349', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1908
Q14
What mechanism type does the drug Dexibuprofen use?
The drug Dexibuprofen is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dexibuprofen%" OR LOWER(tradeNames_string) LIKE "%dexibuprofen%" OR LOWER(drugSynonyms_string) LIKE "%dexibuprofen%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1446', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.642
Q14
What mechanism type does the drug Daporinad use?
The drug Daporinad is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%daporinad%" OR LOWER(tradeNames_string) LIKE "%daporinad%" OR LOWER(drugSynonyms_string) LIKE "%daporinad%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1461', 'drugMechanismOfAction': 'Nicotinamide phosphoribosyltransferase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.374
Q14
What mechanism type does the drug Betazole Hydrochloride use?
The drug Betazole Hydrochloride is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%betazole hydrochloride%" OR LOWER(tradeNames_string) LIKE "%betazole hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%betazole hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3149', 'drugMechanismOfAction': 'Histamine H2 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.271
Q14
What mechanism type does the drug Cholecalciferol use?
The drug Cholecalciferol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cholecalciferol%" OR LOWER(tradeNames_string) LIKE "%cholecalciferol%" OR LOWER(drugSynonyms_string) LIKE "%cholecalciferol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4543', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4232', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2617', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.662
Q14
What mechanism type does the drug Zenocutuzumab use?
The drug Zenocutuzumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%zenocutuzumab%" OR LOWER(tradeNames_string) LIKE "%zenocutuzumab%" OR LOWER(drugSynonyms_string) LIKE "%zenocutuzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4692', 'drugMechanismOfAction': 'ErbB-2/ErbB-3 heterodimer inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.944
Q14
What mechanism type does the drug Olverembatinib use?
The drug Olverembatinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%olverembatinib%" OR LOWER(tradeNames_string) LIKE "%olverembatinib%" OR LOWER(drugSynonyms_string) LIKE "%olverembatinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4219', 'drugMechanismOfAction': 'Bcr/Abl fusion protein inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.829
Q14
What mechanism type does the drug Prinaberel use?
The drug Prinaberel is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%prinaberel%" OR LOWER(tradeNames_string) LIKE "%prinaberel%" OR LOWER(drugSynonyms_string) LIKE "%prinaberel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3445', 'drugMechanismOfAction': 'Estrogen receptor beta agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.873
Q14
What mechanism type does the drug Gw-406381 use?
The drug Gw-406381 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%gw-406381%" OR LOWER(tradeNames_string) LIKE "%gw-406381%" OR LOWER(drugSynonyms_string) LIKE "%gw-406381%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3746', 'drugMechanismOfAction': 'Cyclooxygenase-2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.47
Q14
What mechanism type does the drug Ly2881835 use?
The drug Ly2881835 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ly2881835%" OR LOWER(tradeNames_string) LIKE "%ly2881835%" OR LOWER(drugSynonyms_string) LIKE "%ly2881835%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5831', 'drugMechanismOfAction': 'Free fatty acid receptor 1 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1388
Q14
What mechanism type does the drug Linaclotide use?
The drug Linaclotide is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%linaclotide%" OR LOWER(tradeNames_string) LIKE "%linaclotide%" OR LOWER(drugSynonyms_string) LIKE "%linaclotide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5063', 'drugMechanismOfAction': 'Heat-stable enterotoxin receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1709
Q14
What mechanism type does the drug Mdx-447 use?
The drug Mdx-447 is a cross-linking agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mdx-447%" OR LOWER(tradeNames_string) LIKE "%mdx-447%" OR LOWER(drugSynonyms_string) LIKE "%mdx-447%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4871', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 cross-linking agent'}, {'UUID': 'DrugGeneTargets_v2_4872', 'drugMechanismOfAction': 'High affinity immunoglobulin gamma Fc receptor I cross-linking agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1000
Q14
What mechanism type does the drug Doxycycline Anhydrous use?
The drug Doxycycline Anhydrous is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%doxycycline anhydrous%" OR LOWER(tradeNames_string) LIKE "%doxycycline anhydrous%" OR LOWER(drugSynonyms_string) LIKE "%doxycycline anhydrous%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_285', 'drugMechanismOfAction': 'Matrix metalloproteinase 13 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_286', 'drugMechanismOfAction': 'Matrix metalloproteinase 8 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_287', 'drugMechanismOfAction': 'Matrix metalloproteinase 7 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_288', 'drugMechanismOfAction': 'Matrix metalloproteinase-1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_289', 'drugMechanismOfAction': 'Bacterial 70S ribosome inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.883
Q14
What mechanism type does the drug Regrelor Disodium use?
The drug Regrelor Disodium is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%regrelor disodium%" OR LOWER(tradeNames_string) LIKE "%regrelor disodium%" OR LOWER(drugSynonyms_string) LIKE "%regrelor disodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3007', 'drugMechanismOfAction': 'Purinergic receptor P2Y12 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.780
Q14
What mechanism type does the drug Lofexidine Hydrochloride use?
The drug Lofexidine Hydrochloride is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lofexidine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%lofexidine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%lofexidine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3056', 'drugMechanismOfAction': 'Adrenergic receptor alpha-2 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1229
Q14
What mechanism type does the drug Raloxifene use?
The drug Raloxifene is a modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%raloxifene%" OR LOWER(tradeNames_string) LIKE "%raloxifene%" OR LOWER(drugSynonyms_string) LIKE "%raloxifene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1839', 'drugMechanismOfAction': 'Estrogen receptor beta modulator'}, {'UUID': 'DrugGeneTargets_v2_5777', 'drugMechanismOfAction': 'Estrogen receptor beta modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.2000
Q14
What mechanism type does the drug Custirsen use?
The drug Custirsen is an antisense inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%custirsen%" OR LOWER(tradeNames_string) LIKE "%custirsen%" OR LOWER(drugSynonyms_string) LIKE "%custirsen%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2223', 'drugMechanismOfAction': 'Clusterin mRNA antisense inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5297', 'drugMechanismOfAction': 'Clusterin mRNA antisense inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.5
Q14
What mechanism type does the drug Pamiparib use?
The drug Pamiparib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pamiparib%" OR LOWER(tradeNames_string) LIKE "%pamiparib%" OR LOWER(drugSynonyms_string) LIKE "%pamiparib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3201', 'drugMechanismOfAction': 'Poly [ADP-ribose] polymerase-1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3202', 'drugMechanismOfAction': 'Poly [ADP-ribose] polymerase 2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1012
Q14
What mechanism type does the drug Pf-04531083 use?
The drug Pf-04531083 is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pf-04531083%" OR LOWER(tradeNames_string) LIKE "%pf-04531083%" OR LOWER(drugSynonyms_string) LIKE "%pf-04531083%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2440', 'drugMechanismOfAction': 'Sodium channel protein type X alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1724
Q14
What mechanism type does the drug Ritodrine use?
The drug Ritodrine is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ritodrine%" OR LOWER(tradeNames_string) LIKE "%ritodrine%" OR LOWER(drugSynonyms_string) LIKE "%ritodrine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1499', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5085', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.266
Q14
What mechanism type does the drug Cenegermin use?
The drug Cenegermin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cenegermin%" OR LOWER(tradeNames_string) LIKE "%cenegermin%" OR LOWER(drugSynonyms_string) LIKE "%cenegermin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3786', 'drugMechanismOfAction': 'Neurotrophic tyrosine kinase receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1570
Q14
What mechanism type does the drug Acotiamide use?
The drug Acotiamide is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%acotiamide%" OR LOWER(tradeNames_string) LIKE "%acotiamide%" OR LOWER(drugSynonyms_string) LIKE "%acotiamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3004', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5855', 'drugMechanismOfAction': 'Acetylcholinesterase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1832
Q14
What mechanism type does the drug Dezocine use?
The drug Dezocine is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dezocine%" OR LOWER(tradeNames_string) LIKE "%dezocine%" OR LOWER(drugSynonyms_string) LIKE "%dezocine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1510', 'drugMechanismOfAction': 'Kappa opioid receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1511', 'drugMechanismOfAction': 'Mu opioid receptor partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.449
Q14
What mechanism type does the drug Otamixaban use?
The drug Otamixaban is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%otamixaban%" OR LOWER(tradeNames_string) LIKE "%otamixaban%" OR LOWER(drugSynonyms_string) LIKE "%otamixaban%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3113', 'drugMechanismOfAction': 'Coagulation factor X inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1011
Q14
What mechanism type does the drug Cinacalcet use?
The drug Cinacalcet is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cinacalcet%" OR LOWER(tradeNames_string) LIKE "%cinacalcet%" OR LOWER(drugSynonyms_string) LIKE "%cinacalcet%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_841', 'drugMechanismOfAction': 'Calcium sensing receptor positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_247', 'drugMechanismOfAction': 'Calcium sensing receptor positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1086
Q14
What mechanism type does the drug Vilaprisan use?
The drug Vilaprisan is a modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%vilaprisan%" OR LOWER(tradeNames_string) LIKE "%vilaprisan%" OR LOWER(drugSynonyms_string) LIKE "%vilaprisan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5244', 'drugMechanismOfAction': 'Progesterone receptor modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.844
Q14
What mechanism type does the drug Mk-8353 use?
The drug Mk-8353 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mk-8353%" OR LOWER(tradeNames_string) LIKE "%mk-8353%" OR LOWER(drugSynonyms_string) LIKE "%mk-8353%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6011', 'drugMechanismOfAction': 'MAP kinase ERK2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6012', 'drugMechanismOfAction': 'MAP kinase ERK1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1792
Q14
What mechanism type does the drug Doxylamine use?
The drug Doxylamine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%doxylamine%" OR LOWER(tradeNames_string) LIKE "%doxylamine%" OR LOWER(drugSynonyms_string) LIKE "%doxylamine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3456', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1436', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.308
Q14
What mechanism type does the drug Levomilnacipran Hydrochloride use?
The drug Levomilnacipran Hydrochloride is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%levomilnacipran hydrochloride%" OR LOWER(tradeNames_string) LIKE "%levomilnacipran hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%levomilnacipran hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5567', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5568', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1380
Q14
What mechanism type does the drug Granisetron Hydrochloride use?
The drug Granisetron Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%granisetron hydrochloride%" OR LOWER(tradeNames_string) LIKE "%granisetron hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%granisetron hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_520', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1558
Q14
What mechanism type does the drug Zimeldine Hydrochloride use?
The drug Zimeldine Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%zimeldine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%zimeldine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%zimeldine hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6383', 'drugMechanismOfAction': 'Serotonin (5-HT) receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.317
Q14
What mechanism type does the drug Abelacimab use?
The drug Abelacimab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%abelacimab%" OR LOWER(tradeNames_string) LIKE "%abelacimab%" OR LOWER(drugSynonyms_string) LIKE "%abelacimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2293', 'drugMechanismOfAction': 'Coagulation factor XI inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.152
Q14
What mechanism type does the drug Metyrosine use?
The drug Metyrosine is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%metyrosine%" OR LOWER(tradeNames_string) LIKE "%metyrosine%" OR LOWER(drugSynonyms_string) LIKE "%metyrosine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2694', 'drugMechanismOfAction': 'Tyrosine 3-hydroxylase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1158
Q14
What mechanism type does the drug Secobarbital use?
The drug Secobarbital is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%secobarbital%" OR LOWER(tradeNames_string) LIKE "%secobarbital%" OR LOWER(drugSynonyms_string) LIKE "%secobarbital%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5547', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}, {'UUID': 'DrugGeneTargets_v2_6371', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1223
Q14
What mechanism type does the drug Girentuximab use?
The drug Girentuximab does not have a clearly defined mechanism type.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%girentuximab%" OR LOWER(tradeNames_string) LIKE "%girentuximab%" OR LOWER(drugSynonyms_string) LIKE "%girentuximab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5146', 'drugMechanismOfAction': 'Carbonic anhydrase IX other'}, {'UUID': 'DrugGeneTargets_v2_4808', 'drugMechanismOfAction': 'Carbonic anhydrase IX binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.580
Q14
What mechanism type does the drug Bb-10901 use?
The drug Bb-10901 is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bb-10901%" OR LOWER(tradeNames_string) LIKE "%bb-10901%" OR LOWER(drugSynonyms_string) LIKE "%bb-10901%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3306', 'drugMechanismOfAction': 'Neural cell adhesion molecule 1 binding agent'}, {'UUID': 'DrugGeneTargets_v2_4544', 'drugMechanismOfAction': 'Neural cell adhesion molecule 1 binding agent'}, {'UUID': 'DrugGeneTargets_v2_4545', 'drugMechanismOfAction': 'Tubulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.51
Q14
What mechanism type does the drug Cd24Fc use?
The drug Cd24Fc is a modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cd24fc%" OR LOWER(tradeNames_string) LIKE "%cd24fc%" OR LOWER(drugSynonyms_string) LIKE "%cd24fc%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5249', 'drugMechanismOfAction': 'Sialic acid-binding Ig-like lectin 10 modulator'}, {'UUID': 'DrugGeneTargets_v2_5250', 'drugMechanismOfAction': 'High mobility group protein B1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5251', 'drugMechanismOfAction': 'Heat shock 70 kDa protein 1A/1B inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5252', 'drugMechanismOfAction': 'Heat shock protein HSP90 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1553
Q14
What mechanism type does the drug Peginterferon Lambda-1A use?
The drug Peginterferon Lambda-1A is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%peginterferon lambda-1a%" OR LOWER(tradeNames_string) LIKE "%peginterferon lambda-1a%" OR LOWER(drugSynonyms_string) LIKE "%peginterferon lambda-1a%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6155', 'drugMechanismOfAction': 'Interferon lambda receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.733
Q14
What mechanism type does the drug Desoxycorticosterone Acetate use?
The drug Desoxycorticosterone Acetate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%desoxycorticosterone acetate%" OR LOWER(tradeNames_string) LIKE "%desoxycorticosterone acetate%" OR LOWER(drugSynonyms_string) LIKE "%desoxycorticosterone acetate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_184', 'drugMechanismOfAction': 'Mineralocorticoid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.840
Q14
What mechanism type does the drug Protriptyline use?
The drug Protriptyline is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%protriptyline%" OR LOWER(tradeNames_string) LIKE "%protriptyline%" OR LOWER(drugSynonyms_string) LIKE "%protriptyline%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6365', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6366', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5492', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5493', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1392
Q14
What mechanism type does the drug Degarelix use?
The drug Degarelix is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%degarelix%" OR LOWER(tradeNames_string) LIKE "%degarelix%" OR LOWER(drugSynonyms_string) LIKE "%degarelix%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6054', 'drugMechanismOfAction': 'Gonadotropin-releasing hormone receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1491', 'drugMechanismOfAction': 'Gonadotropin-releasing hormone receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1125
Q14
What mechanism type does the drug Idarubicin use?
The drug Idarubicin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%idarubicin%" OR LOWER(tradeNames_string) LIKE "%idarubicin%" OR LOWER(drugSynonyms_string) LIKE "%idarubicin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5440', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}, {'UUID': 'DrugGeneTargets_v2_459', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1176
Q14
What mechanism type does the drug Cetuximab Sarotalocan use?
The drug Cetuximab Sarotalocan is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cetuximab sarotalocan%" OR LOWER(tradeNames_string) LIKE "%cetuximab sarotalocan%" OR LOWER(drugSynonyms_string) LIKE "%cetuximab sarotalocan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3231', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.476
Q14
What mechanism type does the drug Diethylpropion use?
The drug Diethylpropion is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%diethylpropion%" OR LOWER(tradeNames_string) LIKE "%diethylpropion%" OR LOWER(drugSynonyms_string) LIKE "%diethylpropion%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1629', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1630', 'drugMechanismOfAction': 'Dopamine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2343', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2344', 'drugMechanismOfAction': 'Dopamine transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.980
Q14
What mechanism type does the drug Vinflunine use?
The drug Vinflunine is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%vinflunine%" OR LOWER(tradeNames_string) LIKE "%vinflunine%" OR LOWER(drugSynonyms_string) LIKE "%vinflunine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_974', 'drugMechanismOfAction': 'Tubulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.660
Q14
What mechanism type does the drug Dkn-01 use?
The drug Dkn-01 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dkn-01%" OR LOWER(tradeNames_string) LIKE "%dkn-01%" OR LOWER(drugSynonyms_string) LIKE "%dkn-01%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5287', 'drugMechanismOfAction': 'Dickkopf-related protein 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.405
Q14
What mechanism type does the drug Pegilodecakin use?
The drug Pegilodecakin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pegilodecakin%" OR LOWER(tradeNames_string) LIKE "%pegilodecakin%" OR LOWER(drugSynonyms_string) LIKE "%pegilodecakin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4152', 'drugMechanismOfAction': 'IL-10 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.517
Q14
What mechanism type does the drug Hydroxyzine Pamoate use?
The drug Hydroxyzine Pamoate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%hydroxyzine pamoate%" OR LOWER(tradeNames_string) LIKE "%hydroxyzine pamoate%" OR LOWER(drugSynonyms_string) LIKE "%hydroxyzine pamoate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1501', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.324
Q14
What mechanism type does the drug Tirzepatide use?
The drug Tirzepatide is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tirzepatide%" OR LOWER(tradeNames_string) LIKE "%tirzepatide%" OR LOWER(drugSynonyms_string) LIKE "%tirzepatide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5134', 'drugMechanismOfAction': 'Gastric inhibitory polypeptide receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5135', 'drugMechanismOfAction': 'Glucagon-like peptide 1 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.20
Q14
What mechanism type does the drug Emapalumab use?
The drug Emapalumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%emapalumab%" OR LOWER(tradeNames_string) LIKE "%emapalumab%" OR LOWER(drugSynonyms_string) LIKE "%emapalumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3856', 'drugMechanismOfAction': 'Interferon gamma inhibitor'}]
general
Distinct, Similarity Search
Metadata