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=321
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=322", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=320", "results": [ { "matrix_id": "MA0505.1", "name": "Nr5a2", "collection": "CORE", "base_id": "MA0505", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0505.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0505.1/" }, { "matrix_id": "MA0505.3", "name": "Nr5a2", "collection": "CORE", "base_id": "MA0505", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0505.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0505.3/" }, { "matrix_id": "MA0506.2", "name": "Nrf1", "collection": "CORE", "base_id": "MA0506", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0506.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0506.2/" }, { "matrix_id": "MA0506.3", "name": "Nrf1", "collection": "CORE", "base_id": "MA0506", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0506.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0506.3/" }, { "matrix_id": "MA1816.1", "name": "O11", "collection": "CORE", "base_id": "MA1816", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1816.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1816.1/" }, { "matrix_id": "MA1816.2", "name": "O11", "collection": "CORE", "base_id": "MA1816", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1816.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1816.2/" }, { "matrix_id": "MA1417.1", "name": "O2", "collection": "CORE", "base_id": "MA1417", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1417.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1417.1/" }, { "matrix_id": "MA1417.2", "name": "O2", "collection": "CORE", "base_id": "MA1417", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1417.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1417.2/" }, { "matrix_id": "MA0348.1", "name": "OAF1", "collection": "CORE", "base_id": "MA0348", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0348.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0348.1/" }, { "matrix_id": "MA0348.2", "name": "OAF1", "collection": "CORE", "base_id": "MA0348", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0348.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0348.2/" } ] }