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=555
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=556", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=554", "results": [ { "matrix_id": "MA2382.1", "name": "e_gw1.209.40.1", "collection": "CORE", "base_id": "MA2382", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2382.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2382.1/" }, { "matrix_id": "UN0856.1", "name": "e_gw1.279.28.1", "collection": "UNVALIDATED", "base_id": "UN0856", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0856.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0856.1/" }, { "matrix_id": "UN0857.1", "name": "e_gw1.327.11.1", "collection": "UNVALIDATED", "base_id": "UN0857", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0857.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0857.1/" }, { "matrix_id": "UN0858.1", "name": "e_gw1.38.2.1", "collection": "UNVALIDATED", "base_id": "UN0858", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0858.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0858.1/" }, { "matrix_id": "MA2383.1", "name": "e_gw1.392.16.1", "collection": "CORE", "base_id": "MA2383", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2383.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2383.1/" }, { "matrix_id": "MA0541.1", "name": "efl-1", "collection": "CORE", "base_id": "MA0541", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0541.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0541.1/" }, { "matrix_id": "MA0541.2", "name": "efl-1", "collection": "CORE", "base_id": "MA0541", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0541.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0541.2/" }, { "matrix_id": "UN0700.1", "name": "egl-13", "collection": "UNVALIDATED", "base_id": "UN0700", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0700.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0700.1/" }, { "matrix_id": "MA2164.1", "name": "egl-27", "collection": "CORE", "base_id": "MA2164", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2164.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2164.1/" }, { "matrix_id": "MA2131.1", "name": "egl-38", "collection": "CORE", "base_id": "MA2131", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2131.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2131.1/" } ] }