You can use inMeXes functions from your program by obtaining a result in the JSON format or in a "JSONP" way. The followings are its specification.
| Name | Description | Limits/Restrictions |
|---|---|---|
| q | Query | Alphanumeric and white space. |
| d | Max. # of returns | 0 - 500, default is 15. |
| o | Search options |
|
| j | Enables JSON format | Returns JSON data if setting to 1 (CORS enabled). |
| c | Name of a call back function | Alphanumeric, underscore, and dash. Up to 50 letters, default is 'pmhits'. |
http://docman.dbcls.jp/im/pmhits?q=be%20associated%20&d=5&o=begw<Name of the call back function>({"hits":[
["<Result 1>","<Frequency of the result 1>","<Related research area 1>"],
["<Result 2>","<Frequency of the result 2>","<Related research area 2>"],
...,
["<Result n>","<Frequency of the result n>","<Related research area n>"]]});
A result example of the above example:pmhits({"hits":[["be associated with","99862","Neoplasms / Neurology / Medicine"],
["be associated with the","14421","Biochemistry / Neoplasms / Neurology"],
["be associated with a","10623","Neoplasms / Neurology / Medicine"],
["be associated with an","4776","Neoplasms / Medicine / Neurology"],
["be associated with increased","3058","Neoplasms / Cardiology / Medicine"]]});
When an invalid argument is given, a call back function with an empty argument is returned.
The name of a call back function is replaced with the default one when its length is too long.
(Ex, "pmhits({})")
<script type="text/javascript" src="https://docman.dbcls.jp/js/inmexes_parts1.js"></script> <input type="text" id="inmexes:query" onkeyup="inmexesQueryJP(this.id)" /> <div id="inmexes:dist"></div>
©Data Base Center for Life Science (DBCLS)
DBCLS Site Policies
inMeXes by DBCLS is licensed under a Creative Commons 表示 2.1 日本 License.