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=13
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=14", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=12", "results": [ { "matrix_id": "MA1054.1", "name": "ARALYDRAFT_897773", "collection": "CORE", "base_id": "MA1054", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1054.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1054.1/" }, { "matrix_id": "MA1054.2", "name": "ARALYDRAFT_897773", "collection": "CORE", "base_id": "MA1054", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1054.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1054.2/" }, { "matrix_id": "MA0942.1", "name": "ARF1", "collection": "CORE", "base_id": "MA0942", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0942.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0942.1/" }, { "matrix_id": "MA0942.2", "name": "ARF1", "collection": "CORE", "base_id": "MA0942", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0942.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0942.2/" }, { "matrix_id": "MA1685.1", "name": "ARF10", "collection": "CORE", "base_id": "MA1685", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1685.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1685.1/" }, { "matrix_id": "MA1685.2", "name": "ARF10", "collection": "CORE", "base_id": "MA1685", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1685.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1685.2/" }, { "matrix_id": "MA1686.1", "name": "ARF13", "collection": "CORE", "base_id": "MA1686", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1686.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1686.1/" }, { "matrix_id": "MA1687.1", "name": "ARF14", "collection": "CORE", "base_id": "MA1687", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1687.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1687.1/" }, { "matrix_id": "MA1688.1", "name": "ARF16", "collection": "CORE", "base_id": "MA1688", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1688.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1688.1/" }, { "matrix_id": "MA1688.2", "name": "ARF16", "collection": "CORE", "base_id": "MA1688", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1688.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1688.2/" } ] }