Matrix List
This API provides an easy-to-use REST web interface to query/retrieve matrix
profile data from the latest version of the JASPAR database. The API comes
with a human browsable interface and also a programmatic interface which
return the results in eight different formats, including
json,
jsonp, jaspar, meme,
transfac, pfm, yaml and
bed.
GET /api/v1/matrix?format=api&page=87
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=88", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=86", "results": [ { "matrix_id": "PH0073.1", "name": "Hoxc9", "collection": "PBM_HOMEO", "base_id": "PH0073", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0073.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0073.1/" }, { "matrix_id": "MA0485.1", "name": "Hoxc9", "collection": "CORE", "base_id": "MA0485", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0485.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0485.1/" }, { "matrix_id": "PH0074.1", "name": "Hoxd1", "collection": "PBM_HOMEO", "base_id": "PH0074", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0074.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0074.1/" }, { "matrix_id": "PH0075.1", "name": "Hoxd10", "collection": "PBM_HOMEO", "base_id": "PH0075", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0075.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0075.1/" }, { "matrix_id": "PH0076.1", "name": "Hoxd11", "collection": "PBM_HOMEO", "base_id": "PH0076", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0076.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0076.1/" }, { "matrix_id": "PH0077.1", "name": "Hoxd12", "collection": "PBM_HOMEO", "base_id": "PH0077", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0077.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0077.1/" }, { "matrix_id": "PH0078.1", "name": "Hoxd13", "collection": "PBM_HOMEO", "base_id": "PH0078", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0078.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0078.1/" }, { "matrix_id": "PH0079.1", "name": "Hoxd3", "collection": "PBM_HOMEO", "base_id": "PH0079", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0079.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0079.1/" }, { "matrix_id": "MA0912.1", "name": "Hoxd3", "collection": "CORE", "base_id": "MA0912", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0912.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0912.1/" }, { "matrix_id": "PH0080.1", "name": "Hoxd8", "collection": "PBM_HOMEO", "base_id": "PH0080", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0080.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0080.1/" } ] }