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=301
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=302", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=300", "results": [ { "matrix_id": "MA1525.2", "name": "NFATC4", "collection": "CORE", "base_id": "MA1525", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1525.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1525.2/" }, { "matrix_id": "MA1525.3", "name": "NFATC4", "collection": "CORE", "base_id": "MA1525", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1525.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1525.3/" }, { "matrix_id": "UN0913.1", "name": "NFATC4::EVX2", "collection": "UNVALIDATED", "base_id": "UN0913", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0913.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0913.1/" }, { "matrix_id": "UN0914.1", "name": "NFATC4::OTP", "collection": "UNVALIDATED", "base_id": "UN0914", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0914.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0914.1/" }, { "matrix_id": "MA0841.1", "name": "NFE2", "collection": "CORE", "base_id": "MA0841", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0841.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0841.1/" }, { "matrix_id": "MA0841.2", "name": "NFE2", "collection": "CORE", "base_id": "MA0841", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0841.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0841.2/" }, { "matrix_id": "MA0150.1", "name": "NFE2L2", "collection": "CORE", "base_id": "MA0150", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0150.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0150.1/" }, { "matrix_id": "MA0670.1", "name": "NFIA", "collection": "CORE", "base_id": "MA0670", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0670.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0670.1/" }, { "matrix_id": "MA0670.2", "name": "NFIA", "collection": "CORE", "base_id": "MA0670", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0670.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0670.2/" }, { "matrix_id": "MA1643.1", "name": "NFIB", "collection": "CORE", "base_id": "MA1643", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1643.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1643.1/" } ] }