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=96
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=97", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=95", "results": [ { "matrix_id": "MA0865.2", "name": "E2F8", "collection": "CORE", "base_id": "MA0865", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0865.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0865.2/" }, { "matrix_id": "MA0865.3", "name": "E2F8", "collection": "CORE", "base_id": "MA0865", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0865.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0865.3/" }, { "matrix_id": "MA1414.1", "name": "E2FA", "collection": "CORE", "base_id": "MA1414", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1414.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1414.1/" }, { "matrix_id": "MA1414.2", "name": "E2FA", "collection": "CORE", "base_id": "MA1414", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1414.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1414.2/" }, { "matrix_id": "MA1749.1", "name": "E2FC", "collection": "CORE", "base_id": "MA1749", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1749.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1749.1/" }, { "matrix_id": "MA1732.1", "name": "E2FD", "collection": "CORE", "base_id": "MA1732", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1732.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1732.1/" }, { "matrix_id": "MA1750.1", "name": "E2FE", "collection": "CORE", "base_id": "MA1750", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1750.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1750.1/" }, { "matrix_id": "UN0447.1", "name": "E2f1/2/3/6", "collection": "UNVALIDATED", "base_id": "UN0447", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0447.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0447.1/" }, { "matrix_id": "UN0447.2", "name": "E2f1/2/3/6", "collection": "UNVALIDATED", "base_id": "UN0447", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0447.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0447.2/" }, { "matrix_id": "UN0801.1", "name": "E4F1", "collection": "UNVALIDATED", "base_id": "UN0801", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0801.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0801.1/" } ] }