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=35
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=36", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=34", "results": [ { "tf_name": "ARID3A", "total_peaks": "22194", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFY.K562_myelogenous_leukemia.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "22275", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR725LYT.GM12878_female_B-cells_lymphoblastoid_cell_line.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "8912", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR778UBR.GM12878_female_B-cells_lymphoblastoid_cell_line.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "10681", "url": "https://unibind.uio.no/api/v1/datasets/EXP038102.J1_embryonic_stem_cells.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "44614", "url": "https://unibind.uio.no/api/v1/datasets/EXP038103.trophoblast_stem-like_cells.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "15566", "url": "https://unibind.uio.no/api/v1/datasets/EXP038545.HepG2_hepatoblastoma.ARID3A/" }, { "tf_name": "ARID3A", "total_peaks": "2652", "url": "https://unibind.uio.no/api/v1/datasets/EXP040176.MCF7_Invasive_ductal_breast_carcinoma.ARID3A/" }, { "tf_name": "ARID3B", "total_peaks": "2925", "url": "https://unibind.uio.no/api/v1/datasets/EXP034648.OECM1_oral_cavity_squamous_cell_carcinoma.ARID3B/" }, { "tf_name": "ARID3B", "total_peaks": "1429", "url": "https://unibind.uio.no/api/v1/datasets/EXP034647.OECM1_oral_cavity_squamous_cell_carcinoma.ARID3B/" }, { "tf_name": "ARNT", "total_peaks": "2942", "url": "https://unibind.uio.no/api/v1/datasets/EXP036852.renal_tubular_cells.ARNT/" } ] }