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=10
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=11", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=9", "results": [ { "tf_name": "AR", "total_peaks": "1031", "url": "https://unibind.uio.no/api/v1/datasets/EXP034605.BicR_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "368", "url": "https://unibind.uio.no/api/v1/datasets/EXP034606.BicR_prostate_cancer.AR/" }, { "tf_name": "AR", "total_peaks": "49806", "url": "https://unibind.uio.no/api/v1/datasets/EXP036095.VCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "44686", "url": "https://unibind.uio.no/api/v1/datasets/EXP036096.VCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "16194", "url": "https://unibind.uio.no/api/v1/datasets/EXP036106.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "7418", "url": "https://unibind.uio.no/api/v1/datasets/EXP036107.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "3884", "url": "https://unibind.uio.no/api/v1/datasets/EXP036465.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "44253", "url": "https://unibind.uio.no/api/v1/datasets/EXP036466.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "168", "url": "https://unibind.uio.no/api/v1/datasets/EXP036467.LNCaP_prostate_carcinoma.AR/" }, { "tf_name": "AR", "total_peaks": "42190", "url": "https://unibind.uio.no/api/v1/datasets/EXP036468.LNCaP_prostate_carcinoma.AR/" } ] }