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=314
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=315", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=313", "results": [ { "matrix_id": "MA0506.1", "name": "NRF1", "collection": "CORE", "base_id": "MA0506", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0506.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0506.1/" }, { "matrix_id": "MA0347.1", "name": "NRG1", "collection": "CORE", "base_id": "MA0347", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0347.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0347.1/" }, { "matrix_id": "MA0347.2", "name": "NRG1", "collection": "CORE", "base_id": "MA0347", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0347.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0347.2/" }, { "matrix_id": "MA0347.3", "name": "NRG1", "collection": "CORE", "base_id": "MA0347", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0347.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0347.3/" }, { "matrix_id": "MA0842.1", "name": "NRL", "collection": "CORE", "base_id": "MA0842", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0842.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0842.1/" }, { "matrix_id": "MA0842.2", "name": "NRL", "collection": "CORE", "base_id": "MA0842", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0842.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0842.2/" }, { "matrix_id": "MA0842.3", "name": "NRL", "collection": "CORE", "base_id": "MA0842", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0842.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0842.3/" }, { "matrix_id": "MA0421.1", "name": "NSI1", "collection": "CORE", "base_id": "MA0421", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0421.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0421.1/" }, { "matrix_id": "MA1678.1", "name": "NTL8", "collection": "CORE", "base_id": "MA1678", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1678.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1678.1/" }, { "matrix_id": "MA1678.2", "name": "NTL8", "collection": "CORE", "base_id": "MA1678", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1678.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1678.2/" } ] }