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=11
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=12", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=10", "results": [ { "tf_name": "AR", "total_peaks": "31414", "url": "https://unibind.uio.no/api/v1/datasets/EXP036469.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "49177", "url": "https://unibind.uio.no/api/v1/datasets/EXP036470.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "336", "url": "https://unibind.uio.no/api/v1/datasets/EXP036886.R1-D567_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "71806", "url": "https://unibind.uio.no/api/v1/datasets/EXP037066.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "79878", "url": "https://unibind.uio.no/api/v1/datasets/EXP037067.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "3122", "url": "https://unibind.uio.no/api/v1/datasets/EXP037263.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "3419", "url": "https://unibind.uio.no/api/v1/datasets/EXP038188.VCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "4953", "url": "https://unibind.uio.no/api/v1/datasets/EXP038189.VCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "4841", "url": "https://unibind.uio.no/api/v1/datasets/EXP038190.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "462", "url": "https://unibind.uio.no/api/v1/datasets/EXP038191.LNCaP_prostate_carcinoma.AR/" } ] }