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=269
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=270", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=268", "results": [ { "tf_name": "ESR1", "total_peaks": "4174", "url": "https://unibind.uio.no/api/v1/datasets/EXP000884.T47D_invasive_ductal_carcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "3287", "url": "https://unibind.uio.no/api/v1/datasets/EXP000885.Ishikawa_endometrial_adenocarcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "1782", "url": "https://unibind.uio.no/api/v1/datasets/EXP000886.Ishikawa_endometrial_adenocarcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "987", "url": "https://unibind.uio.no/api/v1/datasets/EXP000887.ECC-1_endometrial_adenocarcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "3341", "url": "https://unibind.uio.no/api/v1/datasets/EXP000888.ECC-1_endometrial_adenocarcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "6438", "url": "https://unibind.uio.no/api/v1/datasets/EXP001013.H3396_breast_carcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "10595", "url": "https://unibind.uio.no/api/v1/datasets/EXP001014.H3396_breast_carcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "5425", "url": "https://unibind.uio.no/api/v1/datasets/EXP001015.H3396_breast_carcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "20271", "url": "https://unibind.uio.no/api/v1/datasets/EXP001016.H3396_breast_carcinoma.ESR1/" }, { "tf_name": "ESR1", "total_peaks": "71227", "url": "https://unibind.uio.no/api/v1/datasets/EXP030928.MCF7_Invasive_ductal_breast_carcinoma.ESR1/" } ] }