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=405
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=406", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=404", "results": [ { "tf_name": "GATA4", "total_peaks": "103374", "url": "https://unibind.uio.no/api/v1/datasets/EXP058851.heart_ventricle.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "71762", "url": "https://unibind.uio.no/api/v1/datasets/EXP058853.MEF_mouse_embryonic_fibroblasts.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "17510", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR590CNM.HepG2_hepatoblastoma.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "30209", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR194GNY.liver.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "28258", "url": "https://unibind.uio.no/api/v1/datasets/EXP030894.HL-1_cardiac_muscle_cells.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "621", "url": "https://unibind.uio.no/api/v1/datasets/EXP031209.heart.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "226", "url": "https://unibind.uio.no/api/v1/datasets/EXP031764.embryonic_stem_cells.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "198", "url": "https://unibind.uio.no/api/v1/datasets/EXP031765.embryonic_stem_cells.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "9042", "url": "https://unibind.uio.no/api/v1/datasets/EXP032274.liver.GATA4/" }, { "tf_name": "GATA4", "total_peaks": "4109", "url": "https://unibind.uio.no/api/v1/datasets/EXP033640.embryonic_fibroblasts.GATA4/" } ] }