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=770
{ "count": 9654, "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=771", "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=769", "results": [ { "tf_name": "SIX2", "total_peaks": "36137", "url": "https://unibind.uio.no/api/v1/datasets/EXP031665.nephron_progenitors.SIX2/" }, { "tf_name": "SIX2", "total_peaks": "19675", "url": "https://unibind.uio.no/api/v1/datasets/EXP031666.nephron_progenitors.SIX2/" }, { "tf_name": "SIX2", "total_peaks": "57543", "url": "https://unibind.uio.no/api/v1/datasets/GSE73865.HEK.SIX2/" }, { "tf_name": "SIX2", "total_peaks": "25982", "url": "https://unibind.uio.no/api/v1/datasets/GSE75948.kidney_fetal_16w.SIX2/" }, { "tf_name": "SIX2", "total_peaks": "52429", "url": "https://unibind.uio.no/api/v1/datasets/GSE75948.kidney_fetal_17w.SIX2/" }, { "tf_name": "SIX4", "total_peaks": "2813", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR176PDW.whole_organism_development_stage_embryonic.SIX4/" }, { "tf_name": "SKN-1", "total_peaks": "266", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR225NFO.Whole_worms_developmental_stage_L4young_adults.SKN-1/" }, { "tf_name": "SKN-1", "total_peaks": "2543", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR012BJM.Whole_worms_developmental_stage_L1.SKN-1/" }, { "tf_name": "SKN-1", "total_peaks": "2455", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR679VHT.Whole_worms_developmental_stage_L3.SKN-1/" }, { "tf_name": "SKN-1", "total_peaks": "645", "url": "https://unibind.uio.no/api/v1/datasets/ENCSR772YUB.Whole_worms_developmental_stage_L2.SKN-1/" } ] }