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=241
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=242", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=240", "results": [ { "matrix_id": "MA0740.1", "name": "KLF14", "collection": "CORE", "base_id": "MA0740", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0740.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0740.1/" }, { "matrix_id": "MA0740.2", "name": "KLF14", "collection": "CORE", "base_id": "MA0740", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0740.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0740.2/" }, { "matrix_id": "UN1076.1", "name": "KLF14::FLI1", "collection": "UNVALIDATED", "base_id": "UN1076", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1076.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1076.1/" }, { "matrix_id": "MA1513.1", "name": "KLF15", "collection": "CORE", "base_id": "MA1513", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1513.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1513.1/" }, { "matrix_id": "MA1513.2", "name": "KLF15", "collection": "CORE", "base_id": "MA1513", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1513.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1513.2/" }, { "matrix_id": "MA0741.1", "name": "KLF16", "collection": "CORE", "base_id": "MA0741", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0741.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0741.1/" }, { "matrix_id": "MA1514.1", "name": "KLF17", "collection": "CORE", "base_id": "MA1514", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1514.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1514.1/" }, { "matrix_id": "MA1514.2", "name": "KLF17", "collection": "CORE", "base_id": "MA1514", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1514.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1514.2/" }, { "matrix_id": "MA1515.1", "name": "KLF2", "collection": "CORE", "base_id": "MA1515", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1515.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1515.1/" }, { "matrix_id": "MA1515.2", "name": "KLF2", "collection": "CORE", "base_id": "MA1515", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1515.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1515.2/" } ] }