Function |
URL pattern |
Method |
Parameters |
Example |
Get accession data |
http://cmb.bnu.edu.cn/cugr/index.php/api/accession/{accession?} |
GET |
accession: the accession name, eg. CG0001
if accession is not set, all the accession data will return.
|
|
Get accession with specified type |
http://cmb.bnu.edu.cn/cugr/index.php/api/accessions/{type}/{item} |
GET |
type: one of 'name','group','region','owner'.
item: keyword of the type
|
|
Get accession's experiments information |
http://cmb.bnu.edu.cn/cugr/index.php/api/{accession}/experiments |
GET |
accession: the accession name, eg. CG0001
|
|
Get accession's experiment result data |
http://cmb.bnu.edu.cn/cugr/index.php/api/{accession}/experiments/{eid} |
GET |
accession: the accession name, eg. CG0001
eid: the experiment id
|
|
Get accession's experiment repeatetimes |
http://cmb.bnu.edu.cn/cugr/index.php/api/{accession}/experiments/{eid}/repeatetimes |
GET |
accession: the accession name, eg. CG0001
eid: the experiment id
|
|