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=286
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=287", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=285", "results": [ { "matrix_id": "MA1900.2", "name": "Mnx", "collection": "CORE", "base_id": "MA1900", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1900.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1900.2/" }, { "matrix_id": "MA1524.2", "name": "Msgn1", "collection": "CORE", "base_id": "MA1524", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1524.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1524.2/" }, { "matrix_id": "MA1524.3", "name": "Msgn1", "collection": "CORE", "base_id": "MA1524", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1524.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1524.3/" }, { "matrix_id": "MA1901.1", "name": "Msx", "collection": "CORE", "base_id": "MA1901", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1901.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1901.1/" }, { "matrix_id": "MA1901.2", "name": "Msx", "collection": "CORE", "base_id": "MA1901", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1901.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1901.2/" }, { "matrix_id": "MA0709.1", "name": "Msx3", "collection": "CORE", "base_id": "MA0709", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0709.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0709.1/" }, { "matrix_id": "MA0709.2", "name": "Msx3", "collection": "CORE", "base_id": "MA0709", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0709.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0709.2/" }, { "matrix_id": "MA0100.1", "name": "Myb", "collection": "CORE", "base_id": "MA0100", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0100.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0100.1/" }, { "matrix_id": "MA0100.2", "name": "Myb", "collection": "CORE", "base_id": "MA0100", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0100.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0100.2/" }, { "matrix_id": "MA2468.1", "name": "Myb", "collection": "CORE", "base_id": "MA2468", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2468.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2468.1/" } ] }