假设我们想研究EGFR(表皮生长因子受体)的抑制剂,用于非小细胞肺癌治疗。
# ChEMBL检索 target = "EGFR" # 或使用靶点ID: CHEMBL203 activity_type = "IC50" threshold = 100 # nM # 检索结果 compounds = query_chembl(target, activity_type, threshold) # 返回346个化合物 # Top 5化合物: # 1. Erlotinib - IC50: 2.5 nM # 2. Afatinib - IC50: 0.5 nM # 3. Osimertinib - IC50: 1.2 nM # 4. Gefitinib - IC50: 33 nM # 5. Lapatinib - IC50: 11 nM