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=38
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=39", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=37", "results": [ { "matrix_id": "MA1376.1", "name": "DEAR3", "collection": "CORE", "base_id": "MA1376", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1376.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1376.1/" }, { "matrix_id": "MA1251.1", "name": "DEAR5", "collection": "CORE", "base_id": "MA1251", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1251.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1251.1/" }, { "matrix_id": "MA0882.1", "name": "DLX6", "collection": "CORE", "base_id": "MA0882", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0882.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0882.1/" }, { "matrix_id": "MA0610.1", "name": "DMRT3", "collection": "CORE", "base_id": "MA0610", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0610.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0610.1/" }, { "matrix_id": "MA0981.1", "name": "DOF1.8", "collection": "CORE", "base_id": "MA0981", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0981.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0981.1/" }, { "matrix_id": "MA0982.1", "name": "DOF2.4", "collection": "CORE", "base_id": "MA0982", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0982.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0982.1/" }, { "matrix_id": "MA0977.1", "name": "DOF2.5", "collection": "CORE", "base_id": "MA0977", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0977.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0977.1/" }, { "matrix_id": "MA1071.1", "name": "DOF5.3", "collection": "CORE", "base_id": "MA1071", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1071.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1071.1/" }, { "matrix_id": "MA0983.1", "name": "DOF5.6", "collection": "CORE", "base_id": "MA0983", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0983.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0983.1/" }, { "matrix_id": "MA0984.1", "name": "DOF5.7", "collection": "CORE", "base_id": "MA0984", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0984.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0984.1/" } ] }