revir-drug-platform_V5

revir-drug-platform_V5


获取公司药物库药物详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取公司药物库药物详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://119.136.27.201:3200/drug/discovery/library/detail</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;">compound</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>药物编号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;data&amp;quot;: { &amp;quot;compound&amp;quot;: &amp;quot;RC00030033&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://revirtx.benchling.com/revirtx/f/lib_Nz4dgQWg-registry/mol_qRGuT4my-rc00030033/edit&amp;quot;, &amp;quot;project&amp;quot;: &amp;quot;HTT&amp;quot;, &amp;quot;scaffold_id&amp;quot;: &amp;quot;SR-226&amp;quot;, &amp;quot;ADME Property&amp;quot;: [ [ &amp;quot;Sol(pH7.4) μM&amp;quot;, &amp;quot;144.67&amp;quot;, [ &amp;quot;Pass&amp;quot; ], [ &amp;quot;&amp;lt;250mL&amp;quot; ] ], [ &amp;quot;LogD&amp;quot;, &amp;quot;1.2&amp;quot;, [ &amp;quot;Pass&amp;quot; ], [ &amp;quot;0-3&amp;quot; ] ], [ &amp;quot;Metabolic stability (m/h/r, μL/min/mg)&amp;quot;, &amp;quot;∞/116.74/∞&amp;quot;, [ &amp;quot;Pass&amp;quot;, &amp;quot;Pass&amp;quot;, &amp;quot;Pass&amp;quot; ], [ &amp;quot;&amp;gt; 90&amp;quot;, &amp;quot;&amp;gt; 90&amp;quot;, &amp;quot;&amp;gt; 90&amp;quot; ] ] ], &amp;quot;EC50&amp;quot;: [{ &amp;quot;Target&amp;quot;: &amp;quot;HTT&amp;quot;, &amp;quot;EC50 (nM)&amp;quot;: 19.86, &amp;quot;Cell Line&amp;quot;: &amp;quot;HEK293T&amp;quot;, &amp;quot;Location&amp;quot;: &amp;quot;Shenzhen XtalPi&amp;quot; }], &amp;quot;RNA-seq Assay&amp;quot;: [{ &amp;quot;Portfolio ID&amp;quot;: &amp;quot;RSQP0654&amp;quot;, &amp;quot;Compound ID&amp;quot;: &amp;quot;RC00034045&amp;quot;, &amp;quot;Dose&amp;quot;: &amp;quot;3µM&amp;quot;, &amp;quot;Time&amp;quot;: &amp;quot;24hr&amp;quot;, &amp;quot;CHX&amp;quot;: &amp;quot;No&amp;quot;, &amp;quot;Cell Line&amp;quot;: &amp;quot;HEK293T&amp;quot;, &amp;quot;Batch ID&amp;quot;: &amp;quot;2023-11-08&amp;quot;, &amp;quot;Result&amp;quot;: &amp;quot;RC00034045_3µM_24hr-RSQP0654&amp;quot;, &amp;quot;is_link&amp;quot;: false }], &amp;quot;2-Dose qPCR&amp;quot;: [{ &amp;quot;rc_id&amp;quot;: &amp;quot;RC00034045&amp;quot;, &amp;quot;Target&amp;quot;: &amp;quot;GAPDH&amp;quot;, &amp;quot;Cell Line&amp;quot;: &amp;quot;HEK293T&amp;quot;, &amp;quot;Lab&amp;quot;: &amp;quot;XtalPi&amp;quot;, &amp;quot;Rel Exp (FC) 1 µM&amp;quot;: 0.797318165, &amp;quot;Rel Exp (FC) 10 µM&amp;quot;: 0.795349759 }], &amp;quot;mini gene Result&amp;quot;: [{ &amp;quot;Compound ID&amp;quot;: &amp;quot;RC00030033&amp;quot;, &amp;quot;Gene symbol&amp;quot;: &amp;quot;MSH3&amp;quot;, &amp;quot;3µM Fold change&amp;quot;: 2.39, &amp;quot;0.3μM Fold Change&amp;quot;: 1.188 }], &amp;quot;inventory&amp;quot;: [{ &amp;quot;id&amp;quot;: 10, &amp;quot;compound_id&amp;quot;: &amp;quot;RC00030033&amp;quot;, &amp;quot;batch_id&amp;quot;: &amp;quot;RC00030033-005&amp;quot;, &amp;quot;location&amp;quot;: &amp;quot;SZ&amp;quot;, &amp;quot;original_amount&amp;quot;: 10000.0, &amp;quot;amount_on_hand&amp;quot;: 4985.0, &amp;quot;stocked_date&amp;quot;: &amp;quot;2023/09/11&amp;quot;, &amp;quot;modified&amp;quot;: &amp;quot;2023/09/12&amp;quot;, &amp;quot;state&amp;quot;: &amp;quot;Powder&amp;quot;, &amp;quot;note&amp;quot;: &amp;quot;From Carina Gou&amp;quot; }] }, &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;success&amp;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;">table</td> <td style="text-align: left;">list</td> <td>表格数据</td> </tr> <tr> <td style="text-align: left;">compound</td> <td style="text-align: left;">string</td> <td>ReviR Compound ID</td> </tr> <tr> <td style="text-align: left;">url</td> <td style="text-align: left;">string</td> <td>benchling跳转链接</td> </tr> <tr> <td style="text-align: left;">project</td> <td style="text-align: left;">string</td> <td>Project</td> </tr> <tr> <td style="text-align: left;">scaffold_id</td> <td style="text-align: left;">string</td> <td>Scaffold ID</td> </tr> <tr> <td style="text-align: left;">ADME Property</td> <td style="text-align: left;">list</td> <td>ADME性质表格数据, 按顺序排列即可</td> </tr> <tr> <td style="text-align: left;">Pharmacokinetics</td> <td style="text-align: left;">list</td> <td>Pharmacokinetics性质表格数据,按顺序排列即可</td> </tr> <tr> <td style="text-align: left;">EC50</td> <td style="text-align: left;">list</td> <td>EC50表格数据</td> </tr> <tr> <td style="text-align: left;">RNA-seq Assay</td> <td style="text-align: left;">list</td> <td>RNA-seq Assay表格数据</td> </tr> <tr> <td style="text-align: left;">Result</td> <td style="text-align: left;">string</td> <td>跳转页面所需的compound_id参数</td> </tr> <tr> <td style="text-align: left;">is_link</td> <td style="text-align: left;">boolean</td> <td>是否显示跳转</td> </tr> <tr> <td style="text-align: left;">2-Dose qPCR</td> <td style="text-align: left;">list</td> <td>2-Dose qPCR表格数据</td> </tr> <tr> <td style="text-align: left;">mini gene Result</td> <td style="text-align: left;">list</td> <td>mini gene Result 结果列表</td> </tr> <tr> <td style="text-align: left;">inventory</td> <td style="text-align: left;">list</td> <td>inventory 结果列表, 字段同获取已注册药物清单接口</td> </tr> </tbody> </table> <h5>备注</h5> <p>v20 增加RNA-seq Assay表格数据和2-Dose qPCR表格数据</p>

页面列表

ITEM_HTML