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=606
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=607", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=605", "results": [ { "tf_name": "NR2F6", "total_peaks": "41797", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR518WPL.HepG2_hepatoblastoma.NR2F6/" }, { "tf_name": "NR2F6", "total_peaks": "70692", "url": "https://unibind.uio.no/api/v1/datasets/EXP039812.HepG2_hepatoblastoma.NR2F6/" }, { "tf_name": "NR2F6", "total_peaks": "36095", "url": "https://unibind.uio.no/api/v1/datasets/EXP040021.K562_myelogenous_leukemia.NR2F6/" }, { "tf_name": "NR3C1", "total_peaks": "15678", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHE.A549_lung_carcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "79712", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHF.A549_lung_carcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "37502", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHG.A549_lung_carcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "240", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIO.A549_lung_carcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "56617", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJC.Ishikawa_endometrial_adenocarcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "77096", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJR.A549_lung_carcinoma.NR3C1/" }, { "tf_name": "NR3C1", "total_peaks": "8579", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJT.A549_lung_carcinoma.NR3C1/" } ] }