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=31
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=32", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=30", "results": [ { "matrix_id": "MA0110.1", "name": "ATHB-5", "collection": "CORE", "base_id": "MA0110", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0110.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0110.1/" }, { "matrix_id": "MA0110.2", "name": "ATHB-5", "collection": "CORE", "base_id": "MA0110", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0110.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0110.2/" }, { "matrix_id": "MA0110.3", "name": "ATHB-5", "collection": "CORE", "base_id": "MA0110", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0110.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0110.3/" }, { "matrix_id": "MA0110.4", "name": "ATHB-5", "collection": "CORE", "base_id": "MA0110", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0110.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0110.4/" }, { "matrix_id": "MA0952.1", "name": "ATHB-51", "collection": "CORE", "base_id": "MA0952", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0952.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0952.1/" }, { "matrix_id": "MA1215.1", "name": "ATHB-53", "collection": "CORE", "base_id": "MA1215", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1215.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1215.1/" }, { "matrix_id": "MA1215.2", "name": "ATHB-53", "collection": "CORE", "base_id": "MA1215", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1215.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1215.2/" }, { "matrix_id": "MA0953.1", "name": "ATHB-6", "collection": "CORE", "base_id": "MA0953", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0953.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0953.1/" }, { "matrix_id": "MA0953.2", "name": "ATHB-6", "collection": "CORE", "base_id": "MA0953", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0953.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0953.2/" }, { "matrix_id": "MA0954.1", "name": "ATHB-7", "collection": "CORE", "base_id": "MA0954", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0954.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0954.1/" } ] }