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=248
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=249", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=247", "results": [ { "tf_name": "EGR2", "total_peaks": "13978", "url": "https://unibind.uio.no/api/v1/datasets/EXP032073.CD4_T-cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "15174", "url": "https://unibind.uio.no/api/v1/datasets/EXP032074.CD4_T-cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "2238", "url": "https://unibind.uio.no/api/v1/datasets/EXP032279.T-cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "3186", "url": "https://unibind.uio.no/api/v1/datasets/EXP032280.T-cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "1937", "url": "https://unibind.uio.no/api/v1/datasets/EXP032281.T-cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "3442", "url": "https://unibind.uio.no/api/v1/datasets/EXP030443.natural_killer_T_cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "15303", "url": "https://unibind.uio.no/api/v1/datasets/EXP031201.Schwann_cells.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "70649", "url": "https://unibind.uio.no/api/v1/datasets/EXP035947.HEK293_embryonic_kidney.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "62429", "url": "https://unibind.uio.no/api/v1/datasets/EXP039511.HEK293_embryonic_kidney.EGR2/" }, { "tf_name": "EGR2", "total_peaks": "2267", "url": "https://unibind.uio.no/api/v1/datasets/EXP051005.thymocytes.EGR2/" } ] }