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=871
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=872", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=870", "results": [ { "tf_name": "STAT5A", "total_peaks": "30847", "url": "https://unibind.uio.no/api/v1/datasets/EXP051381.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "48146", "url": "https://unibind.uio.no/api/v1/datasets/EXP051383.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "43986", "url": "https://unibind.uio.no/api/v1/datasets/EXP051389.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "31830", "url": "https://unibind.uio.no/api/v1/datasets/EXP051390.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "40195", "url": "https://unibind.uio.no/api/v1/datasets/EXP051391.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "39087", "url": "https://unibind.uio.no/api/v1/datasets/EXP051393.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "32440", "url": "https://unibind.uio.no/api/v1/datasets/EXP051395.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "29720", "url": "https://unibind.uio.no/api/v1/datasets/EXP051397.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "38434", "url": "https://unibind.uio.no/api/v1/datasets/EXP051399.mammary_gland.STAT5A/" }, { "tf_name": "STAT5A", "total_peaks": "46715", "url": "https://unibind.uio.no/api/v1/datasets/EXP051402.mammary_gland.STAT5A/" } ] }