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=80
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=81", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=79", "results": [ { "tf_name": "CEBPA", "total_peaks": "34903", "url": "https://unibind.uio.no/api/v1/datasets/EXP049972.MA9_transformed_mouse_leukemia.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "31397", "url": "https://unibind.uio.no/api/v1/datasets/EXP050142.line-bone_marrow_untransformed_myeloid_progenitors.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "28269", "url": "https://unibind.uio.no/api/v1/datasets/EXP050143.HMM_HOXA9_transormed_myeloblasts.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "29383", "url": "https://unibind.uio.no/api/v1/datasets/EXP050145.HMM_HOXA9_transormed_myeloblasts.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "9717", "url": "https://unibind.uio.no/api/v1/datasets/EXP051885.CFU-M.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "21064", "url": "https://unibind.uio.no/api/v1/datasets/EXP051891.preGM.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "16787", "url": "https://unibind.uio.no/api/v1/datasets/EXP051892.CFU-G.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "66237", "url": "https://unibind.uio.no/api/v1/datasets/EXP053328.MLL-AF9_Leukemic_Cells.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "72109", "url": "https://unibind.uio.no/api/v1/datasets/EXP053329.MLL-AF9_Leukemic_Cells.CEBPA/" }, { "tf_name": "CEBPA", "total_peaks": "44459", "url": "https://unibind.uio.no/api/v1/datasets/EXP053361.THP-1_acute_monocytic_leukemia.CEBPA/" } ] }