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=928
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=929", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=927", "results": [ { "tf_name": "TP53", "total_peaks": "8004", "url": "https://unibind.uio.no/api/v1/datasets/EXP054820.IMR90_lung_fibroblasts.TP53/" }, { "tf_name": "TP53", "total_peaks": "1715", "url": "https://unibind.uio.no/api/v1/datasets/EXP057959.foreskin_fibroblast.TP53/" }, { "tf_name": "TP53", "total_peaks": "3965", "url": "https://unibind.uio.no/api/v1/datasets/EXP057960.foreskin_fibroblast.TP53/" }, { "tf_name": "TP53", "total_peaks": "7323", "url": "https://unibind.uio.no/api/v1/datasets/EXP057963.MCF10A_breast_epithelial_cells.TP53/" }, { "tf_name": "TP53", "total_peaks": "33253", "url": "https://unibind.uio.no/api/v1/datasets/EXP057964.MCF10A_breast_epithelial_cells.TP53/" }, { "tf_name": "TP53", "total_peaks": "362", "url": "https://unibind.uio.no/api/v1/datasets/EXP057969.foreskin_fibroblast.TP53/" }, { "tf_name": "TP53", "total_peaks": "12780", "url": "https://unibind.uio.no/api/v1/datasets/EXP059288.NMuMG_mammary_epithelial_cells.TP53/" }, { "tf_name": "TP53", "total_peaks": "63452", "url": "https://unibind.uio.no/api/v1/datasets/EXP059289.NMuMG_mammary_epithelial_cells.TP53/" }, { "tf_name": "TP53", "total_peaks": "15131", "url": "https://unibind.uio.no/api/v1/datasets/EXP059290.NMuMG_mammary_epithelial_cells.TP53/" }, { "tf_name": "TP53", "total_peaks": "6643", "url": "https://unibind.uio.no/api/v1/datasets/EXP059291.NMuMG_mammary_epithelial_cells.TP53/" } ] }