获取多浓度拟合数据
<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>{
&#039;data&#039;: [{
&#039;title&#039;: &#039;HTT&#039;,
&#039;point&#039;: [{
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 300.0,
&#039;target&#039;: &#039;HTT&#039;,
&#039;log2fc&#039;: -1.5390390296514,
&#039;dpsi&#039;: None
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 3.0,
&#039;target&#039;: &#039;HTT&#039;,
&#039;log2fc&#039;: -0.042619763891377,
&#039;dpsi&#039;: None
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 10.0,
&#039;target&#039;: &#039;HTT&#039;,
&#039;log2fc&#039;: -0.438081262558834,
&#039;dpsi&#039;: None
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 3000.0,
&#039;target&#039;: &#039;HTT&#039;,
&#039;log2fc&#039;: -1.01096459349267,
&#039;dpsi&#039;: None
}],
&#039;y_value&#039;: &#039;log2fc&#039;
}, {
&#039;title&#039;: &#039;FOXM1:TOX1&#039;,
&#039;point&#039;: [{
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 300.0,
&#039;target&#039;: &#039;FOXM1:TOX1&#039;,
&#039;log2fc&#039;: None,
&#039;dpsi&#039;: 0.505966
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 3000.0,
&#039;target&#039;: &#039;FOXM1:TOX1&#039;,
&#039;log2fc&#039;: None,
&#039;dpsi&#039;: 0.4562
}, {
&#039;compound&#039;: &#039;RC00033149&#039;,
&#039;dose&#039;: 3000.0,
&#039;target&#039;: &#039;FOXM1:TOX1&#039;,
&#039;log2fc&#039;: None,
&#039;dpsi&#039;: 0.445337
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 1000.0,
&#039;target&#039;: &#039;FOXM1:TOX1&#039;,
&#039;log2fc&#039;: None,
&#039;dpsi&#039;: 0.781845
}, {
&#039;compound&#039;: &#039;RC00000449&#039;,
&#039;dose&#039;: 30.0,
&#039;target&#039;: &#039;FOXM1:TOX1&#039;,
&#039;log2fc&#039;: None,
&#039;dpsi&#039;: 0.179084
}],
&#039;y_value&#039;: &#039;dpsi&#039;
}],
&#039;code&#039;: 200,
&#039;message&#039;: &#039;success&#039;
}</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>