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=891
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=892", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=890", "results": [ { "tf_name": "TBX6", "total_peaks": "24261", "url": "https://unibind.uio.no/api/v1/datasets/EXP057388.differentiated_embryonic_stem_cells.TBX6/" }, { "tf_name": "TBX6", "total_peaks": "997", "url": "https://unibind.uio.no/api/v1/datasets/EXP041000.10S_embryo.TBX6/" }, { "tf_name": "TBXT", "total_peaks": "3499", "url": "https://unibind.uio.no/api/v1/datasets/EXP036762.HUES64_embryonic_stem_cells.TBXT/" }, { "tf_name": "TCF12", "total_peaks": "66654", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQQ.A549_lung_carcinoma.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "106961", "url": "https://unibind.uio.no/api/v1/datasets/EXP033137.CGR8_embryonic_stem_cells.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "98681", "url": "https://unibind.uio.no/api/v1/datasets/EXP033138.CGR8_embryonic_stem_cells.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "107277", "url": "https://unibind.uio.no/api/v1/datasets/EXP033140.embryonic_stem_cell-derived_endodermal_cells.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "66867", "url": "https://unibind.uio.no/api/v1/datasets/EXP033141.embryonic_stem_cell-derived_endodermal_cells.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "2436", "url": "https://unibind.uio.no/api/v1/datasets/EXP053213.Kasumi-1_acute_myeloblastic_leukemia.TCF12/" }, { "tf_name": "TCF12", "total_peaks": "42146", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIT.WA01_H1_human_embryonic_stem_cells.TCF12/" } ] }