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=329
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=330", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=328", "results": [ { "tf_name": "FOS", "total_peaks": "19798", "url": "https://unibind.uio.no/api/v1/datasets/EXP036680.cortical_neurons.FOS/" }, { "tf_name": "FOS", "total_peaks": "5870", "url": "https://unibind.uio.no/api/v1/datasets/EXP036682.cortical_neurons.FOS/" }, { "tf_name": "FOS", "total_peaks": "16862", "url": "https://unibind.uio.no/api/v1/datasets/EXP036684.cortical_neurons.FOS/" }, { "tf_name": "FOS", "total_peaks": "1525", "url": "https://unibind.uio.no/api/v1/datasets/EXP036686.cortical_neurons.FOS/" }, { "tf_name": "FOS", "total_peaks": "37891", "url": "https://unibind.uio.no/api/v1/datasets/EXP038710.bone_marrow-derived_macrophages.FOS/" }, { "tf_name": "FOS", "total_peaks": "37902", "url": "https://unibind.uio.no/api/v1/datasets/EXP038711.bone_marrow-derived_macrophages.FOS/" }, { "tf_name": "FOS", "total_peaks": "55773", "url": "https://unibind.uio.no/api/v1/datasets/EXP038712.bone_marrow-derived_macrophages.FOS/" }, { "tf_name": "FOS", "total_peaks": "61064", "url": "https://unibind.uio.no/api/v1/datasets/EXP038713.bone_marrow-derived_macrophages.FOS/" }, { "tf_name": "FOS", "total_peaks": "59495", "url": "https://unibind.uio.no/api/v1/datasets/EXP038714.bone_marrow-derived_macrophages.FOS/" }, { "tf_name": "FOS", "total_peaks": "2239", "url": "https://unibind.uio.no/api/v1/datasets/EXP047823.THP-1_acute_monocytic_leukemia.FOS/" } ] }