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.1848
Q14
What mechanism type does the drug Lebrikizumab use?
The drug Lebrikizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lebrikizumab%" OR LOWER(tradeNames_string) LIKE "%lebrikizumab%" OR LOWER(drugSynonyms_string) LIKE "%lebrikizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2381', 'drugMechanismOfAction': 'Interleukin-13 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.363
Q14
What mechanism type does the drug Futuximab use?
The drug Futuximab is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%futuximab%" OR LOWER(tradeNames_string) LIKE "%futuximab%" OR LOWER(drugSynonyms_string) LIKE "%futuximab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_973', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1179
Q14
What mechanism type does the drug Eritoran use?
The drug Eritoran is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%eritoran%" OR LOWER(tradeNames_string) LIKE "%eritoran%" OR LOWER(drugSynonyms_string) LIKE "%eritoran%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1063', 'drugMechanismOfAction': 'Toll-like receptor 4/MD-2 antagonist'}, {'UUID': 'DrugGeneTargets_v2_600', 'drugMechanismOfAction': 'Toll-like receptor 4/MD-2 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.239
Q14
What mechanism type does the drug Ozarelix use?
The drug Ozarelix is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ozarelix%" OR LOWER(tradeNames_string) LIKE "%ozarelix%" OR LOWER(drugSynonyms_string) LIKE "%ozarelix%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2282', 'drugMechanismOfAction': 'Gonadotropin-releasing hormone receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.557
Q14
What mechanism type does the drug Carbetapentane Citrate use?
The drug Carbetapentane Citrate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%carbetapentane citrate%" OR LOWER(tradeNames_string) LIKE "%carbetapentane citrate%" OR LOWER(drugSynonyms_string) LIKE "%carbetapentane citrate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5379', 'drugMechanismOfAction': 'Sigma opioid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1870
Q14
What mechanism type does the drug Davalintide use?
The drug Davalintide is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%davalintide%" OR LOWER(tradeNames_string) LIKE "%davalintide%" OR LOWER(drugSynonyms_string) LIKE "%davalintide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2200', 'drugMechanismOfAction': 'Amylin receptor AMY1, CALCR/RAMP1 agonist'}, {'UUID': 'DrugGeneTargets_v2_2201', 'drugMechanismOfAction': 'Calcitonin gene-related peptide type 1 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1915
Q14
What mechanism type does the drug Rapastinel use?
The drug Rapastinel is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rapastinel%" OR LOWER(tradeNames_string) LIKE "%rapastinel%" OR LOWER(drugSynonyms_string) LIKE "%rapastinel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3009', 'drugMechanismOfAction': 'Glutamate [NMDA] receptor partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.211
Q14
What mechanism type does the drug Benziodarone use?
The drug Benziodarone is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%benziodarone%" OR LOWER(tradeNames_string) LIKE "%benziodarone%" OR LOWER(drugSynonyms_string) LIKE "%benziodarone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1971', 'drugMechanismOfAction': 'Calmodulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1922
Q14
What mechanism type does the drug Ocrelizumab use?
The drug Ocrelizumab is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ocrelizumab%" OR LOWER(tradeNames_string) LIKE "%ocrelizumab%" OR LOWER(drugSynonyms_string) LIKE "%ocrelizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2349', 'drugMechanismOfAction': 'B-lymphocyte antigen CD20 binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1561
Q14
What mechanism type does the drug Flunitrazepam use?
The drug Flunitrazepam is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%flunitrazepam%" OR LOWER(tradeNames_string) LIKE "%flunitrazepam%" OR LOWER(drugSynonyms_string) LIKE "%flunitrazepam%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1332', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.60
Q14
What mechanism type does the drug Ampreloxetine use?
The drug Ampreloxetine is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ampreloxetine%" OR LOWER(tradeNames_string) LIKE "%ampreloxetine%" OR LOWER(drugSynonyms_string) LIKE "%ampreloxetine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2684', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1835
Q14
What mechanism type does the drug Apinocaltamide use?
The drug Apinocaltamide is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%apinocaltamide%" OR LOWER(tradeNames_string) LIKE "%apinocaltamide%" OR LOWER(drugSynonyms_string) LIKE "%apinocaltamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4031', 'drugMechanismOfAction': 'Voltage-gated T-type calcium channel blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1906
Q14
What mechanism type does the drug Nitrendipine use?
The drug Nitrendipine is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%nitrendipine%" OR LOWER(tradeNames_string) LIKE "%nitrendipine%" OR LOWER(drugSynonyms_string) LIKE "%nitrendipine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1575', 'drugMechanismOfAction': 'Voltage-gated L-type calcium channel blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1578
Q14
What mechanism type does the drug Duvoglustat use?
The drug Duvoglustat is a stabiliser.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%duvoglustat%" OR LOWER(tradeNames_string) LIKE "%duvoglustat%" OR LOWER(drugSynonyms_string) LIKE "%duvoglustat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_98', 'drugMechanismOfAction': 'Lysosomal alpha-glucosidase stabiliser'}, {'UUID': 'DrugGeneTargets_v2_135', 'drugMechanismOfAction': 'Lysosomal alpha-glucosidase stabiliser'}]
general
Distinct, Similarity Search
Metadata
Q14.368
Q14
What mechanism type does the drug Glofitamab use?
The drug Glofitamab is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%glofitamab%" OR LOWER(tradeNames_string) LIKE "%glofitamab%" OR LOWER(drugSynonyms_string) LIKE "%glofitamab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1358', 'drugMechanismOfAction': 'T cell surface glycoprotein CD3 binding agent'}, {'UUID': 'DrugGeneTargets_v2_1359', 'drugMechanismOfAction': 'B-lymphocyte antigen CD20 binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.511
Q14
What mechanism type does the drug Ascrinvacumab use?
The drug Ascrinvacumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ascrinvacumab%" OR LOWER(tradeNames_string) LIKE "%ascrinvacumab%" OR LOWER(drugSynonyms_string) LIKE "%ascrinvacumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_526', 'drugMechanismOfAction': 'Serine/threonine-protein kinase receptor R3 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.815
Q14
What mechanism type does the drug Peginterferon Beta-1A use?
The drug Peginterferon Beta-1A is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%peginterferon beta-1a%" OR LOWER(tradeNames_string) LIKE "%peginterferon beta-1a%" OR LOWER(drugSynonyms_string) LIKE "%peginterferon beta-1a%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4925', 'drugMechanismOfAction': 'Interferon alpha/beta receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1122
Q14
What mechanism type does the drug Codeine Sulfate use?
The drug Codeine Sulfate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%codeine sulfate%" OR LOWER(tradeNames_string) LIKE "%codeine sulfate%" OR LOWER(drugSynonyms_string) LIKE "%codeine sulfate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3666', 'drugMechanismOfAction': 'Opioid receptors; mu/kappa/delta agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1731
Q14
What mechanism type does the drug Bms-833923 use?
The drug Bms-833923 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bms-833923%" OR LOWER(tradeNames_string) LIKE "%bms-833923%" OR LOWER(drugSynonyms_string) LIKE "%bms-833923%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1278', 'drugMechanismOfAction': 'Smoothened homolog antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1216
Q14
What mechanism type does the drug Emricasan use?
The drug Emricasan is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%emricasan%" OR LOWER(tradeNames_string) LIKE "%emricasan%" OR LOWER(drugSynonyms_string) LIKE "%emricasan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_45', 'drugMechanismOfAction': 'Caspase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1212
Q14
What mechanism type does the drug Lxh254 use?
The drug Lxh254 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lxh254%" OR LOWER(tradeNames_string) LIKE "%lxh254%" OR LOWER(drugSynonyms_string) LIKE "%lxh254%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2543', 'drugMechanismOfAction': 'B-raf/RAF proto-oncogene serine/threonine-protein kinase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.971
Q14
What mechanism type does the drug Mephentermine use?
The drug Mephentermine is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mephentermine%" OR LOWER(tradeNames_string) LIKE "%mephentermine%" OR LOWER(drugSynonyms_string) LIKE "%mephentermine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4567', 'drugMechanismOfAction': 'Adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4285', 'drugMechanismOfAction': 'Adrenergic receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.805
Q14
What mechanism type does the drug Velneperit use?
The drug Velneperit is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%velneperit%" OR LOWER(tradeNames_string) LIKE "%velneperit%" OR LOWER(drugSynonyms_string) LIKE "%velneperit%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_848', 'drugMechanismOfAction': 'Neuropeptide Y receptor type 5 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.121
Q14
What mechanism type does the drug Lumacaftor use?
The drug Lumacaftor is a stabiliser.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lumacaftor%" OR LOWER(tradeNames_string) LIKE "%lumacaftor%" OR LOWER(drugSynonyms_string) LIKE "%lumacaftor%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1147', 'drugMechanismOfAction': 'Cystic fibrosis transmembrane conductance regulator stabiliser'}]
general
Distinct, Similarity Search
Metadata
Q14.1322
Q14
What mechanism type does the drug Calcitonin use?
The drug Calcitonin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%calcitonin%" OR LOWER(tradeNames_string) LIKE "%calcitonin%" OR LOWER(drugSynonyms_string) LIKE "%calcitonin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_134', 'drugMechanismOfAction': 'Calcitonin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5401', 'drugMechanismOfAction': 'Calcitonin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4748', 'drugMechanismOfAction': 'Calcitonin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1951', 'drug...
general
Distinct, Similarity Search
Metadata
Q14.1221
Q14
What mechanism type does the drug Phe377 use?
The drug Phe377 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%phe377%" OR LOWER(tradeNames_string) LIKE "%phe377%" OR LOWER(drugSynonyms_string) LIKE "%phe377%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4731', 'drugMechanismOfAction': 'Vanilloid receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.528
Q14
What mechanism type does the drug Diltiazem Hydrochloride use?
The drug Diltiazem Hydrochloride is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%diltiazem hydrochloride%" OR LOWER(tradeNames_string) LIKE "%diltiazem hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%diltiazem hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_927', 'drugMechanismOfAction': 'Voltage-gated L-type calcium channel blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.519
Q14
What mechanism type does the drug Dronabinol use?
The drug Dronabinol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dronabinol%" OR LOWER(tradeNames_string) LIKE "%dronabinol%" OR LOWER(drugSynonyms_string) LIKE "%dronabinol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3038', 'drugMechanismOfAction': 'Cannabinoid CB1 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.84
Q14
What mechanism type does the drug Pertuzumab use?
The drug Pertuzumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pertuzumab%" OR LOWER(tradeNames_string) LIKE "%pertuzumab%" OR LOWER(drugSynonyms_string) LIKE "%pertuzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1613', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.717
Q14
What mechanism type does the drug Triclofos Sodium use?
The drug Triclofos Sodium is a positive modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%triclofos sodium%" OR LOWER(tradeNames_string) LIKE "%triclofos sodium%" OR LOWER(drugSynonyms_string) LIKE "%triclofos sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2585', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1185
Q14
What mechanism type does the drug Lanabecestat use?
The drug Lanabecestat is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lanabecestat%" OR LOWER(tradeNames_string) LIKE "%lanabecestat%" OR LOWER(drugSynonyms_string) LIKE "%lanabecestat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5309', 'drugMechanismOfAction': 'Beta-secretase 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.386
Q14
What mechanism type does the drug Rizatriptan Benzoate use?
The drug Rizatriptan Benzoate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rizatriptan benzoate%" OR LOWER(tradeNames_string) LIKE "%rizatriptan benzoate%" OR LOWER(drugSynonyms_string) LIKE "%rizatriptan benzoate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1140', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1141', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1022
Q14
What mechanism type does the drug Voruciclib use?
The drug Voruciclib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%voruciclib%" OR LOWER(tradeNames_string) LIKE "%voruciclib%" OR LOWER(drugSynonyms_string) LIKE "%voruciclib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4446', 'drugMechanismOfAction': 'Cyclin-dependent kinase 4 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1689
Q14
What mechanism type does the drug Methysergide Maleate use?
The drug Methysergide Maleate is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%methysergide maleate%" OR LOWER(tradeNames_string) LIKE "%methysergide maleate%" OR LOWER(drugSynonyms_string) LIKE "%methysergide maleate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2806', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_2807', 'drugMechanismOfAction': 'Serotonin 2b (5-HT2b) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_2808', 'drugMechanismOfAction': 'Serotonin 1a (5-HT1a) receptor partial agon...
general
Distinct, Similarity Search
Metadata
Q14.87
Q14
What mechanism type does the drug Semzuvolimab use?
The drug Semzuvolimab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%semzuvolimab%" OR LOWER(tradeNames_string) LIKE "%semzuvolimab%" OR LOWER(drugSynonyms_string) LIKE "%semzuvolimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2738', 'drugMechanismOfAction': 'T-cell surface antigen CD4 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1684
Q14
What mechanism type does the drug Neratinib use?
The drug Neratinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%neratinib%" OR LOWER(tradeNames_string) LIKE "%neratinib%" OR LOWER(drugSynonyms_string) LIKE "%neratinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1994', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1995', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1996', 'drugMechanismOfAction': 'Receptor protein-tyrosine ki...
general
Distinct, Similarity Search
Metadata
Q14.333
Q14
What mechanism type does the drug Naratriptan use?
The drug Naratriptan is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%naratriptan%" OR LOWER(tradeNames_string) LIKE "%naratriptan%" OR LOWER(drugSynonyms_string) LIKE "%naratriptan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4633', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4634', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5845', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}, {'UUID'...
general
Distinct, Similarity Search
Metadata
Q14.7
Q14
What mechanism type does the drug Miglustat use?
The drug Miglustat is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%miglustat%" OR LOWER(tradeNames_string) LIKE "%miglustat%" OR LOWER(drugSynonyms_string) LIKE "%miglustat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5675', 'drugMechanismOfAction': 'Ceramide glucosyltransferase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.737
Q14
What mechanism type does the drug Formoterol use?
The drug Formoterol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%formoterol%" OR LOWER(tradeNames_string) LIKE "%formoterol%" OR LOWER(drugSynonyms_string) LIKE "%formoterol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3747', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4428', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_440', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}, {'UUID': 'DrugGeneTa...
general
Distinct, Similarity Search
Metadata
Q14.750
Q14
What mechanism type does the drug Ilx23-7553 use?
The drug Ilx23-7553 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ilx23-7553%" OR LOWER(tradeNames_string) LIKE "%ilx23-7553%" OR LOWER(drugSynonyms_string) LIKE "%ilx23-7553%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2708', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1414
Q14
What mechanism type does the drug Bemcentinib use?
The drug Bemcentinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bemcentinib%" OR LOWER(tradeNames_string) LIKE "%bemcentinib%" OR LOWER(drugSynonyms_string) LIKE "%bemcentinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6262', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor UFO inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1751
Q14
What mechanism type does the drug Milveterol use?
The drug Milveterol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%milveterol%" OR LOWER(tradeNames_string) LIKE "%milveterol%" OR LOWER(drugSynonyms_string) LIKE "%milveterol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2733', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.457
Q14
What mechanism type does the drug Afatinib Dimaleate use?
The drug Afatinib Dimaleate is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%afatinib dimaleate%" OR LOWER(tradeNames_string) LIKE "%afatinib dimaleate%" OR LOWER(drugSynonyms_string) LIKE "%afatinib dimaleate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2558', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2559', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2560', 'drugMechanismOfAction': 'Receptor protein-tyrosine ki...
general
Distinct, Similarity Search
Metadata
Q14.496
Q14
What mechanism type does the drug Procainamide Hydrochloride use?
The drug Procainamide Hydrochloride is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%procainamide hydrochloride%" OR LOWER(tradeNames_string) LIKE "%procainamide hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%procainamide hydrochloride%") ...
[{'UUID': 'DrugGeneTargets_v2_4967', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1482
Q14
What mechanism type does the drug Tcd-717 use?
The drug Tcd-717 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tcd-717%" OR LOWER(tradeNames_string) LIKE "%tcd-717%" OR LOWER(drugSynonyms_string) LIKE "%tcd-717%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6258', 'drugMechanismOfAction': 'Choline kinase alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.291
Q14
What mechanism type does the drug Codeine Phosphate use?
The drug Codeine Phosphate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%codeine phosphate%" OR LOWER(tradeNames_string) LIKE "%codeine phosphate%" OR LOWER(drugSynonyms_string) LIKE "%codeine phosphate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4198', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1990', 'drugMechanismOfAction': 'Opioid receptors; mu/kappa/delta agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1817
Q14
What mechanism type does the drug Cobimetinib use?
The drug Cobimetinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cobimetinib%" OR LOWER(tradeNames_string) LIKE "%cobimetinib%" OR LOWER(drugSynonyms_string) LIKE "%cobimetinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3656', 'drugMechanismOfAction': 'Dual specificity mitogen-activated protein kinase kinase 1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3657', 'drugMechanismOfAction': 'Dual specificity mitogen-activated protein kinase kinase 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_6004', 'drugMechanismO...
general
Distinct, Similarity Search
Metadata
Q14.1986
Q14
What mechanism type does the drug Bromazepam use?
The drug Bromazepam is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bromazepam%" OR LOWER(tradeNames_string) LIKE "%bromazepam%" OR LOWER(drugSynonyms_string) LIKE "%bromazepam%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2148', 'drugMechanismOfAction': 'GABA receptor alpha-2 subunit positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1370
Q14
What mechanism type does the drug Dothiepin use?
The drug Dothiepin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dothiepin%" OR LOWER(tradeNames_string) LIKE "%dothiepin%" OR LOWER(drugSynonyms_string) LIKE "%dothiepin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4896', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4897', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.893
Q14
What mechanism type does the drug R-406 use?
The drug R-406 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%r-406%" OR LOWER(tradeNames_string) LIKE "%r-406%" OR LOWER(drugSynonyms_string) LIKE "%r-406%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2406', 'drugMechanismOfAction': 'Tyrosine-protein kinase SYK inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1063
Q14
What mechanism type does the drug Desoxycorticosterone Pivalate use?
The drug Desoxycorticosterone Pivalate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%desoxycorticosterone pivalate%" OR LOWER(tradeNames_string) LIKE "%desoxycorticosterone pivalate%" OR LOWER(drugSynonyms_string) LIKE "%desoxycorticosterone piva...
[{'UUID': 'DrugGeneTargets_v2_3356', 'drugMechanismOfAction': 'Mineralocorticoid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1846
Q14
What mechanism type does the drug Itolizumab use?
The drug Itolizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%itolizumab%" OR LOWER(tradeNames_string) LIKE "%itolizumab%" OR LOWER(drugSynonyms_string) LIKE "%itolizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4017', 'drugMechanismOfAction': 'T-cell differentiation antigen CD6 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1982
Q14
What mechanism type does the drug Eprotirome use?
The drug Eprotirome is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%eprotirome%" OR LOWER(tradeNames_string) LIKE "%eprotirome%" OR LOWER(drugSynonyms_string) LIKE "%eprotirome%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1020', 'drugMechanismOfAction': 'Thyroid hormone receptor beta-1 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.789
Q14
What mechanism type does the drug Venlafaxine Hydrochloride use?
The drug Venlafaxine Hydrochloride is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%venlafaxine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%venlafaxine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%venlafaxine hydrochloride%") LIM...
[{'UUID': 'DrugGeneTargets_v2_1502', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1503', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.866
Q14
What mechanism type does the drug Brimonidine Tartrate use?
The drug Brimonidine Tartrate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%brimonidine tartrate%" OR LOWER(tradeNames_string) LIKE "%brimonidine tartrate%" OR LOWER(drugSynonyms_string) LIKE "%brimonidine tartrate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4923', 'drugMechanismOfAction': 'Adrenergic receptor alpha-2 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1306
Q14
What mechanism type does the drug Aus-131 use?
The drug Aus-131 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%aus-131%" OR LOWER(tradeNames_string) LIKE "%aus-131%" OR LOWER(drugSynonyms_string) LIKE "%aus-131%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6316', 'drugMechanismOfAction': 'Estrogen receptor beta agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1088
Q14
What mechanism type does the drug Rofecoxib use?
The drug Rofecoxib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rofecoxib%" OR LOWER(tradeNames_string) LIKE "%rofecoxib%" OR LOWER(drugSynonyms_string) LIKE "%rofecoxib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3942', 'drugMechanismOfAction': 'Cyclooxygenase-2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1889
Q14
What mechanism type does the drug Carbetocin use?
The drug Carbetocin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%carbetocin%" OR LOWER(tradeNames_string) LIKE "%carbetocin%" OR LOWER(drugSynonyms_string) LIKE "%carbetocin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6062', 'drugMechanismOfAction': 'Oxytocin receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.331
Q14
What mechanism type does the drug Mipomersen Sodium use?
The drug Mipomersen Sodium is an antisense inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mipomersen sodium%" OR LOWER(tradeNames_string) LIKE "%mipomersen sodium%" OR LOWER(drugSynonyms_string) LIKE "%mipomersen sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3718', 'drugMechanismOfAction': 'Apo-B 100 mRNA antisense inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.448
Q14
What mechanism type does the drug Enoblituzumab use?
The drug Enoblituzumab is a cross-linking agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%enoblituzumab%" OR LOWER(tradeNames_string) LIKE "%enoblituzumab%" OR LOWER(drugSynonyms_string) LIKE "%enoblituzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3745', 'drugMechanismOfAction': 'CD276 antigen cross-linking agent'}]
general
Distinct, Similarity Search
Metadata
Q14.766
Q14
What mechanism type does the drug Chenodiol use?
The drug Chenodiol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%chenodiol%" OR LOWER(tradeNames_string) LIKE "%chenodiol%" OR LOWER(drugSynonyms_string) LIKE "%chenodiol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_976', 'drugMechanismOfAction': 'Bile acid receptor FXR agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1844
Q14
What mechanism type does the drug Tak-653 use?
The drug Tak-653 is a positive allosteric modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tak-653%" OR LOWER(tradeNames_string) LIKE "%tak-653%" OR LOWER(drugSynonyms_string) LIKE "%tak-653%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2292', 'drugMechanismOfAction': 'Glutamate receptor ionotropic AMPA positive allosteric modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.913
Q14
What mechanism type does the drug Lampalizumab use?
The drug Lampalizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lampalizumab%" OR LOWER(tradeNames_string) LIKE "%lampalizumab%" OR LOWER(drugSynonyms_string) LIKE "%lampalizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4245', 'drugMechanismOfAction': 'Complement factor D inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1141
Q14
What mechanism type does the drug Elotuzumab use?
The drug Elotuzumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%elotuzumab%" OR LOWER(tradeNames_string) LIKE "%elotuzumab%" OR LOWER(drugSynonyms_string) LIKE "%elotuzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5815', 'drugMechanismOfAction': 'SLAM family member 7 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.180
Q14
What mechanism type does the drug Birinapant use?
The drug Birinapant is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%birinapant%" OR LOWER(tradeNames_string) LIKE "%birinapant%" OR LOWER(drugSynonyms_string) LIKE "%birinapant%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_267', 'drugMechanismOfAction': 'cIAP1/cIAP2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.729
Q14
What mechanism type does the drug Ff-10101 use?
The drug Ff-10101 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ff-10101%" OR LOWER(tradeNames_string) LIKE "%ff-10101%" OR LOWER(drugSynonyms_string) LIKE "%ff-10101%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5198', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1273
Q14
What mechanism type does the drug Warfarin Potassium use?
The drug Warfarin Potassium is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%warfarin potassium%" OR LOWER(tradeNames_string) LIKE "%warfarin potassium%" OR LOWER(drugSynonyms_string) LIKE "%warfarin potassium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5347', 'drugMechanismOfAction': 'Vitamin k epoxide reductase complex subunit 1 isoform 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.89
Q14
What mechanism type does the drug Velusetrag use?
The drug Velusetrag is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%velusetrag%" OR LOWER(tradeNames_string) LIKE "%velusetrag%" OR LOWER(drugSynonyms_string) LIKE "%velusetrag%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_260', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1410
Q14
What mechanism type does the drug Topiramate use?
The drug Topiramate is a positive modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%topiramate%" OR LOWER(tradeNames_string) LIKE "%topiramate%" OR LOWER(drugSynonyms_string) LIKE "%topiramate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1592', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}, {'UUID': 'DrugGeneTargets_v2_1593', 'drugMechanismOfAction': 'GABA-A receptor; anion channel positive modulator'}, {'UUID': 'DrugGeneTargets_v2_1594', 'drugMechanismOfAction': 'Glutamate receptor ionotropic kainate an...
general
Distinct, Similarity Search
Metadata
Q14.1900
Q14
What mechanism type does the drug Efalizumab use?
The drug Efalizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%efalizumab%" OR LOWER(tradeNames_string) LIKE "%efalizumab%" OR LOWER(drugSynonyms_string) LIKE "%efalizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5558', 'drugMechanismOfAction': 'Integrin alpha-L/beta-2 (LFA-1) inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.463
Q14
What mechanism type does the drug Esomeprazole Sodium use?
The drug Esomeprazole Sodium is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%esomeprazole sodium%" OR LOWER(tradeNames_string) LIKE "%esomeprazole sodium%" OR LOWER(drugSynonyms_string) LIKE "%esomeprazole sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3760', 'drugMechanismOfAction': 'Potassium-transporting ATPase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1830
Q14
What mechanism type does the drug Risankizumab use?
The drug Risankizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%risankizumab%" OR LOWER(tradeNames_string) LIKE "%risankizumab%" OR LOWER(drugSynonyms_string) LIKE "%risankizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6358', 'drugMechanismOfAction': 'Interleukin-23 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.55
Q14
What mechanism type does the drug Avn-944 use?
The drug Avn-944 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%avn-944%" OR LOWER(tradeNames_string) LIKE "%avn-944%" OR LOWER(drugSynonyms_string) LIKE "%avn-944%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2898', 'drugMechanismOfAction': "Inosine-5'-monophosphate dehydrogenase (IMPDH) inhibitor"}]
general
Distinct, Similarity Search
Metadata
Q14.1503
Q14
What mechanism type does the drug Osilodrostat use?
The drug Osilodrostat is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%osilodrostat%" OR LOWER(tradeNames_string) LIKE "%osilodrostat%" OR LOWER(drugSynonyms_string) LIKE "%osilodrostat%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5691', 'drugMechanismOfAction': 'Cytochrome P450 11B1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5216', 'drugMechanismOfAction': 'Cytochrome P450 11B1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.650
Q14
What mechanism type does the drug Bromfenac Sodium use?
The drug Bromfenac Sodium is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bromfenac sodium%" OR LOWER(tradeNames_string) LIKE "%bromfenac sodium%" OR LOWER(drugSynonyms_string) LIKE "%bromfenac sodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_989', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.684
Q14
What mechanism type does the drug Medi-570 use?
The drug Medi-570 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%medi-570%" OR LOWER(tradeNames_string) LIKE "%medi-570%" OR LOWER(drugSynonyms_string) LIKE "%medi-570%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2084', 'drugMechanismOfAction': 'Inducible T-cell costimulator inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.224
Q14
What mechanism type does the drug Aprinocarsen use?
The drug Aprinocarsen is an antisense inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%aprinocarsen%" OR LOWER(tradeNames_string) LIKE "%aprinocarsen%" OR LOWER(drugSynonyms_string) LIKE "%aprinocarsen%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_585', 'drugMechanismOfAction': "Protein kinase C alpha mRNA 3'UTR antisense inhibitor"}, {'UUID': 'DrugGeneTargets_v2_4756', 'drugMechanismOfAction': "Protein kinase C alpha mRNA 3'UTR antisense inhibitor"}]
general
Distinct, Similarity Search
Metadata
Q14.116
Q14
What mechanism type does the drug Fluorometholone use?
The drug Fluorometholone is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%fluorometholone%" OR LOWER(tradeNames_string) LIKE "%fluorometholone%" OR LOWER(drugSynonyms_string) LIKE "%fluorometholone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4240', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_873', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1552
Q14
What mechanism type does the drug Romosozumab use?
The drug Romosozumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%romosozumab%" OR LOWER(tradeNames_string) LIKE "%romosozumab%" OR LOWER(drugSynonyms_string) LIKE "%romosozumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6190', 'drugMechanismOfAction': 'Sclerostin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1303
Q14
What mechanism type does the drug Fluorouracil use?
The drug Fluorouracil is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%fluorouracil%" OR LOWER(tradeNames_string) LIKE "%fluorouracil%" OR LOWER(drugSynonyms_string) LIKE "%fluorouracil%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1558', 'drugMechanismOfAction': 'Thymidylate synthase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.987
Q14
What mechanism type does the drug Zibotentan use?
The drug Zibotentan is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%zibotentan%" OR LOWER(tradeNames_string) LIKE "%zibotentan%" OR LOWER(drugSynonyms_string) LIKE "%zibotentan%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3876', 'drugMechanismOfAction': 'Endothelin receptor ET-A antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.177
Q14
What mechanism type does the drug Zalutumumab use?
The drug Zalutumumab is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%zalutumumab%" OR LOWER(tradeNames_string) LIKE "%zalutumumab%" OR LOWER(drugSynonyms_string) LIKE "%zalutumumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_779', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1650
Q14
What mechanism type does the drug Talarozole use?
The drug Talarozole is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%talarozole%" OR LOWER(tradeNames_string) LIKE "%talarozole%" OR LOWER(drugSynonyms_string) LIKE "%talarozole%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4341', 'drugMechanismOfAction': 'Cytochrome P450 26A1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.596
Q14
What mechanism type does the drug Benzhydrocodone Hydrochloride use?
The drug Benzhydrocodone Hydrochloride is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%benzhydrocodone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%benzhydrocodone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%benzhydrocodone hydrochlo...
[{'UUID': 'DrugGeneTargets_v2_3008', 'drugMechanismOfAction': 'Opioid receptors; mu/kappa/delta agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1560
Q14
What mechanism type does the drug Lomitapide use?
The drug Lomitapide is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lomitapide%" OR LOWER(tradeNames_string) LIKE "%lomitapide%" OR LOWER(drugSynonyms_string) LIKE "%lomitapide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3058', 'drugMechanismOfAction': 'Microsomal triglyceride transfer protein inhibitor'}, {'UUID': 'DrugGeneTargets_v2_476', 'drugMechanismOfAction': 'Microsomal triglyceride transfer protein inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.19
Q14
What mechanism type does the drug Ticlopidine use?
The drug Ticlopidine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ticlopidine%" OR LOWER(tradeNames_string) LIKE "%ticlopidine%" OR LOWER(drugSynonyms_string) LIKE "%ticlopidine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3795', 'drugMechanismOfAction': 'Purinergic receptor P2Y12 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1201', 'drugMechanismOfAction': 'Purinergic receptor P2Y12 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.429
Q14
What mechanism type does the drug Trihexyphenidyl Hydrochloride use?
The drug Trihexyphenidyl Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%trihexyphenidyl hydrochloride%" OR LOWER(tradeNames_string) LIKE "%trihexyphenidyl hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%trihexyphenidyl hydrochlo...
[{'UUID': 'DrugGeneTargets_v2_6050', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1345
Q14
What mechanism type does the drug Difenoxin use?
The drug Difenoxin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%difenoxin%" OR LOWER(tradeNames_string) LIKE "%difenoxin%" OR LOWER(drugSynonyms_string) LIKE "%difenoxin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_614', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_3761', 'drugMechanismOfAction': 'Mu opioid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.289
Q14
What mechanism type does the drug Ezogabine use?
The drug Ezogabine is an opener.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ezogabine%" OR LOWER(tradeNames_string) LIKE "%ezogabine%" OR LOWER(drugSynonyms_string) LIKE "%ezogabine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3665', 'drugMechanismOfAction': 'KCNQ (Kv7) potassium channel opener'}]
general
Distinct, Similarity Search
Metadata
Q14.1584
Q14
What mechanism type does the drug Ceritinib use?
The drug Ceritinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ceritinib%" OR LOWER(tradeNames_string) LIKE "%ceritinib%" OR LOWER(drugSynonyms_string) LIKE "%ceritinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2434', 'drugMechanismOfAction': 'EML4-ALK'}, {'UUID': 'DrugGeneTargets_v2_2435', 'drugMechanismOfAction': 'ALK tyrosine kinase receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2436', 'drugMechanismOfAction': 'NPM/ALK (Nucleophosmin/ALK tyrosine kinase receptor)'}]
general
Distinct, Similarity Search
Metadata
Q14.434
Q14
What mechanism type does the drug Falnidamol use?
The drug Falnidamol is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%falnidamol%" OR LOWER(tradeNames_string) LIKE "%falnidamol%" OR LOWER(drugSynonyms_string) LIKE "%falnidamol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_119', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1640
Q14
What mechanism type does the drug Crizanlizumab use?
The drug Crizanlizumab is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%crizanlizumab%" OR LOWER(tradeNames_string) LIKE "%crizanlizumab%" OR LOWER(drugSynonyms_string) LIKE "%crizanlizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4256', 'drugMechanismOfAction': 'P-selectin blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1245
Q14
What mechanism type does the drug Epinastine use?
The drug Epinastine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%epinastine%" OR LOWER(tradeNames_string) LIKE "%epinastine%" OR LOWER(drugSynonyms_string) LIKE "%epinastine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3833', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5985', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.676
Q14
What mechanism type does the drug Aldoxorubicin use?
The drug Aldoxorubicin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%aldoxorubicin%" OR LOWER(tradeNames_string) LIKE "%aldoxorubicin%" OR LOWER(drugSynonyms_string) LIKE "%aldoxorubicin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4550', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.32
Q14
What mechanism type does the drug Tacedinaline use?
The drug Tacedinaline is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tacedinaline%" OR LOWER(tradeNames_string) LIKE "%tacedinaline%" OR LOWER(drugSynonyms_string) LIKE "%tacedinaline%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_685', 'drugMechanismOfAction': 'Histone deacetylase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.934
Q14
What mechanism type does the drug Oxytocin use?
The drug Oxytocin is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%oxytocin%" OR LOWER(tradeNames_string) LIKE "%oxytocin%" OR LOWER(drugSynonyms_string) LIKE "%oxytocin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5031', 'drugMechanismOfAction': 'Oxytocin receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.982
Q14
What mechanism type does the drug 1018 Iss use?
The drug 1018 Iss is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%1018 iss%" OR LOWER(tradeNames_string) LIKE "%1018 iss%" OR LOWER(drugSynonyms_string) LIKE "%1018 iss%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2906', 'drugMechanismOfAction': 'Toll-like receptor 9 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.217
Q14
What mechanism type does the drug Biricodar use?
The drug Biricodar is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%biricodar%" OR LOWER(tradeNames_string) LIKE "%biricodar%" OR LOWER(drugSynonyms_string) LIKE "%biricodar%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5418', 'drugMechanismOfAction': 'Multidrug resistance-associated protein 1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5419', 'drugMechanismOfAction': 'P-glycoprotein 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1130
Q14
What mechanism type does the drug Tipifarnib use?
The drug Tipifarnib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tipifarnib%" OR LOWER(tradeNames_string) LIKE "%tipifarnib%" OR LOWER(drugSynonyms_string) LIKE "%tipifarnib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3546', 'drugMechanismOfAction': 'Protein farnesyltransferase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.330
Q14
What mechanism type does the drug Neflamapimod use?
The drug Neflamapimod is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%neflamapimod%" OR LOWER(tradeNames_string) LIKE "%neflamapimod%" OR LOWER(drugSynonyms_string) LIKE "%neflamapimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4831', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata