获取多浓度拟合数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取多浓度拟合数据
<h5>请求URL</h5></li>
<li><code>https://voyager.revirtx.com:3100/drug/discovery/multiple_dose</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;">portfolio_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>项目编号,多选,用“,”分隔, 传勾选栏的Portfolio ID,例: RSQP0231,RSQP0229</td>
</tr>
<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;">group_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>分组类型, 可选值compound 或target</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code class="language-json">{
&quot;data&quot;: [
{
&quot;title&quot;: &quot;HTT&quot;,
&quot;point&quot;: [
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 300.0,
&quot;target&quot;: &quot;HTT&quot;,
&quot;log2fc&quot;: -1.5390390296514,
&quot;dpsi&quot;: null
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 3.0,
&quot;target&quot;: &quot;HTT&quot;,
&quot;log2fc&quot;: -0.042619763891377,
&quot;dpsi&quot;: null
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 10.0,
&quot;target&quot;: &quot;HTT&quot;,
&quot;log2fc&quot;: -0.438081262558834,
&quot;dpsi&quot;: null
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 3000.0,
&quot;target&quot;: &quot;HTT&quot;,
&quot;log2fc&quot;: -1.01096459349267,
&quot;dpsi&quot;: null
}
],
&quot;y_value&quot;: &quot;log2fc&quot;,
&quot;ec50_results&quot;: [
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;gene&quot;: &quot;target&quot;,
&quot;ec50&quot;: &quot;0.117&quot;,
&quot;r2&quot;: &quot;0.999&quot;,
&quot;ci&quot;: &quot;(0.057, 0.239)&quot;,
&quot;p_value&quot;: &quot;0.016&quot;,
&quot;method&quot;: &quot;fit using hill model&quot;
}
]
},
{
&quot;title&quot;: &quot;FOXM1:TOX1&quot;,
&quot;point&quot;: [
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 300.0,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;log2fc&quot;: null,
&quot;dpsi&quot;: 0.505966
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 3000.0,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;log2fc&quot;: null,
&quot;dpsi&quot;: 0.4562
},
{
&quot;compound&quot;: &quot;RC00033149&quot;,
&quot;dose&quot;: 3000.0,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;log2fc&quot;: null,
&quot;dpsi&quot;: 0.445337
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 1000.0,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;log2fc&quot;: null,
&quot;dpsi&quot;: 0.781845
},
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;dose&quot;: 30.0,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;log2fc&quot;: null,
&quot;dpsi&quot;: 0.179084
}
],
&quot;y_value&quot;: &quot;dpsi&quot;,
&quot;ec50_results&quot;: [
{
&quot;compound&quot;: &quot;RC00000449&quot;,
&quot;target&quot;: &quot;FOXM1:TOX1&quot;,
&quot;ec50&quot;: &quot;0.117&quot;,
&quot;r2&quot;: &quot;0.999&quot;,
&quot;ci&quot;: &quot;(0.057, 0.239)&quot;,
&quot;p_value&quot;: &quot;0.016&quot;,
&quot;method&quot;: &quot;fit using hill model&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;">title</td>
<td style="text-align: left;">string</td>
<td>图片标题名称</td>
</tr>
<tr>
<td style="text-align: left;">point</td>
<td style="text-align: left;">list</td>
<td>图内点的坐标数据</td>
</tr>
<tr>
<td style="text-align: left;">y_value</td>
<td style="text-align: left;">string</td>
<td>y坐标值含义:dpsi: 仅有dpsi数据; log2fc:仅有 log2fc数据, log2fc_dpsi: 有两个y轴数据</td>
</tr>
</tbody>
</table>
<h5>备注</h5>