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=197
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=198", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=196", "results": [ { "matrix_id": "MA0310.1", "name": "HAC1", "collection": "CORE", "base_id": "MA0310", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0310.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0310.1/" }, { "matrix_id": "MA0310.2", "name": "HAC1", "collection": "CORE", "base_id": "MA0310", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0310.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0310.2/" }, { "matrix_id": "MA0311.1", "name": "HAL9", "collection": "CORE", "base_id": "MA0311", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0311.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0311.1/" }, { "matrix_id": "MA1638.1", "name": "HAND2", "collection": "CORE", "base_id": "MA1638", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1638.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1638.1/" }, { "matrix_id": "MA1638.2", "name": "HAND2", "collection": "CORE", "base_id": "MA1638", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1638.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1638.2/" }, { "matrix_id": "MA0312.1", "name": "HAP1", "collection": "CORE", "base_id": "MA0312", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0312.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0312.1/" }, { "matrix_id": "MA0312.2", "name": "HAP1", "collection": "CORE", "base_id": "MA0312", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0312.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0312.2/" }, { "matrix_id": "MA0312.3", "name": "HAP1", "collection": "CORE", "base_id": "MA0312", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0312.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0312.3/" }, { "matrix_id": "MA0313.1", "name": "HAP2", "collection": "CORE", "base_id": "MA0313", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0313.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0313.1/" }, { "matrix_id": "MA0314.1", "name": "HAP3", "collection": "CORE", "base_id": "MA0314", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0314.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0314.1/" } ] }