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=47
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=48", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=46", "results": [ { "matrix_id": "MA0027.2", "name": "EN1", "collection": "CORE", "base_id": "MA0027", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0027.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0027.2/" }, { "matrix_id": "MA0642.1", "name": "EN2", "collection": "CORE", "base_id": "MA0642", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0642.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0642.1/" }, { "matrix_id": "MA0800.1", "name": "EOMES", "collection": "CORE", "base_id": "MA0800", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0800.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0800.1/" }, { "matrix_id": "MA1401.1", "name": "EPR1", "collection": "CORE", "base_id": "MA1401", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1401.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1401.1/" }, { "matrix_id": "MA0760.1", "name": "ERF", "collection": "CORE", "base_id": "MA0760", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0760.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0760.1/" }, { "matrix_id": "MA0979.1", "name": "ERF008", "collection": "CORE", "base_id": "MA0979", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0979.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0979.1/" }, { "matrix_id": "MA1048.1", "name": "ERF018", "collection": "CORE", "base_id": "MA1048", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1048.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1048.1/" }, { "matrix_id": "MA0995.1", "name": "ERF039", "collection": "CORE", "base_id": "MA0995", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0995.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0995.1/" }, { "matrix_id": "MA0996.1", "name": "ERF043", "collection": "CORE", "base_id": "MA0996", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0996.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0996.1/" }, { "matrix_id": "MA0997.1", "name": "ERF069", "collection": "CORE", "base_id": "MA0997", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0997.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0997.1/" } ] }