文档
测试

相关靶标

POST
show/drug_detail_info/getDrugDetailTargetInfo

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID drug202107051421171081692430
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填
order_sign
int
排序标志量 10:基因名称正序,11:基因名称逆序 20:类型正序,21:类型逆序,30:分类正序,31:分类逆序,40:生物正序,41:生物逆序
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
target_name
string
靶标名称 示例:HLA class II histocompatibility antigen, DR alpha chain
必填
gene_name
string
基因名称 示例:HLA-DRA
必填
type_name
string
类型 示例:target
必填
kind_name
string
分类 示例:protein group
必填
main_function
string
功能 可能会很长!! 示例:Binds peptides derived from antigens that access the endocytic route of antigen presenting cells (APC) and presents them on the cell surface for recognition by the CD4 T-cells. The peptide binding cleft accommodates peptides of 10-30 residues. The peptides presented by MHC class II molecules are generated mostly by degradatio
必填
organism_name
string
生物
必填
target_id
string
靶标ID
必填
page_now
int
示例:1
必填
page_num
int
示例:5
必填
count
int
示例:5
必填

说明 / 示例

排序标志量" 10:基因名称正序,11:基因名称逆序 20:类型正序,21:类型逆序,30:分类正序,31:分类逆序,40:生物正序,41:生物逆序 注意:功能会有很长很长的存在,需要收起显示 ``` json { "code": 200, "msg": "查询成功", "data": [ { "target_id": "targ202107051519457131754092", "target_name": "Tumor necrosis factor", "gene_name": "TNF", "type_name": "target", "kind_name": "protein", "main_function": "Tumor necrosis factor receptor binding", "organism_name": "Humans" } ], "page_now": 1, "page_num": 5, "count": 1 } ```