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=118
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=119", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=117", "results": [ { "matrix_id": "MA1001.2", "name": "ERF11", "collection": "CORE", "base_id": "MA1001", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1001.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1001.2/" }, { "matrix_id": "MA1001.3", "name": "ERF11", "collection": "CORE", "base_id": "MA1001", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1001.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1001.3/" }, { "matrix_id": "MA1245.1", "name": "ERF112", "collection": "CORE", "base_id": "MA1245", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1245.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1245.1/" }, { "matrix_id": "MA1245.2", "name": "ERF112", "collection": "CORE", "base_id": "MA1245", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1245.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1245.2/" }, { "matrix_id": "MA1245.3", "name": "ERF112", "collection": "CORE", "base_id": "MA1245", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1245.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1245.3/" }, { "matrix_id": "MA2013.1", "name": "ERF115", "collection": "CORE", "base_id": "MA2013", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2013.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2013.1/" }, { "matrix_id": "MA2013.2", "name": "ERF115", "collection": "CORE", "base_id": "MA2013", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2013.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2013.2/" }, { "matrix_id": "MA1671.1", "name": "ERF118", "collection": "CORE", "base_id": "MA1671", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1671.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1671.1/" }, { "matrix_id": "MA1671.2", "name": "ERF118", "collection": "CORE", "base_id": "MA1671", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1671.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1671.2/" }, { "matrix_id": "MA1261.1", "name": "ERF122", "collection": "CORE", "base_id": "MA1261", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1261.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1261.1/" } ] }