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=366
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=367", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=365", "results": [ { "matrix_id": "MA1415.2", "name": "REF6", "collection": "CORE", "base_id": "MA1415", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1415.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1415.2/" }, { "matrix_id": "MA0364.1", "name": "REI1", "collection": "CORE", "base_id": "MA0364", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0364.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0364.1/" }, { "matrix_id": "MA0101.1", "name": "REL", "collection": "CORE", "base_id": "MA0101", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0101.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0101.1/" }, { "matrix_id": "MA0107.1", "name": "RELA", "collection": "CORE", "base_id": "MA0107", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0107.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0107.1/" }, { "matrix_id": "MA1117.1", "name": "RELB", "collection": "CORE", "base_id": "MA1117", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1117.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1117.1/" }, { "matrix_id": "MA1117.2", "name": "RELB", "collection": "CORE", "base_id": "MA1117", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1117.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1117.2/" }, { "matrix_id": "UN0407.1", "name": "REM1", "collection": "UNVALIDATED", "base_id": "UN0407", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0407.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0407.1/" }, { "matrix_id": "UN0407.2", "name": "REM1", "collection": "UNVALIDATED", "base_id": "UN0407", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0407.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0407.2/" }, { "matrix_id": "UN0408.1", "name": "REM21", "collection": "UNVALIDATED", "base_id": "UN0408", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0408.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0408.1/" }, { "matrix_id": "UN0408.2", "name": "REM21", "collection": "UNVALIDATED", "base_id": "UN0408", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0408.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0408.2/" } ] }