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=364
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=365", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=363", "results": [ { "matrix_id": "MA0582.2", "name": "RAV1", "collection": "CORE", "base_id": "MA0582", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0582.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0582.2/" }, { "matrix_id": "MA1797.1", "name": "RAV2", "collection": "CORE", "base_id": "MA1797", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1797.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1797.1/" }, { "matrix_id": "MA0718.1", "name": "RAX", "collection": "CORE", "base_id": "MA0718", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0718.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0718.1/" }, { "matrix_id": "MA0718.2", "name": "RAX", "collection": "CORE", "base_id": "MA0718", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0718.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0718.2/" }, { "matrix_id": "MA0717.1", "name": "RAX2", "collection": "CORE", "base_id": "MA0717", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0717.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0717.1/" }, { "matrix_id": "MA0717.2", "name": "RAX2", "collection": "CORE", "base_id": "MA0717", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0717.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0717.2/" }, { "matrix_id": "MA0576.1", "name": "RAX3", "collection": "CORE", "base_id": "MA0576", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0576.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0576.1/" }, { "matrix_id": "MA0576.2", "name": "RAX3", "collection": "CORE", "base_id": "MA0576", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0576.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0576.2/" }, { "matrix_id": "MA1116.1", "name": "RBPJ", "collection": "CORE", "base_id": "MA1116", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1116.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1116.1/" }, { "matrix_id": "MA1116.2", "name": "RBPJ", "collection": "CORE", "base_id": "MA1116", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1116.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1116.2/" } ] }