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=652
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=653", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=651", "results": [ { "tf_name": "PHO", "total_peaks": "9925", "url": "https://unibind.uio.no/api/v1/datasets/EXP045795.S2_Schneider_2.PHO/" }, { "tf_name": "PHO", "total_peaks": "4000", "url": "https://unibind.uio.no/api/v1/datasets/EXP045904.16-18_h_embryo.PHO/" }, { "tf_name": "PHO", "total_peaks": "696", "url": "https://unibind.uio.no/api/v1/datasets/EXP045905.4-12_h_embryo.PHO/" }, { "tf_name": "PHO", "total_peaks": "146", "url": "https://unibind.uio.no/api/v1/datasets/EXP046229.S2_Schneider_2.PHO/" }, { "tf_name": "PHO2", "total_peaks": "664", "url": "https://unibind.uio.no/api/v1/datasets/EXP041559.S__cerevisiae_cells.PHO2/" }, { "tf_name": "PHO2", "total_peaks": "614", "url": "https://unibind.uio.no/api/v1/datasets/EXP041560.S__cerevisiae_cells.PHO2/" }, { "tf_name": "PHO4", "total_peaks": "336", "url": "https://unibind.uio.no/api/v1/datasets/EXP041557.S__cerevisiae_cells.PHO4/" }, { "tf_name": "PHO4", "total_peaks": "314", "url": "https://unibind.uio.no/api/v1/datasets/EXP041558.S__cerevisiae_cells.PHO4/" }, { "tf_name": "PHOX2A", "total_peaks": "161", "url": "https://unibind.uio.no/api/v1/datasets/EXP031092.Ainv15_embryonic_stem_cells.PHOX2A/" }, { "tf_name": "PHOX2B", "total_peaks": "55139", "url": "https://unibind.uio.no/api/v1/datasets/EXP039004.CLB-Ga_neuroblastoma.PHOX2B/" } ] }