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=442
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=443", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=441", "results": [ { "tf_name": "HOXB13", "total_peaks": "311", "url": "https://unibind.uio.no/api/v1/datasets/EXP048493.prostate_tumor.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "26328", "url": "https://unibind.uio.no/api/v1/datasets/EXP049559.LNCaP_prostate_carcinoma.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "22243", "url": "https://unibind.uio.no/api/v1/datasets/EXP049560.LNCaP_prostate_carcinoma.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "40240", "url": "https://unibind.uio.no/api/v1/datasets/EXP049580.LNCaP_prostate_carcinoma.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "41087", "url": "https://unibind.uio.no/api/v1/datasets/EXP049581.LNCaP_prostate_carcinoma.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "18715", "url": "https://unibind.uio.no/api/v1/datasets/EXP052943.LNCaP95.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "13277", "url": "https://unibind.uio.no/api/v1/datasets/EXP052944.LNCaP95.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "66620", "url": "https://unibind.uio.no/api/v1/datasets/EXP052945.LNCaP95.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "25352", "url": "https://unibind.uio.no/api/v1/datasets/EXP038431.LNCaP_prostate_carcinoma.HOXB13/" }, { "tf_name": "HOXB13", "total_peaks": "10485", "url": "https://unibind.uio.no/api/v1/datasets/EXP038433.22RV1_prostate_carcinoma.HOXB13/" } ] }