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=563
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=564", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=562", "results": [ { "matrix_id": "MA2239.1", "name": "gsb", "collection": "CORE", "base_id": "MA2239", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2239.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2239.1/" }, { "matrix_id": "MA0447.1", "name": "gt", "collection": "CORE", "base_id": "MA0447", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0447.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0447.1/" }, { "matrix_id": "UN0271.1", "name": "gtaJ", "collection": "UNVALIDATED", "base_id": "UN0271", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0271.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0271.1/" }, { "matrix_id": "UN0271.2", "name": "gtaJ", "collection": "UNVALIDATED", "base_id": "UN0271", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0271.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0271.2/" }, { "matrix_id": "UN0272.1", "name": "gtaS", "collection": "UNVALIDATED", "base_id": "UN0272", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0272.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0272.1/" }, { "matrix_id": "MA0049.1", "name": "hb", "collection": "CORE", "base_id": "MA0049", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0049.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0049.1/" }, { "matrix_id": "MA2622.1", "name": "hb34", "collection": "CORE", "base_id": "MA2622", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2622.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2622.1/" }, { "matrix_id": "MA2623.1", "name": "hb66", "collection": "CORE", "base_id": "MA2623", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2623.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2623.1/" }, { "matrix_id": "MA0226.1", "name": "hbn", "collection": "CORE", "base_id": "MA0226", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0226.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0226.1/" }, { "matrix_id": "UN0771.1", "name": "her", "collection": "UNVALIDATED", "base_id": "UN0771", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0771.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0771.1/" } ] }