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=262
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=263", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=261", "results": [ { "matrix_id": "MA1158.2", "name": "MGP", "collection": "CORE", "base_id": "MA1158", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1158.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1158.2/" }, { "matrix_id": "MA0337.1", "name": "MIG1", "collection": "CORE", "base_id": "MA0337", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0337.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0337.1/" }, { "matrix_id": "MA0337.2", "name": "MIG1", "collection": "CORE", "base_id": "MA0337", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0337.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0337.2/" }, { "matrix_id": "MA0338.1", "name": "MIG2", "collection": "CORE", "base_id": "MA0338", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0338.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0338.1/" }, { "matrix_id": "MA0338.2", "name": "MIG2", "collection": "CORE", "base_id": "MA0338", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0338.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0338.2/" }, { "matrix_id": "MA0339.1", "name": "MIG3", "collection": "CORE", "base_id": "MA0339", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0339.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0339.1/" }, { "matrix_id": "MA0339.2", "name": "MIG3", "collection": "CORE", "base_id": "MA0339", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0339.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0339.2/" }, { "matrix_id": "MA0620.2", "name": "MITF", "collection": "CORE", "base_id": "MA0620", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0620.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0620.2/" }, { "matrix_id": "MA0620.3", "name": "MITF", "collection": "CORE", "base_id": "MA0620", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0620.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0620.3/" }, { "matrix_id": "MA0620.4", "name": "MITF", "collection": "CORE", "base_id": "MA0620", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0620.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0620.4/" } ] }