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=15
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=16", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=14", "results": [ { "matrix_id": "MA1009.1", "name": "ARF3", "collection": "CORE", "base_id": "MA1009", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1009.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1009.1/" }, { "matrix_id": "MA1693.1", "name": "ARF34", "collection": "CORE", "base_id": "MA1693", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1693.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1693.1/" }, { "matrix_id": "MA1693.2", "name": "ARF34", "collection": "CORE", "base_id": "MA1693", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1693.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1693.2/" }, { "matrix_id": "MA1694.1", "name": "ARF35", "collection": "CORE", "base_id": "MA1694", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1694.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1694.1/" }, { "matrix_id": "MA1694.2", "name": "ARF35", "collection": "CORE", "base_id": "MA1694", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1694.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1694.2/" }, { "matrix_id": "MA1695.1", "name": "ARF36", "collection": "CORE", "base_id": "MA1695", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1695.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1695.1/" }, { "matrix_id": "MA1695.2", "name": "ARF36", "collection": "CORE", "base_id": "MA1695", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1695.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1695.2/" }, { "matrix_id": "MA1696.1", "name": "ARF39", "collection": "CORE", "base_id": "MA1696", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1696.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1696.1/" }, { "matrix_id": "MA1696.2", "name": "ARF39", "collection": "CORE", "base_id": "MA1696", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1696.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1696.2/" }, { "matrix_id": "MA1697.1", "name": "ARF4", "collection": "CORE", "base_id": "MA1697", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1697.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1697.1/" } ] }