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/home/research/progress</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> </tbody> </table> <h5>返回示例</h5> <pre><code>{ 'data': { 'project_compound_distribution': [{ 'item': 'MISC', 'number': 7, 'tags': [] }, { 'item': 'SNCA', 'number': 7, 'tags': [] }, { 'item': 'ALIS', 'number': 357, 'tags': [] }], 'scaffold_group_distribution': [{ 'item': 'HTT', 'number': 990, 'tags': [] }, { 'item': 'SMN2', 'number': 715, 'tags': [] }, { 'item': 'MSH3', 'number': 1126, 'tags': [] }, { 'item': 'Reference', 'number': 2743, 'tags': [] }], 'rna_seq_experimental_compounds': { 'Dose': [{ 'item': '1µM', 'number': 19, 'tags': [] }, { 'item': '3µM', 'number': 729, 'tags': [] }, { 'item': '10µM', 'number': 12, 'tags': [] }], 'Time': [{ 'item': '96hr', 'number': 3, 'tags': [] }, { 'item': '24hr', 'number': 737, 'tags': [] }, { 'item': '16hr', 'number': 8, 'tags': [] }], 'Cell line': [{ 'item': 'Hep G2 [HEPG2]', 'number': 1, 'tags': [] }, { 'item': 'HUDEP', 'number': 1, 'tags': [] }, { 'item': 'HEK293T', 'number': 694, 'tags': [] }] }, 'target_site_type': [{ 'item': 'AS', 'number': 183615, 'tags': [] }, { 'item': 'ES', 'number': 89803, 'tags': [] }, { 'item': 'CE', 'number': 99626, 'tags': [] }] }, '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;">project_compound_distribution</td> <td style="text-align: left;">list</td> <td>project compound distribution饼图数据</td> </tr> <tr> <td style="text-align: left;">scaffold_group_distribution</td> <td style="text-align: left;">list</td> <td>scaffold group distribution饼图数据</td> </tr> <tr> <td style="text-align: left;">rna_seq_experimental_compounds</td> <td style="text-align: left;">list</td> <td>rna_seq experimental compounds饼图数据</td> </tr> <tr> <td style="text-align: left;">target_site_type</td> <td style="text-align: left;">list</td> <td>target site type饼图数据</td> </tr> </tbody> </table> <h5>备注</h5> <p>图标内容全部以 item/number/tags的形式分别对应饼状图显示内容/数量/点击展示内容(此部分无), 可复用之前版本画图</p>

页面列表

ITEM_HTML