获取基因Binder/splicer 表单
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取基因Binder/splicer 表单</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://119.136.27.201:3200/target/detail/binder</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;">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>{
&quot;data&quot;: {
&quot;binders&quot;: [{
&quot;id&quot;: 15,
&quot;gene&quot;: &quot;HTT&quot;,
&quot;motif_name&quot;: &quot;HTT_B12280-13472&quot;,
&quot;benchiling_registry_id&quot;: &quot;BNDR0060&quot;,
&quot;sequence&quot;: &quot;TCCTGCTGGTAATATCGGGAAAGATTTTAATGAAACCAGGGTAGAATTGTTTGG&quot;,
&quot;position&quot;: &quot;12280-13472\nFull length&quot;,
&quot;structure_type&quot;: &quot;Other&quot;,
&quot;region&quot;: &quot;Full length&quot;,
&quot;url&quot;: &quot;https://revirtx.benchling.com/revirtx/f/lib_Nz4dgQWg-registry/seq_KK2FKpSu-htt_b12280-13472/edit&quot;,
&quot;structure_sequence&quot;: &quot;&quot;,
&quot;structure_shape_map&quot;: &quot;&quot;,
&quot;structure_eclipsebio&quot;: &quot;&quot;
}],
&quot;splicer&quot;: [{
&quot;id&quot;: 11,
&quot;gene&quot;: &quot;HTT&quot;,
&quot;motif_name&quot;: &quot;HTT_S3213737&quot;,
&quot;benchling_registry_id&quot;: &quot;SPLR0001&quot;,
&quot;donor_position&quot;: &quot;3213736&quot;,
&quot;unique_exon_region&quot;: &quot;chr4:3213622-3213736&quot;,
&quot;cryptic_intron_region&quot;: &quot;chr4:3213737-3213957&quot;,
&quot;canonical_intron_region&quot;: &quot;chr4:3212710-3213957&quot;,
&quot;splicing_type&quot;: &quot;psiExon&quot;,
&quot;is_GA&quot;: &quot;Yes&quot;,
&quot;cryptic_donor_sequence&quot;: &quot;AGAGTAAGG&quot;,
&quot;ptc_position&quot;: &quot;3213521&quot;,
&quot;url&quot;: &quot;https://revirtx.benchling.com/revirtx/f/lib_Nz4dgQWg-registry/seq_yoYvjhAP-htt_s3213737/edit&quot;,
&quot;SpliceAI&quot;: [{
&quot;down_intron_region&quot;: &quot;HTT_chr4_3213737_3213957&quot;,
&quot;donor_delta_score&quot;: 0.424,
&quot;wt_score&quot;: 0.158,
&quot;mt_score&quot;: 0.582,
&quot;sub_group&quot;: 1,
&quot;wt_seq&quot;: &quot;CAG&quot;,
&quot;mut_seq&quot;: &quot;AGA&quot;,
&quot;mut_index&quot;: &quot;[-3, -2, -1]&quot;,
&quot;cryptic_donor&quot;: &quot;AGAGTAAGG&quot;,
&quot;canonical_donor&quot;: &quot;CAGGTAAGT&quot;,
&quot;mutation_group&quot;: &quot;1,1,1,0,0,0,0,0,2&quot;
}]
}]
},
&quot;code&quot;: 200,
&quot;message&quot;: &quot;success&quot;
}</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;">binders</td>
<td style="text-align: left;">list</td>
<td>binders 数据列表</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">int</td>
<td>binder_id 用于获取binder详情页数据</td>
</tr>
<tr>
<td style="text-align: left;">gene</td>
<td style="text-align: left;">string</td>
<td>基因名称</td>
</tr>
<tr>
<td style="text-align: left;">motif_name</td>
<td style="text-align: left;">string</td>
<td>binder名称</td>
</tr>
<tr>
<td style="text-align: left;">benchiling_registry_id</td>
<td style="text-align: left;">string</td>
<td>binder benchling id</td>
</tr>
<tr>
<td style="text-align: left;">sequence</td>
<td style="text-align: left;">string</td>
<td>binder序列</td>
</tr>
<tr>
<td style="text-align: left;">position</td>
<td style="text-align: left;">string</td>
<td>binder位置</td>
</tr>
<tr>
<td style="text-align: left;">structure_type</td>
<td style="text-align: left;">string</td>
<td>binder结构类型</td>
</tr>
<tr>
<td style="text-align: left;">region</td>
<td style="text-align: left;">string</td>
<td>binder所在区域</td>
</tr>
<tr>
<td style="text-align: left;">structure</td>
<td style="text-align: left;">string</td>
<td>binder结构图片链接url, 用于显示图片</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">string</td>
<td>binder benchling链接, 用于点击跳转到benchling网站</td>
</tr>
<tr>
<td style="text-align: left;">splicers</td>
<td style="text-align: left;">list</td>
<td>splicers 数据列表</td>
</tr>
<tr>
<td style="text-align: left;">splicers/id</td>
<td style="text-align: left;">int</td>
<td>splicer_id 预留字段, 暂时没用</td>
</tr>
<tr>
<td style="text-align: left;">splicers/gene</td>
<td style="text-align: left;">string</td>
<td>基因名称</td>
</tr>
<tr>
<td style="text-align: left;">splicers/motif_name</td>
<td style="text-align: left;">string</td>
<td>Motif Name</td>
</tr>
<tr>
<td style="text-align: left;">splicers/benchiling_registry_id</td>
<td style="text-align: left;">string</td>
<td>Benchling Registry ID</td>
</tr>
<tr>
<td style="text-align: left;">splicers/donor_position</td>
<td style="text-align: left;">string</td>
<td>Donor Position</td>
</tr>
<tr>
<td style="text-align: left;">splicers/unique_exon_region</td>
<td style="text-align: left;">string</td>
<td>Unique exon region</td>
</tr>
<tr>
<td style="text-align: left;">splicers/cryptic_intron_region</td>
<td style="text-align: left;">string</td>
<td>Cryptic intron region</td>
</tr>
<tr>
<td style="text-align: left;">splicers/canonical_intron_region</td>
<td style="text-align: left;">string</td>
<td>Canonical intron region</td>
</tr>
<tr>
<td style="text-align: left;">splicers/splicing_type</td>
<td style="text-align: left;">string</td>
<td>Splicing type</td>
</tr>
<tr>
<td style="text-align: left;">splicers/cryptic_donor_sequence</td>
<td style="text-align: left;">string</td>
<td>Cryptic Donor sequence</td>
</tr>
<tr>
<td style="text-align: left;">splicers/is_GA</td>
<td style="text-align: left;">string</td>
<td>IS GA</td>
</tr>
<tr>
<td style="text-align: left;">splicers/ptc_position</td>
<td style="text-align: left;">string</td>
<td>PTC position</td>
</tr>
<tr>
<td style="text-align: left;">splicers/url</td>
<td style="text-align: left;">string</td>
<td>binder benchling链接, 用于点击跳转到benchling网站</td>
</tr>
<tr>
<td style="text-align: left;">splicers/SpliceAI</td>
<td style="text-align: left;">list</td>
<td>Cryptic Donor sequence 点击展开的图表数据, 与基因splicing AI 图表规则相同</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<p>V12 增加了splicer 列表的功能和数据</p>