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=577
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=578", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=576", "results": [ { "tf_name": "MYOD1", "total_peaks": "577", "url": "https://unibind.uio.no/api/v1/datasets/EXP032354.brown_preadipocytes.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "25090", "url": "https://unibind.uio.no/api/v1/datasets/EXP032355.brown_preadipocytes.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "1532", "url": "https://unibind.uio.no/api/v1/datasets/EXP032356.brown_preadipocytes.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "1405", "url": "https://unibind.uio.no/api/v1/datasets/EXP032357.brown_preadipocytes.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "36797", "url": "https://unibind.uio.no/api/v1/datasets/EXP033459.myoblasts.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "28580", "url": "https://unibind.uio.no/api/v1/datasets/EXP035761.embryonic_fibroblasts.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "4279", "url": "https://unibind.uio.no/api/v1/datasets/EXP036964.C2C12_myoblasts.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "61739", "url": "https://unibind.uio.no/api/v1/datasets/EXP037530.RH4_alveolar_rhabdomyosarcoma.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "4582", "url": "https://unibind.uio.no/api/v1/datasets/EXP038296.dermal_fibroblasts.MYOD1/" }, { "tf_name": "MYOD1", "total_peaks": "51701", "url": "https://unibind.uio.no/api/v1/datasets/GSE50413.myoblasts.MYOD1/" } ] }