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=422
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=423", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=421", "results": [ { "tf_name": "HB", "total_peaks": "1461", "url": "https://unibind.uio.no/api/v1/datasets/EXP045761.whole_organism_development_stage_embryonic.HB/" }, { "tf_name": "HES1", "total_peaks": "5386", "url": "https://unibind.uio.no/api/v1/datasets/EXP036036.BMDM_bone_marrow-derived_macrophages.HES1/" }, { "tf_name": "HES1", "total_peaks": "5063", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR109ODF.MCF7_Invasive_ductal_breast_carcinoma.HES1/" }, { "tf_name": "HES1", "total_peaks": "5815", "url": "https://unibind.uio.no/api/v1/datasets/EXP036035.BMDM_bone_marrow-derived_macrophages.HES1/" }, { "tf_name": "HES1", "total_peaks": "3848", "url": "https://unibind.uio.no/api/v1/datasets/EXP038559.HepG2_hepatoblastoma.HES1/" }, { "tf_name": "HES1", "total_peaks": "5997", "url": "https://unibind.uio.no/api/v1/datasets/EXP039595.K562_myelogenous_leukemia.HES1/" }, { "tf_name": "HES1", "total_peaks": "915", "url": "https://unibind.uio.no/api/v1/datasets/GSE60006.SW1353_chondrosarcoma.HES1/" }, { "tf_name": "HES2", "total_peaks": "9730", "url": "https://unibind.uio.no/api/v1/datasets/EXP039378.A549_lung_carcinoma.HES2/" }, { "tf_name": "HES2", "total_peaks": "2937", "url": "https://unibind.uio.no/api/v1/datasets/EXP039584.A549_lung_carcinoma.HES2/" }, { "tf_name": "HES2", "total_peaks": "9059", "url": "https://unibind.uio.no/api/v1/datasets/EXP039686.A549_lung_carcinoma.HES2/" } ] }