revir-drug-platform_V5

revir-drug-platform_V5


获取靶点数据库表单(Target Database)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取靶点数据库表单(Target Database)</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://119.136.27.201:3200/target/database</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">gene</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>搜索框输入内容</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ 'data': [{ ' { 'target_id': 59, 'Gene Symbol': 'MSH3', 'Target Site Name': 'PE5', 'Region': 'chr5:80763222-80763369', 'Type': 'Cassette Exon', 'PTC Position': '80763262.0', 'Strand': '+', 'Exon Annotation Info': 'ENST00000265081.7/I13/24' }, { 'target_id': 59, 'Gene Symbol': 'MSH3', 'Target Site Name': None, 'Region': 'chr5:80848448-80848612', 'Type': 'Cassette Exon', 'PTC Position': '80848474.0', 'Strand': '+', 'Exon Annotation Info': 'ENST00000265081.7/I20/24' },{ 'target_id': 59, 'Gene Symbol': 'MSH3', 'Target Site Name': 'PE4', 'Region': 'chr5:80832901-80832994', 'Type': 'Cassette Exon', 'PTC Position': '80832936.0', 'Strand': '+', 'Exon Annotation Info': 'ENST00000265081.7/I20/24' }], 'code': 200, 'message': 'success' }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">target_id</td> <td style="text-align: left;">int</td> <td>基因id,用于跳转基因页面</td> </tr> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML