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=203
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=204", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=202", "results": [ { "matrix_id": "MA1390.2", "name": "HHO2", "collection": "CORE", "base_id": "MA1390", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1390.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1390.2/" }, { "matrix_id": "MA1390.3", "name": "HHO2", "collection": "CORE", "base_id": "MA1390", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1390.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1390.3/" }, { "matrix_id": "MA1386.1", "name": "HHO3", "collection": "CORE", "base_id": "MA1386", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1386.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1386.1/" }, { "matrix_id": "MA1386.2", "name": "HHO3", "collection": "CORE", "base_id": "MA1386", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1386.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1386.2/" }, { "matrix_id": "MA1386.3", "name": "HHO3", "collection": "CORE", "base_id": "MA1386", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1386.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1386.3/" }, { "matrix_id": "MA1164.1", "name": "HHO5", "collection": "CORE", "base_id": "MA1164", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1164.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1164.1/" }, { "matrix_id": "MA1164.2", "name": "HHO5", "collection": "CORE", "base_id": "MA1164", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1164.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1164.2/" }, { "matrix_id": "MA1165.1", "name": "HHO6", "collection": "CORE", "base_id": "MA1165", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1165.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1165.1/" }, { "matrix_id": "MA1165.2", "name": "HHO6", "collection": "CORE", "base_id": "MA1165", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1165.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1165.2/" }, { "matrix_id": "MA1165.3", "name": "HHO6", "collection": "CORE", "base_id": "MA1165", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1165.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1165.3/" } ] }