revir-drug-platform_V5

revir-drug-platform_V5


获取基因Splicing表单

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取基因Splicing表单</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://119.136.27.201:3200/target/detail/splicing</code> # splicing table <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>靶点id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ 'data': { 'splicing': [{ 'ce_region': 'chr12:25213114-25213206', 'ce_size': 93, 'big_intron': 'chr12:25209912-25225613', 'cryptic_donor_seq': 'TTGGTAATT', 'up_intron_region': 'chr12:25213207-25225613', 'up_intron_size': 12407, 'up_intron_supportReads': 820, 'down_intron_region': 'chr12:25209912-25213113', 'down_intron_size': 3202, 'down_intron_supportReads': 2691, 'strand': '-', 'is_GA': False, 'ptc_pos': 25213205.0, 'gene': 'KRAS', "SpliceAI": "\n -3 -2 -1 1 2 3 4 5 6 \n \n Cryptic Donor A A G G T A G G T \n\n Canonical Donor C A G G T A A G T \n\n Different Base * * \n\n Mutation Group 1 0 0 0 0 0 2 0 0\n \n\t\tMutation group 0: C to A\n\t\tDonor score changes from 0.467 to 0.501 Delta: 0.033\n\n\t\tMutation group 1: A to G\n\t\tDonor score changes from 0.467 to 0.552 Delta: 0.084\n" }, { 'ce_region': 'chr12:25230483-25230621', 'ce_size': 139, 'big_intron': 'chr12:25227413-25245273', 'cryptic_donor_seq': 'CAGGTAATT', 'up_intron_region': 'chr12:25230622-25245273', 'up_intron_size': 14652, 'up_intron_supportReads': 185, 'down_intron_region': 'chr12:25227413-25230482', 'down_intron_size': 3070, 'down_intron_supportReads': 294, 'strand': '-', 'is_GA': False, 'ptc_pos': 25230566.0, 'gene': 'KRAS', "SpliceAI": "\n -3 -2 -1 1 2 3 4 5 6 \n \n Cryptic Donor A A G G T A G G T \n\n Canonical Donor C A G G T A A G T \n\n Different Base * * \n\n Mutation Group 1 0 0 0 0 0 2 0 0\n \n\t\tMutation group 0: C to A\n\t\tDonor score changes from 0.467 to 0.501 Delta: 0.033\n\n\t\tMutation group 1: A to G\n\t\tDonor score changes from 0.467 to 0.552 Delta: 0.084\n" }] }, '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;">splicing</td> <td style="text-align: left;">list</td> <td>splicing table 表单数据</td> </tr> <tr> <td style="text-align: left;">SpliceAI</td> <td style="text-align: left;">string</td> <td>Cryptic donor 展开数据</td> </tr> </tbody> </table> <h5>备注</h5> <p>splicing table 表单数据表头字段不固定, 除SpliceAI 字段在点击Cryptic donor 后展示外, 其他字段根据实际返回值展示,空列表时不展示表单即可</p>

页面列表

ITEM_HTML