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=555
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=556", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=554", "results": [ { "tf_name": "MYC", "total_peaks": "1475", "url": "https://unibind.uio.no/api/v1/datasets/EXP047487.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "15452", "url": "https://unibind.uio.no/api/v1/datasets/EXP047488.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "16705", "url": "https://unibind.uio.no/api/v1/datasets/EXP047489.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "13496", "url": "https://unibind.uio.no/api/v1/datasets/EXP047490.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "20954", "url": "https://unibind.uio.no/api/v1/datasets/EXP047491.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "14496", "url": "https://unibind.uio.no/api/v1/datasets/EXP047492.MCF10A_breast_epithelial_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "18179", "url": "https://unibind.uio.no/api/v1/datasets/EXP047594.P493-6_B-cell_lymphoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "13126", "url": "https://unibind.uio.no/api/v1/datasets/EXP047595.P493-6_B-cell_lymphoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "130", "url": "https://unibind.uio.no/api/v1/datasets/EXP048962.MRC-5_fetal_lung_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "2080", "url": "https://unibind.uio.no/api/v1/datasets/EXP048963.MRC-5_fetal_lung_fibroblasts.MYC/" } ] }