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=120
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=121", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=119", "results": [ { "matrix_id": "MA1005.2", "name": "ERF3", "collection": "CORE", "base_id": "MA1005", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1005.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1005.2/" }, { "matrix_id": "MA0992.1", "name": "ERF4", "collection": "CORE", "base_id": "MA0992", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0992.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0992.1/" }, { "matrix_id": "MA0992.2", "name": "ERF4", "collection": "CORE", "base_id": "MA0992", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0992.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0992.2/" }, { "matrix_id": "MA0992.3", "name": "ERF4", "collection": "CORE", "base_id": "MA0992", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0992.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0992.3/" }, { "matrix_id": "MA1225.1", "name": "ERF5", "collection": "CORE", "base_id": "MA1225", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1225.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1225.1/" }, { "matrix_id": "UN0881.1", "name": "ERF6", "collection": "UNVALIDATED", "base_id": "UN0881", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0881.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0881.1/" }, { "matrix_id": "MA0993.1", "name": "ERF7", "collection": "CORE", "base_id": "MA0993", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0993.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0993.1/" }, { "matrix_id": "MA0993.2", "name": "ERF7", "collection": "CORE", "base_id": "MA0993", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0993.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0993.2/" }, { "matrix_id": "MA0994.1", "name": "ERF8", "collection": "CORE", "base_id": "MA0994", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0994.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0994.1/" }, { "matrix_id": "MA0994.2", "name": "ERF8", "collection": "CORE", "base_id": "MA0994", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0994.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0994.2/" } ] }