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=887
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=888", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=886", "results": [ { "tf_name": "TBX1", "total_peaks": "2187", "url": "https://unibind.uio.no/api/v1/datasets/EXP048307.BCPAP_Poorly_differentiated_thyroid_gland_carcinoma.TBX1/" }, { "tf_name": "TBX19", "total_peaks": "11269", "url": "https://unibind.uio.no/api/v1/datasets/EXP051798.AtT-20_pituitary_tumor.TBX19/" }, { "tf_name": "TBX19", "total_peaks": "355", "url": "https://unibind.uio.no/api/v1/datasets/EXP051807.AtT-20_pituitary_tumor.TBX19/" }, { "tf_name": "TBX19", "total_peaks": "9398", "url": "https://unibind.uio.no/api/v1/datasets/EXP034438.AtT-20_pituitary_tumor.TBX19/" }, { "tf_name": "TBX2", "total_peaks": "21431", "url": "https://unibind.uio.no/api/v1/datasets/EXP049484.BE2C.TBX2/" }, { "tf_name": "TBX2", "total_peaks": "33074", "url": "https://unibind.uio.no/api/v1/datasets/EXP049490.Kelly_neuroblastoma.TBX2/" }, { "tf_name": "TBX20", "total_peaks": "3448", "url": "https://unibind.uio.no/api/v1/datasets/EXP000266.heart.TBX20/" }, { "tf_name": "TBX21", "total_peaks": "493", "url": "https://unibind.uio.no/api/v1/datasets/EXP031710.Th1-cells.TBX21/" }, { "tf_name": "TBX21", "total_peaks": "52114", "url": "https://unibind.uio.no/api/v1/datasets/EXP037440.Th1-cells.TBX21/" }, { "tf_name": "TBX21", "total_peaks": "44714", "url": "https://unibind.uio.no/api/v1/datasets/EXP037441.Th1-cells.TBX21/" } ] }