menu 云析API铺 - 云析文档平台 公告 打赏
star_border

基因信息摘要

使用教程


请求地址 http://api.zhyunxi.com/api.php?api=72&key=你的KEY&gene=基因名

返回示例 {"code":0,"msg":"success","data":[{"gene":"p53","intro":"This gene encodes a tumor suppressor protein containing transcriptional activation, DNA binding, and oligomerization domains. The encoded protein responds to diverse cellular stresses to regulate expression of target genes, thereby inducing cell cycle arrest, apoptosis, senescence, DNA repair, or changes in metabolism. Mutations in this gene are associated with a variety of human cancers, including hereditary cancers such as Li-Fraumeni syndrome. Alternative splicing of this gene and the use of alternate promoters result in multiple transcript variants and isoforms. Additional isoforms have also been shown to result from the use of alternate translation initiation codons from identical transcript variants (PMIDs: 12032546, 20937277). [provided by RefSeq, Dec 2016]"}]}

Example

返回参数

返回参数类型说明
code Int 状态码
msg String 返回说明
data[n].gene String 基因名
data[n].intro String 信息摘要

						<br><br>
<table class="mdui-table"><thead><tr>
<th>返回参数</th><th>类型</th><th>说明</th></tr></thead><tbody>
<tr><td><code>code</code></td>
<td>Int</td>
<td>状态码</tr>
<tr><td><code>msg</code></td>
<td>String</td>
<td>返回说明</tr>
<tr><td><code>data[n].gene</code></td>
<td>String</td>
<td>基因名</tr>
<tr><td><code>data[n].intro</code></td>
<td>String</td>
<td>信息摘要</tr>
</tbody></table>
					

请求参数

请求参数必填类型说明
api String 接口id
key String 你的key
gene String 基因名(多个用|分隔)