revir-drug-platform_V5

revir-drug-platform_V5


获取IGV 跳转配置

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取IGV 跳转配置</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://119.136.27.201:3200/discovery/igv/link</code> <h5>请求方式</h5></li> <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> <tr> <td style="text-align: left;">compounds</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>跳转时选定的药物 Compounds 名称</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>跳转时选定的exon类型, 可选值: CE(默认), AS, ES(表格中Type字段的首字母缩写)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ 'data': { 'gene_id': 903, 'gene': 'MYB', 'config': ['splicer_wigs_Delta_CPM_(DMSO)_RSQP0039_HEK293T_20230206_3uM_24hr_RC00000125', 'splicer_wigs_DMSO_RSQP0018_K-562_20230126_1uM_24hr_RC00000435', 'splicer_wigs_Compound_RSQP0018_K-562_20230126_1uM_24hr_RC00000435', 'splicer_wigs_Delta_CPM_(DMSO)_RSQP0018_K-562_20230126_1uM_24hr_RC00000435', 'splicer_wigs_DMSO_RSQP0039_HEK293T_20230206_3uM_24hr_RC00000125', 'splicer_wigs_Compound_RSQP0039_HEK293T_20230206_3uM_24hr_RC00000125'] }, '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;">gene_id</td> <td style="text-align: left;">int</td> <td>基因id, 可用于跳转基因详情页面</td> </tr> <tr> <td style="text-align: left;">config</td> <td style="text-align: left;">list</td> <td>IGV 跳转的临时配置</td> </tr> </tbody> </table> <h5>备注</h5> <p>增加 exon 类型字段</p>

页面列表

ITEM_HTML