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=97
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=98", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=96", "results": [ { "matrix_id": "MA0189.1", "name": "E5", "collection": "CORE", "base_id": "MA0189", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0189.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0189.1/" }, { "matrix_id": "MA0189.2", "name": "E5", "collection": "CORE", "base_id": "MA0189", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0189.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0189.2/" }, { "matrix_id": "MA0154.1", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0154.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0154.1/" }, { "matrix_id": "MA0154.2", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0154.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0154.2/" }, { "matrix_id": "MA0154.3", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0154.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0154.3/" }, { "matrix_id": "MA0154.4", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0154.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0154.4/" }, { "matrix_id": "MA0154.5", "name": "EBF1", "collection": "CORE", "base_id": "MA0154", "version": "5", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0154.5.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0154.5/" }, { "matrix_id": "MA1637.1", "name": "EBF3", "collection": "CORE", "base_id": "MA1637", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1637.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1637.1/" }, { "matrix_id": "MA1637.2", "name": "EBF3", "collection": "CORE", "base_id": "MA1637", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1637.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1637.2/" }, { "matrix_id": "MA0292.1", "name": "ECM22", "collection": "CORE", "base_id": "MA0292", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0292.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0292.1/" } ] }