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=11
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=12", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=10", "results": [ { "matrix_id": "UN0302.1", "name": "ANIA_10912", "collection": "UNVALIDATED", "base_id": "UN0302", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0302.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0302.1/" }, { "matrix_id": "MA1375.1", "name": "ANL2", "collection": "CORE", "base_id": "MA1375", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1375.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1375.1/" }, { "matrix_id": "MA1375.2", "name": "ANL2", "collection": "CORE", "base_id": "MA1375", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1375.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1375.2/" }, { "matrix_id": "MA0571.1", "name": "ANT", "collection": "CORE", "base_id": "MA0571", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0571.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0571.1/" }, { "matrix_id": "MA0571.2", "name": "ANT", "collection": "CORE", "base_id": "MA0571", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0571.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0571.2/" }, { "matrix_id": "MA0940.1", "name": "AP1", "collection": "CORE", "base_id": "MA0940", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0940.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0940.1/" }, { "matrix_id": "UN1280.1", "name": "AP2-ERF-4B-2", "collection": "UNVALIDATED", "base_id": "UN1280", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1280.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1280.1/" }, { "matrix_id": "UN1284.1", "name": "AP2-ERF-5D-1", "collection": "UNVALIDATED", "base_id": "UN1284", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1284.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1284.1/" }, { "matrix_id": "UN0439.1", "name": "AP2-b", "collection": "UNVALIDATED", "base_id": "UN0439", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0439.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0439.1/" }, { "matrix_id": "UN0439.2", "name": "AP2-b", "collection": "UNVALIDATED", "base_id": "UN0439", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0439.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0439.2/" } ] }