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=552
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=553", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=551", "results": [ { "tf_name": "MYC", "total_peaks": "138", "url": "https://unibind.uio.no/api/v1/datasets/EXP037764.U87MGglioblastoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "7020", "url": "https://unibind.uio.no/api/v1/datasets/EXP037765.BT168_glioblastoma_stem_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "787", "url": "https://unibind.uio.no/api/v1/datasets/EXP037766.BT168_glioblastoma_stem_cells.MYC/" }, { "tf_name": "MYC", "total_peaks": "12796", "url": "https://unibind.uio.no/api/v1/datasets/EXP037785.HCT-116_colon_carcinoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "16884", "url": "https://unibind.uio.no/api/v1/datasets/EXP037828.bone_marrow-derived_macrophages.MYC/" }, { "tf_name": "MYC", "total_peaks": "11925", "url": "https://unibind.uio.no/api/v1/datasets/EXP037829.bone_marrow-derived_macrophages.MYC/" }, { "tf_name": "MYC", "total_peaks": "7353", "url": "https://unibind.uio.no/api/v1/datasets/EXP037830.bone_marrow-derived_macrophages.MYC/" }, { "tf_name": "MYC", "total_peaks": "8435", "url": "https://unibind.uio.no/api/v1/datasets/EXP037831.bone_marrow-derived_macrophages.MYC/" }, { "tf_name": "MYC", "total_peaks": "19128", "url": "https://unibind.uio.no/api/v1/datasets/EXP038359.E-Myc_lymphoma.MYC/" }, { "tf_name": "MYC", "total_peaks": "22765", "url": "https://unibind.uio.no/api/v1/datasets/EXP038360.E-Myc_lymphoma.MYC/" } ] }