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=465
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=466", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=464", "results": [ { "matrix_id": "MA1186.2", "name": "YAB4", "collection": "CORE", "base_id": "MA1186", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1186.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1186.2/" }, { "matrix_id": "UN0416.1", "name": "YAB5", "collection": "UNVALIDATED", "base_id": "UN0416", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0416.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0416.1/" }, { "matrix_id": "UN0416.2", "name": "YAB5", "collection": "UNVALIDATED", "base_id": "UN0416", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0416.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0416.2/" }, { "matrix_id": "MA0415.1", "name": "YAP1", "collection": "CORE", "base_id": "MA0415", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0415.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0415.1/" }, { "matrix_id": "MA0415.2", "name": "YAP1", "collection": "CORE", "base_id": "MA0415", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0415.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0415.2/" }, { "matrix_id": "MA0416.1", "name": "YAP3", "collection": "CORE", "base_id": "MA0416", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0416.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0416.1/" }, { "matrix_id": "MA0416.2", "name": "YAP3", "collection": "CORE", "base_id": "MA0416", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0416.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0416.2/" }, { "matrix_id": "MA0417.1", "name": "YAP5", "collection": "CORE", "base_id": "MA0417", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0417.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0417.1/" }, { "matrix_id": "MA0418.1", "name": "YAP6", "collection": "CORE", "base_id": "MA0418", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0418.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0418.1/" }, { "matrix_id": "MA0418.2", "name": "YAP6", "collection": "CORE", "base_id": "MA0418", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0418.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0418.2/" } ] }