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=965
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=966", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=964", "results": [ { "tf_name": "ZNF143", "total_peaks": "76697", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.FLP76_embryonic_kidney.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "7531", "url": "https://unibind.uio.no/api/v1/datasets/GSE29600.CUTLL1_T-cell_lymphoblastic_lymphoma_1.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "1506", "url": "https://unibind.uio.no/api/v1/datasets/GSE31417.HeLa_cervical_adenocarcinoma.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "3725", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.HEK293T_embryonic_kidney.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "19971", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.HeLa_cervical_adenocarcinoma.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "1923", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.HPB-ALL_T_acute_lymphoblastic_leukemia.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "19966", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.K562_myelogenous_leukemia.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "47946", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.FLP143HA_embryonic_kidney_T0.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "64479", "url": "https://unibind.uio.no/api/v1/datasets/GSE39263.FLP143HA_embryonic_kidney_T4.ZNF143/" }, { "tf_name": "ZNF143", "total_peaks": "54128", "url": "https://unibind.uio.no/api/v1/datasets/GSE76454.MCF7_Invasive_ductal_breast_carcinoma_E2.ZNF143/" } ] }