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=894
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=895", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=893", "results": [ { "tf_name": "TCF3", "total_peaks": "34574", "url": "https://unibind.uio.no/api/v1/datasets/EXP036080.B-cells.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "8873", "url": "https://unibind.uio.no/api/v1/datasets/EXP036081.B-cells.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "28620", "url": "https://unibind.uio.no/api/v1/datasets/EXP036082.B-cells.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "10991", "url": "https://unibind.uio.no/api/v1/datasets/EXP036083.B-cells.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "28511", "url": "https://unibind.uio.no/api/v1/datasets/EXP036084.preplasmablasts.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "8526", "url": "https://unibind.uio.no/api/v1/datasets/EXP036085.preplasmablasts.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "26296", "url": "https://unibind.uio.no/api/v1/datasets/EXP036086.plasmablasts.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "12400", "url": "https://unibind.uio.no/api/v1/datasets/EXP036087.plasmablasts.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "14875", "url": "https://unibind.uio.no/api/v1/datasets/EXP036088.B-cells.TCF3/" }, { "tf_name": "TCF3", "total_peaks": "6479", "url": "https://unibind.uio.no/api/v1/datasets/EXP036089.B-cells.TCF3/" } ] }