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=500
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=501", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=499", "results": [ { "tf_name": "KLF1", "total_peaks": "53792", "url": "https://unibind.uio.no/api/v1/datasets/EXP037025.KLF1_null_erythroblasts.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "123406", "url": "https://unibind.uio.no/api/v1/datasets/EXP037026.KLF1_null_erythroblasts.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "9770", "url": "https://unibind.uio.no/api/v1/datasets/EXP038247.J2E_erythroid_cells.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "35005", "url": "https://unibind.uio.no/api/v1/datasets/GSE43625.erythroid_cells.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "8015", "url": "https://unibind.uio.no/api/v1/datasets/EXP032153.erythroid_progenitors.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "12462", "url": "https://unibind.uio.no/api/v1/datasets/EXP032154.erythroblasts.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "22664", "url": "https://unibind.uio.no/api/v1/datasets/EXP035894.HEK293_embryonic_kidney.KLF1/" }, { "tf_name": "KLF1", "total_peaks": "21028", "url": "https://unibind.uio.no/api/v1/datasets/EXP039484.HEK293_embryonic_kidney.KLF1/" }, { "tf_name": "KLF10", "total_peaks": "9709", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR006GAQ.HEK293_embryonic_kidney.KLF10/" }, { "tf_name": "KLF10", "total_peaks": "443", "url": "https://unibind.uio.no/api/v1/datasets/EXP038082.A549_lung_carcinoma.KLF10/" } ] }