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=434
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=435", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=433", "results": [ { "matrix_id": "MA1047.3", "name": "TGA5", "collection": "CORE", "base_id": "MA1047", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1047.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1047.3/" }, { "matrix_id": "MA1069.1", "name": "TGA6", "collection": "CORE", "base_id": "MA1069", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1069.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1069.1/" }, { "matrix_id": "MA1069.2", "name": "TGA6", "collection": "CORE", "base_id": "MA1069", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1069.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1069.2/" }, { "matrix_id": "MA1069.3", "name": "TGA6", "collection": "CORE", "base_id": "MA1069", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1069.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1069.3/" }, { "matrix_id": "MA1070.1", "name": "TGA7", "collection": "CORE", "base_id": "MA1070", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1070.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1070.1/" }, { "matrix_id": "MA1070.2", "name": "TGA7", "collection": "CORE", "base_id": "MA1070", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1070.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1070.2/" }, { "matrix_id": "MA1070.3", "name": "TGA7", "collection": "CORE", "base_id": "MA1070", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1070.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1070.3/" }, { "matrix_id": "MA1348.1", "name": "TGA9", "collection": "CORE", "base_id": "MA1348", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1348.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1348.1/" }, { "matrix_id": "MA0796.1", "name": "TGIF1", "collection": "CORE", "base_id": "MA0796", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0796.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0796.1/" }, { "matrix_id": "MA0797.1", "name": "TGIF2", "collection": "CORE", "base_id": "MA0797", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0797.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0797.1/" } ] }