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=14
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=15", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=13", "results": [ { "matrix_id": "MA1689.1", "name": "ARF18", "collection": "CORE", "base_id": "MA1689", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1689.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1689.1/" }, { "matrix_id": "MA1689.2", "name": "ARF18", "collection": "CORE", "base_id": "MA1689", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1689.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1689.2/" }, { "matrix_id": "MA1206.1", "name": "ARF2", "collection": "CORE", "base_id": "MA1206", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1206.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1206.1/" }, { "matrix_id": "MA1206.2", "name": "ARF2", "collection": "CORE", "base_id": "MA1206", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1206.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1206.2/" }, { "matrix_id": "MA1690.1", "name": "ARF25", "collection": "CORE", "base_id": "MA1690", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1690.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1690.1/" }, { "matrix_id": "MA1690.2", "name": "ARF25", "collection": "CORE", "base_id": "MA1690", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1690.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1690.2/" }, { "matrix_id": "MA1691.1", "name": "ARF27", "collection": "CORE", "base_id": "MA1691", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1691.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1691.1/" }, { "matrix_id": "MA1691.2", "name": "ARF27", "collection": "CORE", "base_id": "MA1691", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1691.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1691.2/" }, { "matrix_id": "MA1692.1", "name": "ARF29", "collection": "CORE", "base_id": "MA1692", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1692.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1692.1/" }, { "matrix_id": "MA1692.2", "name": "ARF29", "collection": "CORE", "base_id": "MA1692", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1692.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1692.2/" } ] }