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=526
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=527", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=525", "results": [ { "matrix_id": "MA1719.2", "name": "ZNF816", "collection": "CORE", "base_id": "MA1719", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1719.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1719.2/" }, { "matrix_id": "UN0237.1", "name": "ZNF821", "collection": "UNVALIDATED", "base_id": "UN0237", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0237.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0237.1/" }, { "matrix_id": "UN0237.2", "name": "ZNF821", "collection": "UNVALIDATED", "base_id": "UN0237", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0237.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0237.2/" }, { "matrix_id": "UN0238.1", "name": "ZNF823", "collection": "UNVALIDATED", "base_id": "UN0238", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0238.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0238.1/" }, { "matrix_id": "UN0238.2", "name": "ZNF823", "collection": "UNVALIDATED", "base_id": "UN0238", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0238.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0238.2/" }, { "matrix_id": "MA2572.1", "name": "ZNF827", "collection": "CORE", "base_id": "MA2572", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2572.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2572.1/" }, { "matrix_id": "MA2534.1", "name": "ZNF831", "collection": "CORE", "base_id": "MA2534", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2534.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2534.1/" }, { "matrix_id": "MA2573.1", "name": "ZNF836", "collection": "CORE", "base_id": "MA2573", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2573.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2573.1/" }, { "matrix_id": "UN0239.1", "name": "ZNF84", "collection": "UNVALIDATED", "base_id": "UN0239", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0239.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0239.1/" }, { "matrix_id": "MA2590.1", "name": "ZNF841", "collection": "CORE", "base_id": "MA2590", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2590.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2590.1/" } ] }