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=760
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=761", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=759", "results": [ { "tf_name": "RXRA", "total_peaks": "662", "url": "https://unibind.uio.no/api/v1/datasets/EXP034916.F9_embryonal_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "1437", "url": "https://unibind.uio.no/api/v1/datasets/EXP034917.F9_embryonal_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "244", "url": "https://unibind.uio.no/api/v1/datasets/EXP034918.P19_embryonic_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "598", "url": "https://unibind.uio.no/api/v1/datasets/EXP034919.P19_embryonic_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "377", "url": "https://unibind.uio.no/api/v1/datasets/EXP034920.P19_embryonic_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "503", "url": "https://unibind.uio.no/api/v1/datasets/EXP034921.P19_embryonic_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "3571", "url": "https://unibind.uio.no/api/v1/datasets/EXP034922.P19_embryonic_carcinoma.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "64398", "url": "https://unibind.uio.no/api/v1/datasets/EXP036269.bone_marrow-derived_mesenchymal_stem_cells.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "22382", "url": "https://unibind.uio.no/api/v1/datasets/EXP036276.bone_marrow-derived_mesenchymal_stem_cells.RXRA/" }, { "tf_name": "RXRA", "total_peaks": "29913", "url": "https://unibind.uio.no/api/v1/datasets/EXP036277.bone_marrow-derived_mesenchymal_stem_cells.RXRA/" } ] }