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=558
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=559", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=557", "results": [ { "tf_name": "MYC", "total_peaks": "26809", "url": "https://unibind.uio.no/api/v1/datasets/EXP052322.3T9_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "30965", "url": "https://unibind.uio.no/api/v1/datasets/EXP052323.3T9_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "29156", "url": "https://unibind.uio.no/api/v1/datasets/EXP052324.3T9_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "19918", "url": "https://unibind.uio.no/api/v1/datasets/EXP053294.Tet21N_neuroblastoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "10702", "url": "https://unibind.uio.no/api/v1/datasets/EXP053464.embryonic_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "8092", "url": "https://unibind.uio.no/api/v1/datasets/EXP053465.embryonic_fibroblasts.MYC/" }, { "tf_name": "MYC", "total_peaks": "4122", "url": "https://unibind.uio.no/api/v1/datasets/EXP057893.G401_rhabdoid_tumor_of_the_kidney.MYC/" }, { "tf_name": "MYC", "total_peaks": "10997", "url": "https://unibind.uio.no/api/v1/datasets/EXP057894.G401_rhabdoid_tumor_of_the_kidney.MYC/" }, { "tf_name": "MYC", "total_peaks": "2487", "url": "https://unibind.uio.no/api/v1/datasets/EXP057897.G401_rhabdoid_tumor_of_the_kidney.MYC/" }, { "tf_name": "MYC", "total_peaks": "296", "url": "https://unibind.uio.no/api/v1/datasets/EXP057898.G401_rhabdoid_tumor_of_the_kidney.MYC/" } ] }