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=686
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=687", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=685", "results": [ { "tf_name": "PPARG", "total_peaks": "11314", "url": "https://unibind.uio.no/api/v1/datasets/EXP035818.C3H10T12_embryonic_fibroblasts.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "49747", "url": "https://unibind.uio.no/api/v1/datasets/EXP036273.bone_marrow-derived_mesenchymal_stem_cells.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "23977", "url": "https://unibind.uio.no/api/v1/datasets/EXP038223.brown_adipose_tissue.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "74886", "url": "https://unibind.uio.no/api/v1/datasets/EXP038235.3T3-L1_embryonic_fibroblasts.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "24216", "url": "https://unibind.uio.no/api/v1/datasets/EXP038236.peritoneal_macrophages.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "51362", "url": "https://unibind.uio.no/api/v1/datasets/EXP038473.brown_adipose_tissue.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "56918", "url": "https://unibind.uio.no/api/v1/datasets/EXP039615.HepG2_hepatoblastoma.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "1537", "url": "https://unibind.uio.no/api/v1/datasets/EXP040790.bone_marrow-derived_macrophages.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "16452", "url": "https://unibind.uio.no/api/v1/datasets/EXP040791.bone_marrow-derived_macrophages.PPARG/" }, { "tf_name": "PPARG", "total_peaks": "12857", "url": "https://unibind.uio.no/api/v1/datasets/EXP040882.inguinal_subcutaneous_white_adipose_tissue-derived_preadipocytes.PPARG/" } ] }