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=456
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=457", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=455", "results": [ { "tf_name": "IRF1", "total_peaks": "19024", "url": "https://unibind.uio.no/api/v1/datasets/EXP031298.dendritic_cells.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "23113", "url": "https://unibind.uio.no/api/v1/datasets/EXP033491.BMDM_bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "23134", "url": "https://unibind.uio.no/api/v1/datasets/EXP033492.BMDM_bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "1211", "url": "https://unibind.uio.no/api/v1/datasets/EXP034612.small_intestine.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "1901", "url": "https://unibind.uio.no/api/v1/datasets/EXP036116.BMDM_bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "3861", "url": "https://unibind.uio.no/api/v1/datasets/EXP036117.BMDM_bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "11528", "url": "https://unibind.uio.no/api/v1/datasets/EXP036118.BMDM_bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "14770", "url": "https://unibind.uio.no/api/v1/datasets/EXP036834.monocyte-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "9184", "url": "https://unibind.uio.no/api/v1/datasets/EXP037819.bone_marrow-derived_macrophages.IRF1/" }, { "tf_name": "IRF1", "total_peaks": "12833", "url": "https://unibind.uio.no/api/v1/datasets/EXP037820.bone_marrow-derived_macrophages.IRF1/" } ] }