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=45
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=46", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=44", "results": [ { "matrix_id": "MA0162.3", "name": "EGR1", "collection": "CORE", "base_id": "MA0162", "version": "3", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0162.3.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0162.3/" }, { "matrix_id": "MA0472.1", "name": "EGR2", "collection": "CORE", "base_id": "MA0472", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0472.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0472.1/" }, { "matrix_id": "MA0472.2", "name": "EGR2", "collection": "CORE", "base_id": "MA0472", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0472.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0472.2/" }, { "matrix_id": "MA0732.1", "name": "EGR3", "collection": "CORE", "base_id": "MA0732", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0732.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0732.1/" }, { "matrix_id": "MA0733.1", "name": "EGR4", "collection": "CORE", "base_id": "MA0733", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0733.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0733.1/" }, { "matrix_id": "MA0598.1", "name": "EHF", "collection": "CORE", "base_id": "MA0598", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0598.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0598.1/" }, { "matrix_id": "MA0598.2", "name": "EHF", "collection": "CORE", "base_id": "MA0598", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0598.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0598.2/" }, { "matrix_id": "MA0473.1", "name": "ELF1", "collection": "CORE", "base_id": "MA0473", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0473.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0473.1/" }, { "matrix_id": "MA0473.2", "name": "ELF1", "collection": "CORE", "base_id": "MA0473", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0473.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0473.2/" }, { "matrix_id": "MA0640.1", "name": "ELF3", "collection": "CORE", "base_id": "MA0640", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0640.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0640.1/" } ] }