Datasets List
This API provides an easy-to-use REST web interface to query/retrieve data
from the UniBind database. The API comes with a human browsable interface and
also a programmatic interface which return the results in different formats,
including
json, jsonp, yaml,
bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=882
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=883", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=881", "results": [ { "tf_name": "TAL1", "total_peaks": "24172", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR106FRG.K562_myelogenous_leukemia.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "23172", "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.CHRF28811.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "3762", "url": "https://unibind.uio.no/api/v1/datasets/GSE29180.Jurkat_T-cells.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "3501", "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.CCRF-CEM_T_acute_lymphoblastic_leukemia.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "49426", "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.PRIMA2.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "48705", "url": "https://unibind.uio.no/api/v1/datasets/GSE33850.PRIMA5.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "5852", "url": "https://unibind.uio.no/api/v1/datasets/GSE39179.RPMI-8402_T_acute_lymphoblastic_leukemia.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "15239", "url": "https://unibind.uio.no/api/v1/datasets/GSE42390.erythroid_cells.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "22059", "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.TAL1/" }, { "tf_name": "TAL1", "total_peaks": "28633", "url": "https://unibind.uio.no/api/v1/datasets/GSE52924.CD34_cells.TAL1/" } ] }