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=119
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=120", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=118", "results": [ { "matrix_id": "MA1261.2", "name": "ERF122", "collection": "CORE", "base_id": "MA1261", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1261.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1261.2/" }, { "matrix_id": "MA1004.1", "name": "ERF13", "collection": "CORE", "base_id": "MA1004", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1004.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1004.1/" }, { "matrix_id": "MA1004.2", "name": "ERF13", "collection": "CORE", "base_id": "MA1004", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1004.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1004.2/" }, { "matrix_id": "MA1231.1", "name": "ERF15", "collection": "CORE", "base_id": "MA1231", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1231.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1231.1/" }, { "matrix_id": "MA1231.2", "name": "ERF15", "collection": "CORE", "base_id": "MA1231", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1231.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1231.2/" }, { "matrix_id": "MA1231.3", "name": "ERF15", "collection": "CORE", "base_id": "MA1231", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1231.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1231.3/" }, { "matrix_id": "MA0567.1", "name": "ERF1B", "collection": "CORE", "base_id": "MA0567", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0567.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0567.1/" }, { "matrix_id": "MA1262.1", "name": "ERF2", "collection": "CORE", "base_id": "MA1262", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1262.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1262.1/" }, { "matrix_id": "MA1262.2", "name": "ERF2", "collection": "CORE", "base_id": "MA1262", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1262.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1262.2/" }, { "matrix_id": "MA1005.1", "name": "ERF3", "collection": "CORE", "base_id": "MA1005", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1005.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1005.1/" } ] }