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=101
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=102", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=100", "results": [ { "tf_name": "CEBPB", "total_peaks": "20501", "url": "https://unibind.uio.no/api/v1/datasets/EXP039590.A549_lung_carcinoma.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "32777", "url": "https://unibind.uio.no/api/v1/datasets/EXP040652.monocyte-derived_macrophages.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "11841", "url": "https://unibind.uio.no/api/v1/datasets/EXP040801.HL-60_acute_myeloid_leukemia.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "3952", "url": "https://unibind.uio.no/api/v1/datasets/EXP049963.32D.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "4342", "url": "https://unibind.uio.no/api/v1/datasets/GSE66192.cd14-oxldl.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "142736", "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer_125.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "82062", "url": "https://unibind.uio.no/api/v1/datasets/GSE68864.hMSC_DMI_HI.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "86606", "url": "https://unibind.uio.no/api/v1/datasets/GSE68864.hMSC_DMI_LOW.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "116163", "url": "https://unibind.uio.no/api/v1/datasets/GSE31939.LS180_colon_cancer.CEBPB/" }, { "tf_name": "CEBPB", "total_peaks": "30589", "url": "https://unibind.uio.no/api/v1/datasets/GSE68864.hMSC.CEBPB/" } ] }