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=435
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=436", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=434", "results": [ { "matrix_id": "MA1571.1", "name": "TGIF2LX", "collection": "CORE", "base_id": "MA1571", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1571.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1571.1/" }, { "matrix_id": "MA1572.1", "name": "TGIF2LY", "collection": "CORE", "base_id": "MA1572", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1572.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1572.1/" }, { "matrix_id": "MA0597.1", "name": "THAP1", "collection": "CORE", "base_id": "MA0597", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0597.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0597.1/" }, { "matrix_id": "MA0597.2", "name": "THAP1", "collection": "CORE", "base_id": "MA0597", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0597.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0597.2/" }, { "matrix_id": "MA0597.3", "name": "THAP1", "collection": "CORE", "base_id": "MA0597", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0597.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0597.3/" }, { "matrix_id": "MA1573.1", "name": "THAP11", "collection": "CORE", "base_id": "MA1573", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1573.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1573.1/" }, { "matrix_id": "UN0819.1", "name": "THAP5", "collection": "UNVALIDATED", "base_id": "UN0819", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0819.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0819.1/" }, { "matrix_id": "MA0407.1", "name": "THI2", "collection": "CORE", "base_id": "MA0407", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0407.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0407.1/" }, { "matrix_id": "MA1969.1", "name": "THRA", "collection": "CORE", "base_id": "MA1969", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1969.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1969.1/" }, { "matrix_id": "MA1969.2", "name": "THRA", "collection": "CORE", "base_id": "MA1969", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1969.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1969.2/" } ] }