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=18
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=19", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=17", "results": [ { "tf_name": "AR", "total_peaks": "427", "url": "https://unibind.uio.no/api/v1/datasets/EXP049664.R1-AD1_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "214", "url": "https://unibind.uio.no/api/v1/datasets/EXP049665.R1-D567_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "182", "url": "https://unibind.uio.no/api/v1/datasets/EXP049666.R1-D567_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "178", "url": "https://unibind.uio.no/api/v1/datasets/EXP052946.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "17818", "url": "https://unibind.uio.no/api/v1/datasets/EXP052947.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "8080", "url": "https://unibind.uio.no/api/v1/datasets/EXP052948.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "24940", "url": "https://unibind.uio.no/api/v1/datasets/EXP052949.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "3195", "url": "https://unibind.uio.no/api/v1/datasets/EXP052950.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "22123", "url": "https://unibind.uio.no/api/v1/datasets/EXP052951.LNCaP95.AR/" }, { "tf_name": "AR", "total_peaks": "12419", "url": "https://unibind.uio.no/api/v1/datasets/EXP052952.LNCaP95.AR/" } ] }