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=189
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=190", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=188", "results": [ { "tf_name": "CTCF", "total_peaks": "31638", "url": "https://unibind.uio.no/api/v1/datasets/EXP031025.cerebellum.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "40858", "url": "https://unibind.uio.no/api/v1/datasets/EXP031026.heart.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "55041", "url": "https://unibind.uio.no/api/v1/datasets/EXP031027.kidney.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "39437", "url": "https://unibind.uio.no/api/v1/datasets/EXP031028.liver.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "33591", "url": "https://unibind.uio.no/api/v1/datasets/EXP031029.lung.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "29191", "url": "https://unibind.uio.no/api/v1/datasets/EXP031030.spleen.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "55157", "url": "https://unibind.uio.no/api/v1/datasets/EXP031031.embryonic_fibroblasts.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "46586", "url": "https://unibind.uio.no/api/v1/datasets/EXP031032.Bruce4_embryonic_stem_cells.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "57994", "url": "https://unibind.uio.no/api/v1/datasets/EXP031033.E14_5_brain.CTCF/" }, { "tf_name": "CTCF", "total_peaks": "16391", "url": "https://unibind.uio.no/api/v1/datasets/EXP031034.E14_5_heart.CTCF/" } ] }