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.111
Q14
What mechanism type does the drug Saralasin use?
The drug Saralasin is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%saralasin%" OR LOWER(tradeNames_string) LIKE "%saralasin%" OR LOWER(drugSynonyms_string) LIKE "%saralasin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3720', 'drugMechanismOfAction': 'Type-1 angiotensin II receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4566', 'drugMechanismOfAction': 'Type-1 angiotensin II receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1944
Q14
What mechanism type does the drug T-Dm1 use?
The drug T-Dm1 is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%t-dm1%" OR LOWER(tradeNames_string) LIKE "%t-dm1%" OR LOWER(drugSynonyms_string) LIKE "%t-dm1%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2083', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 binding agent'}, {'UUID': 'DrugGeneTargets_v2_5756', 'drugMechanismOfAction': 'Receptor protein-tyrosine kinase erbB-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5757', 'drugMechanismOfAction': 'Tubulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.574
Q14
What mechanism type does the drug Apitegromab use?
The drug Apitegromab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%apitegromab%" OR LOWER(tradeNames_string) LIKE "%apitegromab%" OR LOWER(drugSynonyms_string) LIKE "%apitegromab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5009', 'drugMechanismOfAction': 'Growth/differentiation factor 8 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1177
Q14
What mechanism type does the drug Guanadrel use?
The drug Guanadrel is a substrate.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%guanadrel%" OR LOWER(tradeNames_string) LIKE "%guanadrel%" OR LOWER(drugSynonyms_string) LIKE "%guanadrel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_380', 'drugMechanismOfAction': 'Norepinephrine transporter substrate'}, {'UUID': 'DrugGeneTargets_v2_2355', 'drugMechanismOfAction': 'Norepinephrine transporter substrate'}]
general
Distinct, Similarity Search
Metadata
Q14.1184
Q14
What mechanism type does the drug Krp203 use?
The drug Krp203 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%krp203%" OR LOWER(tradeNames_string) LIKE "%krp203%" OR LOWER(drugSynonyms_string) LIKE "%krp203%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2799', 'drugMechanismOfAction': 'Sphingosine 1-phosphate receptor Edg-1 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.897
Q14
What mechanism type does the drug Methixene use?
The drug Methixene is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%methixene%" OR LOWER(tradeNames_string) LIKE "%methixene%" OR LOWER(drugSynonyms_string) LIKE "%methixene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1166', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 antagonist'}, {'UUID': 'DrugGeneTargets_v2_1167', 'drugMechanismOfAction': 'Serotonin 2c (5-HT2c) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_348', 'drugMechanismOfAction': 'Muscarinic acetylcholine receptor M1 a...
general
Distinct, Similarity Search
Metadata
Q14.956
Q14
What mechanism type does the drug Bleselumab use?
The drug Bleselumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bleselumab%" OR LOWER(tradeNames_string) LIKE "%bleselumab%" OR LOWER(drugSynonyms_string) LIKE "%bleselumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3378', 'drugMechanismOfAction': 'Tumor necrosis factor receptor superfamily member 5 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1057
Q14
What mechanism type does the drug Encorafenib use?
The drug Encorafenib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%encorafenib%" OR LOWER(tradeNames_string) LIKE "%encorafenib%" OR LOWER(drugSynonyms_string) LIKE "%encorafenib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3616', 'drugMechanismOfAction': 'Serine/threonine-protein kinase B-raf inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1354
Q14
What mechanism type does the drug Pemetrexed Disodium use?
The drug Pemetrexed Disodium is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pemetrexed disodium%" OR LOWER(tradeNames_string) LIKE "%pemetrexed disodium%" OR LOWER(drugSynonyms_string) LIKE "%pemetrexed disodium%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3690', 'drugMechanismOfAction': 'Dihydrofolate reductase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3691', 'drugMechanismOfAction': 'Thymidylate synthase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3692', 'drugMechanismOfAction': 'GAR transformylase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1373
Q14
What mechanism type does the drug Asunercept use?
The drug Asunercept is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%asunercept%" OR LOWER(tradeNames_string) LIKE "%asunercept%" OR LOWER(drugSynonyms_string) LIKE "%asunercept%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1223', 'drugMechanismOfAction': 'Tumor necrosis factor ligand superfamily member 6 binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1448
Q14
What mechanism type does the drug Bms-223131 use?
The drug Bms-223131 is an activator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bms-223131%" OR LOWER(tradeNames_string) LIKE "%bms-223131%" OR LOWER(drugSynonyms_string) LIKE "%bms-223131%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3483', 'drugMechanismOfAction': 'Calcium-activated potassium channel subunit alpha-1 activator'}]
general
Distinct, Similarity Search
Metadata
Q14.891
Q14
What mechanism type does the drug Gatipotuzumab use?
The drug Gatipotuzumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%gatipotuzumab%" OR LOWER(tradeNames_string) LIKE "%gatipotuzumab%" OR LOWER(drugSynonyms_string) LIKE "%gatipotuzumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3492', 'drugMechanismOfAction': 'Mucin-1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1673
Q14
What mechanism type does the drug Ibufenac use?
The drug Ibufenac is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ibufenac%" OR LOWER(tradeNames_string) LIKE "%ibufenac%" OR LOWER(drugSynonyms_string) LIKE "%ibufenac%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3586', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.857
Q14
What mechanism type does the drug Pegcantratinib use?
The drug Pegcantratinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pegcantratinib%" OR LOWER(tradeNames_string) LIKE "%pegcantratinib%" OR LOWER(drugSynonyms_string) LIKE "%pegcantratinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2365', 'drugMechanismOfAction': 'Nerve growth factor receptor Trk-A inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.741
Q14
What mechanism type does the drug Metocurine Iodide use?
The drug Metocurine Iodide is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%metocurine iodide%" OR LOWER(tradeNames_string) LIKE "%metocurine iodide%" OR LOWER(drugSynonyms_string) LIKE "%metocurine iodide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2699', 'drugMechanismOfAction': 'Muscle-type nicotinic acetylcholine receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.724
Q14
What mechanism type does the drug Doxercalciferol use?
The drug Doxercalciferol is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%doxercalciferol%" OR LOWER(tradeNames_string) LIKE "%doxercalciferol%" OR LOWER(drugSynonyms_string) LIKE "%doxercalciferol%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4241', 'drugMechanismOfAction': 'Vitamin D receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.460
Q14
What mechanism type does the drug Placulumab use?
The drug Placulumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%placulumab%" OR LOWER(tradeNames_string) LIKE "%placulumab%" OR LOWER(drugSynonyms_string) LIKE "%placulumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1519', 'drugMechanismOfAction': 'TNF-alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.267
Q14
What mechanism type does the drug Lurasidone use?
The drug Lurasidone is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%lurasidone%" OR LOWER(tradeNames_string) LIKE "%lurasidone%" OR LOWER(drugSynonyms_string) LIKE "%lurasidone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3924', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3925', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5708', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGene...
general
Distinct, Similarity Search
Metadata
Q14.78
Q14
What mechanism type does the drug Scio-323 use?
The drug Scio-323 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%scio-323%" OR LOWER(tradeNames_string) LIKE "%scio-323%" OR LOWER(drugSynonyms_string) LIKE "%scio-323%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1920', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1785
Q14
What mechanism type does the drug Sb-773812 use?
The drug Sb-773812 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%sb-773812%" OR LOWER(tradeNames_string) LIKE "%sb-773812%" OR LOWER(drugSynonyms_string) LIKE "%sb-773812%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_56', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_57', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.450
Q14
What mechanism type does the drug Cyt-500 177Lu use?
The drug Cyt-500 177Lu is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cyt-500 177lu%" OR LOWER(tradeNames_string) LIKE "%cyt-500 177lu%" OR LOWER(drugSynonyms_string) LIKE "%cyt-500 177lu%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1090', 'drugMechanismOfAction': 'Glutamate carboxypeptidase II binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.401
Q14
What mechanism type does the drug Mesoridazine use?
The drug Mesoridazine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mesoridazine%" OR LOWER(tradeNames_string) LIKE "%mesoridazine%" OR LOWER(drugSynonyms_string) LIKE "%mesoridazine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4487', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4488', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3633', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}, {'UUID':...
general
Distinct, Similarity Search
Metadata
Q14.179
Q14
What mechanism type does the drug Minodronic Acid use?
The drug Minodronic Acid is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%minodronic acid%" OR LOWER(tradeNames_string) LIKE "%minodronic acid%" OR LOWER(drugSynonyms_string) LIKE "%minodronic acid%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2268', 'drugMechanismOfAction': 'Farnesyl diphosphate synthase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1051
Q14
What mechanism type does the drug Choriogonadotropin Alfa use?
The drug Choriogonadotropin Alfa is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%choriogonadotropin alfa%" OR LOWER(tradeNames_string) LIKE "%choriogonadotropin alfa%" OR LOWER(drugSynonyms_string) LIKE "%choriogonadotropin alfa%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1368', 'drugMechanismOfAction': 'Luteinizing hormone/Choriogonadotropin receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1737
Q14
What mechanism type does the drug Clevidipine use?
The drug Clevidipine is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%clevidipine%" OR LOWER(tradeNames_string) LIKE "%clevidipine%" OR LOWER(drugSynonyms_string) LIKE "%clevidipine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_250', 'drugMechanismOfAction': 'Voltage-gated L-type calcium channel blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1609
Q14
What mechanism type does the drug Esmolol Hydrochloride use?
The drug Esmolol Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%esmolol hydrochloride%" OR LOWER(tradeNames_string) LIKE "%esmolol hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%esmolol hydrochloride%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4941', 'drugMechanismOfAction': 'Beta-1 adrenergic receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_4942', 'drugMechanismOfAction': 'Beta-2 adrenergic receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1869
Q14
What mechanism type does the drug Rupatadine use?
The drug Rupatadine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rupatadine%" OR LOWER(tradeNames_string) LIKE "%rupatadine%" OR LOWER(drugSynonyms_string) LIKE "%rupatadine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2191', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_2192', 'drugMechanismOfAction': 'Platelet activating factor receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.602
Q14
What mechanism type does the drug Desoximetasone use?
The drug Desoximetasone is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%desoximetasone%" OR LOWER(tradeNames_string) LIKE "%desoximetasone%" OR LOWER(drugSynonyms_string) LIKE "%desoximetasone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5225', 'drugMechanismOfAction': 'Glucocorticoid receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.63
Q14
What mechanism type does the drug Pentazocine Lactate use?
The drug Pentazocine Lactate is a modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pentazocine lactate%" OR LOWER(tradeNames_string) LIKE "%pentazocine lactate%" OR LOWER(drugSynonyms_string) LIKE "%pentazocine lactate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_652', 'drugMechanismOfAction': 'Sigma opioid receptor modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1309
Q14
What mechanism type does the drug Cg250 111In use?
The drug Cg250 111In is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cg250 111in%" OR LOWER(tradeNames_string) LIKE "%cg250 111in%" OR LOWER(drugSynonyms_string) LIKE "%cg250 111in%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3902', 'drugMechanismOfAction': 'Carbonic anhydrase IX binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.879
Q14
What mechanism type does the drug Barnidipine use?
The drug Barnidipine is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%barnidipine%" OR LOWER(tradeNames_string) LIKE "%barnidipine%" OR LOWER(drugSynonyms_string) LIKE "%barnidipine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1479', 'drugMechanismOfAction': 'Voltage-gated L-type calcium channel blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1491
Q14
What mechanism type does the drug Huj591 111In use?
The drug Huj591 111In is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%huj591 111in%" OR LOWER(tradeNames_string) LIKE "%huj591 111in%" OR LOWER(drugSynonyms_string) LIKE "%huj591 111in%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4279', 'drugMechanismOfAction': 'Glutamate carboxypeptidase II binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.1880
Q14
What mechanism type does the drug Faricimab use?
The drug Faricimab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%faricimab%" OR LOWER(tradeNames_string) LIKE "%faricimab%" OR LOWER(drugSynonyms_string) LIKE "%faricimab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_864', 'drugMechanismOfAction': 'Angiopoietin-2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_865', 'drugMechanismOfAction': 'Vascular endothelial growth factor A inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.282
Q14
What mechanism type does the drug Larazotide Acetate use?
The drug Larazotide Acetate is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%larazotide acetate%" OR LOWER(tradeNames_string) LIKE "%larazotide acetate%" OR LOWER(drugSynonyms_string) LIKE "%larazotide acetate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1963', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha3/beta4 partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.37
Q14
What mechanism type does the drug Kw-2449 use?
The drug Kw-2449 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%kw-2449%" OR LOWER(tradeNames_string) LIKE "%kw-2449%" OR LOWER(drugSynonyms_string) LIKE "%kw-2449%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_708', 'drugMechanismOfAction': 'Serine/threonine-protein kinase Aurora-B inhibitor'}, {'UUID': 'DrugGeneTargets_v2_709', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_710', 'drugMechanismOfAction': 'Serine/threonine-protein kinase...
general
Distinct, Similarity Search
Metadata
Q14.1517
Q14
What mechanism type does the drug Aloxiprin use?
The drug Aloxiprin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%aloxiprin%" OR LOWER(tradeNames_string) LIKE "%aloxiprin%" OR LOWER(drugSynonyms_string) LIKE "%aloxiprin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_229', 'drugMechanismOfAction': 'Cyclooxygenase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.669
Q14
What mechanism type does the drug Mitoxantrone Hydrochloride use?
The drug Mitoxantrone Hydrochloride is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mitoxantrone hydrochloride%" OR LOWER(tradeNames_string) LIKE "%mitoxantrone hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%mitoxantrone hydrochloride%") ...
[{'UUID': 'DrugGeneTargets_v2_4715', 'drugMechanismOfAction': 'DNA topoisomerase II alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1829
Q14
What mechanism type does the drug Tetracaine Hydrochloride use?
The drug Tetracaine Hydrochloride is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tetracaine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%tetracaine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%tetracaine hydrochloride%") LIMIT ...
[{'UUID': 'DrugGeneTargets_v2_3723', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1446
Q14
What mechanism type does the drug Telisotuzumab Vedotin use?
The drug Telisotuzumab Vedotin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%telisotuzumab vedotin%" OR LOWER(tradeNames_string) LIKE "%telisotuzumab vedotin%" OR LOWER(drugSynonyms_string) LIKE "%telisotuzumab vedotin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3781', 'drugMechanismOfAction': 'Hepatocyte growth factor receptor binding agent'}, {'UUID': 'DrugGeneTargets_v2_3782', 'drugMechanismOfAction': 'Tubulin inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.986
Q14
What mechanism type does the drug Intetumumab use?
The drug Intetumumab is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%intetumumab%" OR LOWER(tradeNames_string) LIKE "%intetumumab%" OR LOWER(drugSynonyms_string) LIKE "%intetumumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3000', 'drugMechanismOfAction': 'Integrin alpha-V/beta-5 antagonist'}, {'UUID': 'DrugGeneTargets_v2_3001', 'drugMechanismOfAction': 'Integrin alpha-V/beta-3 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1572
Q14
What mechanism type does the drug Losmapimod use?
The drug Losmapimod is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%losmapimod%" OR LOWER(tradeNames_string) LIKE "%losmapimod%" OR LOWER(drugSynonyms_string) LIKE "%losmapimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_182', 'drugMechanismOfAction': 'MAP kinase p38 beta inhibitor'}, {'UUID': 'DrugGeneTargets_v2_183', 'drugMechanismOfAction': 'MAP kinase p38 alpha inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.745
Q14
What mechanism type does the drug Ezlopitant use?
The drug Ezlopitant is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ezlopitant%" OR LOWER(tradeNames_string) LIKE "%ezlopitant%" OR LOWER(drugSynonyms_string) LIKE "%ezlopitant%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3755', 'drugMechanismOfAction': 'Neurokinin 1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.194
Q14
What mechanism type does the drug Phenylephrine use?
The drug Phenylephrine is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%phenylephrine%" OR LOWER(tradeNames_string) LIKE "%phenylephrine%" OR LOWER(drugSynonyms_string) LIKE "%phenylephrine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6113', 'drugMechanismOfAction': 'Adrenergic receptor alpha-1 agonist'}, {'UUID': 'DrugGeneTargets_v2_3941', 'drugMechanismOfAction': 'Adrenergic receptor alpha-1 agonist'}, {'UUID': 'DrugGeneTargets_v2_2414', 'drugMechanismOfAction': 'Adrenergic receptor alpha-1 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.927
Q14
What mechanism type does the drug Dupilumab use?
The drug Dupilumab is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dupilumab%" OR LOWER(tradeNames_string) LIKE "%dupilumab%" OR LOWER(drugSynonyms_string) LIKE "%dupilumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2283', 'drugMechanismOfAction': 'Interleukin-4 receptor subunit alpha antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.462
Q14
What mechanism type does the drug Dabrafenib use?
The drug Dabrafenib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dabrafenib%" OR LOWER(tradeNames_string) LIKE "%dabrafenib%" OR LOWER(drugSynonyms_string) LIKE "%dabrafenib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_441', 'drugMechanismOfAction': 'Serine/threonine-protein kinase B-raf inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5089', 'drugMechanismOfAction': 'Serine/threonine-protein kinase B-raf inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.682
Q14
What mechanism type does the drug Nly-01 use?
The drug Nly-01 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%nly-01%" OR LOWER(tradeNames_string) LIKE "%nly-01%" OR LOWER(drugSynonyms_string) LIKE "%nly-01%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1361', 'drugMechanismOfAction': 'Glucagon-like peptide 1 receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.767
Q14
What mechanism type does the drug Rg3487 use?
The drug Rg3487 is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rg3487%" OR LOWER(tradeNames_string) LIKE "%rg3487%" OR LOWER(drugSynonyms_string) LIKE "%rg3487%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2119', 'drugMechanismOfAction': 'Serotonin 3 (5-HT3) receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_2120', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor protein alpha-7 subunit partial agonist'}, {'UUID': 'DrugGeneTargets_v2_4324', 'drugMechanismOfAction': 'Serotonin 3 (5-...
general
Distinct, Similarity Search
Metadata
Q14.1809
Q14
What mechanism type does the drug Gsk2816126 use?
The drug Gsk2816126 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%gsk2816126%" OR LOWER(tradeNames_string) LIKE "%gsk2816126%" OR LOWER(drugSynonyms_string) LIKE "%gsk2816126%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_823', 'drugMechanismOfAction': 'Histone-lysine N-methyltransferase EZH2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1603
Q14
What mechanism type does the drug Tripelennamine Hydrochloride use?
The drug Tripelennamine Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tripelennamine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%tripelennamine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%tripelennamine hydrochlorid...
[{'UUID': 'DrugGeneTargets_v2_5081', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.735
Q14
What mechanism type does the drug Domagrozumab use?
The drug Domagrozumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%domagrozumab%" OR LOWER(tradeNames_string) LIKE "%domagrozumab%" OR LOWER(drugSynonyms_string) LIKE "%domagrozumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5421', 'drugMechanismOfAction': 'Growth/differentiation factor 8 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.418
Q14
What mechanism type does the drug Ertugliflozin use?
The drug Ertugliflozin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ertugliflozin%" OR LOWER(tradeNames_string) LIKE "%ertugliflozin%" OR LOWER(drugSynonyms_string) LIKE "%ertugliflozin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3216', 'drugMechanismOfAction': 'Sodium/glucose cotransporter 2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1107
Q14
What mechanism type does the drug Oxandrolone use?
The drug Oxandrolone is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%oxandrolone%" OR LOWER(tradeNames_string) LIKE "%oxandrolone%" OR LOWER(drugSynonyms_string) LIKE "%oxandrolone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3386', 'drugMechanismOfAction': 'Androgen Receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_2216', 'drugMechanismOfAction': 'Androgen Receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.832
Q14
What mechanism type does the drug Voretigene Neparvovec use?
The drug Voretigene Neparvovec is a positive modulator.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%voretigene neparvovec%" OR LOWER(tradeNames_string) LIKE "%voretigene neparvovec%" OR LOWER(drugSynonyms_string) LIKE "%voretigene neparvovec%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1065', 'drugMechanismOfAction': 'Retinoid isomerohydrolase positive modulator'}]
general
Distinct, Similarity Search
Metadata
Q14.1498
Q14
What mechanism type does the drug Domperidone use?
The drug Domperidone is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%domperidone%" OR LOWER(tradeNames_string) LIKE "%domperidone%" OR LOWER(drugSynonyms_string) LIKE "%domperidone%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4058', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.623
Q14
What mechanism type does the drug Milnacipran Hydrochloride use?
The drug Milnacipran Hydrochloride is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%milnacipran hydrochloride%" OR LOWER(tradeNames_string) LIKE "%milnacipran hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%milnacipran hydrochloride%") LIM...
[{'UUID': 'DrugGeneTargets_v2_4225', 'drugMechanismOfAction': 'Norepinephrine transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4226', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5567', 'drugMechanismOfAction': 'Serotonin transporter inhibitor'}, {'UUID': 'DrugGeneTarge...
general
Distinct, Similarity Search
Metadata
Q14.117
Q14
What mechanism type does the drug Triflupromazine Hydrochloride use?
The drug Triflupromazine Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%triflupromazine hydrochloride%" OR LOWER(tradeNames_string) LIKE "%triflupromazine hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%triflupromazine hydrochlo...
[{'UUID': 'DrugGeneTargets_v2_4009', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.423
Q14
What mechanism type does the drug Frovatriptan Succinate use?
The drug Frovatriptan Succinate is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%frovatriptan succinate%" OR LOWER(tradeNames_string) LIKE "%frovatriptan succinate%" OR LOWER(drugSynonyms_string) LIKE "%frovatriptan succinate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4361', 'drugMechanismOfAction': 'Serotonin 1b (5-HT1b) receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4362', 'drugMechanismOfAction': 'Serotonin 1d (5-HT1d) receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1911
Q14
What mechanism type does the drug Palovarotene use?
The drug Palovarotene is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%palovarotene%" OR LOWER(tradeNames_string) LIKE "%palovarotene%" OR LOWER(drugSynonyms_string) LIKE "%palovarotene%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_261', 'drugMechanismOfAction': 'Retinoic acid receptor gamma agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.978
Q14
What mechanism type does the drug Larazotide use?
The drug Larazotide is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%larazotide%" OR LOWER(tradeNames_string) LIKE "%larazotide%" OR LOWER(drugSynonyms_string) LIKE "%larazotide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6218', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha3/beta4 partial agonist'}, {'UUID': 'DrugGeneTargets_v2_1963', 'drugMechanismOfAction': 'Neuronal acetylcholine receptor; alpha3/beta4 partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.611
Q14
What mechanism type does the drug Orp-101 use?
The drug Orp-101 is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%orp-101%" OR LOWER(tradeNames_string) LIKE "%orp-101%" OR LOWER(drugSynonyms_string) LIKE "%orp-101%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1458', 'drugMechanismOfAction': 'Kappa opioid receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_1459', 'drugMechanismOfAction': 'Mu opioid receptor partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1919
Q14
What mechanism type does the drug Larotaxel use?
The drug Larotaxel is a stabiliser.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%larotaxel%" OR LOWER(tradeNames_string) LIKE "%larotaxel%" OR LOWER(drugSynonyms_string) LIKE "%larotaxel%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_829', 'drugMechanismOfAction': 'Tubulin stabiliser'}]
general
Distinct, Similarity Search
Metadata
Q14.92
Q14
What mechanism type does the drug Mcs-110 use?
The drug Mcs-110 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mcs-110%" OR LOWER(tradeNames_string) LIKE "%mcs-110%" OR LOWER(drugSynonyms_string) LIKE "%mcs-110%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4218', 'drugMechanismOfAction': 'Macrophage colony-stimulating factor 1 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.855
Q14
What mechanism type does the drug Hydroxyamphetamine Hydrobromide use?
The drug Hydroxyamphetamine Hydrobromide is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%hydroxyamphetamine hydrobromide%" OR LOWER(tradeNames_string) LIKE "%hydroxyamphetamine hydrobromide%" OR LOWER(drugSynonyms_string) LIKE "%hydroxyamphetamine hy...
[{'UUID': 'DrugGeneTargets_v2_2950', 'drugMechanismOfAction': 'Adrenergic receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1521
Q14
What mechanism type does the drug Sovleplenib use?
The drug Sovleplenib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%sovleplenib%" OR LOWER(tradeNames_string) LIKE "%sovleplenib%" OR LOWER(drugSynonyms_string) LIKE "%sovleplenib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3827', 'drugMechanismOfAction': 'Tyrosine-protein kinase SYK inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1918
Q14
What mechanism type does the drug Prochlorperazine use?
The drug Prochlorperazine is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%prochlorperazine%" OR LOWER(tradeNames_string) LIKE "%prochlorperazine%" OR LOWER(drugSynonyms_string) LIKE "%prochlorperazine%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_426', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_5222', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}, {'UUID': 'DrugGeneTargets_v2_3536', 'drugMechanismOfAction': 'Dopamine D2 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.760
Q14
What mechanism type does the drug Cyclizine Lactate use?
The drug Cyclizine Lactate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cyclizine lactate%" OR LOWER(tradeNames_string) LIKE "%cyclizine lactate%" OR LOWER(drugSynonyms_string) LIKE "%cyclizine lactate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_954', 'drugMechanismOfAction': 'Histamine H1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.504
Q14
What mechanism type does the drug Mavatrep use?
The drug Mavatrep is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%mavatrep%" OR LOWER(tradeNames_string) LIKE "%mavatrep%" OR LOWER(drugSynonyms_string) LIKE "%mavatrep%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3993', 'drugMechanismOfAction': 'Vanilloid receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1287
Q14
What mechanism type does the drug Eptinezumab use?
The drug Eptinezumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%eptinezumab%" OR LOWER(tradeNames_string) LIKE "%eptinezumab%" OR LOWER(drugSynonyms_string) LIKE "%eptinezumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4734', 'drugMechanismOfAction': 'Calcitonin gene-related peptide inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1340
Q14
What mechanism type does the drug Pomalidomide use?
The drug Pomalidomide is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%pomalidomide%" OR LOWER(tradeNames_string) LIKE "%pomalidomide%" OR LOWER(drugSynonyms_string) LIKE "%pomalidomide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4886', 'drugMechanismOfAction': 'CRL4(CRBN) E3 ubiquitin ligase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.12
Q14
What mechanism type does the drug Jnj-41443532 use?
The drug Jnj-41443532 is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%jnj-41443532%" OR LOWER(tradeNames_string) LIKE "%jnj-41443532%" OR LOWER(drugSynonyms_string) LIKE "%jnj-41443532%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4646', 'drugMechanismOfAction': 'C-C chemokine receptor type 2 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.402
Q14
What mechanism type does the drug Insulin Aspart use?
The drug Insulin Aspart is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%insulin aspart%" OR LOWER(tradeNames_string) LIKE "%insulin aspart%" OR LOWER(drugSynonyms_string) LIKE "%insulin aspart%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4979', 'drugMechanismOfAction': 'Insulin receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_1048', 'drugMechanismOfAction': 'Insulin receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.288
Q14
What mechanism type does the drug Sklb1028 use?
The drug Sklb1028 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%sklb1028%" OR LOWER(tradeNames_string) LIKE "%sklb1028%" OR LOWER(drugSynonyms_string) LIKE "%sklb1028%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5899', 'drugMechanismOfAction': 'Tyrosine-protein kinase ABL inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5900', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_5901', 'drugMechanismOfAction': 'Tyrosine-protein kinase receptor FLT3 in...
general
Distinct, Similarity Search
Metadata
Q14.1075
Q14
What mechanism type does the drug Cdx-3379 use?
The drug Cdx-3379 is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%cdx-3379%" OR LOWER(tradeNames_string) LIKE "%cdx-3379%" OR LOWER(drugSynonyms_string) LIKE "%cdx-3379%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1385', 'drugMechanismOfAction': 'Receptor tyrosine-protein kinase erbB-3 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1201
Q14
What mechanism type does the drug Phenacemide use?
The drug Phenacemide is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%phenacemide%" OR LOWER(tradeNames_string) LIKE "%phenacemide%" OR LOWER(drugSynonyms_string) LIKE "%phenacemide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6273', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.1746
Q14
What mechanism type does the drug Ostabolin-C use?
The drug Ostabolin-C is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ostabolin-c%" OR LOWER(tradeNames_string) LIKE "%ostabolin-c%" OR LOWER(drugSynonyms_string) LIKE "%ostabolin-c%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3861', 'drugMechanismOfAction': 'Parathyroid hormone receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.697
Q14
What mechanism type does the drug Abivertinib use?
The drug Abivertinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%abivertinib%" OR LOWER(tradeNames_string) LIKE "%abivertinib%" OR LOWER(drugSynonyms_string) LIKE "%abivertinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_419', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_420', 'drugMechanismOfAction': 'Tyrosine-protein kinase BTK inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2607', 'drugMechanismOfAction': 'Epidermal growth factor receptor erbB1 inh...
general
Distinct, Similarity Search
Metadata
Q14.1632
Q14
What mechanism type does the drug Ribociclib use?
The drug Ribociclib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%ribociclib%" OR LOWER(tradeNames_string) LIKE "%ribociclib%" OR LOWER(drugSynonyms_string) LIKE "%ribociclib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3487', 'drugMechanismOfAction': 'Cyclin-dependent kinase 4 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3488', 'drugMechanismOfAction': 'Cyclin-dependent kinase 6 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2092', 'drugMechanismOfAction': 'Cyclin-dependent kinase 4 inhibitor'}, {'UUID': 'DrugGe...
general
Distinct, Similarity Search
Metadata
Q14.1877
Q14
What mechanism type does the drug Zonisamide use?
The drug Zonisamide is a blocker.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%zonisamide%" OR LOWER(tradeNames_string) LIKE "%zonisamide%" OR LOWER(drugSynonyms_string) LIKE "%zonisamide%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_315', 'drugMechanismOfAction': 'Sodium channel alpha subunit blocker'}]
general
Distinct, Similarity Search
Metadata
Q14.696
Q14
What mechanism type does the drug Imiquimod use?
The drug Imiquimod is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%imiquimod%" OR LOWER(tradeNames_string) LIKE "%imiquimod%" OR LOWER(drugSynonyms_string) LIKE "%imiquimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1394', 'drugMechanismOfAction': 'Toll-like receptor 7 agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.858
Q14
What mechanism type does the drug Sarpogrelate use?
The drug Sarpogrelate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%sarpogrelate%" OR LOWER(tradeNames_string) LIKE "%sarpogrelate%" OR LOWER(drugSynonyms_string) LIKE "%sarpogrelate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6172', 'drugMechanismOfAction': 'Serotonin 2a (5-HT2a) receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.162
Q14
What mechanism type does the drug Travoprost use?
The drug Travoprost is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%travoprost%" OR LOWER(tradeNames_string) LIKE "%travoprost%" OR LOWER(drugSynonyms_string) LIKE "%travoprost%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3870', 'drugMechanismOfAction': 'Prostanoid FP receptor agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.902
Q14
What mechanism type does the drug Esomeprazole use?
The drug Esomeprazole is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%esomeprazole%" OR LOWER(tradeNames_string) LIKE "%esomeprazole%" OR LOWER(drugSynonyms_string) LIKE "%esomeprazole%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2162', 'drugMechanismOfAction': 'Potassium-transporting ATPase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_4440', 'drugMechanismOfAction': 'Potassium-transporting ATPase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3760', 'drugMechanismOfAction': 'Potassium-transporting ATPase inhibitor'}, {'UU...
general
Distinct, Similarity Search
Metadata
Q14.1576
Q14
What mechanism type does the drug Bc8 131I use?
The drug Bc8 131I is a binding agent.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%bc8 131i%" OR LOWER(tradeNames_string) LIKE "%bc8 131i%" OR LOWER(drugSynonyms_string) LIKE "%bc8 131i%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2505', 'drugMechanismOfAction': 'Leukocyte common antigen binding agent'}]
general
Distinct, Similarity Search
Metadata
Q14.260
Q14
What mechanism type does the drug Visilizumab use?
The drug Visilizumab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%visilizumab%" OR LOWER(tradeNames_string) LIKE "%visilizumab%" OR LOWER(drugSynonyms_string) LIKE "%visilizumab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3333', 'drugMechanismOfAction': 'T-cell surface glycoprotein CD3 epsilon chain inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.339
Q14
What mechanism type does the drug Felzartamab use?
The drug Felzartamab is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%felzartamab%" OR LOWER(tradeNames_string) LIKE "%felzartamab%" OR LOWER(drugSynonyms_string) LIKE "%felzartamab%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1460', 'drugMechanismOfAction': 'Lymphocyte differentiation antigen CD38 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1881
Q14
What mechanism type does the drug Vercirnon use?
The drug Vercirnon is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%vercirnon%" OR LOWER(tradeNames_string) LIKE "%vercirnon%" OR LOWER(drugSynonyms_string) LIKE "%vercirnon%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1403', 'drugMechanismOfAction': 'C-C chemokine receptor type 9 antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1048
Q14
What mechanism type does the drug Antithrombin Alfa use?
The drug Antithrombin Alfa is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%antithrombin alfa%" OR LOWER(tradeNames_string) LIKE "%antithrombin alfa%" OR LOWER(drugSynonyms_string) LIKE "%antithrombin alfa%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2886', 'drugMechanismOfAction': 'Thrombin inhibitor'}, {'UUID': 'DrugGeneTargets_v2_2887', 'drugMechanismOfAction': 'Coagulation factor X inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.521
Q14
What mechanism type does the drug Verosudil use?
The drug Verosudil is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%verosudil%" OR LOWER(tradeNames_string) LIKE "%verosudil%" OR LOWER(drugSynonyms_string) LIKE "%verosudil%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2417', 'drugMechanismOfAction': 'Rho-associated protein kinase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1363
Q14
What mechanism type does the drug Gemigliptin use?
The drug Gemigliptin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%gemigliptin%" OR LOWER(tradeNames_string) LIKE "%gemigliptin%" OR LOWER(drugSynonyms_string) LIKE "%gemigliptin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2249', 'drugMechanismOfAction': 'Dipeptidyl peptidase IV inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1024
Q14
What mechanism type does the drug Astuprotimut-R use?
The drug Astuprotimut-R is a vaccine antigen.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%astuprotimut-r%" OR LOWER(tradeNames_string) LIKE "%astuprotimut-r%" OR LOWER(drugSynonyms_string) LIKE "%astuprotimut-r%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4022', 'drugMechanismOfAction': 'Melanoma-associated antigen 3 vaccine antigen'}]
general
Distinct, Similarity Search
Metadata
Q14.775
Q14
What mechanism type does the drug Tozadenant use?
The drug Tozadenant is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%tozadenant%" OR LOWER(tradeNames_string) LIKE "%tozadenant%" OR LOWER(drugSynonyms_string) LIKE "%tozadenant%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_5356', 'drugMechanismOfAction': 'Adenosine A2a receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1748
Q14
What mechanism type does the drug Dapagliflozin use?
The drug Dapagliflozin is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dapagliflozin%" OR LOWER(tradeNames_string) LIKE "%dapagliflozin%" OR LOWER(drugSynonyms_string) LIKE "%dapagliflozin%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_1158', 'drugMechanismOfAction': 'Sodium/glucose cotransporter 2 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1962', 'drugMechanismOfAction': 'Sodium/glucose cotransporter 2 inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.768
Q14
What mechanism type does the drug Molibresib use?
The drug Molibresib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%molibresib%" OR LOWER(tradeNames_string) LIKE "%molibresib%" OR LOWER(drugSynonyms_string) LIKE "%molibresib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_6242', 'drugMechanismOfAction': 'Bromodomain and extra-terminal motif (BET) inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1256
Q14
What mechanism type does the drug Apilimod use?
The drug Apilimod is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%apilimod%" OR LOWER(tradeNames_string) LIKE "%apilimod%" OR LOWER(drugSynonyms_string) LIKE "%apilimod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4483', 'drugMechanismOfAction': '1-phosphatidylinositol 3-phosphate 5-kinase inhibitor'}, {'UUID': 'DrugGeneTargets_v2_1384', 'drugMechanismOfAction': '1-phosphatidylinositol 3-phosphate 5-kinase inhibitor'}]
general
Distinct, Similarity Search
Metadata
Q14.1213
Q14
What mechanism type does the drug Telatinib use?
The drug Telatinib is an inhibitor.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%telatinib%" OR LOWER(tradeNames_string) LIKE "%telatinib%" OR LOWER(drugSynonyms_string) LIKE "%telatinib%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_3646', 'drugMechanismOfAction': 'Stem cell growth factor receptor inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3647', 'drugMechanismOfAction': 'Vascular endothelial growth factor receptor 3 inhibitor'}, {'UUID': 'DrugGeneTargets_v2_3648', 'drugMechanismOfAction': 'Vascular endothelial growth ...
general
Distinct, Similarity Search
Metadata
Q14.1469
Q14
What mechanism type does the drug Rolapitant Hydrochloride use?
The drug Rolapitant Hydrochloride is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%rolapitant hydrochloride%" OR LOWER(tradeNames_string) LIKE "%rolapitant hydrochloride%" OR LOWER(drugSynonyms_string) LIKE "%rolapitant hydrochloride%") LIMIT ...
[{'UUID': 'DrugGeneTargets_v2_3346', 'drugMechanismOfAction': 'Neurokinin 1 receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.1984
Q14
What mechanism type does the drug Txa127 use?
The drug Txa127 is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%txa127%" OR LOWER(tradeNames_string) LIKE "%txa127%" OR LOWER(drugSynonyms_string) LIKE "%txa127%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2902', 'drugMechanismOfAction': 'Proto-oncogene Mas agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.527
Q14
What mechanism type does the drug Capeserod use?
The drug Capeserod is a partial agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%capeserod%" OR LOWER(tradeNames_string) LIKE "%capeserod%" OR LOWER(drugSynonyms_string) LIKE "%capeserod%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2305', 'drugMechanismOfAction': 'Serotonin 4 (5-HT4) receptor partial agonist'}]
general
Distinct, Similarity Search
Metadata
Q14.23
Q14
What mechanism type does the drug Dolasetron Mesylate use?
The drug Dolasetron Mesylate is an antagonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%dolasetron mesylate%" OR LOWER(tradeNames_string) LIKE "%dolasetron mesylate%" OR LOWER(drugSynonyms_string) LIKE "%dolasetron mesylate%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_2936', 'drugMechanismOfAction': 'Serotonin 3a (5-HT3a) receptor antagonist'}]
general
Distinct, Similarity Search
Metadata
Q14.361
Q14
What mechanism type does the drug Filgrastim use?
The drug Filgrastim is an agonist.
SELECT DISTINCT UUID, drugMechanismOfAction FROM `{project_id}.{dataset_name}.DrugGeneTargets_ComprehensiveAnnotations_updated` WHERE(LOWER(drugName) LIKE "%filgrastim%" OR LOWER(tradeNames_string) LIKE "%filgrastim%" OR LOWER(drugSynonyms_string) LIKE "%filgrastim%") LIMIT 100
[{'UUID': 'DrugGeneTargets_v2_4822', 'drugMechanismOfAction': 'Granulocyte colony stimulating factor receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_5318', 'drugMechanismOfAction': 'Granulocyte colony stimulating factor receptor agonist'}, {'UUID': 'DrugGeneTargets_v2_4194', 'drugMechanismOfAction': 'Granulocyte colon...
general
Distinct, Similarity Search
Metadata